*,:after,:before{box-sizing:border-box}abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0}body{min-height:100vh;line-height:1.75}img{display:block}button,input,select,textarea{font:inherit}.contact-buttons{position:fixed;bottom:18px;left:16px;z-index:500}.contact-buttons .toggle{position:relative;top:0;left:0;width:60px;height:60px;box-shadow:0 4px 15px 0 rgba(0,0,0,.35);border-radius:50%;cursor:pointer;z-index:510;background:var(--color)}.contact-buttons .toggle .open-icon{opacity:1;transition:opacity .2s;transform:rotate(0deg)}.contact-buttons .toggle .open-icon img{position:absolute;top:0;left:0;height:60px}.contact-buttons .toggle .close-icon{opacity:0;transition:opacity .2s}.contact-buttons .toggle .close-icon img{position:absolute;top:13px;left:13px;height:36px}.contact-buttons .icon{position:absolute;top:0;left:0;box-shadow:0 2px 7px 0 rgba(0,0,0,.19);border-radius:50%;overflow:hidden;opacity:0;transition:opacity .4s ease-out,transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .2s;pointer-events:none;z-index:505}.contact-buttons .icon:hover{box-shadow:0 4px 15px 0 rgba(0,0,0,.21)}.contact-buttons .icon img{height:60px;width:60px}.contact-buttons.opened .open-icon{opacity:0}.contact-buttons.opened .open-icon img{-webkit-animation:spin 1.6s cubic-bezier(.165,.84,.44,1);animation:spin 1.6s cubic-bezier(.165,.84,.44,1)}.contact-buttons.opened .close-icon{opacity:1}.contact-buttons.opened .close-icon img{-webkit-animation:spin .4s cubic-bezier(.165,.84,.44,1);animation:spin .4s cubic-bezier(.165,.84,.44,1)}.contact-buttons.opened .icon{display:block;opacity:1;cursor:pointer;pointer-events:auto}.contact-buttons.opened .icon1{transform:translateY(-70px)}.contact-buttons.opened .icon2{transform:translateY(-140px)}.contact-buttons.opened .icon3{transform:translateY(-210px)}.contact-buttons.opened .icon4{transform:translateY(-280px)}.contact-buttons.opened .icon5{transform:translateY(-350px)}.contact-buttons.opened .icon6{transform:translateY(-420px)}.contact-buttons.opened .icon7{transform:translateY(-490px)}.contact-buttons.opened .icon8{transform:translateY(-560px)}.contact-buttons.opened .icon9{transform:translateY(-630px)}.contact-buttons.opened .icon10{transform:translateY(-700px)}.contact-buttons.opened .icon11{transform:translateY(-770px)}.contact-buttons.opened .icon12{transform:translateY(-840px)}.contact-buttons.opened .icon13{transform:translateY(-910px)}.contact-buttons.opened .icon14{transform:translateY(-980px)}.contact-buttons.opened .icon15{transform:translateY(-1050px)}.contact-buttons.opened .icon16{transform:translateY(-1120px)}.contact-buttons.opened .icon17{transform:translateY(-1190px)}.contact-buttons.opened .icon18{transform:translateY(-1260px)}.contact-buttons.opened .icon19{transform:translateY(-1330px)}.contact-buttons.opened .icon20{transform:translateY(-1700px)}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}section.content{position:relative;margin:120px 0 0;padding:0;width:100%;background:none}section.content.mobile-menu-opened{height:100vh;overflow:hidden}section.content.headlines-uppercase article .wrapper h1,section.content.headlines-uppercase article .wrapper h2{text-transform:uppercase}section.content article{width:100%;position:relative}section.content article .wrapper{width:960px;margin:0 auto}section.content article .wrapper ol,section.content article .wrapper ul{padding-left:19px}section.content article .wrapper .ql-align-right{text-align:right}section.content article .wrapper .ql-align-center{text-align:center}@media only screen and (max-width:991.98px){section.content{margin:165px 0 0;width:100%}section.content article{width:100%}section.content article .wrapper{width:calc(100% - 40px);margin:0 auto}}header{position:fixed;top:0;width:100%;background:var(--header-bg-color);padding:10px 0 0;box-shadow:1px 1px 5px rgba(0,0,0,.2);z-index:200;transition:top .2s ease-in-out}header.mobile-menu-opened{position:absolute}header.hidden{top:-120px}header .wrapper{position:relative;width:960px;margin:0 auto;display:grid;grid-template-columns:250px 1fr 90px;grid-template-rows:30px 10px 60px 10px;grid-column-gap:10px;grid-template-areas:"logo infotext appointment" "logo spacer1 spacer2" "logo nav nav" "spacer3 nav nav"}header .wrapper.no-appointment{grid-template-areas:"logo infotext infotext" "logo spacer1 spacer2" "logo nav nav" "spacer3 nav nav"}@media only screen and (max-width:991.98px){header .wrapper.no-appointment{grid-template-areas:"logo spacer spacer burger" "spacer1 spacer2 spacer3 spacer4" "infotext infotext infotext infotext" "nav nav nav nav"}}header .wrapper .logo{grid-area:logo}header .wrapper .logo img{width:250px;height:100px}header .wrapper .spacer{display:none}header .wrapper .info-text{grid-area:infotext;display:flex;flex-direction:column;justify-content:center}header .wrapper .info-text .content{color:var(--menu-color);line-height:var(--opening-hours-line-height);font-size:var(--opening-hours-font-size);text-align:right}header .wrapper .appointment-button{grid-area:appointment}header .wrapper .appointment-button a{text-decoration:none;color:var(--main-color)}header .wrapper .appointment-button a .btn{border:2px solid var(--main-color);width:90px;height:30px;line-height:28px;text-align:center;text-transform:uppercase;font-size:14px;transition:background .25s,color .25s}header .wrapper .appointment-button a .btn:hover{background-color:var(--main-color);color:#fff}header .wrapper nav{grid-area:nav}header .wrapper nav ul{list-style:none;display:flex;flex-direction:row;justify-content:flex-end}header .wrapper nav ul li{font-size:inherit;text-transform:uppercase;display:list-item}header .wrapper nav ul li a{display:block;padding-top:0;padding-bottom:0;padding-left:var(--menu-padding);padding-right:var(--menu-padding);height:70px;line-height:70px;font-size:var(--menu-font-size);color:var(--menu-color);text-decoration:none;transition:background .15s,color .15s}header .wrapper nav ul li a.active,header .wrapper nav ul li a:hover{background:var(--menu-hover-color);color:var(--menu-hover-font-color)}@media only screen and (max-width:991.98px){header{padding:20px 0;height:auto}header.hidden{top:0}header.hidden .wrapper .info-text{max-height:0;padding:0;opacity:0}header.hidden .wrapper .spacer{height:0}header .wrapper{width:calc(100% - 40px);grid-template-columns:163px 1fr 90px 30px;grid-template-rows:65px auto auto;grid-column-gap:20px;grid-template-areas:"logo spacer appointment burger" "spacer1 spacer2 spacer3 spacer4" "infotext infotext infotext infotext" "nav nav nav nav"}header .wrapper .logo{grid-area:logo}header .wrapper .logo img{width:163px;height:65px}header .wrapper .spacer{height:20px;width:auto;transition:height .25s;display:block}header .wrapper .spacer1{grid-area:spacer1}header .wrapper .spacer2{grid-area:spacer2}header .wrapper .spacer3{grid-area:spacer3}header .wrapper .spacer4{grid-area:spacer4}header .wrapper .info-text{grid-area:infotext;display:flex;flex-direction:column;justify-content:center;overflow:hidden;max-height:45px;padding:5px 0;transition:max-height .25s,padding .25s,opacity .15s;opacity:1}header .wrapper .info-text .content{font-size:var(--opening-hours-font-size-mobile);line-height:var(--opening-hours-line-height-mobile);text-align:center}header .wrapper .appointment-button{grid-area:appointment}header .wrapper .appointment-button a .btn{width:90px;height:30px;line-height:28px}header .wrapper .burger{position:absolute;top:0;right:0;width:30px;height:30px;cursor:pointer}header .wrapper .burger .menu-icon,header .wrapper .burger .menu-icon:after,header .wrapper .burger .menu-icon:before{position:absolute;top:50%;left:2px;height:2px;width:29px;background:var(--menu-color);transition:all .25s}header .wrapper .burger .menu-icon:before{content:"";top:-9px;left:0}header .wrapper .burger .menu-icon:after{content:"";top:9px;left:0}header .wrapper .burger.opened .menu-icon{height:0;background:transparent}header .wrapper .burger.opened .menu-icon:before{top:0;transform:rotate(-45deg)}header .wrapper .burger.opened .menu-icon:after{top:0;transform:rotate(45deg)}header .wrapper nav{display:none;top:0;left:-20px;background:var(--header-bg-color);width:calc(100% + 40px);box-shadow:1px 4px 5px rgba(0,0,0,.2)}header .wrapper nav.opened{display:block;position:absolute;z-index:200;transform:translateX(100%);transition:all .3s cubic-bezier(.165,.84,.44,1)}header .wrapper nav.opened.show{transform:translateX(0)}header .wrapper nav ul{list-style:none;display:flex;flex-direction:column}header .wrapper nav ul li:last-of-type a{border-bottom:none}header .wrapper nav ul li a{padding:0 16px;height:70px;line-height:70px;color:var(--menu-color);transition:background .15s,color .15s;border-bottom:1px solid var(--menu-color)}header .wrapper nav ul li a.active,header .wrapper nav ul li a:hover{background:var(--menu-hover-color);color:var(--menu-hover-font-color)}}@media only screen and (max-width:575.98px){header .wrapper{grid-template-columns:163px 1fr 110px 30px;grid-column-gap:0}}@media only screen and (max-width:400px){header .wrapper .appointment-button{width:110px;min-width:110px;max-width:110px}}footer{position:-webkit-sticky;position:sticky;top:100vh;margin:0 auto;padding-bottom:30px;width:100%;font-size:17px;line-height:24px;background-color:var(--footer-background-color)}footer .wrapper{width:960px;margin:0 auto}footer .wrapper .content{margin:0 20px;padding:20px 0;display:grid;grid-column-gap:20px}footer .wrapper .content.cols-4{grid-template-columns:repeat(4,1fr)}footer .wrapper .content.cols-2{grid-template-columns:repeat(2,1fr)}footer .wrapper .content.cols-2 .col:nth-child(3),footer .wrapper .content.cols-2 .col:nth-child(4){display:none}footer .wrapper .content.cols-1{grid-template-columns:1fr}footer .wrapper .content.cols-1 .col{text-align:center}footer .wrapper .content.cols-1 .col:nth-child(2),footer .wrapper .content.cols-1 .col:nth-child(3),footer .wrapper .content.cols-1 .col:nth-child(4){display:none}footer .wrapper .content .col{color:var(--footer-text-color)}footer .wrapper .content .col .ql-align-center{text-align:center}footer .wrapper .content .col .ql-align-right{text-align:right}footer .wrapper .content .col a{color:var(--footer-text-color);text-decoration:none}footer .wrapper .content .col table{border-collapse:collapse}footer .wrapper .bottom{line-height:30px;padding:0 0 0 20px;text-align:center;color:var(--footer-text-color)}footer .wrapper .bottom a{color:var(--footer-text-color);text-decoration:none}@media only screen and (max-width:991.98px){footer{width:100%;font-size:17px;line-height:21px}footer .wrapper{width:calc(100% - 40px);margin:0 auto}footer .wrapper .content{padding:20px;margin:0;grid-column-gap:20px;grid-row-gap:20px}footer .wrapper .content,footer .wrapper .content.cols-2,footer .wrapper .content.cols-4{grid-template-columns:repeat(2,1fr)}footer .wrapper .content.cols-1{grid-template-columns:1fr}footer .wrapper .bottom{line-height:30px;padding:0 0 0 20px}footer .wrapper .bottom a{color:var(--footer-text-color);text-decoration:none}}@media only screen and (max-width:575.98px){footer{width:100%;display:block;font-size:16px;line-height:21px}footer .wrapper{width:calc(100% - 40px);margin:0 auto}footer .wrapper .content{padding:20px;margin:0}footer .wrapper .content,footer .wrapper .content.cols-1,footer .wrapper .content.cols-2,footer .wrapper .content.cols-4{grid-template-columns:1fr}footer .wrapper .bottom{line-height:30px;padding:0 0 0 20px}footer .wrapper .bottom a{color:var(--footer-text-color);text-decoration:none}}#ui-datepicker-div{z-index:135!important}.ui-datepicker{display:none;width:314px;height:auto;margin:5px auto 0;font:9pt Arial,sans-serif;box-shadow:0 0 10px 0 rgba(0,0,0,.5);border-radius:3px}.ui-datepicker:before{content:"\A";width:0;height:0;border-left:5px solid transparent;border-bottom:5px solid var(--datepicker-color,#dc7500);border-right:5px solid transparent;border-top:0 solid transparent;position:absolute;left:152px;top:-5px}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%;border-spacing:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.ui-datepicker .ui-datepicker-header{background:var(--datepicker-color,#dc7050);color:#fff;font-weight:700;line-height:30px;border-top-left-radius:3px;border-top-right-radius:3px}.ui-datepicker .ui-datepicker-title{text-align:center;font-size:19px;padding:10px 0 8px}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;line-height:600%;overflow:hidden}.ui-datepicker .ui-datepicker-prev{float:left;background-image:url(../images/datepicker-arrow-left.png);background-repeat:no-repeat;background-position:20px 18px}.ui-datepicker .ui-datepicker-next{float:right;background-image:url(../images/datepicker-arrow-right.png);background-repeat:no-repeat;background-position:5px 18px}.ui-datepicker thead{background-color:var(--datepicker-color,#dc7050);border-bottom:1px solid #bbb;padding-bottom:3px}.ui-datepicker th{font-size:14px;font-weight:400;padding:0 0 8px;margin:0;color:#fff}.ui-datepicker tbody td{padding:0;border-right:1px solid #f7f7f7;border-bottom:1px solid #f7f7f7;background:#fff}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr:last-child td{border-bottom:0}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;font-weight:700;text-align:center;width:44px;height:40px;line-height:44px;color:#666}.ui-datepicker-calendar .ui-state-default{background:#efeff0;color:#5c5c5c;font-weight:700}.ui-datepicker-other-month .ui-state-default{background:#fff;color:#ddd;font-weight:400}.ui-datepicker-unselectable .ui-state-default{background:#fff;color:#767676;font-weight:400}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:var(--datepicker-color,#dc7050);color:#e0e0e0;border:1px solid #f7f7f7;position:relative;margin:-1px}.ui-datepicker-calendar td:first-child .ui-state-active{width:43px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:43px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:43px;margin-bottom:0}.ui-datepicker-unselectable{cursor:no-drop}.popup-wrapper,body.popup-opened{overflow:hidden}.popup-wrapper{position:fixed;width:100%;height:100vh;padding:0;box-sizing:border-box;left:0;right:0;top:0;bottom:0;z-index:19999;opacity:1;transition:opacity 1s ease;color:#fff;background:rgba(0,0,0,.75);display:flex;flex-direction:row;justify-content:center;align-items:center}.popup-wrapper .popup-layer{max-width:960px;margin:0 auto;padding:0;background:hsla(0,0%,100%,.75);position:relative}.popup-wrapper .popup-layer .content article.portrait-text .wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-template-areas:"image text";padding:20px 20px 0}.popup-wrapper .popup-layer .content article.portrait-text .wrapper.no-image{display:block}.popup-wrapper .popup-layer .content article.portrait-text .wrapper.no-image .image{display:none}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .image{grid-area:image;margin-bottom:20px}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .image img{width:100%;height:auto}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content{grid-area:text}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content a{color:inherit}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content h1,.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content h2{font-size:30px;font-weight:300;line-height:35px;padding:0 0 20px;color:var(--text-color)}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content h1:empty,.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content h2:empty{display:none}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content .text{padding:0 0 20px;font-size:17px;line-height:24px;color:var(--text-color)}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content .text:empty{display:none}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content a .button{display:inline-block;position:relative;text-align:center;font-weight:700;padding:12px 40px;margin:0 0 20px;cursor:pointer;border:2px solid var(--button1-color);color:var(--button1-color);transition:background .25s,color .25s}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .content a .button:hover{background:var(--button1-color);color:var(--button1-hover-color,#fff)}.popup-wrapper .popup-layer .close{cursor:pointer;position:absolute;top:-20px;right:-20px;background:#000;border-radius:50%;width:40px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center}@media only screen and (max-width:1010px){.popup-wrapper .popup-layer{width:calc(100% - 40px)}}@media only screen and (max-width:991.98px){.popup-wrapper .popup-layer .content article.portrait-text .wrapper .text h1,.popup-wrapper .popup-layer .content article.portrait-text .wrapper .text h2{font-size:26px;line-height:31px}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .text .description{font-size:17px;line-height:21px}}@media only screen and (max-width:767.98px){.popup-wrapper{overflow-y:auto;height:100%}.popup-wrapper .popup-layer{position:absolute;top:20px}}@media only screen and (max-width:575.98px){.popup-wrapper .popup-layer .content article.portrait-text .wrapper{display:block}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .text h1,.popup-wrapper .popup-layer .content article.portrait-text .wrapper .text h2{font-size:22px;line-height:27px}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .text .description{font-size:16px;line-height:21px}.popup-wrapper .popup-layer .content article.portrait-text .wrapper .text .button{width:100%}}section.content article.newsticker{background-color:var(--background-color);width:100%}section.content article.newsticker .content{font-size:17px;line-height:24px;padding:20px;color:var(--text-color);text-align:center}@media only screen and (max-width:991.98px){section.content article.newsticker .content{font-size:17px;line-height:21px;padding:20px}}@media only screen and (max-width:575.98px){section.content article.newsticker .content{font-size:16px;line-height:21px}}section.content article.headline{width:100%}section.content article.headline h1,section.content article.headline h2{font-size:30px;font-weight:300;line-height:35px;padding:20px}@media only screen and (max-width:991.98px){section.content article.headline h1,section.content article.headline h2{font-size:26px;font-weight:300;line-height:31px;padding:20px}}@media only screen and (max-width:575.98px){section.content article.headline h1,section.content article.headline h2{font-size:22px;line-height:27px}}section.content article.opener .wrapper{max-width:960px;margin:0 auto;display:flex;flex-direction:row}section.content article.opener .wrapper .left{flex:1;margin:20px}section.content article.opener .wrapper .left h1,section.content article.opener .wrapper .left h2{font-size:30px;font-weight:300;line-height:35px;padding:0 0 20px}section.content article.opener .wrapper .left h1:empty,section.content article.opener .wrapper .left h2:empty{display:none}section.content article.opener .wrapper .right{flex:1;margin:20px 20px 20px 0}section.content article.opener .wrapper .right .text{margin:0;font-size:17px;line-height:24px}section.content article.opener .wrapper .right .text a{color:inherit}@media only screen and (max-width:991.98px){section.content article.opener .wrapper .left{margin:20px}section.content article.opener .wrapper .left h1,section.content article.opener .wrapper .left h2{font-size:26px;font-weight:300;line-height:31px;padding:0}section.content article.opener .wrapper .right{margin:20px 20px 20px 0}section.content article.opener .wrapper .right .text{font-size:17px;line-height:21px;margin:0}}@media only screen and (max-width:575.98px){section.content article.opener .wrapper{display:block}section.content article.opener .wrapper .left{margin:0 20px 20px}section.content article.opener .wrapper .left h1,section.content article.opener .wrapper .left h2{font-size:22px;font-weight:300;line-height:27px;padding:20px 20px 0 0;text-align:left}section.content article.opener .wrapper .right{position:relative;margin:0 20px;padding-bottom:20px}section.content article.opener .wrapper .right .text{font-size:16px;line-height:21px}}section.content article.button .text{text-align:center}section.content article.button .text .button{display:inline-block;max-width:880px;font-weight:700;padding:12px 40px;cursor:pointer;margin:20px 0;border:2px solid var(--button1-color);color:var(--button1-color);transition:background .25s,color .25s}section.content article.button .text .button:hover{background:var(--button1-color);color:var(--button1-hover-color,#fff)}@media only screen and (max-width:991.98px){section.content article.button .text{text-align:center}section.content article.button .text .button{display:inline-block;max-width:880px;font-weight:700;cursor:pointer;margin:20px 0}}@media only screen and (max-width:575.98px){section.content article.button{position:relative}section.content article.button .text{text-align:center;position:relative}section.content article.button .text .button{display:inline-block;width:calc(100% - 40px);font-weight:700;cursor:pointer;margin:20px 0}}section.content article.tpl-three-images-text-button .wrapper{box-sizing:border-box;max-width:960px;margin:0 auto;padding:20px 20px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:0;grid-column-gap:20px;grid-template-areas:"left center right"}section.content article.tpl-three-images-text-button .wrapper .col1{grid-area:left}section.content article.tpl-three-images-text-button .wrapper .col2{grid-area:center}section.content article.tpl-three-images-text-button .wrapper .col3{grid-area:right}section.content article.tpl-three-images-text-button .wrapper .col.col1 .image{transform:translateX(-30px);opacity:0}section.content article.tpl-three-images-text-button .wrapper .col.col2 .image{transform:translateY(30px);opacity:0}section.content article.tpl-three-images-text-button .wrapper .col.col3 .image{transform:translateX(30px);opacity:0}section.content article.tpl-three-images-text-button .wrapper .col .image{overflow:hidden;margin-bottom:20px;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.tpl-three-images-text-button .wrapper .col .image.active{transform:translateX(0);transform:translateY(0);opacity:1}section.content article.tpl-three-images-text-button .wrapper .col .image img{width:100%;height:auto;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.tpl-three-images-text-button .wrapper .col .image img:hover{transform:scale(1.05)}section.content article.tpl-three-images-text-button .wrapper .col .text-wrapper{color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1)}section.content article.tpl-three-images-text-button .wrapper .col .text-wrapper.active{color:var(--text-color)}section.content article.tpl-three-images-text-button .wrapper .col h1,section.content article.tpl-three-images-text-button .wrapper .col h2{font-size:30px;font-weight:300;line-height:35px;margin:0 0 20px;color:inherit}section.content article.tpl-three-images-text-button .wrapper .col .text{font-size:17px;line-height:24px;margin:0 0 20px;color:inherit}section.content article.tpl-three-images-text-button .wrapper .col a{text-decoration:none}section.content article.tpl-three-images-text-button .wrapper .col a .button{display:flex;justify-content:center;box-sizing:border-box;text-align:center;font-weight:700;padding:12px 40px;margin-bottom:20px;cursor:pointer;transition:background .25s,color .25s}section.content article.tpl-three-images-text-button .wrapper .col a .button:hover{color:#fff}section.content article.tpl-three-images-text-button .wrapper .col.col1 a .button{border:2px solid var(--button1-color);color:var(--button1-color)}section.content article.tpl-three-images-text-button .wrapper .col.col1 a .button a{color:var(--button1-color)}section.content article.tpl-three-images-text-button .wrapper .col.col1 a .button:hover{background:var(--button1-color)}section.content article.tpl-three-images-text-button .wrapper .col.col1 a:hover .button{color:var(--button1-hover-color,#fff)}section.content article.tpl-three-images-text-button .wrapper .col.col2 a .button{border:2px solid var(--button2-color);color:var(--button2-color)}section.content article.tpl-three-images-text-button .wrapper .col.col2 a .button a{color:var(--button2-color)}section.content article.tpl-three-images-text-button .wrapper .col.col2 a .button:hover{background:var(--button2-color)}section.content article.tpl-three-images-text-button .wrapper .col.col2 a:hover .button{color:var(--button2-hover-color,#fff)}section.content article.tpl-three-images-text-button .wrapper .col.col3 a .button{border:2px solid var(--button3-color);color:var(--button3-color)}section.content article.tpl-three-images-text-button .wrapper .col.col3 a .button a{color:var(--button3-color)}section.content article.tpl-three-images-text-button .wrapper .col.col3 a .button:hover{background:var(--button3-color)}section.content article.tpl-three-images-text-button .wrapper .col.col3 a:hover .button{color:var(--button3-hover-color,#fff)}@media only screen and (max-width:991.98px){section.content article.tpl-three-images-text-button .wrapper .col h1,section.content article.tpl-three-images-text-button .wrapper .col h2{font-size:26px;font-weight:300;line-height:31px}section.content article.tpl-three-images-text-button .wrapper .col .text{font-size:17px;line-height:21px}section.content article.tpl-three-images-text-button .wrapper .col .button-wrapper .button{box-sizing:border-box;position:relative;font-weight:700;cursor:pointer}}@media only screen and (max-width:575.98px){section.content article.tpl-three-images-text-button .wrapper{grid-template-columns:1fr;grid-row-gap:0;grid-column-gap:20px;grid-template-areas:"left" "center" "right"}section.content article.tpl-three-images-text-button .wrapper .col{margin:0}section.content article.tpl-three-images-text-button .wrapper .col h1,section.content article.tpl-three-images-text-button .wrapper .col h2{font-size:22px;font-weight:300;line-height:27px}section.content article.tpl-three-images-text-button .wrapper .col .text-wrapper{transition:color 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.tpl-three-images-text-button .wrapper .col .text{font-size:16px;line-height:21px}section.content article.tpl-three-images-text-button .wrapper .col .button-wrapper{width:100%;display:block}section.content article.tpl-three-images-text-button .wrapper .col .button-wrapper .button{box-sizing:border-box;position:relative;font-weight:700;cursor:pointer;width:100%;margin-bottom:20px}}section.content article.text .content{font-size:17px;line-height:24px;width:960px;margin:0;padding:20px}section.content article.text .content a{color:inherit}@media only screen and (max-width:991.98px){section.content article.text .content{font-size:17px;line-height:21px;width:100%;margin:0;padding:20px}}@media only screen and (max-width:575.98px){section.content article.text .content{font-size:16px;line-height:21px;margin:0}}section.content article.three-images .wrapper{max-width:960px;margin:0 auto;display:flex;flex-direction:row}section.content article.three-images .wrapper .left{margin:20px}section.content article.three-images .wrapper .left .top-image{overflow:hidden;margin-bottom:20px;transform:translateX(-30px);opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.three-images .wrapper .left .top-image.active{transform:translateX(0);opacity:1}section.content article.three-images .wrapper .left .top-image img{width:100%;height:auto;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.three-images .wrapper .left .top-image img:hover{transform:scale(1.05)}section.content article.three-images .wrapper .left .bottom-image{overflow:hidden;transform:translateX(-30px);opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.three-images .wrapper .left .bottom-image.active{transform:translateX(0);opacity:1}section.content article.three-images .wrapper .left .bottom-image img{width:100%;height:auto;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.three-images .wrapper .left .bottom-image img:hover{transform:scale(1.05)}section.content article.three-images .wrapper .right{margin:20px 20px 20px 0}section.content article.three-images .wrapper .right .image{overflow:hidden;transform:translateX(30px);opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.three-images .wrapper .right .image.active{transform:translateX(0);opacity:1}section.content article.three-images .wrapper .right .image img{width:100%;height:auto;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.three-images .wrapper .right .image img:hover{transform:scale(1.05)}@media only screen and (max-width:991.98px){section.content article.three-images .wrapper .left{margin:20px}section.content article.three-images .wrapper .left .top-image{margin-bottom:20px}section.content article.three-images .wrapper .right{margin:20px 20px 20px 0}}@media only screen and (max-width:575.98px){section.content article.three-images .wrapper{display:block}section.content article.three-images .wrapper .left{margin:0 20px 20px}section.content article.three-images .wrapper .left .top-image{padding-top:20px;margin:0 0 20px}section.content article.three-images .wrapper .right{margin:0 20px;padding-bottom:20px}}section.content article.two-images-plus-one .wrapper{box-sizing:border-box;max-width:960px;margin:0 auto;padding:10px 10px 0;display:flex;flex-direction:row}section.content article.two-images-plus-one .wrapper .two-images{display:flex;flex-direction:row;flex:1}section.content article.two-images-plus-one .wrapper .two-images .col{flex:1;margin:10px 10px 0}section.content article.two-images-plus-one .wrapper .two-images .col .image{overflow:hidden}section.content article.two-images-plus-one .wrapper .two-images .col .image.ep-se-run{overflow:hidden;opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.two-images-plus-one .wrapper .two-images .col .image.from-left{transform:translateX(-30px)}section.content article.two-images-plus-one .wrapper .two-images .col .image.from-right{transform:translateX(30px)}section.content article.two-images-plus-one .wrapper .two-images .col .image.active{transform:translateX(0);opacity:1}section.content article.two-images-plus-one .wrapper .two-images .col .image img{width:100%;height:100%;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.two-images-plus-one .wrapper .two-images .col .image img:hover{transform:scale(1.05)}section.content article.two-images-plus-one .wrapper .two-images .col .text{font-size:17px;line-height:24px;color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1);margin-top:20px}section.content article.two-images-plus-one .wrapper .two-images .col .text.active{color:var(--text-color)}section.content article.two-images-plus-one .wrapper .two-images .col .text a{color:inherit}section.content article.two-images-plus-one .wrapper .two-images .col .text:empty{display:none}section.content article.two-images-plus-one .wrapper .one-image{flex:1}section.content article.two-images-plus-one .wrapper .one-image .col{margin:10px 10px 0}section.content article.two-images-plus-one .wrapper .one-image .col .image{overflow:hidden}section.content article.two-images-plus-one .wrapper .one-image .col .image.ep-se-run{overflow:hidden;opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.two-images-plus-one .wrapper .one-image .col .image.from-left{transform:translateX(-30px)}section.content article.two-images-plus-one .wrapper .one-image .col .image.from-right{transform:translateX(30px)}section.content article.two-images-plus-one .wrapper .one-image .col .image.active{transform:translateX(0);opacity:1}section.content article.two-images-plus-one .wrapper .one-image .col .image img{width:100%;height:100%;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.two-images-plus-one .wrapper .one-image .col .image img:hover{transform:scale(1.05)}section.content article.two-images-plus-one .wrapper .one-image .col .text{font-size:17px;line-height:24px;color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1);margin-top:20px}section.content article.two-images-plus-one .wrapper .one-image .col .text.active{color:var(--text-color)}section.content article.two-images-plus-one .wrapper .one-image .col .text a{color:inherit}section.content article.two-images-plus-one .wrapper .one-image .col .text:empty{display:none}@media only screen and (max-width:991.98px){section.content article.two-images-plus-one .wrapper{padding:10px 10px 0}section.content article.two-images-plus-one .wrapper .two-images .col{margin:10px 10px 0}section.content article.two-images-plus-one .wrapper .two-images .col .text{font-size:17px;line-height:21px}section.content article.two-images-plus-one .wrapper .one-image .col{margin:10px 10px 0}section.content article.two-images-plus-one .wrapper .one-image .col .text{font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.two-images-plus-one .wrapper{padding:10px 10px 0;display:block}section.content article.two-images-plus-one .wrapper .two-images .col{margin:10px 10px 0}section.content article.two-images-plus-one .wrapper .two-images .col .text{font-size:16px;line-height:21px}section.content article.two-images-plus-one .wrapper .two-images .col .text:empty{display:none}section.content article.two-images-plus-one .wrapper .two-images.bottom .col{margin:20px 10px 0}section.content article.two-images-plus-one .wrapper .one-image .col{margin:10px 10px 0}section.content article.two-images-plus-one .wrapper .one-image .col .text{font-size:16px;line-height:21px}section.content article.two-images-plus-one .wrapper .one-image .col .text:empty{display:none}section.content article.two-images-plus-one .wrapper .one-image.bottom .col{margin:20px 10px 0}}section.content article.one-image-plus-one .wrapper{box-sizing:border-box;max-width:960px;margin:0 auto;padding:10px 10px 0;display:flex;flex-direction:row}section.content article.one-image-plus-one .wrapper .one-image{flex:1}section.content article.one-image-plus-one .wrapper .one-image:last-of-type .col .image{transform:translateX(30px)}section.content article.one-image-plus-one .wrapper .one-image .col{margin:10px 10px 0}section.content article.one-image-plus-one .wrapper .one-image .col .image{overflow:hidden;transform:translateX(-30px);opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.one-image-plus-one .wrapper .one-image .col .image.active{transform:translateX(0);opacity:1}section.content article.one-image-plus-one .wrapper .one-image .col .image img{width:100%;height:100%;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.one-image-plus-one .wrapper .one-image .col .image img:hover{transform:scale(1.05)}section.content article.one-image-plus-one .wrapper .one-image .col .text{font-size:17px;line-height:24px;color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1);margin-top:20px}section.content article.one-image-plus-one .wrapper .one-image .col .text.active{color:var(--text-color)}section.content article.one-image-plus-one .wrapper .one-image .col .text a{color:inherit}section.content article.one-image-plus-one .wrapper .one-image .col .text:empty{display:none}@media only screen and (max-width:991.98px){section.content article.one-image-plus-one .wrapper{padding:10px 10px 0}section.content article.one-image-plus-one .wrapper .one-image .col{margin:10px 10px 0}section.content article.one-image-plus-one .wrapper .one-image .col .text{font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.one-image-plus-one .wrapper{padding:10px 10px 0;display:block}section.content article.one-image-plus-one .wrapper .one-image:last-of-type .col{margin:0 10px}section.content article.one-image-plus-one .wrapper .one-image .col{margin:10px 10px 20px}section.content article.one-image-plus-one .wrapper .one-image .col .text{font-size:16px;line-height:21px}}section.content article.portrait-text[data-swapped] .wrapper{grid-template-areas:"content image"}section.content article.portrait-text[data-swapped] .wrapper .image{transform:translateX(30px)}section.content article.portrait-text .wrapper{max-width:960px;margin:0 auto;padding:20px 20px 0;display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:20px;grid-column-gap:20px;grid-template-areas:"image content"}section.content article.portrait-text .wrapper .image{grid-area:image;overflow:hidden;transform:translateX(-30px);opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1);margin:0 0 20px}section.content article.portrait-text .wrapper .image.square{max-height:450px}section.content article.portrait-text .wrapper .image.active{transform:translateX(0);opacity:1}section.content article.portrait-text .wrapper .image img{width:100%;height:auto;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.portrait-text .wrapper .image img:hover{transform:scale(1.05)}section.content article.portrait-text .wrapper .content{grid-area:content;color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1)}section.content article.portrait-text .wrapper .content.active{color:var(--text-color)}section.content article.portrait-text .wrapper .content h1,section.content article.portrait-text .wrapper .content h2{font-size:30px;font-weight:300;line-height:35px;padding:0;margin:0 0 20px}section.content article.portrait-text .wrapper .content h1:empty,section.content article.portrait-text .wrapper .content h2:empty{display:none}section.content article.portrait-text .wrapper .content .text{font-size:17px;line-height:24px;margin:0 0 20px}section.content article.portrait-text .wrapper .content .text a{color:inherit}section.content article.portrait-text .wrapper .content .text:empty{display:none}section.content article.portrait-text .wrapper .content .button{display:inline-block;position:relative;text-align:center;font-weight:700;padding:12px 40px;cursor:pointer;margin:0 0 20px;border:2px solid var(--button1-color);color:var(--button1-color);transition:background .25s,color .25s}section.content article.portrait-text .wrapper .content .button:hover{background:var(--button1-color);color:var(--button1-hover-color,#fff)}@media only screen and (max-width:991.98px){section.content article.portrait-text .wrapper .content h1,section.content article.portrait-text .wrapper .content h2{font-size:26px;font-weight:300;line-height:31px;margin:0 0 20px}section.content article.portrait-text .wrapper .content .text{font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.portrait-text .wrapper,section.content article.portrait-text[data-swapped] .wrapper{grid-template-columns:1fr;grid-template-areas:"image" "content"}section.content article.portrait-text .wrapper .image{margin:0}section.content article.portrait-text .wrapper .content{transition:color 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.portrait-text .wrapper .content h1,section.content article.portrait-text .wrapper .content h2{font-size:22px;font-weight:300;line-height:27px;margin:0 0 20px}section.content article.portrait-text .wrapper .content .text{font-size:16px;line-height:21px;padding-bottom:20px;margin-bottom:0}section.content article.portrait-text .wrapper .content a{text-decoration:none}section.content article.portrait-text .wrapper .content .button{display:block}}section.content article.portrait .wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:20px;grid-row-gap:20px;padding:20px}section.content article.portrait .wrapper .col .image{margin-bottom:20px;overflow:hidden}section.content article.portrait .wrapper .col .image img{width:100%;height:auto;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.portrait .wrapper .col .image img:hover{transform:scale(1.05)}section.content article.portrait .wrapper .col .text{font-size:17px;line-height:24px;color:var(--text-color)}section.content article.portrait .wrapper .col .text a{color:var(--text-color)}@media only screen and (max-width:991.98px){section.content article.portrait .wrapper .col .text{font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.portrait .wrapper{display:grid;grid-template-columns:repeat(2,1fr)}section.content article.portrait .wrapper .col .text{font-size:16px;line-height:21px}}section.content article.image-text[data-swapped] .wrapper{grid-template-areas:"text image"}section.content article.image-text[data-swapped] .wrapper .image{transform:translateX(30px)}section.content article.image-text .wrapper{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;grid-template-areas:"image text";padding:20px 20px 0}section.content article.image-text .wrapper .image{overflow:hidden;max-height:278px;grid-area:image;transform:translateX(-30px);opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1);margin:0 0 20px}section.content article.image-text .wrapper .image.active{transform:translateX(0);opacity:1}section.content article.image-text .wrapper .image img{width:100%;height:auto;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.image-text .wrapper .image img:hover{transform:scale(1.05)}section.content article.image-text .wrapper .text{grid-area:text;font-size:17px;line-height:24px;color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1)}section.content article.image-text .wrapper .text.active{color:var(--text-color)}section.content article.image-text .wrapper .text a{color:inherit}section.content article.image-text .wrapper .text h1,section.content article.image-text .wrapper .text h2{font-size:30px;font-weight:300;line-height:35px;margin:0 0 20px}section.content article.image-text .wrapper .text h1:empty,section.content article.image-text .wrapper .text h2:empty{display:none}section.content article.image-text .wrapper .text .description{margin:0 0 20px}section.content article.image-text .wrapper .text .description:empty{display:none}section.content article.image-text .wrapper .text .button{display:inline-block;position:relative;text-align:center;font-weight:700;padding:12px 40px;margin:0 0 20px;cursor:pointer;border:2px solid var(--button1-color);color:var(--button1-color);transition:background .25s,color .25s}section.content article.image-text .wrapper .text .button:hover{background:var(--button1-color);color:var(--button1-hover-color,#fff)}section.content article.image-text .wrapper .text .button:empty{display:none}@media only screen and (max-width:991.98px){section.content article.image-text .wrapper .text h1,section.content article.image-text .wrapper .text h2{font-size:26px;font-weight:300;line-height:31px;margin:0 0 20px}}@media only screen and (max-width:575.98px){section.content article.image-text .wrapper{display:block}section.content article.image-text .wrapper .image{margin-bottom:20px}section.content article.image-text .wrapper .text{transition:color 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.image-text .wrapper .text h1,section.content article.image-text .wrapper .text h2{font-size:22px;font-weight:300;line-height:27px;margin:0 0 20px}section.content article.image-text .wrapper .text .description{padding-bottom:20px;margin-bottom:0}section.content article.image-text .wrapper .text .button{width:100%}}section.content article.two-columns .wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px;padding:20px}section.content article.two-columns .wrapper .image1,section.content article.two-columns .wrapper .image2{overflow:hidden;opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.two-columns .wrapper .image1.active,section.content article.two-columns .wrapper .image2.active{transform:translateX(0);opacity:1}section.content article.two-columns .wrapper .image1 img,section.content article.two-columns .wrapper .image2 img{width:100%;height:auto;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.two-columns .wrapper .image1 img:hover,section.content article.two-columns .wrapper .image2 img:hover{transform:scale(1.05)}section.content article.two-columns .wrapper .image1:empty,section.content article.two-columns .wrapper .image2:empty{display:none}section.content article.two-columns .wrapper .image1{transform:translateX(-30px)}section.content article.two-columns .wrapper .image2{transform:translateX(30px)}section.content article.two-columns .wrapper .text1,section.content article.two-columns .wrapper .text2{font-size:17px;line-height:24px;color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1)}section.content article.two-columns .wrapper .text1.active,section.content article.two-columns .wrapper .text2.active{color:var(--text-color)}section.content article.two-columns .wrapper .text1 a,section.content article.two-columns .wrapper .text2 a{color:inherit}section.content article.two-columns .wrapper .text1:empty,section.content article.two-columns .wrapper .text2:empty{display:none}@media only screen and (max-width:991.98px){section.content article.two-columns .wrapper .text1,section.content article.two-columns .wrapper .text2{font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.two-columns .wrapper{padding-bottom:0;display:grid;grid-template-areas:"image1" "text1" "image2" "text2";grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:0}section.content article.two-columns .wrapper .image1{grid-area:image1}section.content article.two-columns .wrapper .image2{grid-area:image2}section.content article.two-columns .wrapper .text1{grid-area:text1}section.content article.two-columns .wrapper .text2{grid-area:text2}section.content article.two-columns .wrapper .text1,section.content article.two-columns .wrapper .text2{font-size:16px;line-height:21px;transition:color 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.two-columns .wrapper .image1,section.content article.two-columns .wrapper .image2,section.content article.two-columns .wrapper .text1,section.content article.two-columns .wrapper .text2{margin-bottom:20px}section.content article.two-columns .wrapper .image1:empty,section.content article.two-columns .wrapper .image2:empty,section.content article.two-columns .wrapper .text1:empty,section.content article.two-columns .wrapper .text2:empty{margin-bottom:0}}section.content article.four-images .wrapper{box-sizing:border-box;max-width:960px;margin:0 auto;padding:10px 10px 0;display:flex;flex-direction:row;flex-wrap:wrap}section.content article.four-images .wrapper .col{flex:1;margin:10px 10px 0}section.content article.four-images .wrapper .col .image{overflow:hidden}section.content article.four-images .wrapper .col .image.ep-se-run{overflow:hidden;opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.four-images .wrapper .col .image.from-left{transform:translateX(-30px)}section.content article.four-images .wrapper .col .image.from-right{transform:translateX(30px)}section.content article.four-images .wrapper .col .image.active{transform:translateX(0);opacity:1}section.content article.four-images .wrapper .col .image img{width:100%;height:auto;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.four-images .wrapper .col .image img:hover{transform:scale(1.05)}section.content article.four-images .wrapper .col .text{font-size:17px;line-height:24px;color:transparent;transition:color 2s cubic-bezier(.165,.84,.44,1);margin-top:20px}section.content article.four-images .wrapper .col .text.active{color:var(--text-color)}section.content article.four-images .wrapper .col .text a{color:inherit}section.content article.four-images .wrapper .col .text:empty{display:none}@media only screen and (max-width:991.98px){section.content article.four-images .wrapper{padding:10px 10px 0}section.content article.four-images .wrapper .col{margin:10px 10px 0}section.content article.four-images .wrapper .col .text{font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.four-images .wrapper{padding:20px 20px 0;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px}section.content article.four-images .wrapper .col{margin:0}section.content article.four-images .wrapper .col .text{font-size:16px;line-height:21px}section.content article.four-images .wrapper .col .text:empty{display:none}}section.content article.frames2 .wrapper{box-sizing:border-box;max-width:960px;margin:0 auto;padding:10px}section.content article.frames2 .wrapper .mobile{display:none}section.content article.frames2 .wrapper .desktop{position:relative;display:flex;flex-direction:row}section.content article.frames2 .wrapper .desktop .left{flex:1;padding:10px}section.content article.frames2 .wrapper .desktop .left .image{margin:0 0 20px}section.content article.frames2 .wrapper .desktop .left .image img{width:100%;height:auto;display:block}section.content article.frames2 .wrapper .desktop .left .text{font-size:17px;line-height:24px}section.content article.frames2 .wrapper .desktop .right{flex:1;padding:10px}section.content article.frames2 .wrapper .desktop .right .row{display:flex;flex-direction:row}section.content article.frames2 .wrapper .desktop .right .row:last-of-type .image{margin-bottom:0}section.content article.frames2 .wrapper .desktop .right .row .image{flex:1;margin-bottom:20px;overflow:hidden;background-size:auto 100%}section.content article.frames2 .wrapper .desktop .right .row .image:first-of-type{margin-right:20px}section.content article.frames2 .wrapper .desktop .right .row .image img{width:100%;height:auto;display:block}section.content article.frames2 .wrapper .desktop .right .row .crop-image{cursor:pointer}section.content article.frames2 .wrapper .desktop #frames-zoom-wrapper{position:absolute;overflow:hidden}section.content article.frames2 .wrapper .desktop #frames-zoom-wrapper img{height:100%;width:auto;display:block}section.content article.frames2 .wrapper .desktop #frames-zoom-wrapper #close-frames-zoom{position:absolute;top:6px;right:7px;width:40px;height:40px;color:#000;font-size:50px;line-height:35px;text-align:center;background:hsla(0,0%,78.4%,.8);cursor:pointer}@media only screen and (max-width:991.98px){section.content article.frames2 .wrapper,section.content article.frames2 .wrapper .desktop .left{padding:10px}section.content article.frames2 .wrapper .desktop .left .image{margin:0 0 20px}section.content article.frames2 .wrapper .desktop .left .text{font-size:17px;line-height:21px}section.content article.frames2 .wrapper .desktop .right{padding:10px}section.content article.frames2 .wrapper .desktop .right .row .image{margin-bottom:20px}section.content article.frames2 .wrapper .desktop .right .row .image:first-of-type{margin-right:20px}section.content article.frames2 .wrapper .desktop #frames-zoom-wrapper img{height:100%;width:100%}}@media only screen and (max-width:575.98px){section.content article.frames2 .wrapper{padding:20px}section.content article.frames2 .wrapper .desktop{display:none}section.content article.frames2 .wrapper .mobile{display:block;position:relative;overflow:hidden}section.content article.frames2 .wrapper .mobile .row{display:flex;flex-direction:row}section.content article.frames2 .wrapper .mobile .row:last-of-type .image{margin-bottom:0}section.content article.frames2 .wrapper .mobile .row .image{flex:1;margin-bottom:20px;overflow:hidden;background-size:auto 100%}section.content article.frames2 .wrapper .mobile .row .image:first-of-type{margin-right:20px}section.content article.frames2 .wrapper .mobile .row .image img{width:100%;height:auto;display:block}section.content article.frames2 .wrapper .mobile .row .crop-image{cursor:pointer}section.content article.frames2 .wrapper .mobile .image-text{flex:1;padding:0}section.content article.frames2 .wrapper .mobile .image-text .image{margin:0 0 20px}section.content article.frames2 .wrapper .mobile .image-text .image img{width:100%;height:auto;display:block}section.content article.frames2 .wrapper .mobile .image-text .text{margin:0 0 20px;font-size:16px;line-height:21px}section.content article.frames2 .wrapper .mobile #frames-zoom-wrapper{position:absolute;overflow:hidden}section.content article.frames2 .wrapper .mobile #frames-zoom-wrapper img{height:100%;width:auto;display:block}section.content article.frames2 .wrapper .mobile #frames-zoom-wrapper #close-frames-zoom{position:absolute;top:6px;right:7px;width:40px;height:40px;color:#000;font-size:50px;line-height:35px;text-align:center;background:hsla(0,0%,78.4%,.8);cursor:pointer}}section.content article.image{position:relative;width:100%;height:auto;overflow:hidden}section.content article.image .wrapper{position:relative;width:960px;margin:0 auto}section.content article.image .wrapper .image{display:none;position:absolute;top:20px;left:20px;width:920px;height:350px}section.content article.image .wrapper .placeholder{position:relative;padding-bottom:40px}section.content article.image .wrapper .preloader{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);width:32px;height:32px}@media only screen and (max-width:991.98px){section.content article.image .wrapper{width:calc(100% - 40px)}section.content article.image .wrapper .image{width:100%;margin:0;padding:20px;top:0;left:0;height:auto}section.content article.image .wrapper .image img{max-width:100%;height:auto}section.content article.image .wrapper .placeholder{position:relative;padding:20px}section.content article.image .wrapper .placeholder img{max-width:100%;height:auto}}@media only screen and (max-width:575.98px){section.content article.image .wrapper{width:calc(100% - 40px)}section.content article.image .wrapper .image{width:100%;margin:0;padding:20px;top:0;left:0;height:auto}section.content article.image .wrapper .image img{max-width:100%;height:auto}section.content article.image .wrapper .placeholder{position:relative;padding-bottom:20px}section.content article.image .wrapper .placeholder img{max-width:100%;height:auto}}section.content article.panorama-slideshow-text{position:relative;width:100%;overflow:hidden}section.content article.panorama-slideshow-text .image-wrapper{position:relative;width:100%;max-width:1920px;margin:0 auto}section.content article.panorama-slideshow-text .image-wrapper img{display:inline-block;width:100%;height:auto;vertical-align:top}section.content article.panorama-slideshow-text .image-wrapper .image{position:absolute;top:0;left:0;width:100%;max-width:1920px;height:auto}section.content article.panorama-slideshow-text .pagedots{position:absolute;bottom:20px;width:100%;z-index:200}section.content article.panorama-slideshow-text .pagedots .wrapper{display:flex;flex-direction:row;justify-content:center}section.content article.panorama-slideshow-text .pagedots .wrapper .page{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.3);margin-right:15px;transition:all 1s;cursor:pointer}section.content article.panorama-slideshow-text .pagedots .wrapper .page:last-of-type{margin-right:0}section.content article.panorama-slideshow-text .pagedots .wrapper .page.current{background:#fff}section.content article.panorama-slideshow-text .text-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:90}section.content article.panorama-slideshow-text .text-wrapper.hidden{display:none}section.content article.panorama-slideshow-text .text-wrapper .wrapper{position:relative;top:50%;transform:perspective(1px) translateY(-50%);display:flex;flex-direction:row;justify-content:flex-start}section.content article.panorama-slideshow-text .text-wrapper .wrapper.right{justify-content:flex-end}section.content article.panorama-slideshow-text .text-wrapper .wrapper.right .wrapper-bg .text,section.content article.panorama-slideshow-text .text-wrapper .wrapper.right .wrapper-bg h1,section.content article.panorama-slideshow-text .text-wrapper .wrapper.right .wrapper-bg h2{text-align:right}section.content article.panorama-slideshow-text .text-wrapper .wrapper.right .wrapper-bg .button-wrapper{display:flex;flex-direction:row;justify-content:flex-end}section.content article.panorama-slideshow-text .text-wrapper .wrapper.center{justify-content:center}section.content article.panorama-slideshow-text .text-wrapper .wrapper.center .wrapper-bg .text,section.content article.panorama-slideshow-text .text-wrapper .wrapper.center .wrapper-bg h1,section.content article.panorama-slideshow-text .text-wrapper .wrapper.center .wrapper-bg h2{text-align:center}section.content article.panorama-slideshow-text .text-wrapper .wrapper.center .wrapper-bg .button-wrapper{display:flex;flex-direction:row;justify-content:center}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg{padding:20px 20px 0;width:450px;background-color:var(--background-color)}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg a{color:inherit}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h1,section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h2{font-size:30px;font-weight:300;line-height:35px;padding:0 0 20px;color:var(--color)}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h1:empty,section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h2:empty{display:none}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg .text{padding:0 0 20px;font-size:17px;line-height:24px;color:var(--color)}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg .text:empty{display:none}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg .button{display:inline-block;position:relative;text-align:center;font-weight:700;padding:12px 40px;margin:0 0 20px;cursor:pointer;border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg .button:empty{display:none}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg .button:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}section.content article.panorama-slideshow-text .preloader{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);width:32px;height:32px;z-index:90}@media only screen and (max-width:991.98px){section.content article.panorama-slideshow-text .image-wrapper{width:150%;transform:translateX(-16.6666%)}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h1,section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h2{font-size:26px;line-height:31px}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg .text{font-size:17px;line-height:21px}}@media only screen and (max-width:767.98px){section.content article.panorama-slideshow-text .text-wrapper.hidemobile{display:none}}@media only screen and (max-width:575.98px){section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h1,section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg h2{font-size:22px;line-height:27px}section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg .text{font-size:16px;line-height:21px}}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){section.content article.panorama-slideshow-text .text-wrapper .wrapper .wrapper-bg{background-color:var(--background-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}section.content article.xxl-slideshow-text{position:relative;width:100%;height:460px;overflow:hidden}section.content article.xxl-slideshow-text .image-wrapper{position:relative;width:100%;height:100%}section.content article.xxl-slideshow-text .image-wrapper .image{display:none;position:absolute;top:0;left:0;width:960px;height:460px}section.content article.xxl-slideshow-text .image-wrapper .preloader{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);width:32px;height:32px}section.content article.xxl-slideshow-text .image-wrapper .arrow-down{display:none;position:absolute;bottom:50px;left:0;width:68px;height:68px;border-radius:50%;border:2px solid #fff;cursor:pointer;z-index:110}section.content article.xxl-slideshow-text .image-wrapper .arrow-down img{position:absolute;top:28px;left:22px}section.content article.xxl-slideshow-text .pagedots{position:absolute;bottom:20px;width:100%;z-index:200}section.content article.xxl-slideshow-text .pagedots .wrapper{display:flex;flex-direction:row;justify-content:center}section.content article.xxl-slideshow-text .pagedots .wrapper .page{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.3);margin-right:15px;transition:all 1s;cursor:pointer}section.content article.xxl-slideshow-text .pagedots .wrapper .page:last-of-type{margin-right:0}section.content article.xxl-slideshow-text .pagedots .wrapper .page.current{background:#fff}section.content article.xxl-slideshow-text .text-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:90}section.content article.xxl-slideshow-text .text-wrapper.hidden{display:none}section.content article.xxl-slideshow-text .text-wrapper .wrapper{position:relative;top:50%;transform:perspective(1px) translateY(-50%);display:flex;flex-direction:row;justify-content:flex-start}section.content article.xxl-slideshow-text .text-wrapper .wrapper.right{justify-content:flex-end}section.content article.xxl-slideshow-text .text-wrapper .wrapper.right .wrapper-bg .text,section.content article.xxl-slideshow-text .text-wrapper .wrapper.right .wrapper-bg h1,section.content article.xxl-slideshow-text .text-wrapper .wrapper.right .wrapper-bg h2{text-align:right}section.content article.xxl-slideshow-text .text-wrapper .wrapper.right .wrapper-bg .button-wrapper{display:flex;flex-direction:row;justify-content:flex-end}section.content article.xxl-slideshow-text .text-wrapper .wrapper.center{justify-content:center}section.content article.xxl-slideshow-text .text-wrapper .wrapper.center .wrapper-bg .text,section.content article.xxl-slideshow-text .text-wrapper .wrapper.center .wrapper-bg h1,section.content article.xxl-slideshow-text .text-wrapper .wrapper.center .wrapper-bg h2{text-align:center}section.content article.xxl-slideshow-text .text-wrapper .wrapper.center .wrapper-bg .button-wrapper{display:flex;flex-direction:row;justify-content:center}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg{padding:20px 20px 0;width:450px;background-color:var(--background-color)}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg a{color:inherit}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h1,section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h2{font-size:30px;font-weight:300;line-height:35px;padding:0 0 20px;color:var(--color)}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h1:empty,section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h2:empty{display:none}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg .text{padding:0 0 20px;font-size:17px;line-height:24px;color:var(--color)}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg .text:empty{display:none}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg .button{display:inline-block;position:relative;text-align:center;font-weight:700;padding:12px 40px;margin:0 0 20px;cursor:pointer;border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg .button:empty{display:none}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg .button:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}@media only screen and (max-width:991.98px){section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h1,section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h2{font-size:26px;line-height:31px}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg .text{font-size:17px;line-height:21px}}@media only screen and (max-width:767.98px){section.content article.xxl-slideshow-text .text-wrapper.hidemobile{display:none}}@media only screen and (max-width:575.98px){section.content article.xxl-slideshow-text,section.content article.xxl-slideshow-text .image-wrapper{height:auto}section.content article.xxl-slideshow-text .image-wrapper .arrow-down{display:none!important}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h1,section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg h2{font-size:22px;line-height:27px}section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg .text{font-size:16px;line-height:21px}}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){section.content article.xxl-slideshow-text .text-wrapper .wrapper .wrapper-bg{background-color:var(--background-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}section.content article.slider{position:relative;width:100%;height:auto}section.content article.slider .wrapper{position:relative;width:960px;margin:0 auto}section.content article.slider .wrapper .images{position:relative}section.content article.slider .wrapper .images .placeholder{width:920px;height:460px}section.content article.slider .wrapper .images .image{position:absolute;top:20px;left:20px;width:920px;height:460px}section.content article.slider .wrapper .slidebar-wrapper{margin-top:34px}section.content article.slider .wrapper .slidebar-wrapper .slidebar{border:20px solid transparent;position:relative;cursor:pointer}section.content article.slider .wrapper .slidebar-wrapper .slidebar .line{height:3px;background:#999;line-height:3px;width:100%}section.content article.slider .wrapper .slidebar-wrapper .slidebar .slider-handle{position:absolute;width:30px;height:30px;background:#666;border-radius:50%;top:-14px;cursor:pointer;left:35.5%}section.content article.slider .wrapper .texts{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:0;grid-column-gap:20px;padding:0 20px}section.content article.slider .wrapper .texts .col{cursor:pointer}section.content article.slider .wrapper .texts .col .line-separator{opacity:.3;transition:all .6s;margin-bottom:10px}section.content article.slider .wrapper .texts .col .line-separator .side-line{display:inline-block;border-top:1px solid #666;width:calc(50% - 8px)}section.content article.slider .wrapper .texts .col .line-separator .triangle{display:inline-block;height:10px;width:10px;transform:rotate(45deg);transform-origin:center center;border-top:1px solid #666;border-left:1px solid #666;margin-left:2px;margin-right:2px;margin-bottom:-5px}section.content article.slider .wrapper .texts .col.active .line-separator,section.content article.slider .wrapper .texts .col.active .text{opacity:1}section.content article.slider .wrapper .texts .col .text{opacity:.3;transition:all .6s;margin:7px 0 0;font-size:17px;line-height:24px}section.content article.slider .wrapper .texts .col .text a{color:inherit}@media only screen and (max-width:991.98px){section.content article.slider .wrapper{width:calc(100% - 40px)}section.content article.slider .wrapper .images{width:100%}section.content article.slider .wrapper .images .image,section.content article.slider .wrapper .images .placeholder{width:100%;margin:0;padding:20px;top:0;left:0;height:auto}section.content article.slider .wrapper .images .image img,section.content article.slider .wrapper .images .placeholder img{max-width:100%;height:auto}section.content article.slider .wrapper .slidebar-wrapper{margin-top:0}section.content article.slider .wrapper .slidebar-wrapper .slidebar .slider-handle{left:calc(36% - 10px)}section.content article.slider .wrapper .texts .col1,section.content article.slider .wrapper .texts .col2,section.content article.slider .wrapper .texts .col3,section.content article.slider .wrapper .texts .col4{margin:0;padding:4px 0 10px 10px;width:calc(25% - 10px)}section.content article.slider .wrapper .texts .col1 .text,section.content article.slider .wrapper .texts .col2 .text,section.content article.slider .wrapper .texts .col3 .text,section.content article.slider .wrapper .texts .col4 .text{width:100%;margin:20px 0 0;font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.slider .wrapper{width:calc(100% - 40px)}section.content article.slider .wrapper .images .image,section.content article.slider .wrapper .images .placeholder{width:100%;margin:0;padding:20px;top:0;left:0;height:auto}section.content article.slider .wrapper .images .image img,section.content article.slider .wrapper .images .placeholder img{max-width:100%;height:auto}section.content article.slider .wrapper .texts{display:grid;grid-template-columns:1fr}section.content article.slider .wrapper .texts .col{display:none;margin:0;padding:9px 0 20px}section.content article.slider .wrapper .texts .col .text{width:100%;margin:0;font-size:16px;line-height:21px}section.content article.slider .wrapper .texts .col .line-separator{display:none}section.content article.slider .wrapper .texts .col.active{display:block}}section.content article.map{width:100%}section.content article.map,section.content article.map .wrapper{position:relative;height:609px}section.content article.map .wrapper .map-canvas{position:relative;top:20px;left:20px;width:920px;height:569px;background:#b3d1ff;display:none}section.content article.map .wrapper .map-accept-layer{top:20px;left:20px;width:920px;height:569px;background:#fff url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+ENO2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNC4yLjItYzA2MyA1My4zNTI2MjQsIDIwMDgvMDcvMzAtMTg6MTI6MTggICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczp4bXBSaWdodHM9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9yaWdodHMvIgogICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgeG1sbnM6SXB0YzR4bXBDb3JlPSJodHRwOi8vaXB0Yy5vcmcvc3RkL0lwdGM0eG1wQ29yZS8xLjAveG1sbnMvIgogICB4bXBSaWdodHM6V2ViU3RhdGVtZW50PSIiCiAgIHBob3Rvc2hvcDpBdXRob3JzUG9zaXRpb249IiI+CiAgIDxkYzpyaWdodHM+CiAgICA8cmRmOkFsdD4KICAgICA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiLz4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzpyaWdodHM+CiAgIDxkYzpjcmVhdG9yPgogICAgPHJkZjpTZXE+CiAgICAgPHJkZjpsaS8+CiAgICA8L3JkZjpTZXE+CiAgIDwvZGM6Y3JlYXRvcj4KICAgPGRjOnRpdGxlPgogICAgPHJkZjpBbHQ+CiAgICAgPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5Nb2JpbGU8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcFJpZ2h0czpVc2FnZVRlcm1zPgogICAgPHJkZjpBbHQ+CiAgICAgPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ii8+CiAgICA8L3JkZjpBbHQ+CiAgIDwveG1wUmlnaHRzOlVzYWdlVGVybXM+CiAgIDxJcHRjNHhtcENvcmU6Q3JlYXRvckNvbnRhY3RJbmZvCiAgICBJcHRjNHhtcENvcmU6Q2lBZHJFeHRhZHI9IiIKICAgIElwdGM0eG1wQ29yZTpDaUFkckNpdHk9IiIKICAgIElwdGM0eG1wQ29yZTpDaUFkclJlZ2lvbj0iIgogICAgSXB0YzR4bXBDb3JlOkNpQWRyUGNvZGU9IiIKICAgIElwdGM0eG1wQ29yZTpDaUFkckN0cnk9IiIKICAgIElwdGM0eG1wQ29yZTpDaVRlbFdvcms9IiIKICAgIElwdGM0eG1wQ29yZTpDaUVtYWlsV29yaz0iIgogICAgSXB0YzR4bXBDb3JlOkNpVXJsV29yaz0iIi8+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAH+A8ADAREAAhEBAxEB/8QA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");background-repeat:no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper{max-width:450px;display:flex;flex-direction:column;align-items:center;padding:0 20px}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper .button{display:inline-block;max-width:880px;font-weight:700;padding:12px 40px;cursor:pointer;margin:20px 0;border:2px solid #000;color:#000;transition:background .25s,color .25s}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper .button:hover{background:#fff;color:#000}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper .title{text-align:center;color:#000;font-weight:700;margin-bottom:12px}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper .info{text-align:center;color:#000}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper .info a{color:#000;text-decoration:underline}section.content article.map .wrapper .map-pin{display:none}section.content article.map[data-swapped],section.content article.map[data-swapped] .wrapper{position:relative;width:100%;height:540px}section.content article.map[data-swapped] .wrapper .map-canvas{position:relative;top:20px;left:0;width:100%;height:500px;background:#b3d1ff;display:none}section.content article.map[data-swapped] .wrapper .map-accept-layer{position:relative;top:20px;left:0;width:100%;height:500px}@media only screen and (max-width:991.98px){section.content article{height:inherit}section.content article.map{width:100%}section.content article.map,section.content article.map .wrapper{position:relative;height:509px}section.content article.map .wrapper .map-canvas{background:#b3d1ff}section.content article.map .wrapper .map-accept-layer,section.content article.map .wrapper .map-canvas{position:relative;top:20px;left:10px;width:calc(100% - 40px);height:470px}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper .button{display:inline-block;max-width:880px;font-weight:700;cursor:pointer;margin:20px 0}section.content article.map[data-swapped],section.content article.map[data-swapped] .wrapper{position:relative;width:100%;height:540px}section.content article.map[data-swapped] .wrapper .map-canvas{position:relative;top:20px;left:0;width:100%;height:500px;background:#b3d1ff}section.content article.map[data-swapped] .wrapper .map-accept-layer{position:relative;top:20px;left:0;width:100%;height:500px}}@media only screen and (max-width:575.98px){section.content article{height:inherit}section.content article.map{width:100%}section.content article.map,section.content article.map .wrapper{position:relative;height:389px}section.content article.map .wrapper .map-canvas{position:relative;top:20px;left:20px;width:calc(100% - 40px);height:350px;background:#b3d1ff}section.content article.map .wrapper .map-accept-layer{position:relative;top:20px;left:20px;width:calc(100% - 40px);height:350px;font-size:10px}section.content article.map .wrapper .map-accept-layer .map-accept-layer-wrapper .button{display:inline-block;font-weight:700;cursor:pointer;margin:20px 0}section.content article.map[data-swapped],section.content article.map[data-swapped] .wrapper{position:relative;width:100%;height:540px}section.content article.map[data-swapped] .wrapper .map-canvas{position:relative;top:20px;left:0;width:100%;height:500px;background:#b3d1ff}section.content article.map[data-swapped] .wrapper .map-accept-layer{position:relative;top:20px;left:0;width:100%;height:500px}}section.content article.youtube .wrapper{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;padding:20px}section.content article.youtube .wrapper .youtube-video{margin:0;position:relative}section.content article.youtube .wrapper .youtube-video .loaded{padding-bottom:56.25%;height:0}section.content article.youtube .wrapper .youtube-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer{height:100%;max-height:278px;min-height:278px;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer .youtube-accept-layer-wrapper{max-width:450px;display:flex;flex-direction:column;align-items:center;padding:0 20px}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer .youtube-accept-layer-wrapper .button{display:inline-block;max-width:880px;font-weight:700;padding:12px 40px;cursor:pointer;margin:20px 0;border:2px solid #000;color:#000;transition:background .25s,color .25s}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer .youtube-accept-layer-wrapper .button:hover{background:#fff;color:#000}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer .youtube-accept-layer-wrapper .title{text-align:center;color:#000;font-weight:700;margin-bottom:12px}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer .youtube-accept-layer-wrapper .info{text-align:center;color:#000}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer .youtube-accept-layer-wrapper .info a{color:#000;text-decoration:underline}section.content article.youtube .wrapper .text{margin:0;font-size:17px;line-height:24px}section.content article.youtube .wrapper .text a{color:inherit}@media only screen and (max-width:991.98px){section.content article.youtube .wrapper .youtube-accept-layer-wrapper .youtube-accept-layer-wrapper .button{display:inline-block;font-weight:700;cursor:pointer;margin:20px 0}section.content article.youtube .wrapper .text{font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.youtube .wrapper{grid-template-columns:1fr}section.content article.youtube .wrapper .youtube-video{margin-bottom:20px}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer{font-size:14px}section.content article.youtube .wrapper .youtube-video .youtube-accept-layer .youtube-accept-layer-wrapper .button{display:inline-block;font-weight:700;cursor:pointer;margin:20px 0}section.content article.youtube .wrapper .text{display:block;width:100%;font-size:16px;line-height:21px}}section.content article.spacer{width:100%;height:20px}section.content article.spacer[data-swapped],section.content article.spacer[data-swapped] .wrapper{height:50px}section.content article.spacer .wrapper{height:20px}section.content article.line{width:100%;height:1px}section.content article.line .line-wrapper{width:960px;margin:0 auto}section.content article.line .line-wrapper div{width:auto;height:1px;width:920px;margin:0 auto}section.content article.line[data-swapped] .line-wrapper{width:auto;margin:0}section.content article.line[data-swapped] .line-wrapper div{margin:0;width:auto;height:1px}@media only screen and (max-width:991.98px){section.content article.line{width:100%;height:1px}section.content article.line .line-wrapper{width:calc(100% - 40px);margin:0 auto}section.content article.line .line-wrapper div{width:auto;height:1px;width:calc(100% - 40px);margin:0 auto}section.content article.line[data-swapped] .line-wrapper div{margin:0;width:auto;height:1px}}@media only screen and (max-width:575.98px){section.content article.line{width:100%;height:1px}section.content article.line .line-wrapper{width:calc(100% - 40px);margin:0 auto}section.content article.line .line-wrapper div{width:auto;height:1px;width:calc(100% - 40px);margin:0 auto}section.content article.line[data-swapped] .line-wrapper div{margin:0;width:auto;height:1px}}section.content article.select .wrapper{max-width:960px;margin:0 auto;display:flex;flex-direction:row}section.content article.select .wrapper .left{flex:1;margin:20px}section.content article.select .wrapper .left .stars{display:flex;flex-direction:row;justify-content:center}section.content article.select .wrapper .left .stars .star{width:15%}section.content article.select .wrapper .left .stars .star img,section.content article.select .wrapper .left .stars .star svg{width:100%;height:auto}section.content article.select .wrapper .left .stars .star svg{fill:var(--star-color)}section.content article.select .wrapper .left .recommendations{font-size:20px;font-weight:700;text-align:center;line-height:1;margin:20px 0 0;color:var(--text-color)}section.content article.select .wrapper .left .votes{font-size:16px;font-weight:700;text-align:center;line-height:1;margin:10px 0 20px;color:var(--text-color)}section.content article.select .wrapper .left .row{display:flex;flex-direction:row}section.content article.select .wrapper .left .row .logo{flex:51;margin-right:10px}section.content article.select .wrapper .left .row .logo img{width:100%;height:auto}section.content article.select .wrapper .left .row .description{flex:49;font-size:15px;line-height:22px;color:var(--text-color)}section.content article.select .wrapper .right{flex:1;margin:20px 0}section.content article.select .wrapper .right .slider{position:relative;width:100%;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}section.content article.select .wrapper .right .slider .slider-inner{position:absolute;display:flex;overflow-x:auto;left:0}section.content article.select .wrapper .right .slider .slider-inner.is-animating{transition:left 2.5s cubic-bezier(.165,.84,.44,1)}section.content article.select .wrapper .right .slider .slider-inner .slide{flex-shrink:0;font-size:17px;line-height:26px}section.content article.select .wrapper .right .slider .slider-inner .slide .slide-content{padding-right:20px;color:var(--text-color)}section.content article.select .wrapper .right .slider .slider-inner .slide .slide-content .more{display:none;font-weight:700;cursor:pointer;white-space:nowrap}section.content article.select .wrapper .right .slider .slider-inner .slide .slide-content .author{font-weight:700}section.content article.select .wrapper .right .controls{display:flex;flex-direction:row;transform:translateX(-15px)}section.content article.select .wrapper .right .controls .prev{margin-right:10px}section.content article.select .wrapper .right .controls .next,section.content article.select .wrapper .right .controls .prev{width:44px;min-width:44px;max-width:44px;height:44px;cursor:pointer}section.content article.select .wrapper .right .controls .next svg,section.content article.select .wrapper .right .controls .prev svg{width:44px;height:44px}@media only screen and (max-width:991.98px){section.content article.select .wrapper .left{margin:20px}section.content article.select .wrapper .left .recommendations{font-size:20px}section.content article.select .wrapper .right{margin:20px 20px 20px 0}}@media only screen and (max-width:575.98px){section.content article.select .wrapper{display:block}section.content article.select .wrapper .left{margin:0 20px 20px;padding-top:20px}section.content article.select .wrapper .left .recommendations{font-size:20px}section.content article.select .wrapper .right{position:relative;margin:0 20px;padding-bottom:20px}}section.content article.googlerating .wrapper{max-width:960px;margin:0 auto;display:flex;flex-direction:row}section.content article.googlerating .wrapper .left{flex:1;margin:20px}section.content article.googlerating .wrapper .left .stars{display:flex;flex-direction:row;justify-content:center}section.content article.googlerating .wrapper .left .stars .star{width:15%}section.content article.googlerating .wrapper .left .stars .star img,section.content article.googlerating .wrapper .left .stars .star svg{width:100%;height:auto}section.content article.googlerating .wrapper .left .stars .star svg{fill:var(--star-color)}section.content article.googlerating .wrapper .left .recommendations-wrapper .recommendations{display:flex;flex-direction:row;justify-content:center;font-size:20px;font-weight:700;line-height:1;color:var(--text-color)}section.content article.googlerating .wrapper .left .recommendations-wrapper .recommendations svg{margin-top:9px;width:186px;height:auto}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button{display:flex;flex-direction:row;margin:17px 0 0}@media only screen and (max-width:910px){section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .logo{min-width:0;max-width:none;width:auto;flex:1}}@media only screen and (max-width:870px){section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button{flex-direction:column}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .logo-wrapper{display:flex;flex-direction:row;justify-content:center}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .logo-wrapper .logo{max-width:185px;text-align:center}}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .logo{min-width:185px;max-width:185px;width:185px}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .logo svg{width:100%}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .button-wrapper{flex:1;margin-left:25px}@media only screen and (max-width:870px){section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .button-wrapper{margin-left:0;display:flex;flex-direction:row;justify-content:center}}@media only screen and (max-width:575.98px){section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .button-wrapper{display:block}}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .button-wrapper .button{display:inline-block;position:relative;text-align:center;font-weight:700;padding:12px 40px;margin:5px 0 20px;cursor:pointer;border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s;white-space:nowrap;font-size:15px}@media only screen and (max-width:575.98px){section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .button-wrapper .button{width:100%;margin-top:12px}}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .button-wrapper .button:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}section.content article.googlerating .wrapper .left .recommendations-wrapper .logo-button .button-wrapper .button:empty{display:none}section.content article.googlerating .wrapper .right{flex:1;margin:20px 0}section.content article.googlerating .wrapper .right .slider{position:relative;width:100%;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}section.content article.googlerating .wrapper .right .slider .slider-inner{position:absolute;display:flex;overflow-x:auto;left:0}section.content article.googlerating .wrapper .right .slider .slider-inner.is-animating{transition:left 2.5s cubic-bezier(.165,.84,.44,1)}section.content article.googlerating .wrapper .right .slider .slider-inner .slide{flex-shrink:0;font-size:17px;line-height:26px}section.content article.googlerating .wrapper .right .slider .slider-inner .slide .slide-content{padding-right:20px;color:var(--text-color)}section.content article.googlerating .wrapper .right .slider .slider-inner .slide .slide-content .more{display:none;font-weight:700;cursor:pointer;white-space:nowrap}section.content article.googlerating .wrapper .right .slider .slider-inner .slide .slide-content .author{font-weight:700}section.content article.googlerating .wrapper .right .slider .slider-inner .slide .slide-content .author a{color:inherit;text-decoration:none}section.content article.googlerating .wrapper .right .controls{display:flex;flex-direction:row;transform:translateX(-15px)}section.content article.googlerating .wrapper .right .controls .prev{margin-right:10px}section.content article.googlerating .wrapper .right .controls .next,section.content article.googlerating .wrapper .right .controls .prev{width:44px;min-width:44px;max-width:44px;height:44px;cursor:pointer}section.content article.googlerating .wrapper .right .controls .next svg,section.content article.googlerating .wrapper .right .controls .prev svg{width:44px;height:44px}@media only screen and (max-width:991.98px){section.content article.googlerating .wrapper .left{margin:20px}section.content article.googlerating .wrapper .left .recommendations-wrapper .recommendations{font-size:20px}section.content article.googlerating .wrapper .right{margin:20px 20px 20px 0}}@media only screen and (max-width:575.98px){section.content article.googlerating .wrapper{display:block}section.content article.googlerating .wrapper .left{margin:0 20px 20px;padding-top:20px}section.content article.googlerating .wrapper .left .recommendations-wrapper .recommendations{font-size:20px}section.content article.googlerating .wrapper .right{position:relative;margin:0 20px;padding-bottom:20px}}section.content article.iframe .wrapper{position:relative;width:960px;margin:0 auto}section.content article.iframe .wrapper iframe{width:100%;height:var(--height-desktop)}@media only screen and (max-width:991.98px){section.content article.iframe .wrapper{width:calc(100% - 40px);height:auto}section.content article.iframe .wrapper iframe{height:var(--height-tablet)}}@media only screen and (max-width:575.98px){section.content article.iframe .wrapper iframe{height:var(--height-mobile)}}section.content article.appointment .wrapper{background:var(--background-color)}section.content article.appointment input[type=email],section.content article.appointment input[type=text],section.content article.appointment select,section.content article.appointment textarea{margin:0;transition:background .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:var(--background-color);color:var(--text-color);outline:none}section.content article.appointment input[type=email]::-webkit-input-placeholder,section.content article.appointment input[type=text]::-webkit-input-placeholder,section.content article.appointment select::-webkit-input-placeholder,section.content article.appointment textarea::-webkit-input-placeholder{color:var(--text-color)}section.content article.appointment input[type=email]::-moz-placeholder,section.content article.appointment input[type=text]::-moz-placeholder,section.content article.appointment select::-moz-placeholder,section.content article.appointment textarea::-moz-placeholder{color:var(--text-color)}section.content article.appointment input[type=email]:-ms-input-placeholder,section.content article.appointment input[type=text]:-ms-input-placeholder,section.content article.appointment select:-ms-input-placeholder,section.content article.appointment textarea:-ms-input-placeholder{color:var(--text-color)}section.content article.appointment input[type=email]::-ms-input-placeholder,section.content article.appointment input[type=text]::-ms-input-placeholder,section.content article.appointment select::-ms-input-placeholder,section.content article.appointment textarea::-ms-input-placeholder{color:var(--text-color)}section.content article.appointment input[type=email]::placeholder,section.content article.appointment input[type=text]::placeholder,section.content article.appointment select::placeholder,section.content article.appointment textarea::placeholder{color:var(--text-color)}section.content article.appointment input[type=email].error,section.content article.appointment input[type=text].error,section.content article.appointment select.error,section.content article.appointment textarea.error{background:#fcc}section.content article.appointment .step-wrapper{display:flex;flex-direction:row;padding:20px}section.content article.appointment .step-wrapper .left{flex:1;margin-right:20px}section.content article.appointment .step-wrapper .right{flex:1}section.content article.appointment .step-wrapper .right .error-message{display:none;color:red;margin:0 0 10px}section.content article.appointment .step-wrapper .right .submit{width:100%;display:inline-block;cursor:pointer;text-align:center;font-size:16px;padding:12px 40px;font-weight:700;background:var(--background-color);border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s;white-space:nowrap}section.content article.appointment .step-wrapper .right .submit:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}section.content article.appointment .step1 .step-wrapper .left .date input{text-align:center}section.content article.appointment .step1 .step-wrapper .right{display:flex;flex-direction:row;transition:all .5s}section.content article.appointment .step1 .step-wrapper .right .time{position:relative;flex:1;margin-right:20px;transition:all .5s}section.content article.appointment .step1 .step-wrapper .right .time .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.appointment .step1 .step-wrapper .right .time .icon svg{height:44px;width:44px;stroke:var(--text-color)}section.content article.appointment .step1 .step-wrapper .right .submit-button{flex:1;transition:all .5s}section.content article.appointment .step2{display:none}section.content article.appointment .step2 .line{width:calc(100% - 40px);height:1px;line-height:1px;background:#888;margin-left:20px}section.content article.appointment .step2 .step-wrapper .left .phone,section.content article.appointment .step2 .step-wrapper .left .reason,section.content article.appointment .step2 .step-wrapper .left .username{margin-bottom:10px}section.content article.appointment .step2 .step-wrapper .left .store{margin-top:10px}section.content article.appointment .step2 .step-wrapper .left .reason,section.content article.appointment .step2 .step-wrapper .left .store{position:relative}section.content article.appointment .step2 .step-wrapper .left .reason .icon,section.content article.appointment .step2 .step-wrapper .left .store .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.appointment .step2 .step-wrapper .left .reason .icon svg,section.content article.appointment .step2 .step-wrapper .left .store .icon svg{height:44px;width:44px;stroke:var(--text-color)}section.content article.appointment .step2 .step-wrapper .right{display:flex;flex-direction:column;justify-content:space-between}section.content article.appointment .step2 .step-wrapper .right .button-line .spacer{margin:0 0 20px;color:var(--text-color)}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button{flex:1}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy{margin-bottom:12px}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy.error .cb a,section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy.error a,section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy.error label{color:red}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb{display:block;position:relative;padding-left:37px;padding-top:3px;cursor:pointer;color:var(--text-color);font-size:14px}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb a{color:var(--text-color);text-decoration:none}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb input{position:absolute;z-index:-1;opacity:0}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb_indicator{position:absolute;top:0;left:0;height:28px;width:28px;background:var(--background-color);border:2px solid var(--text-color);border-radius:0}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb:hover input:not([disabled]):checked~.cb_indicator,section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb:hover input~.cb_indicator,section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb input:checked:focus~.cb_indicator,section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb input:checked~.cb_indicator,section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb input:focus~.cb_indicator{background:var(--background-color)}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb input:disabled~.cb_indicator{background:var(--background-color);opacity:.6;pointer-events:none}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb_indicator:after{box-sizing:unset;content:"";position:absolute;display:none}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb input:checked~.cb_indicator:after{display:block}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb-checkbox .cb_indicator:after{left:8px;top:3px;width:5px;height:11px;border:solid var(--text-color);border-width:0 3px 3px 0;transform:rotate(45deg)}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb-checkbox input:disabled~.cb_indicator:after{background:var(--background-color)}section.content article.appointment .step2 .step-wrapper .right .button-line .submit-button .privacy .cb-checkbox .cb_indicator:before{content:"";display:block;position:absolute;left:0;top:0;width:4.5rem;height:4.5rem;margin-left:-1.3rem;margin-top:-1.3rem;background:var(--background-color);border-radius:3rem;opacity:.6;z-index:99999;transform:scale(0)}section.content article.appointment .step3{display:none;padding-bottom:.1px;color:var(--text-color)}section.content article.appointment .step3 h3{text-transform:uppercase;text-align:center;font-size:30px;line-height:35px;margin:0 0 20px;padding:20px 0 0}section.content article.appointment .step3 p{margin:0 0 20px;font-size:17px;padding:0 20px;text-align:center}section.content article.appointment .step3 p.appointment{font-weight:700}section.content article.appointment input[type=email],section.content article.appointment input[type=text],section.content article.appointment select{box-sizing:border-box;font-size:17px;line-height:24px;border:2px solid var(--text-color);padding:14px 40px;margin:0;width:100%}section.content article.appointment textarea{box-sizing:border-box;font-size:17px;line-height:24px;border:2px solid var(--text-color);padding:15px 40px;resize:none;width:100%;margin-bottom:16px;height:148px}@media only screen and (max-width:991.98px){section.content article.appointment input[type=email],section.content article.appointment input[type=text],section.content article.appointment select{font-size:17px;line-height:21px}}@media only screen and (max-width:991.98px){section.content article.appointment .step .step-wrapper{display:flex;flex-direction:column;padding:20px}section.content article.appointment .step .step-wrapper .left,section.content article.appointment .step .step-wrapper .right{flex:1}section.content article.appointment .step .step-wrapper .right .submit{width:100%}section.content article.appointment .step1 .step-wrapper .left{margin:0}section.content article.appointment .step1 .step-wrapper .left .date{flex:1;margin:0 0 10px}section.content article.appointment .step1 .step-wrapper .right{display:flex;flex-direction:column}section.content article.appointment .step1 .step-wrapper .right .time{flex:1;margin:0 0 10px}section.content article.appointment .step1 .step-wrapper .right .submit-button{flex:1}section.content article.appointment .step2 .step-wrapper .left{margin:0 0 10px}section.content article.appointment .step2 .step-wrapper .left .phone,section.content article.appointment .step2 .step-wrapper .left .reason,section.content article.appointment .step2 .step-wrapper .left .username,section.content article.appointment .step2 .step-wrapper .right .message textarea{margin-bottom:10px}section.content article.appointment .step2 .step-wrapper .right .button-line .spacer{flex:1;margin:0 0 10px}section.content article.appointment .step2 .step-wrapper .right .submit{width:100%}section.content article.appointment input[type=email],section.content article.appointment input[type=text],section.content article.appointment select{box-sizing:border-box;font-size:17px;line-height:21px}}@media only screen and (max-width:575.98px){section.content article.appointment textarea{font-size:13px;padding:15px 20px}section.content article.appointment input[type=email],section.content article.appointment input[type=text],section.content article.appointment select{font-size:13px;padding:14px 20px}section.content article.appointment .step2 .step-wrapper .right .button-line .spacer{font-size:13px}}section.content article.contact-lens-reorder .wrapper{background:var(--background-color)}section.content article.contact-lens-reorder input[type=email],section.content article.contact-lens-reorder input[type=text],section.content article.contact-lens-reorder select{font-size:17px;line-height:24px;border:2px solid var(--border-color);padding:14px 40px;margin:0 20px 10px 0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:var(--background-color);color:var(--border-color);outline:none}section.content article.contact-lens-reorder input[type=email]::-webkit-input-placeholder,section.content article.contact-lens-reorder input[type=text]::-webkit-input-placeholder,section.content article.contact-lens-reorder select::-webkit-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]::-moz-placeholder,section.content article.contact-lens-reorder input[type=text]::-moz-placeholder,section.content article.contact-lens-reorder select::-moz-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]:-ms-input-placeholder,section.content article.contact-lens-reorder input[type=text]:-ms-input-placeholder,section.content article.contact-lens-reorder select:-ms-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]::-ms-input-placeholder,section.content article.contact-lens-reorder input[type=text]::-ms-input-placeholder,section.content article.contact-lens-reorder select::-ms-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]::placeholder,section.content article.contact-lens-reorder input[type=text]::placeholder,section.content article.contact-lens-reorder select::placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email].error,section.content article.contact-lens-reorder input[type=text].error,section.content article.contact-lens-reorder select.error{background:#fcc}section.content article.contact-lens-reorder .buttons .buttons-wrapper{display:flex;flex-direction:row;justify-content:center;margin:0 auto;padding:20px}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .buttons .buttons-wrapper{flex-direction:column}}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right{flex:1}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button{display:flex;flex-direction:row;justify-content:center;font-size:16px;font-weight:700;padding:12px 40px;cursor:pointer;background:var(--background-color);border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s;white-space:nowrap}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button.active,section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button:hover,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button.active,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button.active .icon svg g g path,section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button:hover .icon svg g g path,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button.active .icon svg g g path,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button:hover .icon svg g g path{fill:var(--button-hover-color,#fff)!important}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button{justify-content:center;width:auto}}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button.passive,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button.passive{opacity:.5}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button .icon svg g g path,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button .icon svg g g path{transition:all .25s;fill:var(--button-color)!important}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left .button .text,section.content article.contact-lens-reorder .buttons .buttons-wrapper .right .button .text{margin:5px 0 0 15px;white-space:nowrap}section.content article.contact-lens-reorder .buttons .buttons-wrapper .left{margin-right:10px}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .buttons .buttons-wrapper .left{margin-right:0;margin-bottom:10px}}section.content article.contact-lens-reorder .switch-contact-lens-reorder.hidden{display:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder .line{width:calc(100% - 40px);height:1px;line-height:1px;background:#888;margin-left:20px}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper{box-sizing:border-box;width:100%;padding:20px}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .personal-data .row{display:flex;flex-direction:row;margin-bottom:0}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .personal-data .row{flex-direction:column}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .personal-data .row .col{flex:1}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .personal-data .row .col:first-of-type{margin-right:10px}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .personal-data .row .col:first-of-type{margin-right:0;margin-bottom:0}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .title{font-weight:700}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .title,section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .title-product{font-size:18px;margin-bottom:5px;color:var(--text-color)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .title-product{margin-top:10px;font-weight:700}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper{display:flex;flex-direction:row}@media only screen and (max-width:800px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper{flex-direction:column}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left{flex:1;margin-right:10px}@media only screen and (max-width:800px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left{margin-right:0}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product{margin-bottom:0}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line{display:flex;flex-direction:row}@media only screen and (max-width:440px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line{flex-wrap:wrap}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .description{font-size:18px;min-width:70px;color:var(--border-color)}@media only screen and (max-width:440px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .description{flex:1}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .amount{min-width:116px;margin-right:10px;position:relative}@media only screen and (max-width:440px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .amount{margin-right:0}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .amount .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .amount .icon svg{height:44px;width:44px;stroke:var(--border-color)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .type{flex:1;position:relative}@media only screen and (max-width:800px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .type select{margin-right:0}}@media only screen and (max-width:440px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .type{min-width:200px}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .type .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .product .product-line .type .icon svg{height:44px;width:44px;stroke:var(--border-color)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .shipping{position:relative}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .shipping .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .left .shipping .icon svg{height:44px;width:44px;stroke:var(--border-color)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right{flex:1;display:flex;flex-direction:column;justify-content:space-between}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .error-message{display:none;color:#e94949;margin:10px 0}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit{display:grid;grid-template-columns:1fr;grid-row-gap:0;grid-column-gap:0}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:0;grid-column-gap:10px;grid-template-areas:"privacy" "submit"}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .button{grid-area:submit}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .button .button-submit-contactlens-reorder{width:100%}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy{grid-area:privacy;margin:25px 0 12px}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb{font-size:13px}}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .button{display:flex;flex-direction:row;justify-content:flex-end;margin:10px 0}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .button .button-submit-contactlens-reorder{display:inline-block;cursor:pointer;text-align:center;font-size:16px;padding:12px 40px;font-weight:700;background:var(--background-color);border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s;white-space:nowrap}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .button .button-submit-contactlens-reorder:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy{margin-top:8px}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy.error label,section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy.error label a{color:#e94949}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb{display:block;position:relative;padding-right:37px;padding-top:3px;cursor:pointer;color:var(--border-color);font-size:14px;text-align:right}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb a{color:var(--border-color);text-decoration:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb input{position:absolute;z-index:-1;opacity:0}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb_indicator{position:absolute;top:0;right:0;height:28px;width:28px;background:var(--background-color);border:2px solid var(--border-color);border-radius:0}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb:hover input:not([disabled]):checked~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb:hover input~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb input:checked:focus~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb input:checked~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb input:focus~.cb_indicator{background:var(--background-color)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb input:disabled~.cb_indicator{background:var(--background-color);opacity:.6;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb_indicator:after{box-sizing:unset;content:"";position:absolute;display:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb input:checked~.cb_indicator:after{display:block}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb-checkbox .cb_indicator:after{left:8px;top:3px;width:5px;height:11px;border:solid var(--border-color);border-width:0 3px 3px 0;transform:rotate(45deg)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb-checkbox input:disabled~.cb_indicator:after{background:var(--background-color)}section.content article.contact-lens-reorder .switch-contact-lens-reorder .wrapper .order .order-wrapper .right .submit .privacy .cb-checkbox .cb_indicator:before{content:"";display:block;position:absolute;left:0;top:0;width:4.5rem;height:4.5rem;margin-left:-1.3rem;margin-top:-1.3rem;background:var(--background-color);border-radius:3rem;opacity:.6;z-index:99999;transform:scale(0)}section.content article.contact-lens-reorder .switch-contact-lens-reorder-success.hidden{display:none}section.content article.contact-lens-reorder .switch-contact-lens-reorder-success h3{text-transform:uppercase;text-align:center;font-size:30px;line-height:35px;margin:0 0 20px;padding:20px 20px 0}section.content article.contact-lens-reorder .switch-contact-lens-reorder-success p{margin:0;font-size:17px;padding:0 20px 20px;text-align:center}section.content article.contact-lens-reorder .switch-contact-lens-reorder-success p.appointment{font-weight:700}section.content article.contact-lens-reorder .switch-contact-lens-appointment.hidden{display:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .line{width:calc(100% - 40px);height:1px;line-height:1px;background:#888;margin-left:20px}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time{display:flex;flex-direction:row;padding:20px 20px 10px}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time{flex-direction:column}}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .left{flex:1;margin-right:10px}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .left{margin-right:0;margin-bottom:20px}}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .left .date{position:relative}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .left .date input{text-align:center}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .left .date .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .left .date .icon svg{height:44px;width:44px;stroke:var(--border-color)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .right{flex:1}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .right .time{position:relative}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .right .time .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .date-time .right .time .icon svg{height:44px;width:44px;stroke:var(--border-color)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .line{width:calc(100% - 40px);height:1px;line-height:1px;background:#888;margin-left:20px}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper{display:flex;flex-direction:row;padding:20px}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper{flex-direction:column}}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left{flex:1;margin-right:10px}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left{margin-right:0}}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left .reason{position:relative;transition:all .5s}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left .reason .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left .reason .icon svg{height:44px;width:44px;stroke:var(--border-color)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left .store{position:relative}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left .store .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .left .store .icon svg{height:44px;width:44px;stroke:var(--border-color)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right{flex:1;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right{margin-top:0}}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .message textarea{height:151px}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .error-message{display:none;color:#e94949;margin:0 0 10px}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy{margin-bottom:12px}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy.error label,section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy.error label a{color:#e94949}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb{display:block;position:relative;padding-right:37px;padding-top:3px;cursor:pointer;color:var(--border-color);font-size:14px;text-align:right}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb a{color:var(--border-color);text-decoration:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb input{position:absolute;z-index:-1;opacity:0}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb_indicator{position:absolute;top:0;right:0;height:28px;width:28px;background:var(--background-color);border:2px solid var(--border-color);border-radius:0}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb:hover input:not([disabled]):checked~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb:hover input~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb input:checked:focus~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb input:checked~.cb_indicator,section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb input:focus~.cb_indicator{background:var(--background-color)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb input:disabled~.cb_indicator{background:var(--background-color);opacity:.6;pointer-events:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb_indicator:after{box-sizing:unset;content:"";position:absolute;display:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb input:checked~.cb_indicator:after{display:block}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb-checkbox .cb_indicator:after{left:8px;top:3px;width:5px;height:11px;border:solid var(--border-color);border-width:0 3px 3px 0;transform:rotate(45deg)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb-checkbox input:disabled~.cb_indicator:after{background:var(--background-color)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .privacy .cb-checkbox .cb_indicator:before{content:"";display:block;position:absolute;left:0;top:0;width:4.5rem;height:4.5rem;margin-left:-1.3rem;margin-top:-1.3rem;background:var(--background-color);border-radius:3rem;opacity:.6;z-index:99999;transform:scale(0)}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .submit-wrapper{text-align:right;margin-bottom:10px}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .submit-wrapper .submit{display:inline-block;cursor:pointer;text-align:center;font-size:16px;padding:12px 40px;font-weight:700;background:var(--background-color);border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s;white-space:nowrap}@media only screen and (max-width:670px){section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .submit-wrapper .submit{width:100%}}section.content article.contact-lens-reorder .switch-contact-lens-appointment .personal-data .step-wrapper .right .button-line .submit-button .submit-wrapper .submit:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}section.content article.contact-lens-reorder .switch-contact-lens-appointment-success.hidden{display:none}section.content article.contact-lens-reorder .switch-contact-lens-appointment-success h3{text-transform:uppercase;text-align:center;font-size:30px;line-height:35px;margin:0 0 10px;padding:20px 20px 0}section.content article.contact-lens-reorder .switch-contact-lens-appointment-success p{margin:0;font-size:17px;padding:0 20px 20px;text-align:center}section.content article.contact-lens-reorder .switch-contact-lens-appointment-success p.appointment{font-weight:700}section.content article.contact-lens-reorder input[type=email],section.content article.contact-lens-reorder input[type=tel],section.content article.contact-lens-reorder input[type=text],section.content article.contact-lens-reorder select{font-size:17px;line-height:24px;border:2px solid var(--border-color);padding:14px 40px;margin:0 10px 10px 0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:var(--background-color);color:var(--border-color);outline:none}section.content article.contact-lens-reorder input[type=email]::-webkit-input-placeholder,section.content article.contact-lens-reorder input[type=tel]::-webkit-input-placeholder,section.content article.contact-lens-reorder input[type=text]::-webkit-input-placeholder,section.content article.contact-lens-reorder select::-webkit-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]::-moz-placeholder,section.content article.contact-lens-reorder input[type=tel]::-moz-placeholder,section.content article.contact-lens-reorder input[type=text]::-moz-placeholder,section.content article.contact-lens-reorder select::-moz-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]:-ms-input-placeholder,section.content article.contact-lens-reorder input[type=tel]:-ms-input-placeholder,section.content article.contact-lens-reorder input[type=text]:-ms-input-placeholder,section.content article.contact-lens-reorder select:-ms-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]::-ms-input-placeholder,section.content article.contact-lens-reorder input[type=tel]::-ms-input-placeholder,section.content article.contact-lens-reorder input[type=text]::-ms-input-placeholder,section.content article.contact-lens-reorder select::-ms-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email]::placeholder,section.content article.contact-lens-reorder input[type=tel]::placeholder,section.content article.contact-lens-reorder input[type=text]::placeholder,section.content article.contact-lens-reorder select::placeholder{color:var(--border-color)}section.content article.contact-lens-reorder input[type=email].error,section.content article.contact-lens-reorder input[type=tel].error,section.content article.contact-lens-reorder input[type=text].error,section.content article.contact-lens-reorder select.error{background:#fcc}section.content article.contact-lens-reorder textarea{font-size:17px;line-height:24px;border:2px solid var(--border-color);padding:15px 40px;resize:none;width:100%;height:235px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:var(--background-color);color:var(--border-color);outline:none}section.content article.contact-lens-reorder textarea::-webkit-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder textarea::-moz-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder textarea:-ms-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder textarea::-ms-input-placeholder{color:var(--border-color)}section.content article.contact-lens-reorder textarea::placeholder{color:var(--border-color)}section.content article.contact-lens-reorder textarea.error{background:#fcc}@media only screen and (max-width:991.98px){section.content article.contact-lens-reorder input[type=email],section.content article.contact-lens-reorder input[type=tel],section.content article.contact-lens-reorder input[type=text],section.content article.contact-lens-reorder select{font-size:13px;line-height:21px;padding:14px 20px}section.content article.contact-lens-reorder textarea{font-size:13px;padding:14px 20px;height:226px}}@media only screen and (max-width:575.98px){section.content article.contact-lens-reorder input[type=email],section.content article.contact-lens-reorder input[type=tel],section.content article.contact-lens-reorder input[type=text],section.content article.contact-lens-reorder select{box-sizing:border-box;font-size:13px;line-height:21px}}section.content article.contact .wrapper{background:var(--background-color)}section.content article.contact form{width:100%;padding:20px;margin:0}section.content article.contact form input{margin:0 0 15px}section.content article.contact form label[for$=male],section.content article.contact form label[for=contact-privacy],section.content article.contact form label[for=diverse],section.content article.contact form label[for=newsletter]{margin-left:10px}section.content article.contact form label[for$=male].error,section.content article.contact form label[for=contact-privacy].error,section.content article.contact form label[for=diverse].error,section.content article.contact form label[for=newsletter].error{background:#fcc}section.content article.contact form .contact-privacy-link{color:inherit;text-decoration:none}section.content article.contact form .contact-privacy-link.error{background:#fcc}section.content article.contact form input[type=radio][id=diverse],section.content article.contact form input[type=radio][id=female]{margin-left:20px}section.content article.contact form input[type=email],section.content article.contact form input[type=text],section.content article.contact form select{font-size:17px;line-height:24px;border:2px solid var(--text-color);padding:14px 40px;margin:0 20px 10px 0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:var(--background-color);color:var(--text-color);outline:none}section.content article.contact form input[type=email]::-webkit-input-placeholder,section.content article.contact form input[type=text]::-webkit-input-placeholder,section.content article.contact form select::-webkit-input-placeholder{color:var(--text-color)}section.content article.contact form input[type=email]::-moz-placeholder,section.content article.contact form input[type=text]::-moz-placeholder,section.content article.contact form select::-moz-placeholder{color:var(--text-color)}section.content article.contact form input[type=email]:-ms-input-placeholder,section.content article.contact form input[type=text]:-ms-input-placeholder,section.content article.contact form select:-ms-input-placeholder{color:var(--text-color)}section.content article.contact form input[type=email]::-ms-input-placeholder,section.content article.contact form input[type=text]::-ms-input-placeholder,section.content article.contact form select::-ms-input-placeholder{color:var(--text-color)}section.content article.contact form input[type=email]::placeholder,section.content article.contact form input[type=text]::placeholder,section.content article.contact form select::placeholder{color:var(--text-color)}section.content article.contact form input[type=email].error,section.content article.contact form input[type=text].error,section.content article.contact form select.error{background:#fcc}section.content article.contact form textarea{font-size:17px;line-height:24px;border:2px solid var(--text-color);padding:15px 40px;resize:none;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:var(--background-color);color:var(--text-color);outline:none}section.content article.contact form textarea::-webkit-input-placeholder{color:var(--text-color)}section.content article.contact form textarea::-moz-placeholder{color:var(--text-color)}section.content article.contact form textarea:-ms-input-placeholder{color:var(--text-color)}section.content article.contact form textarea::-ms-input-placeholder{color:var(--text-color)}section.content article.contact form textarea::placeholder{color:var(--text-color)}section.content article.contact form textarea.error{background:#fcc}section.content article.contact form .row{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:0;grid-column-gap:10px}section.content article.contact form .row.gender{grid-template-columns:1fr}section.content article.contact form .row .lastname input{margin:0 0 10px}section.content article.contact form .row .store{width:100%;position:relative}section.content article.contact form .row .store select{margin:0;width:100%}section.content article.contact form .row .store .icon{position:absolute;top:6px;right:5px;pointer-events:none}section.content article.contact form .row .store .icon svg{height:44px;width:44px;stroke:var(--text-color)}section.content article.contact form .error-message{display:none;color:red;margin:0 0 10px}section.content article.contact form .bottom{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:0;grid-column-gap:10px}section.content article.contact form .bottom .submit-button .submit{display:inline-block;cursor:pointer;text-align:center;font-size:16px;padding:12px 40px;font-weight:700;background:var(--background-color);border:2px solid var(--button-color);color:var(--button-color);transition:background .25s,color .25s;white-space:nowrap}section.content article.contact form .bottom .submit-button .submit:hover{background:var(--button-color);color:var(--button-hover-color,#fff)}section.content article.contact form .bottom .privacy{margin-top:8px}section.content article.contact form .bottom .privacy.error,section.content article.contact form .bottom .privacy.error .cb a,section.content article.contact form .bottom .privacy.error label{color:red}section.content article.contact form .bottom .privacy .cb{display:block;position:relative;padding-left:37px;padding-top:3px;cursor:pointer;color:var(--text-color);font-size:14px}section.content article.contact form .bottom .privacy .cb a{color:var(--text-color);text-decoration:none}section.content article.contact form .bottom .privacy .cb input{position:absolute;z-index:-1;opacity:0}section.content article.contact form .bottom .privacy .cb_indicator{position:absolute;top:0;left:0;height:28px;width:28px;background:var(--background-color);border:2px solid var(--text-color);border-radius:0}section.content article.contact form .bottom .privacy .cb:hover input:not([disabled]):checked~.cb_indicator,section.content article.contact form .bottom .privacy .cb:hover input~.cb_indicator,section.content article.contact form .bottom .privacy .cb input:checked:focus~.cb_indicator,section.content article.contact form .bottom .privacy .cb input:checked~.cb_indicator,section.content article.contact form .bottom .privacy .cb input:focus~.cb_indicator{background:var(--background-color)}section.content article.contact form .bottom .privacy .cb input:disabled~.cb_indicator{background:var(--background-color);opacity:.6;pointer-events:none}section.content article.contact form .bottom .privacy .cb_indicator:after{box-sizing:unset;content:"";position:absolute;display:none}section.content article.contact form .bottom .privacy .cb input:checked~.cb_indicator:after{display:block}section.content article.contact form .bottom .privacy .cb-checkbox .cb_indicator:after{left:8px;top:3px;width:5px;height:11px;border:solid var(--text-color);border-width:0 3px 3px 0;transform:rotate(45deg)}section.content article.contact form .bottom .privacy .cb-checkbox input:disabled~.cb_indicator:after{background:var(--background-color)}section.content article.contact form .bottom .privacy .cb-checkbox .cb_indicator:before{content:"";display:block;position:absolute;left:0;top:0;width:4.5rem;height:4.5rem;margin-left:-1.3rem;margin-top:-1.3rem;background:var(--background-color);border-radius:3rem;opacity:.6;z-index:99999;transform:scale(0)}@media only screen and (max-width:991.98px){section.content article.contact form{position:relative;width:100%;margin:0}section.content article.contact form .gender{padding:0 20px 0 0}section.content article.contact form input[type=email],section.content article.contact form input[type=text],section.content article.contact form select{box-sizing:border-box;font-size:17px;line-height:21px;width:100%;margin:0 0 10px}section.content article.contact form .message{display:inline-grid;width:100%}section.content article.contact form .message textarea{width:100%;height:100%;box-sizing:border-box;font-size:17px;line-height:21px;margin:0;padding:15px 40px}section.content article.contact form .row{flex-direction:column}section.content article.contact form .row .lastname input{margin:0 0 10px}section.content article.contact form .error-message{padding:0 20px;margin-top:10px}section.content article.contact form .bottom{flex-direction:column}section.content article.contact form .bottom .submit-button{margin:10px 0 0;width:auto}section.content article.contact form .bottom .submit-button .submit{box-sizing:border-box;cursor:pointer;text-align:center;font-size:16px;font-weight:700}section.content article.contact form .bottom .privacy{text-align:left;margin:10px 0 0;width:auto}}@media only screen and (max-width:575.98px){section.content article.contact form{position:relative;width:100%}section.content article.contact form input[type=email],section.content article.contact form input[type=text],section.content article.contact form select{box-sizing:border-box;font-size:13px;padding:14px 20px;width:100%;margin:0 0 10px}section.content article.contact form .row{display:grid;grid-template-columns:1fr;grid-row-gap:0;grid-column-gap:10px}section.content article.contact form .row .store{margin-bottom:10px}section.content article.contact form .bottom{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-row-gap:0;grid-column-gap:10px;grid-template-areas:"privacy" "submit"}section.content article.contact form .bottom .submit-button{grid-area:submit}section.content article.contact form .bottom .submit-button .submit{width:100%}section.content article.contact form .bottom .privacy{grid-area:privacy;margin:25px 0 12px}section.content article.contact form .bottom .privacy .cb{font-size:13px}section.content article.contact form .message textarea{font-size:13px;padding:15px 20px}}section.content article.image-text-bracket .wrapper{max-width:960px;margin:0 auto;padding:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:20px;grid-column-gap:20px;grid-template-areas:"image content"}section.content article.image-text-bracket .wrapper .image{grid-area:image;overflow:hidden;transform:translateX(-30px);margin:0 0 20px;max-height:450px;opacity:0;transition:all 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.image-text-bracket .wrapper .image.active{transform:translateX(0);opacity:1}section.content article.image-text-bracket .wrapper .image img{width:100%;height:auto;display:block;transition:transform 1.5s cubic-bezier(.165,.84,.44,1)}section.content article.image-text-bracket .wrapper .image img:hover{transform:scale(1.05)}section.content article.image-text-bracket .wrapper .text{grid-area:content;display:flex;align-items:center;justify-content:center}section.content article.image-text-bracket .wrapper .text .text-wrapper{margin:0;display:flex;flex-direction:row}section.content article.image-text-bracket .wrapper .text .text-wrapper .bracket-left{box-sizing:border-box;width:16px;min-width:16px;max-width:16px;height:100px;border-top:6px solid #008da8;border-left:6px solid #008da8;border-bottom:6px solid #008da8;margin:0 7px 0 0}section.content article.image-text-bracket .wrapper .text .text-wrapper .content{flex:1;flex-basis:auto;margin:26px 3px;box-sizing:border-box;font-size:17px;line-height:24px;color:var(--text-color)}section.content article.image-text-bracket .wrapper .text .text-wrapper .bracket-right{box-sizing:border-box;width:16px;min-width:16px;max-width:16px;height:100px;border-top:6px solid #008da8;border-right:6px solid #008da8;border-bottom:6px solid #008da8;margin:0 0 0 7px}@media only screen and (max-width:991.98px){section.content article.image-text-bracket .wrapper .text .text-wrapper .content{font-size:17px;line-height:21px}}@media only screen and (max-width:480px){section.content article.image-text-bracket .wrapper{display:block}section.content article.image-text-bracket .wrapper .text .text-wrapper .content{font-size:16px;line-height:21px}}section.content article.kodaklens-slideshow{position:relative;width:100%;height:460px;overflow:hidden}section.content article.kodaklens-slideshow .image-wrapper{position:relative;width:100%;height:100%}section.content article.kodaklens-slideshow .image-wrapper .image{display:none;position:absolute;top:0;left:0;width:960px;height:460px}section.content article.kodaklens-slideshow .image-wrapper .preloader{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);width:32px;height:32px}section.content article.kodaklens-slideshow .kodak-footer{position:absolute;bottom:0;left:0;width:100%;z-index:11}section.content article.kodaklens-slideshow .kodak-footer img{display:inline-block;width:100%;height:auto;vertical-align:bottom;max-width:100%}section.content article.kodaklens-slideshow .kodak-footer .kodak-headline{background:#ffb700}section.content article.kodaklens-slideshow .kodak-footer .kodak-headline .wrapper{max-width:960px;margin:0 auto}section.content article.kodaklens-slideshow .kodak-footer .kodak-headline .wrapper h1,section.content article.kodaklens-slideshow .kodak-footer .kodak-headline .wrapper h2{font-size:30px;font-weight:300;line-height:35px;padding:10px 20px 20px;text-align:center}@media only screen and (max-width:480px){section.content article.kodaklens-slideshow{height:auto;overflow:visible}section.content article.kodaklens-slideshow .image-wrapper{height:auto}section.content article.kodaklens-slideshow .kodak-footer{position:relative}section.content article.kodaklens-slideshow .kodak-footer .kodak-headline .wrapper h1,section.content article.kodaklens-slideshow .kodak-footer .kodak-headline .wrapper h2{font-size:22px;line-height:27px}}section.content article.logos{position:relative;width:100%;height:auto}section.content article.logos .wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:20px;grid-row-gap:20px;padding:20px}section.content article.logos .wrapper .logo img{width:100%;height:auto}@media only screen and (max-width:980px){section.content article.logos .wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:480px){section.content article.logos .wrapper{grid-template-columns:repeat(2,1fr)}}section.content article.product-lines{position:relative;width:100%;height:auto}section.content article.product-lines .wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px;padding:20px}section.content article.product-lines .wrapper .product-line a{display:block}section.content article.product-lines .wrapper .product-line img{width:100%;height:auto}section.content article.product-lines .wrapper .more-button{display:none}section.content article.product-lines .wrapper .more-button .button{display:inline-block;position:relative;text-align:center;font-weight:700;padding:12px 40px;cursor:pointer;border:2px solid var(--color);color:var(--color);transition:background .25s,color .25s}section.content article.product-lines .wrapper .more-button .button:hover{background:var(--color);color:var(--hover-color,#fff)}@media only screen and (max-width:991.98px){section.content article.product-lines .wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:575.98px){section.content article.product-lines .wrapper{grid-template-columns:repeat(1,1fr)}section.content article.product-lines .wrapper .product-line .more-button{display:block}section.content article.product-lines .wrapper .product-line .more-button a .button{width:100%}}section.content article.product-line-frames{position:relative;width:100%;height:auto}section.content article.product-line-frames .wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px;padding:20px}section.content article.product-line-frames .wrapper .product-line-frame{background:#fff;border:1px solid #c6c6c6}section.content article.product-line-frames .wrapper .product-line-frame .image{padding:0 14px}section.content article.product-line-frames .wrapper .product-line-frame .image img{width:100%;height:auto}section.content article.product-line-frames .wrapper .product-line-frame .description{background:#fff;width:100%;height:100px;display:flex;flex-direction:row;justify-content:center;align-items:center}section.content article.product-line-frames .wrapper .product-line-frame .description .brand-name,section.content article.product-line-frames .wrapper .product-line-frame .description .product{text-align:center;text-transform:uppercase}section.content article.product-line-frames .wrapper .product-line-frame .description .brand-name{font-weight:700;font-size:20px}section.content article.product-line-frames .wrapper .product-line-frame .description .product{color:#444}@media only screen and (max-width:991.98px){section.content article.product-line-frames .wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:575.98px){section.content article.product-line-frames .wrapper{grid-template-columns:repeat(1,1fr)}}body{overflow-x:hidden;font-family:Helvetica,Arial,sans-serif}