:root{--main-gold:#e39427}body{overflow-x:hidden}body.no-scroll{overflow:hidden}.page-header{display:none}.website-container{width:100%;display:flex;flex-wrap:wrap}@media (max-width:1024px){.website-container{padding-bottom:130px}}#content{max-width:100%;width:100%}a.main-btn{margin-top:15px;display:inline-block;font-size:18px;padding:14px 25px;background:var(--main-gold);color:#fff;font-weight:500;border-radius:4px;transition:all .4s;text-decoration:none}a.main-btn:hover{background:#c78427}.sidebar{width:calc(100% / 3);background:#fff}.gallery-container{width:calc(100% / 3 * 2);background:#f2f2f2}@media (max-width:1260px){.sidebar{width:40%}.gallery-container{width:60%}}@media (max-width:1023px){.sidebar{width:100%}.gallery-container{width:100%}}.scroll-action{position:absolute;width:60px;height:60px;bottom:20px;opacity:0;left:50%;margin-left:-30px;border:3px solid #ffffff52;display:flex;justify-content:center;align-items:center;border-radius:100%;cursor:pointer;transition:all .2s;animation:ringPulse 4s ease-in-out infinite}@media screen and (max-width:1024px){.scroll-action{display:none!important}}.scroll-action:hover{border:4px solid #fff;transition:all .4s}.scroll-action.active{transition:all .6s;opacity:1}.scroll-action .mouse{width:22px;height:37px;border-radius:10px;position:relative;background:#fffffff7;border:3px solid #fff}.scroll-action .mouse .wheel{position:absolute;top:6px;left:50%;transform:translate(-50%,0%);background:#080808;width:2px;height:7px;border-radius:10px;animation:wheelScroll 4s ease-in-out infinite}@keyframes ringPulse{0%{transform:scale(1)}20%{transform:scale(1.05)}28%{transform:scale(1)}35%{transform:scale(1.02)}40%{transform:scale(1)}100%{transform:scale(1)}}@keyframes wheelScroll{0%{transform:translate(-50%,0);opacity:1}40%{opacity:1;transform:translate(-50%,0%)}60%{opacity:0;transform:translate(-50%,10px)}70%{transform:translate(-50%,0);opacity:0}72%{transform:translate(-50%,0);opacity:1}100%{transform:translate(-50%,0);opacity:1}}.custom-site-header{width:100%;background:#fff;padding:30px;box-sizing:border-box}.custom-site-header .container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1240px;margin:auto}.custom-site-header .container .logo img{height:120px}@media (max-width:1560px){.custom-site-header{height:auto;padding:15px 30px}}@media (max-width:768px){.custom-site-header{height:auto;padding:15px 20px}}.hamburger,.close-icon{width:40px;margin-right:10px;height:34px;position:relative;cursor:pointer;margin-left:auto;transition:all .4s}.hamburger:before,.close-icon:before{content:'';display:block;width:40px;height:4px;background:#000;position:absolute;top:0;transition:all .2s}.hamburger .line,.close-icon .line{width:40px;height:4px;background:#000;position:absolute;top:50%;transform:translateY(-50%);opacity:1;transition:all .2s}.hamburger:after,.close-icon:after{content:'';display:block;width:40px;height:4px;background:#000;position:absolute;bottom:0;transition:all .2s}.hamburger:hover:before,.hamburger:hover .line,.hamburger:hover:after,.close-icon:hover:before,.close-icon:hover .line,.close-icon:hover:after{background:var(--main-gold)}.hamburger.active:before,.close-icon.active:before{transform:rotate(-45deg);top:50%;margin-top:-2px}.hamburger.active .line,.close-icon.active .line{opacity:0}.hamburger.active:after,.close-icon.active:after{transform:rotate(45deg);bottom:50%;margin-bottom:-2px}.black-opacity{background:rgba(0,0,0,.7);display:none;position:fixed;width:100%;height:100%;left:0;top:0;z-index:99}.black-opacity-overview{background:rgba(0,0,0,.7);display:none;position:fixed;width:100%;height:100%;left:0;top:0;z-index:80}.overlay-menu{position:fixed;width:calc(100% / 3);height:100%;background:#000;color:#fff;left:0;top:0;z-index:100;display:flex;align-items:center;padding:40px;transform:translateX(-100%);transition:all .4s ease-in-out}@media (max-width:1260px){.overlay-menu{width:40%}}@media (max-width:1024px){.overlay-menu{width:90%}}@media (max-width:700px){.overlay-menu{width:90%}.overlay-menu ul{padding-left:0}.overlay-menu nav .menu a{font-size:32px!important;line-height:40px}}.overlay-menu.active{transform:translateX(0%)}.overlay-menu .hamburger{position:absolute;top:60px;right:30px}.overlay-menu .hamburger:before,.overlay-menu .hamburger .line,.overlay-menu .hamburger:after{background:#fff}.overlay-menu nav .menu{list-style:none}.overlay-menu nav .menu li{padding:10px 0}.overlay-menu nav .menu a{font-size:40px;padding:8px 0;color:#fff;display:inline-block;text-decoration:none}.overlay-menu nav .menu a:after{content:'';width:0%;height:3px;background:#000;display:block;margin-top:7px;transition:all .4s ease-in-out}.overlay-menu nav .menu a:hover:after{width:100%;background:#fff}.loader{display:flex;justify-content:center;align-items:center;font-size:30px;font-family:Arial,sans-serif}.loader-box{position:relative;width:80%;height:220px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;border-radius:10px}.loader-box .logo-loader{position:absolute;width:200px;z-index:100;top:56px}.white-space{z-index:99;background:#fff;position:absolute;width:165px;height:10px;top:161px}.loader-text{z-index:99;font-size:22px;font-weight:300;bottom:-5px;position:absolute}.loader-box svg{border-radius:4px;transform:rotate(-90deg)}.gallery-container{position:relative}.artgallery-background{width:100%;height:100lvh;position:absolute;top:0;background:url(../../../../../../themes/hello-theme-child-master/images/iStock-2230159616--v3_webready.jpg);background-size:cover;background-position:bottom left}@media (max-width:1023px){.artgallery-background{height:70vh}}@media (max-width:768px){.artgallery-background{background-position:center center}}.artwork-info{--slides-to-show:1}.artwork-info.auto-scroll{position:sticky;top:0;width:100%}@media (max-width:1260px){.artwork-info.auto-scroll{position:sticky;top:0;width:100%}}@media (max-width:1024px){.artwork-info.auto-scroll{position:relative;top:0;width:100%}}.artwork-info .info-title div.price span{font-size:30px}.artwork-info .info-title div.price span:first-child{font-weight:600}@media (max-width:768px){.artwork-info .info-title div.price span{font-size:20px;line-height:26px}}.artwork-info .info-title>div{transform:translateX(-200px);opacity:0;transition:all .3s}.artwork-info .extra-info{transform:translateY(200px);opacity:0;transition:all .3s}.artwork-info .art-info-slide.is-active .info-title>div{transform:translateX(0);opacity:1;transition:all 0.8s ease-in-out .5s}.artwork-info .art-info-slide.is-active .extra-info{transform:translateX(0);opacity:1;transition:all 0.8s ease-in-out .5s}.artwork-info .extra-info p{font-size:20px;line-height:28px;margin-bottom:20px}@media (max-width:1600px){.artwork-info .extra-info p{font-size:16px;line-height:22px}}@media (max-width:1440px){.artwork-info .extra-info p{font-size:16px;line-height:22px}}.blaze-slider--fade .blaze-track{transform:none!important}.blaze-slider--fade .art-info-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .5s ease}.blaze-slider--fade .art-info-slide.is-active{opacity:1;position:relative;z-index:2}.info-title{background:#F5F1E8;padding:40px;box-sizing:border-box;min-height:380px;display:flex;flex-wrap:wrap;align-items:center}.info-title h2{font-size:90px;line-height:108px;font-weight:700}@media (min-width:2000px){.info-title h2{font-size:90px;line-height:108px}}@media (max-width:1999px){.info-title{min-height:250px}.info-title h2{font-size:60px;line-height:72px}}@media (max-height:900px){.info-title{min-height:auto;padding:20px 40px}.info-title h2{font-size:42px;line-height:52px;margin:10px 0}}@media (max-width:1600px){.info-title{min-height:250px}.info-title h2{font-size:48px;line-height:60px}}@media (max-width:1023px){.info-title{min-height:inherit}}@media (max-width:768px){.info-title{min-height:132px;padding:30px 20px}.info-title h2{font-size:32px;line-height:40px;margin-bottom:5px;margin-top:0}}.info-title .price{width:100%;margin-bottom:10px}.extra-info{background:#fff;padding:40px;box-sizing:border-box}@media (max-width:1023px){.extra-info{display:none!important}}@media (max-width:768px){.info-title .price{width:100%}}.artwork-gallery{--slides-to-show:1}.artwork-gallery{transition:height 0.3s ease}.artwork-gallery .art-slide{position:relative}.artwork-gallery .art-slide .mobile-info{display:none!important}@media (max-width:1023px){.artwork-gallery .art-slide .mobile-info{display:block!important;padding:30px;background:#f2f2f2}}.artwork-gallery .art-slide.alt{background:#fff}.artwork-gallery .art-slide.alt img{opacity:0;transition:all .5s ease-in-out}.artwork-gallery .art-slide.alt.is-active img{opacity:1}.artwork-gallery .art-wrap{height:100lvh;width:100%;position:relative}@media (max-width:1023px){.artwork-gallery .art-wrap{height:70vh}}.artwork-gallery .art-wrap.full-image img{width:100%;height:100%;object-fit:cover}.artwork-gallery .art-wrap .art{position:absolute;left:50%;top:calc(50% - 30px);transform:translate(-50%,-50%)}.artwork-gallery .art-wrap .art img{width:100%;height:100%;max-height:75vh;border:0;box-shadow:-5px 5px 11px 0 rgba(0,0,0,.75);-webkit-box-shadow:-5px 5px 11px 0 rgba(0,0,0,.75);-moz-box-shadow:-5px 5px 11px 0 rgba(0,0,0,.75)}.artwork-gallery .art-wrap .art .overlay-points{width:50px;height:50px;opacity:0;position:absolute;transition:all .4s ease-in-out .5s;border-radius:50%;cursor:help}.artwork-gallery .art-wrap .art .overlay-points.left{top:80%;left:-20px}.artwork-gallery .art-wrap .art .overlay-points.right{top:60px;right:60px}.artwork-gallery .art-wrap .art .overlay-points.is-visible{animation:pulse 2s infinite ease-in-out 0.8s}.artwork-gallery .art-wrap .art .overlay-points:after{content:'';position:absolute;width:38px;height:38px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;border:2px solid rgba(255,255,255,.8);animation:ripple 2.2s infinite ease-out 0.8s}.artwork-gallery .art-wrap .art .overlay-points:before{content:'';position:absolute;width:22px;height:22px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;background:#fff;animation:corePulse 2s infinite ease-in-out 0.8s}.artwork-gallery .art-wrap .art .overlay-points:hover,.artwork-gallery .art-wrap .art .overlay-points:hover:before,.artwork-gallery .art-wrap .art .overlay-points:hover:after{animation:none}.artwork-gallery .art-wrap .art .overlay-points .point-info{position:absolute;max-width:0%;background:#fff;color:#000;top:90%;border-radius:0 4px 4px 4px;overflow:hidden;left:90%;white-space:nowrap;text-align:left;transition:all .8s ease-in-out}.artwork-gallery .art-wrap .art .overlay-points .point-info span{padding:8px 12px;display:block}.artwork-gallery .art-wrap .art .overlay-points:hover .point-info{max-width:500px}@media (max-width:1560px){.artwork-gallery .art-wrap .art .overlay-points.right{top:40px;left:40px;right:inherit}}@media (max-width:768px){.artwork-gallery .art-wrap .art .overlay-points:before{content:'';position:absolute;width:16px;height:16px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;background:#fff;animation:corePulse 2s infinite ease-in-out 0.8s}.artwork-gallery .art-wrap .art .overlay-points .point-info{left:50%;border-radius:4px 4px 4px 4px;transform:translateX(-30%);top:105%}}@keyframes pulse{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.1);opacity:1}100%{transform:scale(1);opacity:.9}}@keyframes corePulse{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}100%{transform:translate(-50%,-50%) scale(1)}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(.8);opacity:.7}70%{opacity:.2}100%{transform:translate(-50%,-50%) scale(1.1);opacity:0}}.artwork-gallery .art-wrap .art .overlay-points.is-visible{opacity:1}.mosaic-area{background:#F2F2F2;width:calc(100% - 30px);margin:auto;box-sizing:border-box;padding:0 0}.mosaic-area:after{content:'';display:block;clear:both}.grid-sizer,.grid-item{width:50%;box-sizing:border-box;border:30px solid #f2f2f2}@media (max-width:1023px){.grid-sizer,.grid-item{width:50%;box-sizing:border-box;border:15px solid #f2f2f2}}.grid-item{float:left}.grid-item img{display:block;max-width:100%;object-fit:fill;width:100%;height:100%}.gallery-overview{position:fixed;width:80%;height:100vh;background:#fff;right:0;top:0;transform:translateX(100%);transition:all .4s ease-in-out;z-index:81}.close-overview{padding:30px 30px 20px 30px}.close-overview .close{display:flex;align-items:center}.close-overview .close span{margin-left:auto;color:#000;font-size:20px}.close-overview .close-icon{margin-left:15px;margin-right:0}.gallery-overview.active{transform:translateX(0%)}.gallery-overview.active .art-navigator{display:none!important}.gallery-overview .art-navigator{position:absolute;left:0;top:150px;width:64px;color:#fff;font-size:24px;font-weight:600;cursor:pointer;background:#000;transform:translateX(-100%)}.gallery-overview .art-navigator .top-navigator{padding:15px 13px;transition:all .4s;border-bottom:1px solid #fff}.gallery-overview .art-navigator .prev-navigator{border-bottom:1px solid #fff}.gallery-overview .art-navigator .top-navigator .icon svg{fill:#fff;width:27px;transform:rotate(-90deg);margin-left:5px}@media (max-width:1023px){.gallery-overview .art-navigator .top-navigator .icon svg{fill:#fff;width:28px;transform:rotate(0deg);margin-left:0;margin-top:5px;margin-right:10px;display:none}}.art-placeholder{width:100%;position:absolute;height:100%;top:0;background:red;display:flex;align-items:center;justify-content:center;background:url(../../../../../../themes/hello-theme-child-master/images/brickwall_placeholder.jpg);background-position:center center;background-size:cover}.gallery-overview .art-navigator .top-navigator:hover{background:var(--main-gold)}.gallery-overview .art-navigator .bottom-navigator{padding:0 0}.gallery-overview .art-navigator .slide-name{writing-mode:tb-rl;transform:rotate(0deg);transform-origin:top left;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);white-space:nowrap;width:30px;margin-bottom:5px;text-transform:uppercase}.gallery-overview .art-navigator .pagination{display:flex;margin:auto;flex-wrap:wrap;justify-content:center;font-size:18px}.gallery-overview .moasic-grid{padding:0 20px 20px 20px;height:calc(100vh - 84px);overflow-y:scroll;overflow-x:hidden}@media (max-width:768px){.gallery-overview .moasic-grid{height:calc(100vh - 84px)}}.gallery-overview .art-navigator .pagination .top{border-bottom:2px solid #fff;padding-bottom:3px}.gallery-overview .art-navigator .pagination .bottom{padding-top:3px;width:100%;text-align:center}.gallery-overview .art-navigator button{text-transform:uppercase;font-weight:600;font-size:12px;border:0;color:#fff;display:flex;flex-wrap:wrap;transition:all .4s;background:#000;padding:16px;justify-content:center;border-radius:0}.gallery-overview .art-navigator button img{margin-bottom:5px;max-height:50px;border:1px solid #fff}.gallery-overview .art-navigator button:hover{background:var(--main-gold)}.gallery-overview .art-navigator button:focus{background:transparent}.gallery-overview .overview-sizer,.gallery-overview .overview-item{width:calc(100% / 3);box-sizing:border-box;border:40px solid #fff}@media (max-width:1400px){.gallery-overview .overview-sizer,.gallery-overview .overview-item{width:calc(100% / 2);box-sizing:border-box;border:40px solid #fff}}@media (max-width:768px){.gallery-overview .overview-sizer,.gallery-overview .overview-item{width:calc(100% / 2);box-sizing:border-box;border:20px solid #fff}.gallery-overview .art-navigator .prev-navigator{border-right:1px solid #fff;border-bottom:0}}.gallery-overview .overview-item{float:left;cursor:pointer}.gallery-overview .overview-item img{display:block;max-width:100%;object-fit:fill;width:100%;height:100%;width:100%;height:auto;display:block;transition:transform .3s ease;transform-origin:center top}.gallery-overview .overview-item .art-placeholder{transition:transform .3s ease;transform-origin:center top}.gallery-overview .overview-item .bottom{position:absolute;bottom:0;width:100%;color:#fff;padding:10px;opacity:0;transition:opacity .3s ease;text-align:center;color:#000}.gallery-overview .overview-item .bottom .title{font-size:30px;line-height:36px;font-weight:600;white-space:nowrap}.gallery-overview .overview-item .bottom .prijs{font-size:20px;line-height:26px}@media (max-width:768px){.gallery-overview .overview-item .bottom .title{font-size:24px;line-height:32px;font-weight:600;white-space:nowrap}.gallery-overview .overview-item .bottom .prijs{font-size:16px;line-height:24px}}@media (hover:hover){.gallery-overview .overview-item:hover .bottom{opacity:1}}@media (hover:none){.gallery-overview .overview-item img{transform:none!important}.gallery-overview .overview-item .art-placeholder{transform:none!important;height:calc(100% - 84px)}.gallery-overview .overview-item img:hover{transform:scale(1)!important}.gallery-overview .overview-item .art-placeholder{transform:scale(1)!important}.gallery-overview .overview-item .bottom{position:relative!important;padding-top:20px;opacity:1!important}}.gallery-overview .overview-item:active .bottom{opacity:0}@media (max-width:1023px){.gallery-overview .overview-item img{transform:none!important}.gallery-overview .overview-item img:hover{transform:scale(.95)!important}.gallery-overview .overview-item .bottom{position:relative!important;opacity:1!important}}@media (max-width:1024px){.gallery-overview{position:fixed;width:100%;height:100vh;background:#fff;right:0;top:inherit;bottom:0vh;transform:translateY(100vh) translateX(0);transition:all .4s ease-in-out;z-index:81}.gallery-overview.active{transform:translateY(0vh)}.gallery-overview .art-navigator{position:absolute;left:50%;top:-30px;width:auto;color:#fff;font-size:24px;font-weight:600;cursor:pointer;background:#000;display:flex;transform:translateX(-50%) translateY(-100%);transition:all .4s}.gallery-overview.active .art-navigator{top:0}.gallery-overview .art-navigator .top-navigator{padding:10px 14px;transition:all .4s;border-right:1px solid #fff;display:flex;align-items:center;border-bottom:0}.gallery-overview .art-navigator .top-navigator:hover{background:var(--main-gold)}.gallery-overview .art-navigator .bottom-navigator{padding:0 0}.gallery-overview .art-navigator .slide-name{writing-mode:inherit;transform:inherit;transform-origin:inherit;filter:none;white-space:nowrap;width:auto;margin-bottom:0;font-size:20px;text-transform:uppercase}.gallery-overview .art-navigator .pagination{display:flex;margin:auto;flex-wrap:wrap;justify-content:center;font-size:20px;width:70px;margin-left:5px;font-size:18px}.gallery-overview .art-navigator .pagination .top{width:50%;border-right:1px solid #fff;text-align:center;border-bottom:0;padding-bottom:0}.gallery-overview .art-navigator .pagination .bottom{width:50%;text-align:center;border-left:1px solid transparent;padding-top:0}.gallery-overview .art-navigator .bottom-navigator button,.gallery-overview .art-navigator .prev-navigator button{text-transform:uppercase;font-weight:600;font-size:14px;border:0;flex-wrap:nowrap;color:#fff;display:flex;transition:all .4s;justify-content:center;align-items:center;background:#000;border-radius:0;display:flex;padding:12px 14px;min-height:64px}.gallery-overview .art-navigator .prev-navigator button{flex-direction:row-reverse}.gallery-overview .art-navigator .bottom-navigator button span{display:block}.gallery-overview .art-navigator button img{margin-bottom:0;max-height:40px!important;max-width:40px;border:1px solid #fff;margin-right:8px}.gallery-overview .art-navigator .prev-navigator button img{margin-left:8px;margin-right:0}}.gform_wrapper{--gf-form-gap-x:8px;--form-text:#1f2937;--form-muted:#6b7280;--form-border:#d1d5db;--form-border-focus:#93c5fd;--form-bg:#ffffff;--form-input-height:52px;--form-max-width:1100px;--form-accent:#c6c4ab;--form-accent-hover:#115e59;--form-radius:14px;--form-shadow:0 14px 40px rgba(0, 0, 0, 0.06);max-width:var(--form-max-width);margin:0 auto;color:var(--form-text)}.gform_wrapper form{background:var(--form-bg);padding:32px;border-radius:18px}.gform_wrapper .gfield_label,.gform_wrapper legend.gfield_label{font-size:15px;font-weight:600;color:var(--form-text);margin-bottom:10px}.gfield_choice_all_toggle.gform-theme-button--size-sm{background:#c6c4ab!important}.gform_button.button{margin-top:15px!important;display:inline-block!important;font-size:18px!important;padding:14px 25px!important;background:var(--main-gold)!important;color:#fff!important;font-weight:500!important;border-radius:4px!important;transition:all .4s!important;text-decoration:none!important}.gform-theme--foundation .gform-grid-col{padding-inline:10px}.gform_wrapper .ginput_complex{gap:0px!important;margin:0 -10px}.gform_wrapper .gfield_required,.gform_wrapper .gfield_required_text{color:#dc2626;font-weight:500}.gform_wrapper .gfield_description,.gform_wrapper .ginput_complex label,.gform_wrapper .gfield_checkbox label,.gform_wrapper .gfield_radio label{color:var(--form-muted);font-size:14px}.gform_wrapper input[type="text"],.gform_wrapper input[type="email"],.gform_wrapper input[type="tel"],.gform_wrapper input[type="url"],.gform_wrapper input[type="number"],.gform_wrapper input[type="password"],.gform_wrapper input[type="search"],.gform_wrapper select,.gform_wrapper textarea{width:100%;min-height:var(--form-input-height);padding:14px 16px;border:1px solid var(--form-border);border-radius:var(--form-radius);background:#fff;color:var(--form-text);font-size:16px;line-height:1.4;transition:all 0.2s ease;box-shadow:none}.gform_wrapper textarea{min-height:140px;resize:vertical}.gform_wrapper input::placeholder,.gform_wrapper textarea::placeholder{color:#9ca3af}.gform_wrapper input:focus,.gform_wrapper select:focus,.gform_wrapper textarea:focus{outline:none;border-color:var(--form-border-focus);box-shadow:0 0 0 4px rgba(59,130,246,.12)}.gform_wrapper .gfield{margin-bottom:5px}.gform-theme--foundation .gform_fields{-moz-column-gap:5px!important;column-gap:5px!important;row-gap:5px!important}.gform_wrapper .ginput_complex{gap:14px}.gform_wrapper .gsection{margin:28px 0 10px;padding-top:10px;border-top:1px solid #e5e7eb}.gform_wrapper .gsection .gsection_title{font-size:18px;font-weight:700;color:var(--form-text);margin-bottom:6px}.gform_wrapper .gfield_checkbox,.gform_wrapper .gfield_radio{display:grid;gap:12px}.gform_wrapper .gchoice{display:flex;align-items:center;gap:10px}.gform_wrapper input[type="checkbox"],.gform_wrapper input[type="radio"]{appearance:none;-webkit-appearance:none;width:20px;height:20px;margin:0;border:1.5px solid #9ca3af;background:#fff;display:inline-grid;place-content:center;cursor:pointer;transition:all 0.2s ease}.gform_wrapper input[type="checkbox"]{border-radius:6px}.gform_wrapper input[type="radio"]{border-radius:50%}.gform_wrapper input[type="checkbox"]::before,.gform_wrapper input[type="radio"]::before{content:"";width:10px;height:10px;transform:scale(0);transition:0.15s ease-in-out;background:var(--form-accent);border-radius:3px}.gform_wrapper input[type="radio"]::before{border-radius:50%}.gform_wrapper input[type="checkbox"]:checked,.gform_wrapper input[type="radio"]:checked{border-color:var(--form-accent);background:#eff6ff}.gform_wrapper input[type="checkbox"]:checked::before,.gform_wrapper input[type="radio"]:checked::before{transform:scale(1)}.gform_wrapper .gform_button,.gform_wrapper input[type="submit"],.gform_wrapper input[type="button"],.gform_wrapper button{appearance:none;border:0;border-radius:12px;background:var(--form-accent);color:#fff;font-weight:600;font-size:15px;line-height:1;padding:15px 22px;min-height:48px;cursor:pointer;transition:all 0.2s ease;box-shadow:0 6px 18px rgba(29,78,216,.18)}.gform_wrapper .gform_button:hover,.gform_wrapper input[type="submit"]:hover,.gform_wrapper input[type="button"]:hover,.gform_wrapper button:hover{background:var(--form-accent-hover);transform:translateY(-1px)}.gform_wrapper .gform_footer,.gform_wrapper .gform_page_footer{margin-top:28px;padding-top:10px}.gform_wrapper a{color:var(--form-accent);text-decoration:none}.gform_wrapper a:hover{text-decoration:underline}.gform_wrapper .validation_message,.gform_wrapper .gfield_validation_message{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:14px;margin-top:8px}.gform_wrapper .gform_validation_errors{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:16px 18px;box-shadow:none}.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea{border-color:#f87171}@media (max-width:767px){.gform_wrapper form{padding:20px;border-radius:14px}.gform_wrapper{--form-input-height:48px}.gform_wrapper .gform_button,.gform_wrapper input[type="submit"],.gform_wrapper input[type="button"],.gform_wrapper button{width:100%}}.gform_wrapper .gfield_checkbox .gchoice+.gchoice{margin-top:4px}.gform_wrapper .top_label .gfield_label{margin-bottom:8px}.gform_wrapper .ginput_complex span{margin-bottom:10px}