Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - pdofu.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Sun, 18 May 2025 21:29:54 GMT
Content-Type: text/html
Content-Length: 166
Connection: keep-alive
Location: https://pdofu.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://pdofu.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Sun, 18 May 2025 21:29:55 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
x-frame-options: DENY
content-security-policy: frame-ancestors 'none'
Access-Control-Allow-Origin: *
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
strict-transport-security: max-age=2592000

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: pdofu.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html><html lang="en" class="site-root site-root--published fonts-stage-1">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https:&#47;&#47;pdofu.com&#47;" />
  <meta name="color-scheme" content="light only" />
<title>Pediatric Dentistry of Union | Child&#39;s Dentist in Union, NJ</title><meta name="description" content="Discover compassionate, holistic dental care for kids at Pediatric Dentistry of Union. Serving Union, NJ since 1986, we create happy dental memories for every child!" /><meta name="robots" content="index, follow" /><link rel="canonical" href="https://pdofu.com/" /><meta name="keywords" content="pediatric dentist Union, holistic dental care for kids, children’s dental health NJ, special needs dentistry Union, family-friendly dentist Union, kids’ cavity prevention NJ, nitrous oxide dentistry Union, dental emergencies for children, preventive dental care Union, kids’ dentist near me" /><meta name="theme-color" content="#6ac3b1" /><meta property="og:title" content="Pediatric Dentistry of Union | Child&#39;s Dentist in Union, NJ" /><meta property="og:description" content="Discover compassionate, holistic dental care for kids at Pediatric Dentistry of Union. Serving Union, NJ since 1986, we create happy dental memories for every child!" />    <meta property="og:image" content="https://res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67479955771aa9bc0f81f595_optimized" />
    <meta property="og:image:secure_url" content="https://res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67479955771aa9bc0f81f595_optimized" />

  
  
  <link rel="shortcut icon" type="image/png" href="//res2.yourwebsite.life/res/5e7115890adaf30022d85dd1/5e73c327337f5a002197ebb5_optimized" sizes="16x16">
<link rel="shortcut icon" type="image/png" href="//res2.yourwebsite.life/res/5e7115890adaf30022d85dd1/5e73c327337f5a002197ebb5_optimized" sizes="32x32">
<link rel="shortcut icon" type="image/png" href="//res2.yourwebsite.life/res/5e7115890adaf30022d85dd1/5e73c327337f5a002197ebb5_optimized" sizes="96x96">
<link rel="apple-touch-icon" sizes="120x120" href="//res2.yourwebsite.life/res/5e7115890adaf30022d85dd1/5e73c327337f5a002197ebb5_optimized">
<link rel="apple-touch-icon" sizes="180x180" href="//res2.yourwebsite.life/res/5e7115890adaf30022d85dd1/5e73c327337f5a002197ebb5_optimized">
<link rel="apple-touch-icon" sizes="152x152" href="//res2.yourwebsite.life/res/5e7115890adaf30022d85dd1/5e73c327337f5a002197ebb5_optimized">
<link rel="apple-touch-icon" sizes="167x167" href="//res2.yourwebsite.life/res/5e7115890adaf30022d85dd1/5e73c327337f5a002197ebb5_optimized">
<script>
window.swPromise = Promise.resolve()
if("serviceWorker" in navigator) {
  window.swPromise = new Promise(function(resolve) {
    setTimeout(resolve, 10000)
    navigator.serviceWorker.register('/sw.5a9d131f86e2594a9525f55d9635631d.js').then(function(registration) {
      var interval
      interval = setInterval(function checkActive() {
        if(registration.active) {
          clearInterval(interval)
          resolve()
        }
      }, 10)
    })
  })
}
  ;(function(adata) {
  window["registerAdata"] = function registerAdata(data) {adata = Object.assign(adata, data)}
  window["getAdata"] = function getAdata() {return adata}
  })({})
  ;(function(styles) {
  window["__set_style__"] = function setStyle(id, style) {styles[id] = style}
  window["__require_style__"] = function requireStyle(id) {return styles[id]}
  })({})
  ;(function(blocks) {
  window["blockJsonp"] = function blockJsonpCallback(id, view, content) {
    blocks[id] = {
      view: view,
      content: content
    }
  }
  window["__require_block__"] = function requireBlock(deps) {
  var ReactDOM = deps.ReactDOM;
  var React = deps.React;
  var _ = deps._;
  var classNames = deps.classNames;
  var PropTypes = deps.PropTypes;
  var editorModule = deps.editorModule;
    return function (id) {
      var block = blocks[id]
      if (!block || !block.view) {
        return null
      }
      var exports = {}
      function requireStub(path) {
        if (path === 'weblium/editor') {
          return editorModule
        }
      }
      try {
        block.view(exports, requireStub, ReactDOM, React, PropTypes, _, classNames)
      } catch (e) {
        console.error('Failed to load block', {error: e.message, stack: e.stack})
      }
      return {view: exports.default, content: block.content}
    }
  }
  })({})
;(function(views) {
  window["viewJsonp"] = function viewJsonpCallback(id, view) {
    views[id] = {
      view: view,
    }
  }
  window["__require_view__"] = function requireView(deps) {
    return function (id) {
      var block = views[id]
      if (!block || !block.view) {
        return null
      }
      var exports = {}
      function requireStub(path) {}
      try {
        block.view(exports, requireStub)
      } catch (e) {
        console.error('Failed to load block', {error: e.message, stack: e.stack})
      }
      return exports.default
    }
  }
})({});
  
;(function () {
  if (typeof window.CustomEvent === "function" ) return false;
  function CV(e, p) {
    p = p || {bubbles: false, cancelable: false, detail: null};
    var evt = document.createEvent('CustomEvent');
    evt.initCustomEvent(e, p.bubbles, p.cancelable, p.detail);
    return evt;
   }
  CV.prototype = window.Event.prototype;
  window.CustomEvent = CV;
})();


if (!Element.prototype.matches) {
  Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
}
if (!Element.prototype.closest) {
  Element.prototype.closest = function(s) {
    var el = this;
    do {
      if (Element.prototype.matches.call(el, s)) return el;
      el = el.parentElement || el.parentNode;
    } while (el !== null && el.nodeType === 1);
    return null;
  };
}


(function() {
  if(Node.prototype.replaceChildren === undefined) {
    Node.prototype.replaceChildren = function(...args) {
      while(this.lastChild) {
       this.removeChild(this.lastChild);
      }
      if (args.length) {
        this.append(...args);
      }
    }
  }
}());


if (!window.localStorage || !window.sessionStorage) (function() {
  var Storage = function(type) {
      function createCookie(name, value, days) {
          var date, expires;
          if (days) {
              date = new Date();
              date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
              expires = "; expires=" + date.toGMTString();
          } else {
              expires = "";
          }
          document.cookie = name + "=" + value + expires + "; path=/";
      }
      function readCookie(name) {
          var nameEQ = name + "=",
              ca = document.cookie.split(';'),
              i, c;
          for (i = 0; i < ca.length; i++) {
              c = ca[i];
              while (c.charAt(0) == ' ') {
                  c = c.substring(1, c.length);
              }
              if (c.indexOf(nameEQ) == 0) {
                  return c.substring(nameEQ.length, c.length);
              }
          }
          return null;
      }
      function setData(data) {
          data = JSON.stringify(data);
          if (type == 'session') {
              window.name = data;
          } else {
              createCookie('localStorage', data, 365);
          }
      }
      function clearData() {
          if (type == 'session') {
              window.name = '';
          } else {
              createCookie('localStorage', '', 365);
          }
      }
      function getData() {
          var data = type == 'session' ? window.name : readCookie('localStorage');
          return data ? JSON.parse(data) : {};
      }
      var data = getData();
      function numKeys() {
          var n = 0;
          for (var k in data) {
              if (data.hasOwnProperty(k)) {
                  n += 1;
              }
          }
          return n;
      }
      return {
          clear: function() {
              data = {};
              clearData();
              this.length = numKeys();
          },
          getItem: function(key) {
              key = encodeURIComponent(key);
              return data[key] === undefined ? null : data[key];
          },
          key: function(i) {
              var ctr = 0;
              for (var k in data) {
                  if (ctr == i) return decodeURIComponent(k);
                  else ctr++;
              }
              return null;
          },
          removeItem: function(key) {
              key = encodeURIComponent(key);
              delete data[key];
              setData(data);
              this.length = numKeys();
          },
          setItem: function(key, value) {
              key = encodeURIComponent(key);
              data[key] = String(value);
              setData(data);
              this.length = numKeys();
          },
          length: 0
      };
  };
  if (!window.localStorage) window.localStorage = new Storage('local');
  if (!window.sessionStorage) window.sessionStorage = new Storage('session');
})();

!function(){"use strict";var e=function(e){e.setAttribute("rel","stylesheet"),e.setAttribute("type","text/css"),e.setAttribute("media","all"),e.setAttribute("preloaded","true"),e.removeAttribute("as")},t=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.setAttribute("preloaded",t?"error":"true"),e.removeEventListener("load",window.invokePreload.onLoad),e.removeAttribute("onload"),e.removeAttribute("onerror"),e.onload=null};!function(){try{new Function("(a = 0) => a")}catch(e){return!1}}();window.invokePreload=window.invokePreload||{},invokePreload.onLoad=t,invokePreload.onScriptLoad=t,invokePreload.onScriptError=function(e){return t(e,!0)},invokePreload.onStyleLoad=function(t){return-1===[].map.call(document.styleSheets,function(e){return"all"===e.media.mediaText?e.href:null}).indexOf(t.href)&&(window.requestAnimationFrame?window.requestAnimationFrame(function(){return e(t)}):e(t)),t.removeAttribute("onload"),t}}();

var preload_polyfill=function(){"use strict";var e=function(e){e.setAttribute("rel","stylesheet"),e.setAttribute("type","text/css"),e.setAttribute("media","all"),e.setAttribute("preloaded","true"),e.removeAttribute("as")},t=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.setAttribute("preloaded",t?"error":"true"),e.removeEventListener("load",window.invokePreload.onLoad),e.removeAttribute("onload"),e.removeAttribute("onerror"),e.onload=null},n=function(){try{return new Function("(a = 0) => a"),!0}catch(e){return!1}}(),r=function(n,r){if("style"===r.getAttribute("as"))return t(r),o=r,-1===[].map.call(document.styleSheets,function(e){return"all"===e.media.mediaText?e.href:null}).indexOf(o.href)&&(window.requestAnimationFrame?window.requestAnimationFrame(function(){return e(o)}):e(o)),void o.removeAttribute("onload");var o;t(r),r.dispatchEvent(new CustomEvent("load",n))},o=function(e,n){t(n,!0)},u=function(e){var t,n;(t=3e3,n=fetch(e.href,{method:"GET",mode:"cors",cache:"force-cache"}),new Promise(function(e,r){setTimeout(function(){return r(new Error("timeout"))},t),n.then(e,r)})).then(function(t){t.ok?r(null,e):o(0,e)}).catch(function(){return o(0,e)})},i=function(e){if(window.fetch)return u(e);var t=new XMLHttpRequest;t.addEventListener("load",function(n){t.status>=200&&t.status<300?r(n,e):o(0,e)}),t.open("GET",e.href,!0),t.timeout=3e3,t.send()},a=function(e){switch(e.getAttribute("as")){case"script":!function(e){"nomodule"===e.getAttribute("rel")&&e.setAttribute("rel","preload"),i(e)}(e);break;case"image":!function(e){var t=new Image;t.onload=function(t){return r(t,e)},t.onerror=function(t){return o(0,e)},t.src=e.href}(e);break;case"style":!function(e){e.onload=function(t){return r(t,e)},e.onerror=function(t){return o(0,e)},e.media="none",e.type="text/css",e.rel="stylesheet"}(e);break;case"font":!function(e){document.fonts&&e.hasAttribute("name")?new FontFace(e.getAttribute("name"),"url(".concat(e.href,")"),{weight:e.getAttribute("weight")||"normal",style:"normal"}).load(e.href).then(function(t){document.fonts.add(t),r(null,e)}).catch(function(){}):i(e)}(e);break;default:i(e)}},l=[],c=function(e){-1===l.indexOf(e.href)&&(function(e){if(("script"===e.getAttribute("as")||"worker"===e.getAttribute("as"))&&("nomodule"===e.getAttribute("rel")||e.hasAttribute("module"))){var t="nomodule"===e.getAttribute("rel");if(e.hasAttribute("module")&&!n||t&&n)return!0}return!1}(e)||(a(e),l.push(e.href)))},d=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:'link[rel="preload"]';if(window.MutationObserver){var t=new MutationObserver(function(e){return function(e){for(var t=0,n=e.length;t<n;t++)for(var r=e[t].addedNodes,o=0,u=r.length;o<u;o++){var i=r[o];"LINK"!==i.nodeName||!i.hasAttribute("rel")||"preload"!==i.getAttribute("rel")&&"nomodule"!==i.getAttribute("rel")||c(i)}}(e)}).observe(document.documentElement,{childList:!0,subtree:!0});document.addEventListener("DOMContentLoaded",function(){t&&t.disconnect()})}else var n=setInterval(function(){"complete"==document.readyState&&(clearInterval(n),s(e))},50)},s=function(){for(var e,t=function(e){for(var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:document).querySelectorAll(e),n=[],r=[],o=0,u=t.length;o<u;++o){var i=t[o];-1===r.indexOf(i.href)&&(r.push(i.href),n.push(i))}return n}(arguments.length>0&&void 0!==arguments[0]?arguments[0]:'link[rel="preload"]');void 0!==(e=t.shift());)c(e)};return function(){try{if(!document.createElement("link").relList.supports("preload"))throw Error}catch(t){s(e='link[rel="preload"]'),d(e)}var e}()}();

var preload_polyfill_invoke=function(){"use strict";var t=function(t,e,r){var n=document.createElement("script");return n.async=e,n.onload=r,n.onerror=r,n.setAttribute("src",t.href),t.integrity&&(n.integrity=t.integrity),t.hasAttribute("crossorigin")&&n.setAttribute("crossorigin",t.getAttribute("crossorigin")),t.insertAdjacentElement?t.insertAdjacentElement("afterend",n):t.parentNode.appendChild(n),n},e=function(t){t.setAttribute("rel","stylesheet"),t.setAttribute("type","text/css"),t.setAttribute("media","all"),t.setAttribute("preloaded","true"),t.removeAttribute("as")},r=function(t){return-1===[].map.call(document.styleSheets,function(t){return"all"===t.media.mediaText?t.href:null}).indexOf(t.href)&&(window.requestAnimationFrame?window.requestAnimationFrame(function(){return e(t)}):e(t)),t.removeAttribute("onload"),t},n=function(){try{return new Function("(a = 0) => a"),!0}catch(t){return!1}}(),i=function(t){if(("script"===t.getAttribute("as")||"worker"===t.getAttribute("as"))&&("nomodule"===t.getAttribute("rel")||t.hasAttribute("module"))){var e="nomodule"===t.getAttribute("rel");if(t.hasAttribute("module")&&!n||e&&n)return!0}return!1},o=function(t){for(var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:document).querySelectorAll(t),r=[],n=[],i=0,o=e.length;i<o;++i){var u=e[i];-1===n.indexOf(u.href)&&(n.push(u.href),r.push(u))}return r},u=!0,s=function e(r,n,i){"true"===r.getAttribute("preloaded")?t(r,n,i):"error"===r.getAttribute("preloaded")?i():setTimeout(function(){e(r,n,i)},10)},a=function(){window.performance&&window.performance.now};document.addEventListener("DOMContentLoaded",function(){a();for(var t,e=o("link[rel='preload'][as='script']"),r=[],n=[];void 0!==(t=e.shift());)i(t)||(t.hasAttribute("critical")?r.push(t):n.push(t));u=0===r.length,function(t){for(var e=[];t.length;)e.push(new Promise(function(e){s(t.shift(),!1,e)}));return Promise.all(e)}(r).then(function(){return function(t){for(var e=[];t.length;)e.push(new Promise(function(e){s(t.shift(),u,e)}));return Promise.all(e)}(n)}).then(function(){document.dispatchEvent(new CustomEvent("AllScriptsExecuted")),a()})});return function(e){for(var n,u=o("link[rel='preload']",e);void 0!==(n=u.shift());)"script"===n.getAttribute("as")?i(n)||t(n,!1):"style"===n.getAttribute("as")&&r(n)}}();

  </script>
  <link rel="preload" href="/site/67ec2e787d4345f987990da2/google-fonts-5c2dfa623dbc4a0023e12261.css" as="style" importance="high"  />
  <link rel="stylesheet" href="/site/67ec2e787d4345f987990da2/google-fonts-5c2dfa623dbc4a0023e12261.css" />
  <link rel="preload" href="/site/67ec2e787d4345f987990da2/core-theme-5c2dfa623dbc4a0023e12261.css" as="style" />
  <style type="text/css">
    a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}em{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before,html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button{background:none;border:0;margin:0;padding:0;font-size:inherit;font-family:inherit}.slick-track:after,.slick-track:before{content:"";display:table;clear:both}img:not([src]){visibility:hidden}img[src]{background-color:transparent!important}
    /*--vars-start--*/:root{--w-accordion-offset: 30px;--w-accordion-padding: 20px}:root{--w-apps-buttons-border-color: #a6a6a6;--w-apps-buttons-padding-top-as: 33.3333%;--w-apps-buttons-padding-top-gp: 29.5496%;--w-apps-buttons-padding-top-as-fre: 31.496%;--w-apps-buttons-padding-top-as-tur: 26.4901%;--w-apps-buttons-padding-top-as-chi: 36.6972%;--w-apps-buttons-sm-max-width-as: 120px;--w-apps-buttons-sm-max-width-gp: 135px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-offset: 35px;--w-apps-buttons-md-max-width-as: 120px;--w-apps-buttons-lg-max-width-as: 150px;--w-apps-buttons-md-max-width-gp: 135px;--w-apps-buttons-lg-max-width-gp: 169px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-md-max-width-as-fre: 127px;--w-apps-buttons-lg-max-width-as-fre: 159px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-md-max-width-as-tur: 151px;--w-apps-buttons-lg-max-width-as-tur: 189px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-md-max-width-as-chi: 109px;--w-apps-buttons-lg-max-width-as-chi: 136px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-md-border-radius: 5px;--w-apps-buttons-lg-border-radius: 5px}@media (min-width: 480px){:root:not(.disable-media-queries){--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-apps-buttons-offset: 40px}}@media (min-width: 0px){.html-editor{--w-apps-buttons-offset: 40px}}:root{--w-gap: 15px}:root{--w-base-v-space: 4px;--w-base-h-space: 5px;--w-v-spacer1: calc(var(--w-base-v-space) * 1);--w-v-spacer2: calc(var(--w-base-v-space) * 2);--w-v-spacer3: calc(var(--w-base-v-space) * 3);--w-v-spacer4: calc(var(--w-base-v-space) * 5);--w-v-spacer5: calc(var(--w-base-v-space) * 8);--w-v-spacer6: calc(var(--w-base-v-space) * 12);--w-v-spacer7: calc(var(--w-base-v-space) * 15);--w-h-spacer1: calc(var(--w-base-h-space) * 1);--w-h-spacer2: calc(var(--w-base-h-space) * 2);--w-h-spacer3: calc(var(--w-base-h-space) * 4);--w-h-spacer4: calc(var(--w-base-h-space) * 8)}:root{--w-hero-title-offset: 35px;--w-title-offset: 25px;--w-subtitle-offset: 25px;--w-heading-offset: 20px;--w-subheading-offset: 25px;--w-heading-lg-offset: 25px;--w-caption-offset: 20px;--w-body-offset: 20px;--w-small-offset: 20px;--w-quote-offset: 20px;--w-hero-title-h-offset: 15px;--w-title-h-offset: 5px;--w-subtitle-h-offset: 15px;--w-heading-h-offset: 15px;--w-subheading-h-offset: 15px;--w-heading-lg-h-offset: 15px;--w-caption-h-offset: 10px;--w-body-h-offset: 10px;--w-small-h-offset: 10px;--w-quote-h-offset: 10px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-hero-title-offset: 40px}}@media (min-width: 0px){.html-editor{--w-hero-title-offset: 40px}}:root{--w-layout-item-top-offset: calc(var(--w-gap) * 2);--w-layout-gap: var(--w-gap)}:root{--w-btns-group-item-offset: 20px;--w-btns-group-offset: 35px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-btns-group-offset: 40px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-btns-group-offset: 40px}}:root{--w-socials-top-offset: 30px;--w-socials-h-offset: 15px;--w-socials-bottom-offset: 30px}:root{--w-list-item-v-offset: 30px;--w-list-item-h-offset: 30px;--w-list-item-v-padding: 15px;--w-list-item-h-padding: 15px}:root{--w-list-with-media-offset: 30px;--w-list-with-media-padding: 20px}:root{--ui-content-gutter-1200: 15px;--w-content-container-size: 1200px;--w-content-gutter: var(--ui-content-gutter-320)}@media (min-width: 480px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 0px){.html-editor-xs{--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 0px){.html-editor-md{--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-992)}}@media (min-width: 1280px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-1200)}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-content-gutter: var(--ui-content-gutter-1200)}}:root{--w-section-vertical-s-offset: 20px;--w-section-basement-offset: 30px;--w-section-vertical-offset: 90px;--w-section-vertical-xxl-offset: 130px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 0px){.html-editor-md{--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}@media (min-width: 0px){.html-editor{--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}:root{--w-image-offset: 20px;--w-image-mask-sm-width: 70px;--w-image-mask-sm-height: 70px;--w-image-mask-md-width: 70px;--w-image-mask-md-height: 70px;--w-image-mask-lg-width: 120px;--w-image-mask-lg-height: 120px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}:root{--w-quote-offset: 30px;--w-quote-gap: 20px}:root{--w-logo-offset: 30px;--w-slogan-offset: 5px}:root{--w-nav-offset: 30px;--w-nav-item-gap: 15px;--w-nav-item-top-offset: 10px;--w-nav-item-column-gap: 10px;--w-nav-item-column-offset: 20px}:root{--w-burger-padding: 12px 8px;--w-burger-width: 24px;--w-burger-height: 16px;--w-burger-line-size: 2px;--w-burger-line-pos-transform: translateY(7px) rotate(45deg);--w-burger-line-neg-transform: translateY(-7px) rotate(-45deg)}:root{--w-icon-panel-inner-offset: 0}:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}@media (min-width: 0px){.html-editor-xs{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}:root{--w-icon-width: 24px;--w-icon-height: 24px;--w-icon-offset: 20px;--w-icon-h-offset: 10px;--w-icon-sm-inner-offset: 12px;--w-icon-inner-offset: 12px;--w-icon-numbers-inner-offset: 5px;--w-icon-xl-inner-offset: 15px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}:root{--w-icon-numbers-sm-inner-offset: 4px}:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}@media (min-width: 0px){.html-editor-xs{--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}:root{--w-map-wrapper-height: 450px;--w-map-wrapper-offset: 30px}:root:not(.disable-media-queries){--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}@media (min-width: 0px){.html-editor-xs{--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}:root{--w-contacts-list-offset: 30px;--w-contacts-list-item-v-offset: 16px;--w-contacts-list-element-v-offset: 5px}:root{--w-icon-list-width: 20px;--w-icon-list-height: 20px;--w-icon-list-offset: 20px;--w-icon-list-item-offset: 16px;--w-icon-list-item-h-offset: 24px}:root{--w-follow-us-offset: 15px}:root{--w-form-offset: 32px;--w-text-area-height: 150px;--w-form-field-offset: 24px;--w-form-button-offset: 56px;--w-form-input-offset: 12px;--w-form-description-offset: 4px;--w-form-multiple-group-offset: 12px;--w-form-multiple-item-offset: 12px}:root{--w-captions-group-offset: 15px;--w-captions-group-item-offset: 5px;--w-captions-group-separator-width: 1px}:root{--w-user-message-offset: 20px;--w-user-photo-size: 70px}:root{--w-grid-item-top-offset: 30px;--w-grid-gap: 30px;--w-100vw: 100vw;--w-grid-container-size-md: calc(
    var(--w-100vw) + var(--w-grid-gap) - var(--ui-content-gutter-768) * 2
  );--w-grid-container-size-xl: calc(
    var(--w-content-container-size) + var(--w-grid-gap) -
    var(--ui-content-gutter-1200) * 2
  );--w-grid-container-size-lg: var(--w-grid-container-size-xl)}:root:not(.disable-media-queries){--w-100vw: 100vw}.html-editor-xs,.html-editor-md{--w-100vw: var(--w-editor-width)}:root:not(.disable-media-queries){--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}@media (min-width: 0px){.html-editor-xs{--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 0px){.html-editor-md{--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}:root{--w-divider-component-offset: 0px}:root{--w-gallery-offset: 30px}:root{--w-image-with-hover-offset: 20px;--w-image-with-hover-button-offset: var(--w-btns-group-offset)}:root{--w-try-it-free-offset: 32px;--w-try-it-free-input-offset-sm: 8px;--w-try-it-free-input-offset-md: 8px;--w-try-it-free-input-offset-lg: 12px}:root{--w-language-offset: 20px}:root{--w-order-summary-offset: 24px}


/*--vars-end--*/

.media-placeholder_1Ay{display:flex!important;position:absolute;height:100%;top:0;right:0;bottom:0;left:0;justify-content:center!important;align-items:center;overflow:hidden}.icon_1X9{height:calc(100% - 160px);min-height:50px;max-height:140px}.ai-visual-container_3T8{position:absolute;top:5px;right:5px;z-index:2}.ai-visual-button_vk_{display:flex;padding:8px 12px;border-radius:4px;border:0;box-shadow:0 2px 4px 0 rgba(33,39,54,.16);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ai-visual-button-image_1V1{width:24px;height:24px}.ai-visual-button-label_Uim{font-size:14px;font-weight:600;line-height:20px;color:var(--brand)}.ai-visual-button_vk_:hover{box-shadow:0 0 1px 0 rgba(33,39,54,.04)}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}em{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:border-box}button{margin:0;padding:0;background:none;border:0;font-size:inherit;font-family:inherit}html{font-size:var(--font-base-size);font-family:var(--font-family);line-height:var(--line-height-base);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{margin:0}button,figure,iframe{margin:0;padding:0;background:none;border:0;cursor:pointer;border-radius:0;font-size:inherit;outline:none}input{border:0;box-shadow:none}input:focus{outline:none}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}input:-webkit-autofill,input:-webkit-autofill:focus input:-webkit-autofill,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}ol,ul{margin:0;padding:0;list-style:none}

.collection{position:relative}
.social-icons-container_mJW{display:flex;position:relative;font-size:0}.social-icons_3iz{display:inline-block}.social-icons_icon_3o6{display:block;position:relative}.social-icons_icon_3o6 .wrapper_3w9{width:100%;height:100%}
.loading-overlay__wrapper_2Cx{transition:opacity .2s ease-in}.loading-overlay__wrapper_2Cx,.spinner_2lF{position:fixed;z-index:var(--max-index)}.spinner_2lF{top:0;right:0;bottom:0;left:0;opacity:1}.spinner--offset-top_3iT{padding-top:48px;background-color:hsla(0,0%,100%,.8)}.spinner--offset-top_3iT .spinner__svg_308{margin-top:-48px}.spinner--solid_2sM .spinner__wrapper_cFj{background-color:#fff}.spinner--absolute_2HZ{position:absolute}.spinner--z-auto_2nN{z-index:auto}.spinner--transparent_21Y .spinner__wrapper_cFj{background-color:transparent}.spinner__wrapper_cFj{display:flex;width:100%;height:100%;justify-content:center;background-color:hsla(0,0%,100%,.8);align-items:center}.spinner__svg_308{width:50px;height:50px;animation:rotate_2G9 .9s linear infinite}.spinner__path_3gH{stroke:#bfd2ff;stroke-linecap:round;stroke-width:3px;stroke-dasharray:46}@keyframes rotate_2G9{to{transform:rotate(1turn)}}
.svgIcon_2Cq{max-width:100%}.innerFill_U0E .outline_28N{fill:currentColor;transition:.3s}.innerFill_U0E .outline_28N.originalInstagram_3BK{fill:url(#instagramGradient)}.innerFill_U0E .outline_28N.instagramMask_2YO{fill:url(#instagramGradientHover);opacity:0;transition:.3s}.innerFill_U0E .logo_2cS{fill:var(--si-icon-color,currentColor);transition:.3s}.innerFill_U0E .logo_2cS.originalLogo_5HJ{fill:currentColor}.innerFill_U0E .logo_2cS.originalInstagram_3BK{fill:url(#instagramGradient)}.innerFill_U0E .logo_2cS.instagramMask_2YO{fill:url(#instagramGradientHover);opacity:0;transition:.3s}.innerFill_U0E .whiteLogo_1Gw{fill:var(--si-icon-color,#fff);transition:.3s}.innerFill_U0E .whiteLogo_1Gw.originalInstagram_3BK{stroke:url(#instagramGradient)}.innerFill_U0E:hover{color:currentColor}.innerFill_U0E:hover .logo_2cS.instagramMask_2YO,.innerFill_U0E:hover .outline_28N.instagramMask_2YO{transition:.3s;fill:url(#instagramGradientHover);opacity:1}.innerFill_U0E:hover .logo_2cS{fill:var(--si-icon-hover-color,currentColor)}.innerFill_U0E.originalBehance_2xn:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalBehance_2xn:hover .outline_28N{fill:#0050e3}.innerFill_U0E.originalFacebook_2EC.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalFacebook_2EC.darkTheme_2Xq:hover .outline_28N,.innerFill_U0E.originalMessenger_2i6.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMessenger_2i6.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalDribble_3S7:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalDribble_3S7:hover .outline_28N{fill:#e51e6b}.innerFill_U0E.originalFacebook_2EC:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalFacebook_2EC:hover .outline_28N{fill:#4d70ba}.innerFill_U0E.originalMessenger_2i6:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMessenger_2i6:hover .outline_28N{fill:#339dff}.innerFill_U0E.originalGooglePlus_11G:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalGooglePlus_11G:hover .outline_28N{fill:#e47364}.innerFill_U0E.originalLinkedin_3Hu:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalLinkedin_3Hu:hover .outline_28N{fill:#0099e8}.innerFill_U0E.originalPinterest_1Kn:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalPinterest_1Kn:hover .outline_28N{fill:#ee0a23}.innerFill_U0E.originalSlack_7sJ:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSlack_7sJ:hover .outline_28N{fill:#2d8968}.innerFill_U0E.originalTelegram_A4c:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTelegram_A4c:hover .outline_28N{fill:#0af}.innerFill_U0E.originalVk_2L2:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVk_2L2:hover .outline_28N{fill:#7a99bf}.innerFill_U0E.originalVk_2L2.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVk_2L2.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalTripadvisor_9UJ:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTripadvisor_9UJ:hover .outline_28N{fill:#00e2ae}.innerFill_U0E.originalTumblr_KYg:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTumblr_KYg:hover .outline_28N{fill:#465f7e}.innerFill_U0E.originalTumblr_KYg.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTumblr_KYg.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalTwitter_3xi:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTwitter_3xi:hover .outline_28N{fill:#2795e9}.innerFill_U0E.originalTwitterX_1tz:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTwitterX_1tz:hover .outline_28N{fill:#162221}.innerFill_U0E.originalYoutube_2OU:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalYoutube_2OU:hover .outline_28N{fill:#e23e3d}.innerFill_U0E.originalVimeo_3Sf:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVimeo_3Sf:hover .outline_28N{fill:#2a413f}.innerFill_U0E.originalVimeo_3Sf.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVimeo_3Sf.darkTheme_2Xq:hover .outline_28N{fill:#1295bf}.innerFill_U0E.originalMedium_3e5:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMedium_3e5:hover .outline_28N{fill:#474747}.innerFill_U0E.originalMedium_3e5.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMedium_3e5.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalYelp_1p9:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalYelp_1p9:hover .outline_28N{fill:#7e0404}.innerFill_U0E.originalTwitch_2UU:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTwitch_2UU:hover .outline_28N{fill:#7d5abe}.innerFill_U0E.originalPhone_2ji:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalPhone_2ji:hover .outline_28N{fill:#4d8643}.innerFill_U0E.originalEmail_2uz:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalEmail_2uz:hover .outline_28N{fill:#487efc}.innerFill_U0E.originalSnapchat_24s:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSnapchat_24s:hover .outline_28N{fill:#ccca00}.innerFill_U0E.originalSkype_4Rw:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSkype_4Rw:hover .outline_28N{fill:#008abd}.innerFill_U0E.originalViber_3Hu:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalViber_3Hu:hover .outline_28N{fill:#a780c7}.innerFill_U0E.originalWhatsapp_1UO:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalWhatsapp_1UO:hover .outline_28N{fill:#1da851}.innerFill_U0E.originalSoundcloud_17F:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSoundcloud_17F:hover .outline_28N{fill:#cc6d00}.innerFill_U0E.originalInstagramLogo_2or .logo_2cS{opacity:1;transition:opacity .3s;fill:url(#instagramGradient)}.innerFill_U0E.originalInstagramLogo_2or .logo-hover_1Bk{transition:opacity .3s;fill:url(#instagramGradientHover);opacity:0}.innerFill_U0E.originalInstagramLogo_2or:hover .logo_2cS{transition:opacity .3s;opacity:0}.innerFill_U0E.originalInstagramLogo_2or:hover .logo-hover_1Bk{opacity:1}.innerFill_U0E.originalInstagram_3BK .outline_28N{transition:opacity .3s;fill:url(#instagramGradient)}.innerFill_U0E.originalInstagram_3BK .instagramMask_2YO,.innerFill_U0E.originalInstagram_3BK .logo-hover_1Bk{transition:opacity .3s;fill:url(#instagramGradientHover);opacity:0}.innerFill_U0E.originalInstagram_3BK:hover .outline_28N{opacity:0}.innerFill_U0E.originalInstagram_3BK:hover .instagramMask_2YO,.innerFill_U0E.originalInstagram_3BK:hover .logo-hover_1Bk{opacity:1}.noFill_1L9 .logo_2cS{fill:var(--si-icon-color,currentColor);transition:.3s}.noFill_1L9 .logo_2cS.originalInstagram_3BK{fill:url(#instagramGradient)}.noFill_1L9 .border_3Tk{fill:var(--si-border-color,currentColor)}.noFill_1L9 .border_3Tk.originalInstagram_3BK{stroke:url(#instagramGradient)}.noFill_1L9 .outline_28N{fill:transparent;transition:.3s}.noFill_1L9 .instagramMask_2YO{fill:url(#instagramGradient);opacity:0;transition:.3s}.noFill_1L9 .whiteLogo_1Gw{fill:transparent;stroke:var(--si-border-color,currentColor);stroke-width:.5px;transition:.3s}.noFill_1L9 .whiteLogo_1Gw.instagramMask_2YO{fill:url(#instagramGradient);opacity:0}.noFill_1L9.originalInstagram_3BK .whiteLogo_1Gw{stroke:url(#instagramGradient)}.noFill_1L9:hover .outline_28N{fill:var(--si-border-color,currentColor)}.noFill_1L9:hover .instagramMask_2YO{opacity:1;transition:.3s}.noFill_1L9:hover .whiteLogo_1Gw{fill:var(--si-border-color,currentColor);transition:.3s}.noFill_1L9:hover .logo_2cS{fill:transparent!important;transition:.3s;stroke-width:0}.noFill_1L9.originalInstagram_3BK:hover .outline_28N{fill:url(#instagramGradient)}.noFill_1L9.originalInstagram_3BK:hover .instagramMask_2YO{transition:opacity .3s;fill:url(#instagramGradient);opacity:1}.draggable_icon .snapchat_2tn{stroke:#000}
.iconElement_3D2{display:block;position:relative;align-items:center;justify-content:center}.iconElement_3D2,.iconElement__inner_2iN{height:100%;max-width:100%}.iconElement_3D2 svg{max-width:100%;max-height:100%;fill:currentColor}.iconElement_3D2 img{display:block;height:100%;max-width:100%;margin:auto}.icon_2Tz{position:relative}.ui-icon_2oI{color:var(--ui-block-title-color)}.ui-icon--light_HAb{color:var(--ui-block-title-color-light)}
.action_1-Z{text-decoration:none}.numbers_1Dc .text-wrapper_38Y{display:flex;width:100%;height:100%;align-items:center;overflow:hidden}.numbers_1Dc .text_1-q{width:100%}.page-editor-md .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size)!important}@media (min-width:768px) and (max-width:991px){:root:not(.disable-media-queries) .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size)!important}}.page-editor-xs .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size-mobile)!important}@media (max-width:767px){:root:not(.disable-media-queries) .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size-mobile)!important}}.page-editor-md .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size)!important}@media (min-width:768px) and (max-width:991px){:root:not(.disable-media-queries) .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size)!important}}.page-editor-xs .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size-mobile)!important}@media (max-width:767px){:root:not(.disable-media-queries) .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size-mobile)!important}}.page-editor-md .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size)!important}@media (min-width:768px) and (max-width:991px){:root:not(.disable-media-queries) .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size)!important}}.page-editor-xs .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size-mobile)!important}@media (max-width:767px){:root:not(.disable-media-queries) .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size-mobile)!important}}
.quote__icon-wrapper_I85{display:flex;justify-content:flex-start}.quote_1JR .line_n03{position:relative;padding-top:calc(var(--w-quote-gap)/4);padding-bottom:calc(var(--w-quote-gap)/4);padding-left:var(--w-quote-gap)}.quote_1JR .line_n03:before{content:"";display:block;position:absolute;width:1px;height:100%;top:0;left:0;background-color:currentColor;opacity:.2}
.quote__inner_2lL{position:relative;padding:var(--w-section-header-offset) calc(var(--w-quote-gap)/2)}.quote__inner_2lL:after,.quote__inner_2lL:before{content:"";display:block;position:absolute;width:100%;height:1px;left:0;background-color:transparent;opacity:.2}.quote__inner_2lL:before{top:0}.quote__inner_2lL:after{bottom:0}.quote__icon_2pZ{display:flex;position:relative;top:-50%;justify-content:center}.quote__icon-wrapper_3Ue{position:absolute;width:100%;top:-1px;left:0}.quote__icon-wrapper_3Ue:after,.quote__icon-wrapper_3Ue:before{content:"";display:block;position:absolute;height:1px;top:0;background-color:transparent;opacity:.2}.quote__icon-wrapper_3Ue:before{left:0}.quote__icon-wrapper_3Ue:after{right:0}.line_2Mm .quote__icon-wrapper_3Ue:after,.line_2Mm .quote__icon-wrapper_3Ue:before,.line_2Mm.quote__inner_2lL:after{background-color:currentColor}.line_2Mm.line-top-withoutIcon_c0C{position:relative}.line_2Mm.line-top-withoutIcon_c0C:after,.line_2Mm.line-top-withoutIcon_c0C:before{content:"";display:block;position:absolute;width:100%;height:1px;left:0;background-color:currentColor;opacity:.2}.line_2Mm.line-top-withoutIcon_c0C:before{top:0}.line_2Mm.line-top-withoutIcon_c0C:after{bottom:0}.icon-size-sm_32A .quote__inner_2lL{margin-top:calc(var(--w-icon-panel-sm-width)/2);padding-top:calc(var(--w-icon-offset) + var(--w-icon-panel-sm-width)/2)}.icon-size-sm_32A .quote__icon-wrapper_3Ue{height:var(--w-icon-panel-sm-width)}.icon-size-sm_32A .quote__icon-wrapper_3Ue:after,.icon-size-sm_32A .quote__icon-wrapper_3Ue:before{width:calc(50% - var(--w-icon-panel-sm-width)/1.35)}.icon-size-sm_32A.without-icon_1EA .quote__inner_2lL{padding-top:var(--w-section-header-offset);margin-top:0}.icon-size-md_NLl .quote__inner_2lL{margin-top:calc(var(--w-icon-panel-width)/2);padding-top:calc(var(--w-icon-offset) + var(--w-icon-panel-width)/2)}.icon-size-md_NLl .quote__icon-wrapper_3Ue{height:var(--w-icon-panel-width)}.icon-size-md_NLl .quote__icon-wrapper_3Ue:after,.icon-size-md_NLl .quote__icon-wrapper_3Ue:before{width:calc(50% - var(--w-icon-panel-width)/1.35)}.icon-size-md_NLl.without-icon_1EA .quote__inner_2lL{padding-top:var(--w-section-header-offset);margin-top:0}.icon-size-xl_3gr .quote__inner_2lL{margin-top:calc(var(--w-icon-panel-xl-width)/2);padding-top:calc(var(--w-icon-offset) + var(--w-icon-panel-xl-width)/2)}.icon-size-xl_3gr .quote__icon-wrapper_3Ue{height:var(--w-icon-panel-xl-width)}.icon-size-xl_3gr .quote__icon-wrapper_3Ue:after,.icon-size-xl_3gr .quote__icon-wrapper_3Ue:before{width:calc(50% - var(--w-icon-panel-xl-width)/1.35)}.icon-size-xl_3gr.without-icon_1EA .quote__inner_2lL{padding-top:var(--w-section-header-offset);margin-top:0}
.quote__inner_ub4{position:relative}.quote__inner_ub4:before{content:"";display:block;position:absolute;width:100%;height:1px;top:0;left:0;background-color:transparent;opacity:.2}.quote__inner-box_1Xq{position:relative;padding:var(--w-section-header-offset) calc(var(--w-quote-gap)/2)}.quote__inner-box_1Xq:after{content:"";display:block;position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:transparent;opacity:.2}.quote__inner-box_1Xq+*{margin-top:var(--w-section-header-offset)}.quote__icon_35Y{display:flex;position:relative;bottom:-50%;justify-content:center}.quote__icon-wrapper_1AT{position:absolute;width:100%;bottom:-1px;left:0}.quote__icon-wrapper_1AT:after,.quote__icon-wrapper_1AT:before{content:"";display:block;position:absolute;height:1px;bottom:0;background-color:transparent;opacity:.2}.quote__icon-wrapper_1AT:before{left:0}.quote__icon-wrapper_1AT:after{right:0}.quote__name_IGR{padding-left:calc(var(--w-quote-gap)/2);padding-right:calc(var(--w-quote-gap)/2)}.line-bottom-withoutIcon_iTV .quote__inner-box_1Xq:after,.line_3cE .quote__icon-wrapper_1AT:after,.line_3cE .quote__icon-wrapper_1AT:before,.line_3cE.quote__inner_ub4:before{background-color:currentColor}.icon-size-sm_1bv .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-sm-width)/2);padding-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-sm-width)/2)}.icon-size-sm_1bv .quote__icon-wrapper_1AT{height:var(--w-icon-panel-sm-width)}.icon-size-sm_1bv .quote__icon-wrapper_1AT:after,.icon-size-sm_1bv .quote__icon-wrapper_1AT:before{width:calc(50% - var(--w-icon-panel-sm-width)/1.35)}.icon-size-sm_1bv .without-person_37t .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-panel-sm-width)/2)}.icon-size-sm_1bv .without-icon_1SP .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset);margin-bottom:0}.icon-size-sm_1bv .without-person-icon_1eb .quote__inner-box_1Xq{margin-bottom:0}.icon-size-sm_1bv .without-line-icon_D-- .quote__inner-box_1Xq{padding-bottom:0}.icon-size-md_2th .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-width)/2);padding-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-width)/2)}.icon-size-md_2th .quote__icon-wrapper_1AT{height:var(--w-icon-panel-width)}.icon-size-md_2th .quote__icon-wrapper_1AT:after,.icon-size-md_2th .quote__icon-wrapper_1AT:before{width:calc(50% - var(--w-icon-panel-width)/1.35)}.icon-size-md_2th .without-person_37t .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-panel-width)/2)}.icon-size-md_2th .without-icon_1SP .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset);margin-bottom:0}.icon-size-md_2th .without-person-icon_1eb .quote__inner-box_1Xq{margin-bottom:0}.icon-size-md_2th .without-line-icon_D-- .quote__inner-box_1Xq{padding-bottom:0}.icon-size-xl_36N .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-xl-width)/2);padding-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-xl-width)/2)}.icon-size-xl_36N .quote__icon-wrapper_1AT{height:var(--w-icon-panel-xl-width)}.icon-size-xl_36N .quote__icon-wrapper_1AT:after,.icon-size-xl_36N .quote__icon-wrapper_1AT:before{width:calc(50% - var(--w-icon-panel-xl-width)/1.35)}.icon-size-xl_36N .without-person_37t .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-panel-xl-width)/2)}.icon-size-xl_36N .without-icon_1SP .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset);margin-bottom:0}.icon-size-xl_36N .without-person-icon_1eb .quote__inner-box_1Xq{margin-bottom:0}.icon-size-xl_36N .without-line-icon_D-- .quote__inner-box_1Xq{padding-bottom:0}.icon-size-sm_1bv .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset)}
.list-with-media_3xi{position:relative;padding-top:calc(var(--w-grid-gap)/4);padding-bottom:calc(var(--w-grid-gap)/4)}.list-with-media__wrapper-content_1Ym{display:flex;margin-right:calc(var(--w-grid-gap)/-4);margin-left:calc(var(--w-grid-gap)/-4);flex-wrap:wrap}.list-with-media__media_2iA{display:flex;max-width:100%;margin:calc(var(--w-grid-gap)/4);text-align:center}.list-with-media__content_3aQ{display:flex;min-width:40%;margin:calc(var(--w-grid-gap)/4);flex-basis:100%;flex:1;flex-direction:column;justify-content:center}.list-with-media--align-left_2cJ{text-align:left}.list-with-media__text-top_hNh{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.list-with-media__heading_Jzx{margin-right:5px;word-break:break-all;white-space:pre-wrap}@supports (word-break:break-word){.list-with-media__heading_Jzx{word-break:break-word}}.list-with-media_3xi.w-state-has-background{padding-left:var(--w-list-with-media-padding);padding-right:var(--w-list-with-media-padding)}.list-with-media--list-decorator_2el:after{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:var(--ui-dark-shade-color);opacity:.2}.list-with-media__price_2An{margin-top:0!important;margin-left:5px;word-break:break-all;white-space:pre-wrap}@supports (word-break:break-word){.list-with-media__price_2An{word-break:break-word}}.list-with-media__price-decorator_1ZM{width:100%;height:1px;min-width:10px;margin:7px 0;flex:1 1;background:var(--ui-dark-shade-color);opacity:.2}.background--dark_3vP.list-with-media--list-decorator_2el:after,.background--dark_3vP .list-with-media__price-decorator_1ZM{background:var(--ui-light-shade-color)}.background--light_1gd.list-with-media--list-decorator_2el:after,.background--light_1gd .list-with-media__price-decorator_1ZM{background:var(--ui-dark-shade-color)}.icon--sm_1c- .list-with-media__media_2iA{width:var(--w-icon-panel-sm-width)}.icon--md_1zx .list-with-media__media_2iA{width:var(--w-icon-panel-width)}.icon--xl_1Ju .list-with-media__media_2iA{width:var(--w-icon-panel-xl-width)}.image-mask--sm_PDn .list-with-media__image_1D7{width:var(--w-image-mask-sm-width)}.image-mask--md_1FK .list-with-media__image_1D7{width:var(--w-image-mask-md-width)}.image-mask--lg_lXq .list-with-media__image_1D7{width:var(--w-image-mask-lg-width)}.number--sm_MjL .list-with-media__media_2iA{width:var(--w-icon-panel-sm-width)}.number--md_3E2 .list-with-media__media_2iA{width:var(--w-icon-panel-width)}.number--xl_2bL .list-with-media__media_2iA{width:var(--w-icon-panel-xl-width)}
.table_1Gt{display:flex;padding:0!important;flex-wrap:wrap}.table__section_F-u{display:flex;flex-basis:100%}.table__section-inner_3eI{display:flex;width:100%;flex-wrap:wrap;margin-top:calc(var(--w-grid-gap)*-1)}.page-editor .table__section-inner_3eI,.page-editor-lg .table__section-inner_3eI,.page-editor-md .table__section-inner_3eI{margin-top:0}@media (min-width:768px){:root:not(.disable-media-queries) .table__section-inner_3eI{margin-top:0}}.table__section-wrapper_3_b{width:100%;margin-top:var(--w-grid-gap)}.page-editor .table__section-wrapper_3_b,.page-editor-lg .table__section-wrapper_3_b,.page-editor-md .table__section-wrapper_3_b{margin-top:0}@media (min-width:768px){:root:not(.disable-media-queries) .table__section-wrapper_3_b{margin-top:0}}.table--heading-desktop_3uR{display:none!important}.page-editor .table--heading-desktop_3uR,.page-editor-lg .table--heading-desktop_3uR,.page-editor-md .table--heading-desktop_3uR{display:flex!important}@media (min-width:768px){:root:not(.disable-media-queries) .table--heading-desktop_3uR{display:flex!important}}.table__row_3Mf{display:flex;flex-wrap:wrap;flex-basis:100%}.page-editor .table__row_3Mf,.page-editor-lg .table__row_3Mf,.page-editor-md .table__row_3Mf{padding:0}@media (min-width:768px){:root:not(.disable-media-queries) .table__row_3Mf{padding:0}}.table__row-wrapper_DiS{display:flex;width:100%;flex-wrap:wrap}.table__row-desktop_dFP{display:none!important}.page-editor .table__row-desktop_dFP,.page-editor-lg .table__row-desktop_dFP,.page-editor-md .table__row-desktop_dFP{display:flex!important}@media (min-width:768px){:root:not(.disable-media-queries) .table__row-desktop_dFP{display:flex!important}}.page-editor .table__row-mobile_30D,.page-editor-lg .table__row-mobile_30D,.page-editor-md .table__row-mobile_30D{display:none!important}@media (min-width:768px){:root:not(.disable-media-queries) .table__row-mobile_30D{display:none!important}}.table__item_2Cu{width:100%}.table__item-inner_e2Y{padding:0!important}.table__columns-pair_zoV{display:flex;flex-direction:row;flex-wrap:nowrap}.table__columns-pair_zoV .table__column_3y-{max-width:50%;flex-basis:50%}.table__columns-pair_zoV .table__column-background_3bt{width:100%}.table__columns-wrapper_eWc{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:100%}.table__column_3y-{display:flex;position:relative;word-break:break-all;white-space:pre-wrap}@supports (word-break:break-word){.table__column_3y-{word-break:break-word}}@-moz-document url-prefix(){.table__column_3y- [class^=text]{display:block}}.table--preset-main_8fZ .table__item-mobile_2TK{position:relative}.table--preset-main_8fZ .table__item-mobile_2TK:before{width:1px;height:100%;bottom:0}.table--preset-main_8fZ .table__item-mobile_2TK:after,.table--preset-main_8fZ .table__item-mobile_2TK:before{content:"";position:absolute;top:0;right:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.table--preset-main_8fZ .table__item-mobile_2TK:after{width:100%;height:1px;left:0}.table--preset-main_8fZ .table__column--decorator_1t_{position:relative}.table--preset-main_8fZ .table__column--decorator_1t_:before{width:1px;height:100%;top:0}.table--preset-main_8fZ .table__column--decorator_1t_:after,.table--preset-main_8fZ .table__column--decorator_1t_:before{content:"";position:absolute;bottom:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.table--preset-main_8fZ .table__column--decorator_1t_:after{width:100%;height:1px;right:0}.page-editor .table--preset-main_8fZ,.page-editor-lg .table--preset-main_8fZ,.page-editor-md .table--preset-main_8fZ{position:relative}.page-editor .table--preset-main_8fZ:after,.page-editor-lg .table--preset-main_8fZ:after,.page-editor-md .table--preset-main_8fZ:after{content:"";position:absolute;width:100%;height:1px;top:0;right:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.page-editor .table--preset-main_8fZ:before,.page-editor-lg .table--preset-main_8fZ:before,.page-editor-md .table--preset-main_8fZ:before{content:"";position:absolute;width:1px;height:100%;top:0;right:0;bottom:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.page-editor .table--preset-main_8fZ .table__item-mobile_2TK:before,.page-editor-lg .table--preset-main_8fZ .table__item-mobile_2TK:before,.page-editor-md .table--preset-main_8fZ .table__item-mobile_2TK:before{content:none}@media (min-width:768px){:root:not(.disable-media-queries) .table--preset-main_8fZ{position:relative}:root:not(.disable-media-queries) .table--preset-main_8fZ:after{content:"";position:absolute;width:100%;height:1px;top:0;right:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}:root:not(.disable-media-queries) .table--preset-main_8fZ:before{content:"";position:absolute;width:1px;height:100%;top:0;right:0;bottom:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}:root:not(.disable-media-queries) .table--preset-main_8fZ .table__item-mobile_2TK:before{content:none}}.table--preset-secondary_3YY .table__column--decorator_1t_{position:relative}.table--preset-secondary_3YY .table__column--decorator_1t_:after{content:"";position:absolute;width:100%;height:1px;right:0;bottom:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.table--preset-secondary_3YY .table__columns-pair_zoV:last-child .table__column--decorator_1t_:after,.page-editor .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after,.page-editor-lg .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after,.page-editor-md .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after{content:none}@media (min-width:768px){:root:not(.disable-media-queries) .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after{content:none}}.resize__column-overlay_XJa{position:relative}.resize__column-overlay_XJa:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;opacity:.125;z-index:2}.resize__column-overlay_XJa:after{content:"";position:absolute;width:1px;height:100%;top:0;right:-1px;bottom:0;opacity:.5;z-index:2;background-image:linear-gradient(0deg,currentColor,currentColor 60%,transparent 0,transparent);background-size:1px 7px}
.horizontal-flow__section_2LL{display:flex;margin-left:calc(var(--w-grid-gap)/2);margin-right:calc(var(--w-grid-gap)/2)}.horizontal-flow__section-inner_2xL{display:flex;width:calc(100% + 20px);align-items:center;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;margin-top:-5px}.horizontal-flow__section-inner_2xL>*{max-width:calc(100% - 20px);margin-top:5px!important;margin-left:10px;margin-right:10px}.horizontal-flow__section--empty_2Rd{max-width:33%;flex:1}.horizontal-flow__section--left_Ll6 .horizontal-flow__section-inner_2xL{justify-content:flex-start}.horizontal-flow__section--center_134 .horizontal-flow__section-inner_2xL{justify-content:center}.horizontal-flow__section--right_3oS .horizontal-flow__section-inner_2xL{justify-content:flex-end}.placeholder_2dq{min-height:32px}
.horizontal-flow-wrapper_g7b,.section__inner_16_{position:relative}.section__inner_16_.decorator--light_ktG{color:var(--ui-light-shade-color)}.section__inner_16_.decorator--dark_vIC{color:var(--ui-dark-shade-color)}.section__inner_16_.decorator_2Vq:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:1px;left:var(--w-content-gutter);background:currentColor;opacity:.2}.horizontal-flow_CbY{display:flex;justify-content:space-between;flex-direction:row;margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}.horizontal-flow__overlay_17q{position:absolute;top:0;right:0;bottom:0;left:0}.horizontalFlowMoving_3fk,.horizontalFlowMoving_3fk *{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.decorator [class^=horizontal-flow-wrapper]:first-child .section__inner_16_{position:relative}.decorator [class^=horizontal-flow-wrapper]:first-child .section__inner_16_:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:0;left:calc(var(--w-content-gutter));background:currentColor;opacity:.2}
.w-grid__item--top .image-with-hover_mBS{align-items:flex-start}.w-grid__item--middle .image-with-hover_mBS{align-items:center}.w-grid__item--bottom .image-with-hover_mBS{align-items:flex-end}.image-with-hover_mBS{--transition-time:0.4s;position:relative;padding-top:33.3333%}.image-with-hover__wrapper_2kb{position:absolute!important;top:0;right:0;bottom:0;left:0}.image-with-hover__inner_1Es{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;padding:calc(var(--w-grid-gap)/2);overflow:hidden}.image-with-hover_mBS:hover .decorator_2U7{opacity:1}.image-with-hover__content_1Fo{width:100%}.image-with-hover_mBS .content-align__left_2Sd{text-align:left}.image-with-hover_mBS .content-align__center_2qz{text-align:center}.image-with-hover_mBS .content-align__right_SQm{text-align:right}.image-with-hover_mBS .content-align__inherit_IZE{text-align:inherit}.image-with-hover_mBS .vertical-align__top_1R4{align-items:flex-start}.image-with-hover_mBS .vertical-align__middle_3_e{align-items:center}.image-with-hover_mBS .vertical-align__middle_3_e .image-with-hover__content_1Fo{margin:auto}.image-with-hover_mBS .vertical-align__bottom_3N3{align-items:flex-end}.image-with-hover_mBS .vertical-align__bottom_3N3 .image-with-hover__content_1Fo{margin-top:auto}.image-with-hover_mBS .vertical-align__inherit_3C-{align-items:inherit}.image-with-hover_mBS .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover_mBS .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover_mBS .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{position:relative;opacity:0;z-index:1;transition:all var(--transition-time) ease-in;visibility:hidden}.image-with-hover_mBS .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover_mBS .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover_mBS .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT{position:relative;transform:translateY(40%);opacity:0;z-index:1;transition:all var(--transition-time) ease-in;visibility:hidden}.image-with-hover_mBS .animation-image__scale_2il{transition:all var(--transition-time) ease-in-out}.image-with-hover_mBS .picture-wrapper_2Ay{overflow:hidden;will-change:transform}.image-with-hover_mBS .decorator_2U7{position:absolute;width:100%;top:8px;left:0;z-index:1;opacity:0;pointer-events:none}.image-with-hover_mBS .decorator__button_1Bs{pointer-events:all}.image-with-hover_mBS .filter-transition_2Re{transition:filter var(--transition-time) ease-in-out,transform var(--transition-time) ease-in-out}.image-with-hover_mBS .media-overlay-class_TzC{opacity:1;transition:opacity var(--transition-time) ease-in-out}.image-with-hover_mBS .hover-overlay-class_1zA{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity var(--transition-time) ease-in-out}.image-with-hover_mBS.hover_28H .image-with-hover__inner_1Es{overflow-y:auto}@supports (overflow-y:overlay){.image-with-hover_mBS.hover_28H .image-with-hover__inner_1Es{overflow-y:overlay}}.image-with-hover_mBS.hover_28H .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover_mBS.hover_28H .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover_mBS.hover_28H .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover_mBS.hover_28H .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover_mBS.hover_28H .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover_mBS.hover_28H .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{transform:translateY(0);opacity:1;visibility:visible}.image-with-hover_mBS.hover_28H .animation-image__scale_2il{transform:scale(1.05)!important;transition:all .4s ease-in-out}.image-with-hover_mBS.hover_28H .hover-overlay-class_1zA{opacity:1}.image-with-hover_mBS.hover_28H .media-overlay-class_TzC{opacity:0}.image-with-hover--ssr_1Pm .image-with-hover__inner_1Es{overflow-y:auto}@media (min-width:992px){.image-with-hover--ssr_1Pm .image-with-hover__inner_1Es{overflow-y:hidden}}.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{opacity:1;visibility:visible}@media (min-width:992px){.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{opacity:0;visibility:hidden}}@media (max-width:991px){.image-with-hover--ssr_1Pm .hover-overlay-class_1zA{opacity:1}.image-with-hover--ssr_1Pm .media-overlay-class_TzC{opacity:0}}@media (min-width:992px){.image-with-hover--ssr_1Pm:hover .image-with-hover__inner_1Es{overflow-y:auto}.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{transform:translateY(0);opacity:1;visibility:visible}.image-with-hover--ssr_1Pm:hover .animation-image__scale_2il{transform:scale(1.05)!important;transition:all .4s ease-in-out}.image-with-hover--ssr_1Pm:hover .hover-overlay-class_1zA{opacity:1}.image-with-hover--ssr_1Pm:hover .media-overlay-class_TzC{opacity:0}}.tooltip-custom_3FJ{width:145px;white-space:normal}.hide-decorators .image-with-hover_mBS:hover .decorator_2U7{opacity:0}
.decorator_1F5{position:relative}.decorator_1F5:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:1px;left:calc(var(--w-content-gutter));background:currentColor;opacity:.2}@media (max-width:767px){.footer .grid-row .section-inner_3y0 *{align-items:stretch!important;justify-content:center!important;text-align:center!important}}.decorator .grid-row:first-child .section-inner_3y0{position:relative}.decorator .grid-row:first-child .section-inner_3y0:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:0;left:var(--w-content-gutter);background:currentColor;opacity:.2}
.list__item_2m3{position:relative}.list_ID4.list--gap_1ww .list__item_2m3:nth-child(n+2){margin-top:var(--w-grid-gap)}.list--preset-main_1-7 .list__item_2m3:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;pointer-events:none;border:1px solid;color:inherit;opacity:.2}.list--preset-main_1-7 .list__item_2m3{border:1px solid transparent}.list--preset-main_1-7.list--gap_1ww .list__item_2m3:before{right:calc(var(--w-grid-gap)/2 - 1px);left:calc(var(--w-grid-gap)/2 - 1px)}.list--preset-main_1-7:not(.list--gap_1ww) .list__item_2m3:nth-child(n+2){border-top:0}.list--preset-main_1-7:not(.list--gap_1ww) .list__item_2m3:nth-child(n+2):before{top:0;border-top:0}.list--preset-secondary_2M- .list__item_2m3:nth-child(n+2):before{content:"";position:absolute;height:1px;top:-25px;right:0;left:0;background-color:currentColor;opacity:.2;color:inherit}@media (min-width:768px){.list--preset-secondary_2M- .list__item_2m3:nth-child(n+2):before{top:-15px}}.list--preset-secondary_2M-.list--gap_1ww .list__item_2m3:before{right:calc(var(--w-grid-gap)/2);left:calc(var(--w-grid-gap)/2)}.list--preset-secondary_2M-:not(.list--gap_1ww) .list__item_2m3{margin-top:1px}.list--preset-secondary_2M-:not(.list--gap_1ww) .list__item_2m3:before{top:-1px}@media (max-width:767px){.list_ID4:not(.list--gap_1ww) .list__inner-element_hqn,.list_ID4:not(.list--gap_1ww) .list__inner-element_hqn .list__item-elemet_1FX:first-child{margin-top:0!important}}
.gallery-grid_O-V{display:flex;justify-content:center}.gallery-grid__inner_3Vn{--gap-divider:2;--current-gap:calc(var(--w-grid-gap)/var(--gap-divider));display:flex;width:100%;flex-wrap:wrap;gap:var(--current-gap)}.page-editor .gallery-grid__inner_3Vn,.page-editor-lg .gallery-grid__inner_3Vn,.page-editor-md .gallery-grid__inner_3Vn,.page-editor-sm .gallery-grid__inner_3Vn{--gap-divider:1}@media (min-width:480px){:root:not(.disable-media-queries) .gallery-grid__inner_3Vn{--gap-divider:1}}.gallery-grid__item_1K9{display:flex;min-width:calc(58.66667px - var(--w-grid-gap));max-width:calc(100%/var(--w-grid-columns-count, 2) - (var(--w-grid-columns-count, 2) - 1)/var(--w-grid-columns-count, 2)*var(--current-gap));flex-basis:calc(100%/var(--w-grid-columns-count, 2) - (var(--w-grid-columns-count, 2) - 1)/var(--w-grid-columns-count, 2)*var(--current-gap))}.gallery-grid__item-inner_3Oi{position:relative;width:0;min-width:0;max-width:100%;flex-basis:100%}.gallery-grid_O-V .picture_3VR{padding-top:56.25%}
.gallery-stacked__inner_7P2{display:flex;flex-wrap:wrap}.gallery-stacked__inner_7P2 .picture_2Bp{height:100%;padding-top:56.25%}.gallery-stacked__item_2Sn{max-width:50%;flex-basis:50%}.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin-top:calc(var(--w-grid-gap)/-2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4)}@media (min-width:480px){.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin-top:calc(var(--w-grid-gap)/-1);margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}}.gallery-stacked--gap-30_224 .gallery-stacked__item_2Sn{padding:0 calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}@media (min-width:480px){.gallery-stacked--gap-30_224 .gallery-stacked__item_2Sn{padding:0 calc(var(--w-grid-gap)/2);margin-top:var(--w-grid-gap)}}.gallery-stacked--gap-15_vh- .gallery-stacked__inner_7P2{margin-top:calc(var(--w-grid-gap)/-2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4)}.gallery-stacked--gap-15_vh- .gallery-stacked__item_2Sn{padding:0 calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}@supports (display:grid) and (not (-ms-display:grid)){.gallery-stacked__inner_7P2{display:grid;grid-template-columns:repeat(12,1fr)}.gallery-stacked--one-item-tail_1OS .gallery-stacked__item_2Sn:last-child{grid-row:span 2;grid-column:span 12}.gallery-stacked--two-items-tail_1Uf .gallery-stacked__item_2Sn:last-child,.gallery-stacked--two-items-tail_1Uf .gallery-stacked__item_2Sn:nth-last-child(2){grid-row:span 2;grid-column:span 6}.gallery-stacked__item_2Sn{position:relative;width:100%;max-width:100%;grid-column:span 4}@media (min-width:768px){.gallery-stacked__item_2Sn{flex-basis:50%}}.gallery-stacked__item_2Sn:nth-child(6n+1),.gallery-stacked__item_2Sn:nth-child(6n+5){grid-row:span 2;grid-column:span 8}.gallery-stacked__item-inner_w36{display:flex;position:relative;height:100%;max-width:100%;flex-basis:100%}.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin:0 calc(var(--w-grid-gap)/-4);grid-row-gap:calc(var(--w-grid-gap)/2)}@media (min-width:480px){.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin:0 calc(var(--w-grid-gap)/-2);grid-row-gap:var(--w-grid-gap)}}.gallery-stacked--gap-30_224 .gallery-stacked__item_2Sn{max-width:100%;flex-basis:100%;margin-top:0}.gallery-stacked--gap-15_vh- .gallery-stacked__inner_7P2{margin:0 calc(var(--w-grid-gap)/-4);grid-row-gap:calc(var(--w-grid-gap)/2)}.gallery-stacked--gap-15_vh- .gallery-stacked__item_2Sn{max-width:100%;flex-basis:100%;margin-top:0}}
.masonry_3EK{display:flex;justify-content:center}.masonry__inner_3Ib{--gap-divider:2;--current-gap:calc(var(--w-grid-gap)/var(--gap-divider));display:flex;width:100%;flex-wrap:wrap;-moz-column-gap:var(--current-gap);column-gap:var(--current-gap)}.page-editor .masonry__inner_3Ib,.page-editor-lg .masonry__inner_3Ib,.page-editor-md .masonry__inner_3Ib,.page-editor-sm .masonry__inner_3Ib{--gap-divider:1}@media (min-width:480px){:root:not(.disable-media-queries) .masonry__inner_3Ib{--gap-divider:1}}.masonry__inner_3Ib .masonry-desktop_3MA,.masonry__inner_3Ib .masonry-mobile_3OR,.masonry__inner_3Ib .masonry-tablet_Pv0{display:none}@media (max-width:767px){.masonry__inner_3Ib .masonry-mobile_3OR{display:flex}}@media (min-width:768px) and (max-width:991px){.masonry__inner_3Ib .masonry-tablet_Pv0{display:flex}}@media (min-width:992px){.masonry__inner_3Ib .masonry-desktop_3MA{display:flex}}.masonry__item_ejn{display:flex;min-width:0;max-width:calc(100%/var(--w-grid-columns-count, 3) - (var(--w-grid-columns-count, 3) - 1)/var(--w-grid-columns-count, 3)*var(--current-gap));flex-direction:column;flex-basis:calc(100%/var(--w-grid-columns-count, 3) - (var(--w-grid-columns-count, 3) - 1)/var(--w-grid-columns-count, 3)*var(--current-gap));row-gap:var(--current-gap)}.masonry__item-wrapper_26s{width:100%}.masonry__item-inner_3dT{position:relative;width:0;min-width:0;max-width:100%;flex-basis:100%}
.gallery-slider_3os{width:100%}.gallery-slider_3os .picture_N_E{padding-top:56.25%}.gallery-slider_3os .slider__dots_3sC{position:static;margin-top:20px;font-size:0}.gallery-slider_3os .slider__dots_3sC li{width:30px;height:30px;margin:auto}.gallery-slider_3os .slider__dots_3sC li button{width:30px;height:30px}.gallery-slider_3os .slider__dots_3sC li button:before{width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.page-editor-sm .gallery-slider_3os .slider__dots_3sC,.page-editor-xs .gallery-slider_3os .slider__dots_3sC{margin-top:10px}.page-editor-sm .gallery-slider_3os .slider__dots_3sC li,.page-editor-sm .gallery-slider_3os .slider__dots_3sC li button,.page-editor-xs .gallery-slider_3os .slider__dots_3sC li,.page-editor-xs .gallery-slider_3os .slider__dots_3sC li button{width:25px;height:25px}@media (max-width:767px){:root:not(.disable-media-queries) .gallery-slider_3os .slider__dots_3sC{margin-top:10px}:root:not(.disable-media-queries) .gallery-slider_3os .slider__dots_3sC li,:root:not(.disable-media-queries) .gallery-slider_3os .slider__dots_3sC li button{width:25px;height:25px}}.gallery-slider_3os .slick-track{display:flex}.gallery-slider_3os .slick-slide{height:auto}.gallery-slider_3os .slick-slide>*,.gallery-slider_3os .w-grid__item{height:100%}.gallery-slider_3os .slick-active{z-index:auto}.gallery-slider_3os .slider-arrow_14j{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000;z-index:1;opacity:.85;transition:opacity .2s ease-out}.gallery-slider_3os .slider-arrow_14j .arrow-svg_2ub{width:20px;height:20px;fill:#fff}.gallery-slider_3os .slider-arrow_14j:hover{opacity:1}.gallery-slider_3os .slider-arrow_14j:before{display:none}.gallery-slider_3os .slider-arrow--with-dots_3St{margin-top:-25px}.page-editor-sm .gallery-slider_3os .slider-arrow--with-dots_3St,.page-editor-xs .gallery-slider_3os .slider-arrow--with-dots_3St{margin-top:-15px}@media (max-width:767px){:root:not(.disable-media-queries) .gallery-slider_3os .slider-arrow--with-dots_3St{margin-top:-15px}}.gallery-slider_3os .slider-arrow--next_2fw{right:0;transform:translate(-50%,-50%)}.gallery-slider_3os .slider-arrow--prev_1pl{left:0;transform:translate(50%,-50%)}.gallery-slider_3os .slider-arrow--prev_1pl .arrow-svg_2ub{transform:rotateY(180deg)}.gallery-slider_3os .slider-arrow--circle_3y4{width:32px;height:32px;background:#000;border-radius:50%}.gallery-slider_3os .slider-arrow--circle_3y4 .arrow-svg_2ub{width:20px;height:20px;fill:#fff}.gallery-slider_3os .slider-arrow__click-zone_2wC{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.page-editor-sm .gallery-slider_3os .slider-arrow__click-zone_2wC,.page-editor-xs .gallery-slider_3os .slider-arrow__click-zone_2wC{width:36px;height:48px}@media (max-width:767px){:root:not(.disable-media-queries) .gallery-slider_3os .slider-arrow__click-zone_2wC{width:36px;height:48px}}.page-editor-sm .gallery-slider_3os .slider-arrow_14j,.page-editor-xs .gallery-slider_3os .slider-arrow_14j{width:24px;height:24px}.page-editor-sm .gallery-slider_3os .slider-arrow_14j .arrow-svg_2ub,.page-editor-xs .gallery-slider_3os .slider-arrow_14j .arrow-svg_2ub{width:12px;height:12px}.page-editor-sm .gallery-slider_3os .slider-arrow--next_2fw .slider-arrow__click-zone_2wC,.page-editor-xs .gallery-slider_3os .slider-arrow--next_2fw .slider-arrow__click-zone_2wC{transform:translate(-24px,-50%)}.page-editor-sm .gallery-slider_3os .slider-arrow--prev_1pl .slider-arrow__click-zone_2wC,.page-editor-xs .gallery-slider_3os .slider-arrow--prev_1pl .slider-arrow__click-zone_2wC{transform:translate(-12px,-50%)}@media (max-width:767px){:root:not(.disable-media-queries) .gallery-slider_3os .slider-arrow_14j{width:24px;height:24px}:root:not(.disable-media-queries) .gallery-slider_3os .slider-arrow_14j .arrow-svg_2ub{width:12px;height:12px}:root:not(.disable-media-queries) .gallery-slider_3os .slider-arrow--next_2fw .slider-arrow__click-zone_2wC{transform:translate(-24px,-50%)}:root:not(.disable-media-queries) .gallery-slider_3os .slider-arrow--prev_1pl .slider-arrow__click-zone_2wC{transform:translate(-12px,-50%)}}.slider-animation--fade_gcA .slick-slide{pointer-events:none}.slider-animation--fade_gcA .slick-active{pointer-events:auto}.gallery-slider--gap_2aK .slick-list{width:calc(100% + var(--w-grid-gap));margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}.gallery-slider--gap_2aK .gallery-slider__item_w-R{min-width:58.66667px;padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2)}.picture_N_E{padding-top:56.25%}
.gallery-thumbnails_3Qg{overflow:hidden}.gallery-thumbnails__item-inner_1_x{position:relative}.gallery-thumbnails_3Qg .picture_2qs{padding-top:100%}.gallery-thumbnails_3Qg .picture-image_25q{background-size:cover!important}.gallery-thumbnails_3Qg .slick-slide{opacity:.55}.gallery-thumbnails_3Qg .slick-current,.gallery-thumbnails_3Qg .slick-slide:hover{opacity:1}.gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .slick-list{width:calc(100% + var(--w-grid-gap)/2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4)}.gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .gallery-thumbnails__item_UlL{min-width:calc(var(--container-min-width-768)/12);padding-top:calc(var(--w-grid-gap)/2);padding-left:calc(var(--w-grid-gap)/4);padding-right:calc(var(--w-grid-gap)/4)}.page-editor .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .slick-list,.page-editor-lg .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .slick-list,.page-editor-md .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .slick-list,.page-editor-sm .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .slick-list{width:calc(100% + var(--w-grid-gap));margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}.page-editor .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .gallery-thumbnails__item_UlL,.page-editor-lg .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .gallery-thumbnails__item_UlL,.page-editor-md .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .gallery-thumbnails__item_UlL,.page-editor-sm .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .gallery-thumbnails__item_UlL{padding-top:var(--w-grid-gap);padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2)}@media (min-width:480px){:root:not(.disable-media-queries) .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .slick-list{width:calc(100% + var(--w-grid-gap));margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}:root:not(.disable-media-queries) .gallery-thumbnails_3Qg .gallery-thumbnails--gap_3Hu .gallery-thumbnails__item_UlL{padding-top:var(--w-grid-gap);padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2)}}
.apps-buttons_3Op .collection__inner_2Ak{display:flex;width:calc(100% + var(--w-btns-group-item-offset));margin:calc(var(--w-btns-group-item-offset)/-2);flex-wrap:wrap;align-items:center}.apps-buttons_3Op .collection__wrapper_1jV{display:flex}.apps-buttons_3Op .collection__item-inner_128{display:inline-block;width:100%;margin:calc(var(--w-btns-group-item-offset)/2)}.apps-buttons_3Op .collection__item-inner_128 .grayscale_2_b{filter:grayscale(1)}.apps-buttons_3Op .collection__item-link_1aW{display:block;position:relative;height:100%}.apps-buttons_3Op .collection__item-link_1aW:after{content:"";position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;transition:.2s ease-in}.apps-buttons_3Op .collection__item-link_1aW:hover:after{opacity:.2;border-radius:5px}.apps-buttons_3Op .collection__item-image_PFQ{width:100%;height:100%;border:1px solid var(--w-apps-buttons-border-color);background-position:50% 50%;background-size:cover}.apps-buttons_3Op .type--appstore-eng-sm_2xn,.apps-buttons_3Op .type--appstore-ger-sm_2lB,.apps-buttons_3Op .type--appstore-ind-sm_2j5,.apps-buttons_3Op .type--appstore-ita-sm_3aP,.apps-buttons_3Op .type--appstore-rus-sm_2Nm,.apps-buttons_3Op .type--appstore-spa-sm_3i2,.apps-buttons_3Op .type--appstore-ukr-sm_1dA{max-width:var(--w-apps-buttons-sm-max-width-as)}.apps-buttons_3Op .type--appstore-eng-sm_2xn .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ger-sm_2lB .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ind-sm_2j5 .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ita-sm_3aP .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-rus-sm_2Nm .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-spa-sm_3i2 .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ukr-sm_1dA .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as)}.apps-buttons_3Op .type--appstore-fre-sm_KM7{max-width:var(--w-apps-buttons-sm-max-width-as-fre)}.apps-buttons_3Op .type--appstore-fre-sm_KM7 .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-fre)}.apps-buttons_3Op .type--appstore-tur-sm_I7j{max-width:var(--w-apps-buttons-sm-max-width-as-tur)}.apps-buttons_3Op .type--appstore-tur-sm_I7j .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-tur)}.apps-buttons_3Op .type--appstore-chi-sm_19h{max-width:var(--w-apps-buttons-sm-max-width-as-chi)}.apps-buttons_3Op .type--appstore-chi-sm_19h .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-chi)}.apps-buttons_3Op .type--googleplay-chi-sm_3u0,.apps-buttons_3Op .type--googleplay-eng-sm_BpR,.apps-buttons_3Op .type--googleplay-fre-sm_2Ho,.apps-buttons_3Op .type--googleplay-ger-sm_25x,.apps-buttons_3Op .type--googleplay-ind-sm_93h,.apps-buttons_3Op .type--googleplay-ita-sm_3Tx,.apps-buttons_3Op .type--googleplay-rus-sm_3wp,.apps-buttons_3Op .type--googleplay-spa-sm_Kef,.apps-buttons_3Op .type--googleplay-tur-sm_2pp,.apps-buttons_3Op .type--googleplay-ukr-sm_3E-{max-width:var(--w-apps-buttons-sm-max-width-gp)}.apps-buttons_3Op .type--googleplay-chi-sm_3u0 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-eng-sm_BpR .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-fre-sm_2Ho .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ger-sm_25x .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ind-sm_93h .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ita-sm_3Tx .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-rus-sm_3wp .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-spa-sm_Kef .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-tur-sm_2pp .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ukr-sm_3E- .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-gp)}.apps-buttons_3Op .type--appstore-eng-md_15K,.apps-buttons_3Op .type--appstore-ger-md_8Vf,.apps-buttons_3Op .type--appstore-ind-md_1Zb,.apps-buttons_3Op .type--appstore-ita-md_1Ns,.apps-buttons_3Op .type--appstore-rus-md_1Ra,.apps-buttons_3Op .type--appstore-spa-md_31w,.apps-buttons_3Op .type--appstore-ukr-md_2nx{max-width:var(--w-apps-buttons-md-max-width-as)}.apps-buttons_3Op .type--appstore-eng-md_15K .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ger-md_8Vf .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ind-md_1Zb .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ita-md_1Ns .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-rus-md_1Ra .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-spa-md_31w .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ukr-md_2nx .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as)}.apps-buttons_3Op .type--appstore-fre-md_1kf{max-width:var(--w-apps-buttons-md-max-width-as-fre)}.apps-buttons_3Op .type--appstore-fre-md_1kf .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-fre)}.apps-buttons_3Op .type--appstore-tur-md_1cG{max-width:var(--w-apps-buttons-md-max-width-as-tur)}.apps-buttons_3Op .type--appstore-tur-md_1cG .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-tur)}.apps-buttons_3Op .type--appstore-chi-md_kkf{max-width:var(--w-apps-buttons-md-max-width-as-chi)}.apps-buttons_3Op .type--appstore-chi-md_kkf .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-chi)}.apps-buttons_3Op .type--googleplay-chi-md_IQQ,.apps-buttons_3Op .type--googleplay-eng-md_2E9,.apps-buttons_3Op .type--googleplay-fre-md_79t,.apps-buttons_3Op .type--googleplay-ger-md_1e4,.apps-buttons_3Op .type--googleplay-ind-md_3A4,.apps-buttons_3Op .type--googleplay-ita-md_3EP,.apps-buttons_3Op .type--googleplay-rus-md_1uC,.apps-buttons_3Op .type--googleplay-spa-md_3F6,.apps-buttons_3Op .type--googleplay-tur-md_2WX,.apps-buttons_3Op .type--googleplay-ukr-md_2xc{max-width:var(--w-apps-buttons-md-max-width-gp)}.apps-buttons_3Op .type--googleplay-chi-md_IQQ .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-eng-md_2E9 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-fre-md_79t .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ger-md_1e4 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ind-md_3A4 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ita-md_3EP .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-rus-md_1uC .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-spa-md_3F6 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-tur-md_2WX .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ukr-md_2xc .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-gp)}.apps-buttons_3Op .type--appstore-eng-lg_3lv,.apps-buttons_3Op .type--appstore-ger-lg_39O,.apps-buttons_3Op .type--appstore-ind-lg_2R5,.apps-buttons_3Op .type--appstore-ita-lg_3TK,.apps-buttons_3Op .type--appstore-rus-lg_3wy,.apps-buttons_3Op .type--appstore-spa-lg_26D,.apps-buttons_3Op .type--appstore-ukr-lg_GOD{max-width:var(--w-apps-buttons-lg-max-width-as)}.apps-buttons_3Op .type--appstore-eng-lg_3lv .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ger-lg_39O .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ind-lg_2R5 .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ita-lg_3TK .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-rus-lg_3wy .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-spa-lg_26D .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ukr-lg_GOD .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as)}.apps-buttons_3Op .type--appstore-fre-lg_1W_{max-width:var(--w-apps-buttons-lg-max-width-as-fre)}.apps-buttons_3Op .type--appstore-fre-lg_1W_ .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-fre)}.apps-buttons_3Op .type--appstore-tur-lg_8D4{max-width:var(--w-apps-buttons-lg-max-width-as-tur)}.apps-buttons_3Op .type--appstore-tur-lg_8D4 .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-tur)}.apps-buttons_3Op .type--appstore-chi-lg_kO-{max-width:var(--w-apps-buttons-lg-max-width-as-chi)}.apps-buttons_3Op .type--appstore-chi-lg_kO- .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-chi)}.apps-buttons_3Op .type--googleplay-chi-lg_srj,.apps-buttons_3Op .type--googleplay-eng-lg_2_o,.apps-buttons_3Op .type--googleplay-fre-lg_npu,.apps-buttons_3Op .type--googleplay-ger-lg_3YD,.apps-buttons_3Op .type--googleplay-ind-lg_1Ln,.apps-buttons_3Op .type--googleplay-ita-lg_2Jm,.apps-buttons_3Op .type--googleplay-rus-lg_3OU,.apps-buttons_3Op .type--googleplay-spa-lg_n7O,.apps-buttons_3Op .type--googleplay-tur-lg_2pp,.apps-buttons_3Op .type--googleplay-ukr-lg_3hX{max-width:var(--w-apps-buttons-lg-max-width-gp)}.apps-buttons_3Op .type--googleplay-chi-lg_srj .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-eng-lg_2_o .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-fre-lg_npu .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ger-lg_3YD .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ind-lg_1Ln .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ita-lg_2Jm .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-rus-lg_3OU .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-spa-lg_n7O .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-tur-lg_2pp .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ukr-lg_3hX .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-gp)}
.slider_1Iy{display:flex;width:100%;height:100%;overflow:hidden;flex-direction:column;justify-content:center;align-items:center}.backgrounds-slider_2mU{position:absolute;width:var(--w-100vw);height:100%;top:0;left:0;overflow:hidden}.controlsContainer_35R,.slidersContainer_2nH{width:100%;height:100%}.controlsContainer_35R,.controlsContainerEmpty_1y8{position:absolute;top:0!important}.controlsContainerEmpty_1y8{width:100%;height:100%}.controlsContainerEmpty_1y8 .controls_1-f{position:absolute;top:0}.controls_1-f,.wrapper_q0p{position:relative}.controls_1-f,.slide_3Bo,.wrapper_q0p{width:100%;height:100%}.slideBackground_3uM{position:absolute!important}.contentWrapper_3Gu{position:relative!important}.backgroundWrapper_1sb{position:absolute;top:0}.arrow_3RT{position:absolute;width:30px;height:30px;top:calc(50% - 15px);z-index:10}@media screen and (max-width:1279px){.arrow_3RT{width:32px;height:32px}}@media screen and (max-width:768px){.arrow_3RT{width:24px;height:24px}}.arrow-prev_oeV{left:30px}@media screen and (max-width:1279px){.arrow-prev_oeV{left:calc(var(--w-content-gutter) - 16px)}}@media screen and (max-width:768px){.arrow-prev_oeV{left:calc(var(--w-content-gutter) - 12px)}}.arrow-next_24B{right:30px}@media screen and (max-width:1279px){.arrow-next_24B{right:calc(var(--w-content-gutter) - 16px)}}@media screen and (max-width:768px){.arrow-next_24B{right:calc(var(--w-content-gutter) - 12px)}}
.disableScroll_24C,.removeScroll_16-{overflow-y:hidden}.alwaysScroll_3q2{overflow-y:scroll}.autoScroll_uJT{overflow-y:auto}
.slide-in-right_1sx{animation:slide-in-right_1sx .25s ease forwards}@keyframes slide-in-right_1sx{0%{transform:translateX(100%)}to{transform:none}}.slide-in-left_2Mc{animation:slide-in-left_2Mc .25s ease forwards}@keyframes slide-in-left_2Mc{0%{transform:translateX(-100%)}to{transform:none}}.slide-out-left_4FJ{animation:slide-out-left_4FJ .25s ease forwards}@keyframes slide-out-left_4FJ{0%{transform:none}to{transform:translateX(-100%)}}.slide-out-right_3KH{animation:slide-out-right_3KH .25s ease forwards}@keyframes slide-out-right_3KH{0%{transform:none}to{transform:translateX(100%)}}.fade-in_1Gw{animation:fade-in_1Gw .5s linear forwards}@keyframes fade-in_1Gw{0%{opacity:0}to{opacity:1}}.fade-out_2nz{animation:fade-out_2nz .5s linear forwards}@keyframes fade-out_2nz{0%{opacity:1}to{opacity:0}}
.image-lightbox-wrapper_2qv .ril-image-current{max-width:calc(100vw - 10px);max-height:calc(100vh - 60px);top:55px;right:5px;bottom:5px;left:5px}@media (min-width:1810px){.image-lightbox-wrapper_2qv .ril-image-current{max-width:1800px}}.image-lightbox-flip_1Ou .ril-inner{transform:scaleY(-1)}.image-lightbox-flop_32q .ril-inner{transform:scaleX(-1)}.image-lightbox-flipflop_3Jd .ril-inner{transform:scale(-1)}
.text_1k0{position:relative;max-width:100%;word-wrap:break-word}.text_1k0 .w-text-content>a>span,.text_1k0 .w-text-content>span{font-size:var(--text-font-size-xs,var(--text-font-size,inherit))}.page-editor-md .text_1k0 .w-text-content>a>span,.page-editor-md .text_1k0 .w-text-content>span{font-size:var(--text-font-size-md,var(--text-font-size,inherit))}@media (min-width:768px) and (max-width:992px){:root:not(.disable-media-queries) .text_1k0 .w-text-content>a>span,:root:not(.disable-media-queries) .text_1k0 .w-text-content>span{font-size:var(--text-font-size-md,var(--text-font-size,inherit))}}.page-editor .text_1k0 .w-text-content>a>span,.page-editor .text_1k0 .w-text-content>span{font-size:var(--text-font-size,inherit)}@media (min-width:992px){:root:not(.disable-media-queries) .text_1k0 .w-text-content>a>span,:root:not(.disable-media-queries) .text_1k0 .w-text-content>span{font-size:var(--text-font-size,inherit)}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.text_1k0{word-break:break-word}}}@media (max-width:992px){.text_1k0 *{font-size:inherit}}.text_1k0 a{color:var(--ui-link-color)}.text_1k0 a:hover{color:var(--ui-link-hover-color)}.text_1k0.ui-blockTitle--light a,.text_1k0.ui-caption--light a,.text_1k0.ui-heading--light a,.text_1k0.ui-headingLg--light a,.text_1k0.ui-heroTitle--light a,.text_1k0.ui-quote--light a,.text_1k0.ui-small--light a,.text_1k0.ui-subheading--light a,.text_1k0.ui-subtitle--light a,.text_1k0.ui-text--light a{color:var(--ui-link-color-light)}.text_1k0.ui-blockTitle--light a:hover,.text_1k0.ui-caption--light a:hover,.text_1k0.ui-heading--light a:hover,.text_1k0.ui-headingLg--light a:hover,.text_1k0.ui-heroTitle--light a:hover,.text_1k0.ui-quote--light a:hover,.text_1k0.ui-small--light a:hover,.text_1k0.ui-subheading--light a:hover,.text_1k0.ui-subtitle--light a:hover,.text_1k0.ui-text--light a:hover{color:var(--ui-link-hover-color-light)}
.editor-menu_33j{position:relative}.menu_1QC{display:flex;flex-direction:column;justify-content:center;align-items:center}.menu--absolute_2Sa{width:100%!important;margin:0!important;-moz-column-gap:var(--w-nav-item-gap);column-gap:var(--w-nav-item-gap);row-gap:var(--w-nav-item-column-offset)}.menu--absolute_2Sa .menu__item_1eM{max-width:100%!important;margin:0!important}.menu--open-on-click_3Eg .menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR{display:block;opacity:0;animation:fade-up-in_f95 .2s ease-out both}.menu--open-on-click_3Eg .menu__item-triangle--opened_1xk{transform:rotate(180deg);transform-origin:50% 50%;color:var(--ui-link-hover-color)}@media (min-width:992px){.menu_1QC{flex-direction:row;justify-content:flex-start}.menu_1QC:not(.menu--open-on-click_3Eg) .menu__item_1eM:hover .submenu_1jR{display:block;opacity:0;animation:fade-up-in_f95 .2s ease-out both}}.menu__item_1eM{position:relative;max-width:100%;color:var(--ui-block-title-color);line-height:normal;font-size:var(--ui-text-size);font-family:var(--ui-text-font-family);font-weight:var(--ui-text-font-weight);font-style:var(--ui-text-font-style)}.page-editor-md .menu__item_1eM,.page-editor-xs .menu__item_1eM{width:100%;max-width:calc(100% - var(--w-nav-item-column-gap))}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item_1eM{width:100%;max-width:calc(100% - var(--w-nav-item-column-gap))}}.menu__item_1eM .menu__link--empty_1P1{cursor:pointer}.menu__item_1eM .menu__link_2K2:hover,.menu__item_1eM .menu__link_2K2:hover+.menu__item-triangle_22k{color:var(--ui-link-hover-color)}.menu__item--light_UNr{color:var(--ui-block-title-color-light)}.menu__item--light_UNr .menu__link_2K2:hover,.menu__item--light_UNr .menu__link_2K2:hover+.menu__item-triangle_22k{color:var(--ui-link-hover-color-light)}@media (min-width:992px){.menu__item--submenu_2Ot{transform:none;padding-left:0}}.page-editor-md .menu__item_1eM,.page-editor-xs .menu__item_1eM{font-size:var(--ui-text-size-mobile)!important;text-align:center;margin-bottom:1.4375em}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item_1eM{font-size:var(--ui-text-size-mobile)!important;text-align:center;margin-bottom:1.4375em}}.menu__item-triangle_22k{display:inline-block;position:relative;width:1.5em;height:1.5em;min-width:1.5em;margin-left:.25em;color:inherit;vertical-align:middle;cursor:pointer}.page-editor .menu__item-triangle_22k{width:.625em;height:.3125em;min-width:.625em;margin-left:.25em}@media (min-width:992px){:root:not(.disable-media-queries) .menu__item-triangle_22k{width:.625em;height:.3125em;min-width:.625em;margin-left:.25em}}.menu__item-triangle-ico_1My{display:block;position:absolute;width:.625em;height:.3125em;min-width:.625em;max-width:100%;max-height:100%;top:50%;left:50%;transform:translate(-50%,-50%);fill:currentColor}.page-editor-md .menu__item-triangle-ico_1My,.page-editor-xs .menu__item-triangle-ico_1My{width:.9em;height:.45em}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item-triangle-ico_1My{width:.9em;height:.45em}}.page-editor .menu__item-triangle-ico_1My{width:.625em;height:.3125em;min-width:.625em}@media (min-width:992px){:root:not(.disable-media-queries) .menu__item-triangle-ico_1My{width:.625em;height:.3125em;min-width:.625em}}.menu__item-wrapper_YJs{display:flex;position:relative;max-width:100%;align-items:center;justify-content:center}.page-editor .menu__item-wrapper_YJs{justify-content:flex-start}.page-editor .menu__item-wrapper_YJs .menu__link_2K2{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;justify-content:flex-start}@media (min-width:992px){:root:not(.disable-media-queries) .menu__item-wrapper_YJs{justify-content:flex-start}:root:not(.disable-media-queries) .menu__item-wrapper_YJs .menu__link_2K2{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;justify-content:flex-start}}.page-editor-md .menu__item-wrapper_YJs,.page-editor-xs .menu__item-wrapper_YJs{justify-content:center}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item-wrapper_YJs{justify-content:center}}@media (max-width:991px){.menu__item-wrapper_YJs[data-state=opened] .menu__item-triangle--opened_1xk{transform:rotate(180deg);transform-origin:50% 50%;color:var(--ui-link-hover-color)}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR{display:block}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR .submenu-wrapper_1UU{padding-top:.25em;opacity:1;pointer-events:auto;background-color:inherit}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR .submenu-wrapper_1UU .menu__item_1eM{text-align:center;margin-bottom:.5em;font-size:var(--ui-caption-size)}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR .submenu-wrapper_1UU .menu__item_1eM:last-of-type{margin-bottom:0}}.menu__link_2K2{max-width:100%;color:inherit;font-size:inherit;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-with-presets_vQ_{display:flex}.menu-with-presets--horizontal_24B{flex-direction:row}.menu-with-presets--vertical_1eG{flex-direction:column}.page-editor-md .menu-with-presets--vertical_1eG .menu__item-wrapper_YJs{justify-content:flex-start}@media (min-width:768px) and (max-width:992px){:root:not(.disable-media-queries) .menu-with-presets--vertical_1eG .menu__item-wrapper_YJs{justify-content:flex-start}}@media (min-width:992px){.submenu_1jR{display:none;position:absolute;max-width:40em;top:100%;left:0;padding-top:.81em;z-index:7}.submenu--right_1Sb{right:0;left:auto}}@media (max-width:991px){.submenu_1jR{display:none}.submenu_1jR .menu__item-wrapper_YJs{justify-content:flex-start}}.submenu_1jR .menu__link_2K2{max-width:100%}.submenu-wrapper_1UU{background-color:var(--ui-light-shade-color)}@media (min-width:992px){.submenu-wrapper_1UU{max-width:40em;padding:1em 1.6em;border-radius:3px;box-shadow:0 5px 15px 0 rgba(0,0,0,.1)}.submenu-wrapper_1UU .menu__item_1eM{max-width:100%;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submenu-wrapper_1UU .menu__item_1eM:first-of-type{margin-top:0}.submenu-wrapper_1UU .menu__link_2K2{color:var(--ui-dark-shade-color)}.submenu-wrapper_1UU .menu__link_2K2:hover{color:var(--ui-link-hover-color)}}@keyframes fade-up-in_f95{0%{transform:translate3d(0,-20%,0);opacity:0;pointer-events:none}to{transform:translateZ(0);opacity:1;pointer-events:auto}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){@media (min-width:992px){.submenu_1jR{top:calc(100% - 1px)}}}}
.button_2W3{display:inline-block;position:relative;max-width:100%;text-decoration:none;text-align:center;background-position:50%;overflow:visible;cursor:pointer;transition:color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in;word-wrap:break-word}.button--font-weight-bold_1Nu .button__content_1_I{font-weight:700}.button--font-weight-normal_25u .button__content_1_I{font-weight:400}.button--font-weight-inherit_dwz .button__content_1_I{font-weight:inherit}.button--font-style-italic_1ki .button__content_1_I{font-style:italic}.button--font-style-initial_2hO .button__content_1_I{font-style:normal}.button--text-decoration-underline_1x- .button__content_1_I{text-decoration:underline}.button--left-icon_15k .button__content_1_I{padding-left:32px}.button--right-icon_1xT .button__content_1_I{padding-left:0;padding-right:32px}.button__inner_2of{display:flex;position:relative;justify-content:center;align-items:center}.button__border_1J-{position:absolute;width:100%;height:100%;top:0;left:0;transition:inherit}.button__content_1_I{display:inline-block;position:relative;max-width:100%;word-wrap:break-word}.button--with-icon_3MG .button__content_1_I{max-width:100%}.button__icon_286{display:inline-block;position:absolute;width:24px;height:24px;top:50%;transform:translateY(-50%)}.button__icon--left_17Q{left:0}.button__icon--right_1Bt{right:0}.button__icon-image_1Ob{height:100%;max-width:100%;margin:auto}.button_2W3.disabled{cursor:not-allowed;pointer-events:none!important;filter:grayscale(.6)}.hiddenText_80u{height:1em;visibility:hidden}.button-wrapper_1tW{display:block;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}
.wrapper_1mY{position:fixed;background:transparent;cursor:pointer;box-shadow:0 0 1px rgba(33,39,54,.04),0 2px 4px rgba(33,39,54,.16);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:8}.editor_3gi .wrapper_1mY{right:20px}.ssr_2Ry .position-horizontal-left_1Fj{left:var(--offset-horizontal)}.ssr_2Ry .position-horizontal-right_1fr{right:var(--offset-horizontal)}.ssr_2Ry .position-vertical-top_1nn{top:calc(var(--offset-vertical))}.ssr_2Ry .position-vertical-bottom_2ye{bottom:var(--offset-vertical)}.shape-circle_2Qo{border-radius:50%}.inner_1_b{display:block;position:relative;height:100%;max-width:100%}.inner_1_b img{width:auto;max-height:100%}.svg_2UK{position:static;width:100%;height:100%}.counter_3pK{display:flex;position:absolute;width:24px;height:24px;border-radius:50%;justify-content:center;align-items:center}.counter_3pK,.counter_3pK.circle_2cg{top:-2px;right:-2px}.counter_3pK.square_EGt{top:-7px;right:-7px}.hidden_3ga{display:none}@keyframes heartBeat_3lI{0%{transform:scale(1)}14%{transform:scale(1.2)}28%{transform:scale(1)}42%{transform:scale(1.2)}70%{transform:scale(1)}}.heartBeat_3lI{animation-name:heartBeat_3lI;animation-duration:1s;animation-timing-function:ease-in-out}.ui-cart-icon-color_1oQ{stroke:var(--ui-block-title-color-light);color:var(--ui-block-title-color-light)}.ui-cart-icon-color--light_3Gm{stroke:var(--ui-block-title-color);color:var(--ui-block-title-color)}.w-icon-panel__inner--shopping-cart-icon_1QR{border-radius:0!important}
.ui-picture_2i5{display:block;position:relative;min-height:32px;padding-top:33.3333%;overflow:hidden}.ui-image_3aJ{position:absolute;width:100%;height:100%;top:0;left:0;background-repeat:no-repeat;border-radius:inherit}.ui-image--not-loaded_3Gg{opacity:0}.ui-image--loaded_gW0{opacity:1}.ui-image__style-overlay_3Lw{overflow:hidden}.ui-image__style-overlay_3Lw:after{content:"";position:absolute;width:100%;height:auto;top:0;right:0;bottom:0;left:0;transition:border var(--transition-time) ease-in-out;border:var(--element-border-width) var(--element-border-style) var(--element-border-color,var(--ui-dark-shade-color));border-radius:inherit}.ui-image__style-overlay_3Lw[data-style] .media-overlay_2OF{visibility:hidden}.ui-image__style-overlay_3Lw .media-overlay_2OF{border-radius:inherit}.image-absolute_3fN{display:block;width:100%;height:auto}.media-wrapper_3VN{display:block;position:relative}.img-loader_39d,.media-overlay_2OF{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.img-loader_39d{opacity:1;filter:blur(8px)}.img-loader--exiting_1_9{opacity:0}.placeholder_ATE{position:absolute;width:100%;height:100%;top:0;left:0}.static-height_Nx_{height:var(--height,auto)}.overflow-hidden_1uL{overflow:hidden}.ui-media-styles_2Av{min-height:calc(var(--element-border-width)*2);border-radius:var(--element-radius,inherit)!important;box-shadow:var(--element-shadow,inherit)}.ui-media-styles_2Av:after{content:"";position:absolute;width:100%;height:auto;top:0;right:0;bottom:0;left:0;transition:border var(--transition-time) ease-in-out;border:var(--element-border-width) var(--element-border-style) var(--element-border-color,var(--ui-dark-shade-color));border-radius:inherit;pointer-events:none}.ui-media-styles--player_ye_{overflow:hidden!important;border-radius:var(--element-radius,inherit)!important}
.editor-logo_YqH{position:relative}.image-logo_3zc{cursor:pointer}.logo-image_1oy{display:block;max-width:100%}.logo-placeholder_29B{position:relative;cursor:pointer}.grayscale-logo_1W6{filter:grayscale(1)}.lqip-wrapper_1nQ{display:block;position:relative;max-width:100%}.ui-logo_EOm{font-size:var(--ui-block-title-size);line-height:var(--ui-block-title-line-height);font-weight:var(--ui-block-title-font-weight);font-family:var(--ui-block-title-font-family);color:var(--ui-block-title-color);text-decoration:none}.ui-logo--light_3ZY{color:var(--ui-block-title-color-light)}@media (min-width:768px){.ui-logo--mobile_hfa{display:none}}@media (max-width:767px){.ui-logo--desktop_Gdr{display:none}}
.logo_2zT,.logo__content_1qc{justify-content:inherit}@media (max-width:767px){.logo__content_1qc{margin:auto}}.logo__content--text_21o,.logo__slogan_kKq{width:100%}.editor-logo_3Fr{position:relative}.image-logo_cI-{cursor:pointer}.logo-image_HXE{display:block;max-width:100%}.logo-placeholder_1eq{position:relative;cursor:pointer}.grayscale-logo_MMG{filter:grayscale(1)}.lqip-wrapper_2ym{display:block;position:relative;max-width:100%}.ui-logo_315{font-size:var(--ui-block-title-size);line-height:var(--ui-block-title-line-height);font-weight:var(--ui-block-title-font-weight);font-family:var(--ui-block-title-font-family);color:var(--ui-block-title-color);text-decoration:none}.ui-logo--light_3JU{color:var(--ui-block-title-color-light)}@media (min-width:768px){.ui-logo--mobile_1SD{display:none}}@media (max-width:767px){.ui-logo--desktop_14-{display:none}}
.placeholder_1tC{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity .3s linear}.placeholder--exiting_2QT{opacity:0}.background_2xT{position:absolute;top:0;right:0;bottom:0;left:0}.background--hidden_QWZ{filter:grayscale(100%)}.background--init-attachment_Uu_{background-attachment:scroll!important}.background--fixed_3Wb:before{content:"";position:fixed;width:100%;height:100vh;top:0;left:0;transform:var(--fixed-transform,none);z-index:-1;background-image:inherit;background-color:var(--fixed-background-color,transparent);background-repeat:inherit;background-size:var(--fixed-background-size,cover);background-position:inherit;background-attachment:scroll;filter:var(--fixed-filter,none)}.background--fixed_3Wb[data-role=placeholder]:before{visibility:hidden}@supports (-webkit-hyphens:none) and (-webkit-appearance:none){@media only screen and (max-device-width:767px){.background--fixed_3Wb,.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}@media only screen and (min-device-width:834px) and (max-device-width:1112px) and (-webkit-min-device-pixel-ratio:2){.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2){.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}.background-wrapper_RZ2{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;border-radius:inherit;transition:opacity .3s ease-out}.background-wrapper--hide_tRe{opacity:0}.background-wrapper--zoom-in-left_NdY>*{animation:zoom-in-left_2ej 8s linear forwards}.background-wrapper--zoom-in-right_2dL>*{animation:zoom-in-right_1si 8s linear forwards}.background-wrapper--zoom-in-top_1by>*{animation:zoom-in-top_2iw 8s linear forwards}.background-wrapper--zoom-in-bottom_3Iw>*{animation:zoom-in-bottom_1hA 8s linear forwards}.background-wrapper--fade-out_17a{z-index:-1}.background-wrapper--fade-out_17a>*{animation:fade-out_sPn 2s linear forwards}.background-overlay_2z6{position:absolute;top:0;right:0;bottom:0;left:0}.background-parallax_1jy{position:relative;width:100%;height:100%;overflow:hidden}@keyframes zoom-in-left_2ej{0%{transform:scale(1.5) translate(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-right_1si{0%{transform:scale(1.5) translate(-10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-top_2iw{0%{transform:scale(1.5) translateY(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-bottom_1hA{0%{transform:scale(1.5) translateY(-10%)}to{transform:scale(1) translate(0)}}@keyframes fade-out_sPn{0%{opacity:1}to{opacity:0}}.upload-overlay_1Wy{position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.032);filter:blur(3px);z-index:0;opacity:0;overflow:hidden;transition:opacity .3s linear}.upload-overlay_1Wy:before{width:52%;background-color:hsla(0,0%,100%,.5);background-image:linear-gradient(270deg,transparent 0,rgba(0,0,0,.07) 49%,transparent)}.upload-overlay_1Wy:after,.upload-overlay_1Wy:before{content:"";position:absolute;top:-100%;bottom:-100%;left:0;transform:rotate(20deg);mix-blend-mode:multiply;animation:anime_1vT 2.5s cubic-bezier(.42,0,.52,1) infinite}.upload-overlay_1Wy:after{width:39%;right:0;opacity:.5;background-image:linear-gradient(270deg,transparent,rgba(0,0,0,.1) 50%,transparent)}@keyframes anime_1vT{0%{transform:translatex(-100%) rotate(20deg)}to{transform:translatex(300%) rotate(20deg)}}
.background--hidden_3CR{filter:grayscale(100%)}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){.background_EZ5{background-attachment:scroll!important}}@media only screen and (min-device-width:834px) and (max-device-width:1112px) and (-webkit-min-device-pixel-ratio:2){.background_EZ5{background-attachment:scroll!important}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2){.background_EZ5{background-attachment:scroll!important}}@media (max-width:767px){.background_EZ5{background-attachment:scroll!important}}.background-wrapper_pIo{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;border-radius:inherit;transition:background-color .4s var(--ease-in-quad),opacity .2s ease-out}.background-wrapper--hide_1Ap{opacity:0}.background-wrapper--hide_1Ap+header{z-index:2}.background-wrapper--hide_1Ap+header.header--opened{z-index:4}.background-wrapper--hide_1Ap+header[data-open^=header--modal-closed]{z-index:1}.background-wrapper--hide_1Ap+header[data-open^=header--modal-opened]{z-index:7}.background-wrapper--zoom-in-left_1Vu>*{animation:zoom-in-left_V2g 8s linear forwards}.background-wrapper--zoom-in-right_1Pg>*{animation:zoom-in-right_1YF 8s linear forwards}.background-wrapper--zoom-in-top_1Py>*{animation:zoom-in-top_3Nq 8s linear forwards}.background-wrapper--zoom-in-bottom_X5D>*{animation:zoom-in-bottom_1I0 8s linear forwards}.background-wrapper--fade-out_1cR{z-index:-1}.background-wrapper--fade-out_1cR>*{animation:fade-out_1ly 2s linear forwards}.background-wrapper--exiting_22z{z-index:-5}.background-overlay_aVy{position:absolute;top:0;right:0;bottom:0;left:0}.background-parallax_2zu{position:relative;width:100%;height:100%;overflow:hidden}@keyframes zoom-in-left_V2g{0%{transform:scale(1.5) translate(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-right_1YF{0%{transform:scale(1.5) translate(-10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-top_3Nq{0%{transform:scale(1.5) translateY(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-bottom_1I0{0%{transform:scale(1.5) translateY(-10%)}to{transform:scale(1) translate(0)}}@keyframes fade-out_1ly{0%{opacity:1}to{opacity:0}}.upload-overlay_2Mo{position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.032);filter:blur(3px);z-index:0;opacity:0;overflow:hidden;transition:opacity .3s linear}.upload-overlay_2Mo:before{width:52%;background-color:hsla(0,0%,100%,.5);background-image:linear-gradient(270deg,transparent 0,rgba(0,0,0,.07) 49%,transparent)}.upload-overlay_2Mo:after,.upload-overlay_2Mo:before{content:"";position:absolute;top:-100%;bottom:-100%;left:0;transform:rotate(20deg);mix-blend-mode:multiply;animation:anime_3nZ 2.5s cubic-bezier(.42,0,.52,1) infinite}.upload-overlay_2Mo:after{width:39%;right:0;opacity:.5;background-image:linear-gradient(270deg,transparent,rgba(0,0,0,.1) 50%,transparent)}@keyframes anime_3nZ{0%{transform:translatex(-100%) rotate(20deg)}to{transform:translatex(300%) rotate(20deg)}}.background--preview-mode_LI4+*+header{z-index:2}
.background_3lr{position:relative}.background--rotator_1bl .ui-blockTitle,.background--rotator_1bl .ui-caption,.background--rotator_1bl .ui-heading,.background--rotator_1bl .ui-headingLg,.background--rotator_1bl .ui-heroTitle,.background--rotator_1bl .ui-quote,.background--rotator_1bl .ui-small,.background--rotator_1bl .ui-subheading,.background--rotator_1bl .ui-subtitle,.background--rotator_1bl .ui-text{transition:color 2s ease}.item-decorator_1i6{position:relative;z-index:0;--button-border:rgba(33,39,54,0.1)}.item-decorator_1i6:hover>.item-decorator__inner_2PB .item-decorator__action_1h2{will-change:opacity;opacity:1;z-index:var(--z-d-element-hover)}.item-decorator_1i6:hover>.item-decorator__inner_2PB .item-decorator__inner_2PB:before{opacity:1}.item-decorator__inner_2PB:before{content:"";width:100%;height:100%;top:0;left:0;border-radius:var(--border-radius);border:1px solid var(--decorator-border);z-index:-1;background-color:var(--collection-item-decorator);pointer-events:none}.item-decorator__action_1h2,.item-decorator__inner_2PB:before{position:absolute;opacity:0;transition:opacity .2s ease-out}.item-decorator__action_1h2:not(.item-decorator__action--bottom_16-){top:8px}.item-decorator__action--bottom_16-{bottom:8px}.item-decorator__action_1h2:not(.item-decorator__action--left_3XD){right:16px}.item-decorator__action--left_3XD{left:16px}.item-decorator__btn_3Fg{position:relative;width:33px;height:33px;background-color:#fff;border:1px solid var(--button-border);border-radius:var(--border-radius)}.item-decorator__icon_Uoc{display:flex;position:absolute;width:14px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--ink-l1);align-items:center;justify-content:center}
.scale-wrapper_3UY{display:block;position:relative;width:100%}.btn_openLightbox_3nS{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.popupTrigger_1IU{cursor:pointer}.go-to-pay-wrapper_S4N{width:100%}.go-to-pay-wrapper_S4N:not(.ui-button){height:100%}.js-order-button__placeholder{position:relative;pointer-events:none}.js-order-button__placeholder *{visibility:hidden}.js-order-button__placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;background-color:#edf0f5;animation:placeholder-anim 1.5s ease-in-out infinite}@keyframes placeholder-anim{0%{opacity:1}50%{opacity:.3}to{opacity:1}}
.grayscale_1qq{filter:grayscale(1)}
.collection-item-background-wrapper_3F2{position:relative}
.slider_2N3{width:0;flex-basis:100%}.slider_2N3 .slider__dots_2cS{position:static;margin-top:20px;font-size:0}.slider_2N3 .slider__dots_2cS li{width:30px;height:30px;margin:auto}.slider_2N3 .slider__dots_2cS li button{width:30px;height:30px}.slider_2N3 .slider__dots_2cS li button:before{width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}@media (max-width:767px){.slider_2N3 .slider__dots_2cS{margin-top:10px}.slider_2N3 .slider__dots_2cS li,.slider_2N3 .slider__dots_2cS li button{width:25px;height:25px}}.slider_2N3 .slick-track{display:flex}.slider_2N3 .slick-slide{height:auto}.slider_2N3 .slick-slide>*,.slider_2N3 .w-grid__item{height:100%}.slider_2N3 .slick-active{z-index:auto}.slider_2N3 .slider-arrow_Yvf{width:30px;height:30px;text-align:center;z-index:1;opacity:.85;transition:opacity .2s ease-out}.slider_2N3 .slider-arrow_Yvf:hover{opacity:1}.slider_2N3 .slider-arrow_Yvf:before{display:none}.slider_2N3 .slider-arrow--with-dots_Phm{margin-top:-25px}.page-editor-xs .slider_2N3 .slider-arrow--with-dots_Phm{margin-top:-15px}@media (max-width:767px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--with-dots_Phm{margin-top:-15px}}.slider_2N3 .slider-arrow--next_3Hr{right:0;transform:translate(150%,-50%)}.page-editor-md .slider_2N3 .slider-arrow--next_3Hr,.page-editor-sm .slider_2N3 .slider-arrow--next_3Hr,.page-editor-xs .slider_2N3 .slider-arrow--next_3Hr{transform:translate(100%,-50%)}@media (min-width:1200px) and (max-width:1279px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--next_3Hr{transform:translate(100%,-50%)}}.slider_2N3 .slider-arrow--prev_Eis{left:0;transform:translate(-150%,-50%)}@media (min-width:1200px) and (max-width:1279px){.slider_2N3 .slider-arrow--prev_Eis{transform:translate(-100%,-50%)}}.slider_2N3 .slider-arrow--prev_Eis .arrow-svg_1j4{transform:rotateY(180deg)}.slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:30px;height:30px;fill:#000}.slider_2N3 .slider-arrow--circle_Vdl{width:32px;height:32px;background:#000;border-radius:50%}.slider_2N3 .slider-arrow--circle_Vdl .arrow-svg_1j4{width:20px;height:20px;fill:#fff}.slider_2N3 .slider-arrow__click-zone_uLX{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.page-editor-xs .slider_2N3 .slider-arrow__click-zone_uLX{width:36px;height:48px}@media (max-width:767px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow__click-zone_uLX{width:36px;height:48px}}.page-editor-md .slider_2N3 .slider-arrow_Yvf,.page-editor-sm .slider_2N3 .slider-arrow_Yvf,.page-editor-xs .slider_2N3 .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}.page-editor-md .slider_2N3 .slider-arrow--next_3Hr,.page-editor-sm .slider_2N3 .slider-arrow--next_3Hr,.page-editor-xs .slider_2N3 .slider-arrow--next_3Hr{transform:translate(50%,-50%)}.page-editor-md .slider_2N3 .slider-arrow--prev_Eis,.page-editor-sm .slider_2N3 .slider-arrow--prev_Eis,.page-editor-xs .slider_2N3 .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}.page-editor-md .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-sm .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-xs .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}@media (max-width:1199px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--next_3Hr{transform:translate(50%,-50%)}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}}.page-editor-xs .slider_2N3 .slider-arrow_Yvf{width:24px;height:24px}.page-editor-xs .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:12px;height:12px}.page-editor-xs .slider_2N3 .slider-arrow--next_3Hr .slider-arrow__click-zone_uLX{transform:translate(-24px,-50%)}.page-editor-xs .slider_2N3 .slider-arrow--prev_Eis .slider-arrow__click-zone_uLX{transform:translate(-12px,-50%)}@media (max-width:767px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf{width:24px;height:24px}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:12px;height:12px}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--next_3Hr .slider-arrow__click-zone_uLX{transform:translate(-24px,-50%)}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--prev_Eis .slider-arrow__click-zone_uLX{transform:translate(-12px,-50%)}}.slider-animation--fade_1up .slick-slide{pointer-events:none}.slider-animation--fade_1up .slick-active{pointer-events:auto}.page-editor .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-lg .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-md .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-sm .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-xs .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr{transform:translate(50%,-50%)}.page-editor .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-lg .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-md .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-sm .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-xs .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}.page-editor .w-grid--full-width .slider-arrow_Yvf,.page-editor-lg .w-grid--full-width .slider-arrow_Yvf,.page-editor-md .w-grid--full-width .slider-arrow_Yvf,.page-editor-sm .w-grid--full-width .slider-arrow_Yvf,.page-editor-xs .w-grid--full-width .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}.page-editor .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-lg .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-md .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-sm .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-xs .w-grid--full-width .slider-arrow--next_3Hr{transform:translate(-50%,-50%)}.page-editor .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-lg .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-md .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-sm .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-xs .w-grid--full-width .slider-arrow--prev_Eis{transform:translate(50%,-50%)}.page-editor .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-lg .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-md .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-sm .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-xs .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}@media (min-width:1200px){:root:not(.disable-media-queries) .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr{transform:translate(50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow--next_3Hr{transform:translate(-50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow--prev_Eis{transform:translate(50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}}.page-editor-xs .w-grid--full-width .slider-arrow_Yvf{width:24px;height:24px}.page-editor-xs .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4{width:12px;height:12px}@media (max-width:1199px){.w-grid--full-width .slider-arrow--next_3Hr{transform:translate(50%,-50%)}.w-grid--full-width .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}}
.server-render__collection__columns-count--1_2Cy .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:100%}.server-render__collection__columns-count--2_1fW .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:50%}.server-render__collection__columns-count--3_roe .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:33.33333%}.server-render__collection__columns-count--4_y-T .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:25%}.server-render__collection__columns-count--5_1OA .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:20%}.server-render__collection__columns-count--6_YFK .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:16.66667%}.server-render__collection__columns-count--7_3p0 .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:14.28571%}.server-render__collection__columns-count--8_1Da .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:12.5%}.server-render__collection__columns-count--1_2Cy .server-render__collection__items-align--left_3F2{justify-content:left}.server-render__collection__columns-count--1_2Cy .server-render__collection__items-align--center_3Js{justify-content:center}.server-render__collection__columns-count--1_2Cy .server-render__collection__items-align--right_3KP{justify-content:right}.server-render__collection__columns-count--1_2Cy .server-render__collection-item_3Gl{opacity:0;flex-basis:100%}.server-render__collection__columns-count--1_2Cy .server-render__collection-item_3Gl:first-child{opacity:1}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-1_58R{flex-basis:calc(var(--w-grid-container-size-md)*1/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-1_58R{flex-basis:calc(var(--w-grid-container-size-xl)*1/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-2_5H6{flex-basis:calc(var(--w-grid-container-size-md)*2/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-2_5H6{flex-basis:calc(var(--w-grid-container-size-xl)*2/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-3_3UZ{flex-basis:calc(var(--w-grid-container-size-md)*3/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-3_3UZ{flex-basis:calc(var(--w-grid-container-size-xl)*3/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-4_2-T{flex-basis:calc(var(--w-grid-container-size-md)*4/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-4_2-T{flex-basis:calc(var(--w-grid-container-size-xl)*4/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-5_2l_{flex-basis:calc(var(--w-grid-container-size-md)*5/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-5_2l_{flex-basis:calc(var(--w-grid-container-size-xl)*5/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-6_1yf{flex-basis:calc(var(--w-grid-container-size-md)*6/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-6_1yf{flex-basis:calc(var(--w-grid-container-size-xl)*6/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-7_2aT{flex-basis:calc(var(--w-grid-container-size-md)*7/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-7_2aT{flex-basis:calc(var(--w-grid-container-size-xl)*7/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-8_1X1{flex-basis:calc(var(--w-grid-container-size-md)*8/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-8_1X1{flex-basis:calc(var(--w-grid-container-size-xl)*8/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-9_1wY{flex-basis:calc(var(--w-grid-container-size-md)*9/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-9_1wY{flex-basis:calc(var(--w-grid-container-size-xl)*9/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-10_2tZ{flex-basis:calc(var(--w-grid-container-size-md)*10/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-10_2tZ{flex-basis:calc(var(--w-grid-container-size-xl)*10/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-11_3TH{flex-basis:calc(var(--w-grid-container-size-md)*11/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-11_3TH{flex-basis:calc(var(--w-grid-container-size-xl)*11/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-12_1A-{flex-basis:calc(var(--w-grid-container-size-md)*12/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-12_1A-{flex-basis:calc(var(--w-grid-container-size-xl)*12/12 - var(--w-grid-gap))}}.slider-wrapper_1r3{position:relative}.slider__dots_N6P{position:static;margin-top:20px;font-size:0}.slider__dots_N6P li{margin:auto}.slider__dots_N6P li,.slider__dots_N6P li button{width:30px;height:30px}.slider__dots_N6P li button:before{width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}@media (max-width:767px){.slider__dots_N6P{margin-top:10px}.slider__dots_N6P li,.slider__dots_N6P li button{width:25px;height:25px}}
.tabs-nav_16f{position:relative;width:calc(100% + var(--w-grid-gap));overflow-y:visible;overflow-x:auto;scroll-behavior:smooth;margin-bottom:var(--w-grid-gap);margin-left:calc(var(--w-grid-gap)/-2);z-index:1}@media (min-width:768px){.tabs-nav_16f{width:100%;margin-left:0}}.tabs-nav__inner_9d3{display:inline-flex;position:relative;min-width:100%;white-space:nowrap}.tabs-nav__inner_9d3:after{content:"";position:absolute;height:1px;right:0;bottom:0;left:0;color:inherit;background-color:currentColor;opacity:.125}@media (max-width:767px){.tabs-nav__inner_9d3{padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2)}.tabs-nav__inner_9d3:after{right:calc(var(--w-grid-gap)/2);left:calc(var(--w-grid-gap)/2)}}@media (min-width:768px){.tabs-nav__inner_9d3{justify-content:center}}@media (min-width:768px){.tabs-nav__inner--left_C2b{justify-content:flex-start}}@media (min-width:768px){.tabs-nav__inner--right_3Pg{justify-content:flex-end}}.tabs-nav_16f .nav-item_2-O{display:inline-flex;position:relative;margin:0;padding:15px 20px;align-items:center;background:transparent;cursor:pointer;opacity:.6;flex-shrink:0;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}@media (min-width:768px){.tabs-nav_16f .nav-item_2-O{min-width:0}}.tabs-nav_16f .nav-item_2-O:hover,.tabs-nav_16f .nav-item_2-O[data-active=true]{opacity:1}.tabs-nav_16f .nav-item_2-O[data-active=true]:after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;color:inherit;background-color:currentColor}@media (min-width:768px){.tabs-nav_16f .nav-item_2-O[data-active=true]:after{height:2px}}.tabs-nav_16f .nav-item__icon_V3U{width:25px;height:25px;margin-right:15px;flex-shrink:0}.tabs-nav_16f .nav-item__title_3g-{max-width:100%;margin-top:0}.tabs-nav_16f .nav-item_2-O .DraftEditor-editorContainer div{white-space:nowrap}.tabs-collection_26Z[data-hidden=true]{display:none!important}
.visually-hidden_2Bz{position:absolute;width:1px;height:1px;padding:0;clip:rect(1px,1px,1px,1px);border:0;overflow:hidden}.container_2e9,.img-slider_1Ip{position:relative}.img-slider_1Ip{overflow:hidden}.img-slider--horizontal_3Gf .img-slider__before-wrp_23b{width:100%;height:50%}.img-slider__hand_PPs{display:flex;position:absolute;width:48px;height:48px;top:50%;left:50%;transform:translate(-50%,-22px);justify-content:center;align-items:center;border:4px solid;border-radius:50%;touch-action:pan-x;cursor:ew-resize;pointer-events:auto;z-index:1;transition:background-color .2s ease-out,box-shadow .2s ease-out}.img-slider__hand_PPs:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:currentColor;opacity:0;transition:opacity .2s ease-out}.img-slider__hand_PPs:hover{box-shadow:0 0 1px rgba(33,39,54,.05),0 0 8px rgba(33,39,54,.16)}.img-slider__hand_PPs:hover:before{opacity:.38}.img-slider__hand--active_h5y{box-shadow:0 0 1px rgba(33,39,54,.05),0 0 8px rgba(33,39,54,.16)}.img-slider__hand--active_h5y:before{opacity:.38}.img-slider__hand--horizontal_1zX{top:50%;left:50%;transform:translate(-50%,-50%);touch-action:pan-y;cursor:ns-resize}.img-slider__hand--horizontal_1zX .img-slider__hand-arrow_3Gu{transform:rotate(90deg);transform-origin:center}.img-slider__hand-wrapper_1ly{position:absolute;width:4px;top:0;bottom:0;touch-action:pan-x;margin-left:-2px;cursor:ew-resize}.img-slider__hand-wrapper--horizontal_2EZ{width:100%;height:4px;right:0;left:0;margin-left:0;margin-top:-2px;cursor:ns-resize;touch-action:pan-y}.img-slider__hand-wrapper--horizontal_2EZ .img-slider__hand-line_2oI{width:50%;height:4px;top:50%;transform:translateY(-50%)}.img-slider__hand-wrapper--horizontal_2EZ .img-slider__hand-line--after_2iX{right:-22px;left:auto}.img-slider__hand-wrapper--horizontal_2EZ .img-slider__hand-line--before_2Ou{left:-22px}.img-slider__hand-arrow_3Gu{fill:currentColor}.img-slider__input_KbR{position:absolute;width:0;height:0;top:0;margin:0;opacity:0;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.img-slider__input_KbR:focus~.img-slider__hand-wrapper_1ly .img-slider__hand_PPs{box-shadow:0 0 1px rgba(33,39,54,.05),0 0 8px rgba(33,39,54,.16)}.img-slider__input_KbR:focus~.img-slider__hand-wrapper_1ly .img-slider__hand_PPs:before{opacity:.38}.img-slider__hand-line_2oI{position:absolute;width:4px;height:50%;left:50%;transform:translateX(-50%);background-color:currentColor}.img-slider__hand-line--after_2iX{bottom:-22px}.img-slider__hand-line--before_2Ou{top:-22px}.img-slider__before-wrp_23b{position:absolute;width:50%;max-width:100%;top:0;bottom:0;left:0;overflow:hidden}.img-slider__img-wrapper_2dL{display:block;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.img-slider__img-wrapper_2dL .img-slider__img_vDh{min-height:56px}.img-slider__slider_SoW{width:0;height:0}.cursor__ewresize_1ka{cursor:ew-resize}.cursor__nsresize_eDG{cursor:ns-resize}
@keyframes fadeInBottom_1Hh{0%{transform:translate3d(0,100px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-bottom_1kF{animation-name:fadeInBottom_1Hh}@keyframes fadeInLeft_3HD{0%{transform:translate3d(-100px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-left_2EQ{animation-name:fadeInLeft_3HD}@keyframes fadeInRight_39W{0%{transform:translate3d(100px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-right_1x9{animation-name:fadeInRight_39W}@keyframes fadeInTop_2PO{0%{transform:translate3d(0,-100px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-top_1sq{animation-name:fadeInTop_2PO}@keyframes fadeIn_1O1{0%{opacity:0}to{opacity:1}}.fade-in-center_3nb{animation-name:fadeIn_1O1}@keyframes slideInTop_206{0%{display:var(--display,block);transform:translate3d(0,-100px,0)}to{display:none;transform:translateZ(0)}}.slide-in-top_2ns{animation-name:slideInTop_206}.slide-in-top--flex_9iP{--display:flex}.slide-in-top--block_36P{--display:block}.slide-in-top--inline-block_3NX{--display:inline-block}.slide-in-top--grid_PVb{--display:grid}@keyframes slideInLeft_3Mm{0%{display:var(--display,block);transform:translate3d(-100px,0,0)}to{display:none;transform:translateZ(0)}}.slide-in-left_2-B{animation-name:slideInLeft_3Mm}.slide-in-left--flex_34V{--display:flex}.slide-in-left--block_25W{--display:block}.slide-in-left--inline-block_1SF{--display:inline-block}.slide-in-left--grid_B97{--display:grid}@keyframes slideInRight_1cc{0%{display:var(--display,block);transform:translate3d(100px,0,0)}to{display:none;transform:translateZ(0)}}.slide-in-right_1Ua{animation-name:slideInRight_1cc}.slide-in-right--flex_SQ7{--display:flex}.slide-in-right--block_PMD{--display:block}.slide-in-right--inline-block_2om{--display:inline-block}.slide-in-right--grid_PjY{--display:grid}@keyframes slideInBottom_1Yl{0%{display:var(--display,block);transform:translate3d(0,100px,0)}to{display:none;transform:translateZ(0)}}.slide-in-bottom_LLR{animation-name:slideInBottom_1Yl}.slide-in-bottom--flex_17u{--display:flex}.slide-in-bottom--block_2GZ{--display:block}.slide-in-bottom--inline-block_2qx{--display:inline-block}.slide-in-bottom--grid_F46{--display:grid}@keyframes zoomInTop_hxm{0%{transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(0,60px,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-top_mBq{animation-name:zoomInTop_hxm}@keyframes zoomInLeft_1ws{0%{transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(10px,0,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-left_1On{animation-name:zoomInLeft_1ws}@keyframes zoomInRight_8qE{0%{transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-right_3tJ{animation-name:zoomInRight_8qE}@keyframes zoomInBottom_lq3{0%{transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-bottom_3yk{animation-name:zoomInBottom_lq3}@keyframes zoomIn_3kB{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}.zoom-in-center_1T-{animation-name:zoomIn_3kB}.animated_3Ou{animation-fill-mode:both;animation-timing-function:ease-in-out}.hidden_3w8{visibility:hidden;opacity:0}.slow_3YD{animation-duration:2s}.normal_2Pr{animation-duration:1s}.fast_2qy{animation-duration:.5s}
.rotator-wrapper_3jf{position:relative}*+.rotator-wrapper_3jf,.rotator-wrapper_3jf+*{margin-top:20px}.text-wrapper_3hF{display:inline-block;position:relative;width:auto;max-width:calc(100% + 2em - 10px);margin:-1em;vertical-align:top;overflow:hidden;transition:transform .5s ease;pointer-events:none}.text-wrapper_3hF .text-content_yCt{padding:1em;transition:transform .5s ease}.text-wrapper--hide_2xJ{transform:translate(-100%)}.text-wrapper--hide_2xJ .text-content_yCt{transform:translate(100%)}.text-wrapper_3hF:after{content:"";position:absolute;width:4px;top:0;right:0;bottom:0;background-color:var(--ui-brand-color)}.text-content_yCt{display:inline-block;width:100%;max-width:100%;padding-right:10px}.absolute_b09{position:absolute;width:100%;top:0;left:0}.rotator-text--hidden_2Gf{visibility:hidden}
.countdown-wrapper_2qL{font-size:0}*+.countdown-wrapper_2qL,.countdown-wrapper_2qL+*{margin-top:20px}
.accordion_2Bj{position:relative;width:100%;padding:var(--w-accordion-padding) 0;cursor:pointer}.accordion_2Bj.w-state-has-background{padding:var(--w-accordion-padding)}.accordion--decorator_3DO:after{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:var(--ui-dark-shade-color);opacity:.2}.accordion__header_3a4{display:flex;align-items:center}.accordion__heading_2ZY{width:0;max-width:calc(100% - 15px - var(--w-accordion-padding));flex:1}.accordion__content_3kU{width:100%;overflow:hidden;transition:height .3s ease,margin-top .3s ease;margin-top:0;cursor:text}.accordion__content_3kU[data-no-animated=true]{transition:none}.accordion__icon_1GF{position:relative;height:15px;max-width:15px;flex-basis:15px;margin-left:var(--w-accordion-padding);opacity:.8}.accordion__icon--plus_1m-:after,.accordion__icon--plus_1m-:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:3px}.accordion__icon--plus_1m-:before{width:2px;height:100%;transition:height .3s ease}.accordion__icon--plus_1m-:after{width:100%;height:2px}.accordion__icon--arrow_2-j svg{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.accordion_2Bj:hover .accordion__icon_1GF{opacity:1}.accordion--active_2ER .accordion__icon--plus_1m-:before,.accordion_2Bj[data-state=opened] .accordion__icon--plus_1m-:before{height:0}.accordion--active_2ER .accordion__icon--arrow_2-j svg,.accordion_2Bj[data-state=opened] .accordion__icon--arrow_2-j svg{transform:translate(-50%,-50%) rotate(180deg)}.background--dark_3oK.accordion--decorator_3DO.accordion--first_xWW:before,.background--dark_3oK.accordion--decorator_3DO:after,.background--dark_3oK .accordion__icon_1GF:after,.background--dark_3oK .accordion__icon_1GF:before{background:var(--ui-light-shade-color)}.background--dark_3oK .accordion__icon_1GF svg{fill:var(--ui-light-shade-color)}.background--light_3W_ .accordion__icon_1GF:after,.background--light_3W_ .accordion__icon_1GF:before{background:var(--ui-dark-shade-color)}.background--light_3W_ .accordion__icon_1GF svg{fill:var(--ui-dark-shade-color)}.align--left_3S7 .accordion__header_3a4{flex-direction:row-reverse}.align--left_3S7 .accordion__content_3kU{margin-left:auto}.align--left_3S7 .accordion__icon_1GF{margin-left:0;margin-right:var(--w-accordion-padding)}.align--left_3S7 .accordion__icon--arrow_2-j svg{transform:translate(-50%,-50%)}.align--left_3S7.accordion--active_2ER .accordion__icon--arrow_2-j svg{transform:translate(-50%,-50%) rotate(180deg)}
:root{--icon-width:20px;--w-language-icon-h-offset:8px}.language_dR5{display:flex}.language_dR5+*{margin-top:10px}.language-inner_2eT{max-width:calc(100% + 30px);margin:-10px -15px}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.language-inner_2eT{max-width:calc(100% + 31px)}}}.language__item_iCU{display:flex;position:relative;padding:10px 15px;flex-wrap:nowrap;align-items:center}.language__icon_wY4{width:var(--icon-width);height:var(--icon-width);min-width:var(--icon-width)}.language__icon_wY4+*{margin-left:var(--w-language-icon-h-offset)!important}.language__name_80n{max-width:100%;overflow:hidden}.language__name_80n:first-child{max-width:100%}.language--dropdown_3zZ{position:relative;cursor:pointer}.language--dropdown_3zZ .language__item-dropdown_Kd4{display:flex}@media (max-width:991px){.language--dropdown_3zZ .language__item-dropdown_Kd4{justify-content:center}}.language--dropdown_3zZ .language__item-dropdown_Kd4 .language__name_80n{max-width:100%}.language--dropdown_3zZ .language-wrapper_3MX{position:relative;padding:0}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper_3MX{position:absolute;max-width:40em;top:100%;left:0;border-radius:3px;box-shadow:0 5px 15px 0 rgba(0,0,0,.1);z-index:7}}.language--dropdown_3zZ .language-wrapper_3MX .language__item_iCU{position:relative;padding:3px 15px}.language--dropdown_3zZ .language-wrapper_3MX .language__item_iCU:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0}.language--dropdown_3zZ .language-wrapper_3MX .language__item_iCU:hover:before{background-color:currentColor;opacity:.125}.language--dropdown_3zZ .language-wrapper--close_2FA,.language--dropdown_3zZ .language-wrapper--close_2FA.language--desktop_3FN,.language--dropdown_3zZ .language-wrapper--close_2FA.language--mobile_3lj{height:0;overflow:hidden}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--close_2FA,.language--dropdown_3zZ .language-wrapper--close_2FA.language--desktop_3FN,.language--dropdown_3zZ .language-wrapper--close_2FA.language--mobile_3lj{display:none}}.language--dropdown_3zZ .language-wrapper--open_2uf{height:auto;overflow:visible}.language--dropdown_3zZ .language-wrapper--open_2uf.language--desktop_3FN{display:none}.language--dropdown_3zZ .language-wrapper--open_2uf.language--mobile_3lj{height:auto;overflow:visible}.language--dropdown_3zZ .language-wrapper--open_2uf .language__item_iCU:last-of-type{margin-bottom:10px}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--open_2uf{display:block;padding:10px 0}.language--dropdown_3zZ .language-wrapper--open_2uf.language--desktop_3FN{display:block}.language--dropdown_3zZ .language-wrapper--open_2uf.language--mobile_3lj{display:none}.language--dropdown_3zZ .language-wrapper--open_2uf .language__item_iCU:last-of-type{margin-bottom:0}}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--bottom_3UI{top:auto;bottom:100%}}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--right_37u{right:0;left:auto}}.language--horizontal_pHY .language-wrapper_3MX{display:flex;flex-wrap:wrap}.language--horizontal_pHY .language__item_iCU{position:relative;color:currentColor}.language--horizontal_pHY .language__item_iCU:after{content:"";position:absolute;width:1px;top:30%;right:0;bottom:30%;color:currentColor;background-color:currentColor;opacity:.125}.language--horizontal_pHY .language__item_iCU:last-of-type:after{content:none}.language-triangle_2Dg{position:relative;width:.625em;height:1.25em;color:currentColor;margin-left:9px!important}.language-triangle-icon_ERf{display:block;position:absolute;width:100%;height:100%;min-width:.625em;max-width:100%;max-height:100%;top:50%;right:0;fill:currentColor}.language-triangle-icon--open_c1t{transform:rotate(180deg) translateY(50%)}.language-triangle-icon--close_11O{transform:rotate(0) translateY(-50%)}@media (max-width:991px){.language-bg-color_2Jg{background-color:transparent!important}}
.preview_2jG{position:relative;width:46px;height:46px;flex:0 0 46px}.preview_2jG img{position:absolute;max-width:100%;max-height:100%;top:0;right:0;bottom:0;left:0;margin:auto}.full-height_1zT{height:100%}
.blocks-group-wrapper_2QF{position:relative}.blocks-group-wrapper_2QF .block-wrapper_3Um:not(.block-wrapper--hidden_3c2){position:static}.blocks-group-wrapper--full-height_xj1{display:flex;flex-direction:column}.block-wrapper_3Um{display:flex;position:relative;z-index:auto!important}.block-wrapper_3Um>footer,.block-wrapper_3Um>header,.block-wrapper_3Um>section{flex-basis:100%;flex-shrink:0}.block-wrapper--full-height_3hn{display:flex;min-height:100vh;flex:1}.block-wrapper--full-height_3hn>footer,.block-wrapper--full-height_3hn>header,.block-wrapper--full-height_3hn>section{display:flex;flex:1;flex-direction:column;justify-content:center}.block-wrapper--full-height_3hn>footer>*,.block-wrapper--full-height_3hn>header>*,.block-wrapper--full-height_3hn>section>*{width:100%}.block-wrapper--comment-mode_2u7{display:flex;width:100%;margin:auto}.block-wrapper--comment-mode_2u7>footer,.block-wrapper--comment-mode_2u7>header,.block-wrapper--comment-mode_2u7>section{display:flex;flex:1;flex-direction:column;justify-content:center}.block-wrapper--comment-mode_2u7>footer>*,.block-wrapper--comment-mode_2u7>header>*,.block-wrapper--comment-mode_2u7>section>*{width:100%}@media (min-width:992px){.block-wrapper--hidden-desktop_2q7{display:none;height:auto;min-height:auto}}@media (min-width:768px) and (max-width:991px){.block-wrapper--hidden-md_3Ly{display:none;height:auto;min-height:auto}}@media (max-width:767px){.block-wrapper--hidden-xs_Mh9{display:none;height:auto;min-height:auto}}.block-wrapper--paired_DZ4{z-index:2!important}.block-wrapper--is-stuck_2v_{box-shadow:0 2px 4px 0 rgba(33,39,54,.24)}.sticky-wrapper_6A4{position:fixed;width:100%;top:0;left:0;z-index:var(--z-sticky,8)}.scaled-preview .blocks-group-wrapper--full-height_xj1{min-height:auto}
@keyframes wave_1Lq{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.wrapper_13H{position:relative;width:100%;height:36px;border:1px solid #c5cbd6;box-sizing:border-box;box-shadow:0 1px 0 rgba(33,39,54,.12);border-radius:3px;background:#fff}.label_3iC{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div.current_14K{display:flex;padding:0!important;justify-content:space-between;align-items:center;cursor:pointer}.current-text_tzK{display:flex;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.arrow_3jb{position:absolute;top:15px;right:12px;transform:rotate(180deg)}.arrow-down_2ov{transform:rotate(0)}.dropdown_3CI{display:none;position:absolute;width:100%;max-height:320px;top:40px;overflow:auto;z-index:1;background:#fff;box-shadow:0 0 1px rgba(33,39,54,.04),0 2px 4px rgba(33,39,54,.16);border-radius:4px}.dropdown-open_TGW{display:block}.dropdown_3CI.show-highlights_3ML mark{background-color:#ffefd6}.dropdown_3CI mark{background-color:transparent}.skeleton_OkN{padding:12px}.skeleton-box_PeA{width:100%;height:25px;border-radius:24px;margin-bottom:12px;background:linear-gradient(135deg,#edf0f5,#f7f8fa 65%);background-size:400% 400%;animation:wave_1Lq 2s ease infinite}.skeleton-box_PeA:last-child{margin-bottom:0}.option_1Xn{display:flex;padding:12px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.option_1Xn:not(:first-child){margin-top:4px}.option-empty_3eR{display:flex;padding:24px;justify-content:center;flex-flow:column nowrap;align-items:center;text-align:center}.option-empty-icon_3xW{margin-bottom:12px}.option-empty-title_1ft{font-size:var(--ui-subheading-size);font-weight:800;font-family:var(--ui-font-family);color:var(--ui-subheading-color);line-height:var(--ui-subheading-line-height);margin-bottom:8px}.option-empty-text_c1f{color:#9199ab}.option_1Xn.loading_wLk{border-radius:4px;background:linear-gradient(135deg,#edf0f5,#f7f8fa 65%);background-size:400% 400%;animation:wave_1Lq 2s ease infinite}.option_1Xn.loading_wLk .option-text_1dx{color:transparent}.option-text_1dx{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.option-text_1dx,.option-text-long_20t{display:block;font-size:var(--ui-btn-md-font-size);color:var(--ui-text-color)}.option-text-long_20t{white-space:pre-wrap}.not-available_5Ru{opacity:.5;margin-left:4px}.input_1Tp{width:100%;height:100%;cursor:pointer;background-color:transparent;border:0;outline:none;padding:7px 30px 7px 12px;font-size:14px}.input_1Tp::-moz-placeholder{font-size:14px}.input_1Tp::placeholder{font-size:14px}.input_1Tp.has-value::-moz-placeholder{color:var(--ui-text-color)}.input_1Tp.has-value::placeholder{color:var(--ui-text-color)}.dropdown-large-input .input_1Tp{padding:var(--ui-btn-md-padding)}
.outer-wrapper_1y7{position:relative}.w-block-wrapper:not(.w-block-wrapper--disable-theme) .outer-wrapper_1y7+*{margin-top:24px}.status_3Ze{line-height:20px}.status-in-stock_1NI,.status-in_stock_2Lp{color:#61a854!important}.status-out-of-stock_26y,.status-out_of_stock_2Ye{color:#d9534c!important}.code_2J6{margin-top:8px}.prices_3Rl{display:flex;flex-wrap:wrap;margin-top:16px!important;-moz-column-gap:16px;column-gap:16px;row-gap:8px}.prices_3Rl .price-new_SV2,.prices_3Rl .price-old_ncy{white-space:pre-wrap;overflow:hidden}.prices_3Rl .price-old_ncy{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;font-size:20px}.prices_3Rl .price-old-hidden_3pp{display:none}.prices_3Rl .price-new_SV2{font-weight:600;font-size:20px}.w-text-left .prices_3Rl{justify-content:flex-start}.w-text-center .prices_3Rl{justify-content:center}.w-text-right .prices_3Rl{justify-content:flex-end}.divider_1u0{width:100%;height:1px;margin:24px 0;background:#edf0f5}.bottom-line_3Wj{display:flex;flex-direction:row}.js-product-specs-template .buy-button_1Xp{display:inline-flex;width:100%;justify-content:center}.quantity_2Nd{width:75px!important;margin-right:16px}.ribbons_1Kn{justify-content:flex-start;align-items:center;margin-top:8px;margin-left:-4px}.options-wrapper_3re,.ribbons_1Kn{display:flex;flex-wrap:wrap}.options-wrapper_3re{margin-top:24px}.options-wrapper_3re>*{width:100%;margin-right:0;margin-top:16px}.options-wrapper_3re>:first-child{margin-top:0}@media screen and (min-width:768px){.options-wrapper_3re>*{width:calc(50% - 8px);margin-top:0}.options-wrapper_3re>:nth-child(2n-1){margin-right:16px}.options-wrapper_3re>:nth-child(n+3){margin-top:16px}}

.editor-slider-item_2pB{position:relative;z-index:1}
.slick-next,.slick-prev{display:block;position:absolute;width:20px;height:20px;top:50%;padding:0;transform:translateY(-50%);font-size:0;line-height:0;cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{display:block;position:absolute;width:100%;bottom:-25px;margin:0;padding:0;list-style:none;text-align:center}.slick-dots li{display:inline-block;position:relative;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{display:block;width:20px;height:20px;padding:5px;font-size:0;line-height:0;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{content:"•";position:absolute;width:20px;height:20px;top:0;left:0;font-family:slick;font-size:6px;line-height:20px;text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.slick-slider{display:block;position:relative;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{display:block;position:relative;margin:0;padding:0;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;position:relative;top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;height:100%;min-height:1px;float:left}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-track .slick-slide{max-width:100%}.slick-arrow-default{position:absolute;width:23px;height:40px;top:100%;padding:0;z-index:1;border:0;background-color:transparent;color:var(--ui-brand-color);cursor:pointer;outline:none;transition:opacity .2s ease-in}@media (min-width:768px){.slick-arrow-default{top:50%;bottom:auto;transform:translateY(-50%)}}.slick-arrow-default:active,.slick-arrow-default:focus,.slick-arrow-default:hover{opacity:.5}.slick-arrow-default.slick-prev-default{left:50%;transform:translateX(-58px)}.slick-active{z-index:1}@media (min-width:768px){.slick-arrow-default.slick-prev-default{left:15px;transform:translateY(-50%)}}@media (min-width:992px){.slick-arrow-default.slick-prev-default{left:50px}}.slick-arrow-default.slick-next-default{right:50%;transform:translateX(58px)}@media (min-width:768px){.slick-arrow-default.slick-next-default{right:15px;transform:translateY(-50%)}}@media (min-width:992px){.slick-arrow-default.slick-next-default{right:50px}}
.slider_3TN{max-width:100%}

.player_1sv{position:absolute;overflow:hidden}.player_overlay_9pE{position:absolute;top:0;right:0;bottom:0;left:0}.player--background_1BW{pointer-events:none}.placeholder_2bG{position:absolute;top:-26px;right:-26px;bottom:-26px;left:-26px;opacity:1;filter:blur(13px);background-size:cover;background-position:50%;background-repeat:no-repeat;transition:opacity .3s linear;border-radius:var(--element-radius,0);overflow:hidden}.placeholder--exiting_1S-{opacity:0}.placeholder_2bG:before{transform:var(--thumbnail-transform);background-image:var(--thumbnail-url);background-size:cover;background-position:50%;filter:var(--thumbnail-filter)}.placeholder_2bG:after,.placeholder_2bG:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0}.placeholder_2bG:after{background:var(--thumbnail-overlay)}.placeholder-wrapper_1Zc{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;border-radius:inherit}.video-preview_1fU{opacity:0;transition:.3s linear}.video-preview_1fU,.video-preview_1fU:before{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.video-preview_1fU:before{content:"";display:block;transform:var(--thumbnail-transform);background-image:var(--thumbnail-url);filter:var(--thumbnail-filter)}.video-preview_1fU:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:var(--thumbnail-overlay)}.video-preview_1fU.loaded_rXT{opacity:1;overflow:hidden}.video-preview_1fU .play-button_1R3{position:absolute;width:65px;height:40px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;border-radius:5px}.video-preview_1fU .play-button-wrapper_3Hf{position:relative;width:100%;height:100%;z-index:1;border-radius:var(--element-radius,inherit);cursor:pointer}.video-preview_1fU .play-button-wrapper_3Hf:hover .play-button--YouTube_2h4{background-color:red}.video-preview_1fU .play-button-wrapper_3Hf:hover .play-button--Vimeo_IDS{background:#df5840}.video-preview_1fU .play-button--YouTube_2h4{background:rgba(0,0,0,.55)}.video-preview_1fU .play-button--Vimeo_IDS{background-color:rgba(0,0,0,.7)}.video-preview_1fU .play-button_1R3:after{content:"";display:block;position:absolute;top:10.5px;left:24px;margin:0 auto;border-color:transparent transparent transparent #fff;border-style:solid;border-width:9.5px 0 9.5px 17px}.spinner_2Fv{position:absolute;width:24px;height:24px;top:calc(50% - 12px);left:calc(50% - 12px);z-index:16;transition:opacity .5s cubic-bezier(0,0,.2,1)}@keyframes dot-fade_2h8{0%{transform:scale(1.2);opacity:.5}50%{transform:scale(.9);opacity:.15}to{transform:scale(.85);opacity:.15}}.dot_1Nd{animation:dot-fade_2h8 .8s ease infinite;opacity:0;fill:#ccc;transform-origin:4px 4px}.dot-1_3Ld{animation-delay:.1s}.dot-2_2ZG{animation-delay:.2s}.dot-3_3Up{animation-delay:.3s}.dot-4_3IP{animation-delay:.4s}.dot-5_2f-{animation-delay:.5s}.dot-6_1jN{animation-delay:.6s}.dot-7_1-O{animation-delay:.7s}

.editor-slider-item_2pB{position:relative;z-index:1}
.slick-next,.slick-prev{display:block;position:absolute;width:20px;height:20px;top:50%;padding:0;transform:translateY(-50%);font-size:0;line-height:0;cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{display:block;position:absolute;width:100%;bottom:-25px;margin:0;padding:0;list-style:none;text-align:center}.slick-dots li{display:inline-block;position:relative;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{display:block;width:20px;height:20px;padding:5px;font-size:0;line-height:0;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{content:"•";position:absolute;width:20px;height:20px;top:0;left:0;font-family:slick;font-size:6px;line-height:20px;text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.slick-slider{display:block;position:relative;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{display:block;position:relative;margin:0;padding:0;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;position:relative;top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;height:100%;min-height:1px;float:left}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-track .slick-slide{max-width:100%}.slick-arrow-default{position:absolute;width:23px;height:40px;top:100%;padding:0;z-index:1;border:0;background-color:transparent;color:var(--ui-brand-color);cursor:pointer;outline:none;transition:opacity .2s ease-in}@media (min-width:768px){.slick-arrow-default{top:50%;bottom:auto;transform:translateY(-50%)}}.slick-arrow-default:active,.slick-arrow-default:focus,.slick-arrow-default:hover{opacity:.5}.slick-arrow-default.slick-prev-default{left:50%;transform:translateX(-58px)}.slick-active{z-index:1}@media (min-width:768px){.slick-arrow-default.slick-prev-default{left:15px;transform:translateY(-50%)}}@media (min-width:992px){.slick-arrow-default.slick-prev-default{left:50px}}.slick-arrow-default.slick-next-default{right:50%;transform:translateX(58px)}@media (min-width:768px){.slick-arrow-default.slick-next-default{right:15px;transform:translateY(-50%)}}@media (min-width:992px){.slick-arrow-default.slick-next-default{right:50px}}
.slider_3TN{max-width:100%}

  </style>
  
  <link rel="stylesheet" href="/site/67ec2e787d4345f987990da2/style.css?1743531647741" />
  <style type="text/css"></style>
  <link rel="stylesheet" href="/site/67ec2e787d4345f987990da2/core-theme-5c2dfa623dbc4a0023e12261.css" />
  <style type="text/css">    :root {
	--ui-light-shade-color: #fff;
	--ui-light-accent-color: #f5a066;
	--ui-brand-color: #6ac3b1;
	--ui-dark-accent-color: #3c4f61;
	--ui-dark-shade-color: #242424;
	--ui-link-hover-color: #a0262f;
	--ui-link-hover-color-light: #a0262f;
	--ui-link-color: #3d0304;
	--ui-link-color-light: #fff;
	--ui-link-font-style: normal;
	--ui-link-text-decoration: none;
	--ui-link-coefficients-320-px: 1;
	--ui-link-letter-spacing: 0;
	--ui-link-line-height: 1.2;
	--ui-button-tablet-letter-spacing: 0;
	--ui-button-mobile-letter-spacing: 0;
	--ui-button-tablet-line-height: 1.1;
	--ui-button-mobile-line-height: 1.1;
	--ui-button-size-tablet: 14px;
	--ui-button-size-mobile: 14px;
	--ui-button-mobile-size: 14px;
	--ui-button-size: 14px;
	--ui-button-text-transform: none;
	--ui-button-font-family: 'Montserrat', sans-serif;
	--ui-button-font-weight: 500;
	--ui-button-font-style: initial;
	--ui-button-text-decoration: none;
	--ui-button-coefficients-320-px: 1;
	--ui-button-letter-spacing: 0;
	--ui-button-line-height: 1.1;
	--ui-caption-tablet-letter-spacing: 0;
	--ui-caption-mobile-letter-spacing: 0;
	--ui-caption-tablet-line-height: 1.3;
	--ui-caption-mobile-line-height: 1.3;
	--ui-caption-size-tablet: 14px;
	--ui-caption-size-mobile: 14px;
	--ui-caption-text-transform: none;
	--ui-caption-font-weight: 400;
	--ui-caption-font-family: 'Montserrat', sans-serif;
	--ui-caption-size: 14px;
	--ui-caption-color: #777777;
	--ui-caption-color-light: #fff;
	--ui-caption-font-style: normal;
	--ui-caption-text-decoration: none;
	--ui-caption-coefficients-320-px: 1;
	--ui-caption-letter-spacing: 0;
	--ui-caption-line-height: 1.3;
	--ui-quote-tablet-letter-spacing: 0;
	--ui-quote-mobile-letter-spacing: 0;
	--ui-quote-tablet-line-height: 1.3;
	--ui-quote-mobile-line-height: 1.3;
	--ui-quote-size-tablet: 19px;
	--ui-quote-size-mobile: 18px;
	--ui-quote-text-transform: none;
	--ui-quote-font-weight: 500;
	--ui-quote-font-family: 'Montserrat', sans-serif;
	--ui-quote-tablet-size: 19px;
	--ui-quote-mobile-size: 18px;
	--ui-quote-size: 20px;
	--ui-quote-color: #777777;
	--ui-quote-color-light: #fff;
	--ui-quote-font-style: italic;
	--ui-quote-text-decoration: none;
	--ui-quote-coefficients-320-px: 1;
	--ui-quote-letter-spacing: 0;
	--ui-quote-line-height: 1.3;
	--ui-small-tablet-letter-spacing: 0.2;
	--ui-small-mobile-letter-spacing: 0.2;
	--ui-small-tablet-line-height: 1.4;
	--ui-small-mobile-line-height: 1.4;
	--ui-small-size-tablet: 12px;
	--ui-small-size-mobile: 12px;
	--ui-small-text-transform: uppercase;
	--ui-small-font-weight: 600;
	--ui-small-font-family: 'Montserrat', sans-serif;
	--ui-small-size: 13px;
	--ui-small-color: #777777;
	--ui-small-color-light: #fff;
	--ui-small-font-style: normal;
	--ui-small-text-decoration: none;
	--ui-small-coefficients-320-px: 1;
	--ui-small-letter-spacing: 0.2;
	--ui-small-line-height: 1.4;
	--ui-text-tablet-letter-spacing: 0;
	--ui-text-mobile-letter-spacing: 0;
	--ui-text-tablet-line-height: 1.5;
	--ui-text-mobile-line-height: 1.5;
	--ui-text-size-tablet: 16px;
	--ui-text-size-mobile: 16px;
	--ui-text-text-transform: none;
	--ui-text-font-weight: 400;
	--ui-text-font-family: 'Montserrat', sans-serif;
	--ui-text-size: 16px;
	--ui-text-color: #777777;
	--ui-text-color-light: #fff;
	--ui-text-font-style: normal;
	--ui-text-text-decoration: none;
	--ui-text-coefficients-320-px: 1;
	--ui-text-letter-spacing: 0;
	--ui-text-line-height: 1.5;
	--ui-subheading-tablet-letter-spacing: 0;
	--ui-subheading-mobile-letter-spacing: 0;
	--ui-subheading-tablet-line-height: 1.2;
	--ui-subheading-mobile-line-height: 1.2;
	--ui-subheading-size-tablet: 20px;
	--ui-subheading-size-mobile: 19px;
	--ui-subheading-text-transform: none;
	--ui-subheading-font-weight: 700;
	--ui-subheading-font-family: 'Montserrat', sans-serif;
	--ui-subheading-tablet-size: 20px;
	--ui-subheading-mobile-size: 19px;
	--ui-subheading-size: 20px;
	--ui-subheading-color: #777777;
	--ui-subheading-color-light: #fff;
	--ui-subheading-font-style: normal;
	--ui-subheading-text-decoration: none;
	--ui-subheading-coefficients-320-px: 1;
	--ui-subheading-letter-spacing: 0;
	--ui-subheading-line-height: 1.2;
	--ui-heading-tablet-letter-spacing: 0;
	--ui-heading-mobile-letter-spacing: 0;
	--ui-heading-tablet-line-height: 1.2;
	--ui-heading-mobile-line-height: 1.2;
	--ui-heading-size-tablet: 30px;
	--ui-heading-size-mobile: 27px;
	--ui-heading-text-transform: none;
	--ui-heading-font-weight: 400;
	--ui-heading-font-family: 'Boogaloo', cursive;
	--ui-heading-tablet-size: 30px;
	--ui-heading-mobile-size: 27px;
	--ui-heading-size: 30px;
	--ui-heading-color: #242424;
	--ui-heading-color-light: #fff;
	--ui-heading-font-style: normal;
	--ui-heading-text-decoration: none;
	--ui-heading-coefficients-320-px: 1;
	--ui-heading-letter-spacing: 0;
	--ui-heading-line-height: 1.2;
	--ui-heading-lg-tablet-letter-spacing: 0;
	--ui-heading-lg-mobile-letter-spacing: 0;
	--ui-heading-lg-tablet-line-height: 1.2;
	--ui-heading-lg-mobile-line-height: 1.2;
	--ui-heading-lg-size-tablet: 35px;
	--ui-heading-lg-size-mobile: 32px;
	--ui-heading-lg-text-transform: uppercase;
	--ui-heading-lg-font-weight: 400;
	--ui-heading-lg-font-family: 'Boogaloo', cursive;
	--ui-heading-lg-tablet-size: 35px;
	--ui-heading-lg-mobile-size: 32px;
	--ui-heading-lg-size: 35px;
	--ui-heading-lg-color: #242424;
	--ui-heading-lg-color-light: #fff;
	--ui-heading-lg-font-style: normal;
	--ui-heading-lg-text-decoration: none;
	--ui-heading-lg-coefficients-320-px: 0.88;
	--ui-heading-lg-letter-spacing: 0;
	--ui-heading-lg-line-height: 1.2;
	--ui-subtitle-tablet-letter-spacing: 0;
	--ui-subtitle-mobile-letter-spacing: 0;
	--ui-subtitle-tablet-line-height: 1.4;
	--ui-subtitle-mobile-line-height: 1.4;
	--ui-subtitle-size-tablet: 17px;
	--ui-subtitle-size-mobile: 17px;
	--ui-subtitle-text-transform: none;
	--ui-subtitle-font-weight: 600;
	--ui-subtitle-font-family: 'Montserrat', sans-serif;
	--ui-subtitle-size: 17px;
	--ui-subtitle-color: #777777;
	--ui-subtitle-color-light: #fff;
	--ui-subtitle-font-style: normal;
	--ui-subtitle-text-decoration: none;
	--ui-subtitle-coefficients-320-px: 1;
	--ui-subtitle-letter-spacing: 0;
	--ui-subtitle-line-height: 1.4;
	--ui-block-title-tablet-letter-spacing: 0;
	--ui-block-title-mobile-letter-spacing: 0;
	--ui-block-title-tablet-line-height: 1.1;
	--ui-block-title-mobile-line-height: 1.1;
	--ui-block-title-size-tablet: 45px;
	--ui-block-title-size-mobile: 40px;
	--ui-block-title-text-transform: uppercase;
	--ui-block-title-font-weight: 400;
	--ui-block-title-font-family: 'Boogaloo', cursive;
	--ui-block-title-tablet-size: 45px;
	--ui-block-title-mobile-size: 40px;
	--ui-block-title-size: 50px;
	--ui-block-title-color: #242424;
	--ui-block-title-color-light: #fff;
	--ui-block-title-font-style: normal;
	--ui-block-title-text-decoration: none;
	--ui-block-title-coefficients-320-px: 0.77;
	--ui-block-title-letter-spacing: 0;
	--ui-block-title-line-height: 1.1;
	--ui-hero-title-tablet-letter-spacing: 0;
	--ui-hero-title-mobile-letter-spacing: 0;
	--ui-hero-title-tablet-line-height: 1.1;
	--ui-hero-title-mobile-line-height: 1.1;
	--ui-hero-title-size-tablet: 65px;
	--ui-hero-title-size-mobile: 50px;
	--ui-hero-title-text-transform: uppercase;
	--ui-hero-title-font-weight: 400;
	--ui-hero-title-font-family: 'Boogaloo', cursive;
	--ui-hero-title-tablet-size: 65px;
	--ui-hero-title-mobile-size: 50px;
	--ui-hero-title-size: 70px;
	--ui-hero-title-color: #242424;
	--ui-hero-title-color-light: #fff;
	--ui-hero-title-font-style: normal;
	--ui-hero-title-text-decoration: none;
	--ui-hero-title-coefficients-320-px: 0.77;
	--ui-hero-title-letter-spacing: 0;
	--ui-hero-title-line-height: 1.1;
	--ui-btn-lg-padding: 14px 35px 14px 35px;
	--ui-btn-lg-font-size: 14px;
	--ui-btn-lg-border-width: 2px;
	--ui-btn-lg-border-radius: 30px;
	--ui-btn-lg-line-height: 1.2;
	--ui-btn-md-padding: 10px 32px 10px 32px;
	--ui-btn-md-font-size: 14px;
	--ui-btn-md-border-width: 2px;
	--ui-btn-md-border-radius: 25px;
	--ui-btn-md-line-height: 1.2;
	--ui-btn-sm-padding: 10px 25px 10px 25px;
	--ui-btn-sm-font-size: 14px;
	--ui-btn-sm-border-width: 2px;
	--ui-btn-sm-border-radius: 20px;
	--ui-btn-sm-line-height: 1.2;
	--ui-btn-secondary-alt-active-color: #242424;
	--ui-btn-secondary-alt-active-color-light: #fff;
	--ui-btn-secondary-alt-active-bg-color: transparent;
	--ui-btn-secondary-alt-active-bg-color-light: transparent;
	--ui-btn-secondary-alt-active-bg-gradient-angle: 0deg;
	--ui-btn-secondary-alt-active-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-alt-active-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-alt-active-font-weight: 400;
	--ui-btn-secondary-alt-active-shadow-color: transparent;
	--ui-btn-secondary-alt-active-shadow-color-light: transparent;
	--ui-btn-secondary-alt-active-shadow-spread: 0;
	--ui-btn-secondary-alt-active-shadow-blur: 0;
	--ui-btn-secondary-alt-active-shadow-y: 0;
	--ui-btn-secondary-alt-active-shadow-x: 0;
	--ui-btn-secondary-alt-active-border-color: #3c4f61;
	--ui-btn-secondary-alt-active-border-color-light: #fff;
	--ui-btn-secondary-alt-active-border-style: solid;
	--ui-btn-secondary-alt-hover-color: #fff;
	--ui-btn-secondary-alt-hover-color-light: #fff;
	--ui-btn-secondary-alt-hover-bg-color: rgb(154, 191, 185);
	--ui-btn-secondary-alt-hover-bg-color-light: rgb(154, 191, 185);
	--ui-btn-secondary-alt-hover-bg-gradient-angle: 0deg;
	--ui-btn-secondary-alt-hover-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-alt-hover-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-alt-hover-font-weight: 400;
	--ui-btn-secondary-alt-hover-shadow-color: transparent;
	--ui-btn-secondary-alt-hover-shadow-color-light: transparent;
	--ui-btn-secondary-alt-hover-shadow-spread: 0;
	--ui-btn-secondary-alt-hover-shadow-blur: 0;
	--ui-btn-secondary-alt-hover-shadow-y: 0;
	--ui-btn-secondary-alt-hover-shadow-x: 0;
	--ui-btn-secondary-alt-hover-border-color: transparent;
	--ui-btn-secondary-alt-hover-border-color-light: transparent;
	--ui-btn-secondary-alt-hover-border-style: solid;
	--ui-btn-secondary-alt-color: #fff;
	--ui-btn-secondary-alt-color-light: rgb(154, 191, 185);
	--ui-btn-secondary-alt-bg-color: transparent;
	--ui-btn-secondary-alt-bg-color-light: transparent;
	--ui-btn-secondary-alt-bg-gradient-angle: 0deg;
	--ui-btn-secondary-alt-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-alt-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-alt-font-weight: 400;
	--ui-btn-secondary-alt-shadow-color: transparent;
	--ui-btn-secondary-alt-shadow-color-light: transparent;
	--ui-btn-secondary-alt-shadow-spread: 0;
	--ui-btn-secondary-alt-shadow-blur: 0;
	--ui-btn-secondary-alt-shadow-y: 0;
	--ui-btn-secondary-alt-shadow-x: 0;
	--ui-btn-secondary-alt-border-color: #fff;
	--ui-btn-secondary-alt-border-color-light: rgb(154, 191, 185);
	--ui-btn-secondary-alt-border-style: solid;
	--ui-btn-secondary-active-color: #242424;
	--ui-btn-secondary-active-color-light: #fff;
	--ui-btn-secondary-active-bg-color: transparent;
	--ui-btn-secondary-active-bg-color-light: transparent;
	--ui-btn-secondary-active-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-active-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-active-font-weight: 400;
	--ui-btn-secondary-active-shadow-color: transparent;
	--ui-btn-secondary-active-shadow-color-light: transparent;
	--ui-btn-secondary-active-shadow-spread: 0;
	--ui-btn-secondary-active-shadow-blur: 0;
	--ui-btn-secondary-active-shadow-y: 0;
	--ui-btn-secondary-active-shadow-x: 0;
	--ui-btn-secondary-active-border-color: #6cc6b5;
	--ui-btn-secondary-active-border-color-light: #6cc6b5;
	--ui-btn-secondary-active-border-style: solid;
	--ui-btn-secondary-hover-color: #fff;
	--ui-btn-secondary-hover-color-light: #fff;
	--ui-btn-secondary-hover-bg-color: #6ac3b1;
	--ui-btn-secondary-hover-bg-color-light: #6ac3b1;
	--ui-btn-secondary-hover-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-hover-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-hover-font-weight: 400;
	--ui-btn-secondary-hover-shadow-color: transparent;
	--ui-btn-secondary-hover-shadow-color-light: transparent;
	--ui-btn-secondary-hover-shadow-spread: 0;
	--ui-btn-secondary-hover-shadow-blur: 0;
	--ui-btn-secondary-hover-shadow-y: 0;
	--ui-btn-secondary-hover-shadow-x: 0;
	--ui-btn-secondary-hover-border-color: #6cc6b5;
	--ui-btn-secondary-hover-border-color-light: #6cc6b5;
	--ui-btn-secondary-hover-border-style: solid;
	--ui-btn-secondary-color: #6ac3b1;
	--ui-btn-secondary-color-light: #fff;
	--ui-btn-secondary-bg-color: transparent;
	--ui-btn-secondary-bg-color-light: transparent;
	--ui-btn-secondary-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-font-weight: 400;
	--ui-btn-secondary-shadow-color: transparent;
	--ui-btn-secondary-shadow-color-light: transparent;
	--ui-btn-secondary-shadow-spread: 0;
	--ui-btn-secondary-shadow-blur: 0;
	--ui-btn-secondary-shadow-y: 0;
	--ui-btn-secondary-shadow-x: 0;
	--ui-btn-secondary-border-color: #6cc6b5;
	--ui-btn-secondary-border-color-light: #6cc6b5;
	--ui-btn-secondary-border-style: solid;
	--ui-btn-primary-alt-active-color: #fff;
	--ui-btn-primary-alt-active-color-light: #242424;
	--ui-btn-primary-alt-active-bg-color: #3c4f61;
	--ui-btn-primary-alt-active-bg-color-light: #fff;
	--ui-btn-primary-alt-active-bg-gradient-angle: 110deg;
	--ui-btn-primary-alt-active-bg-gradient-colors: rgb(243, 197, 91), #f5a066;
	--ui-btn-primary-alt-active-bg-gradient-colors-light: rgb(243, 197, 91), #f5a066;
	--ui-btn-primary-alt-active-font-weight: 400;
	--ui-btn-primary-alt-active-shadow-color: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-alt-active-shadow-color-light: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-alt-active-shadow-spread: 1px;
	--ui-btn-primary-alt-active-shadow-blur: 7px;
	--ui-btn-primary-alt-active-shadow-y: 3px;
	--ui-btn-primary-alt-active-shadow-x: 0;
	--ui-btn-primary-alt-active-border-color: transparent;
	--ui-btn-primary-alt-active-border-color-light: transparent;
	--ui-btn-primary-alt-active-border-style: solid;
	--ui-btn-primary-alt-hover-color: #fff;
	--ui-btn-primary-alt-hover-color-light: #fff;
	--ui-btn-primary-alt-hover-bg-color: #242424;
	--ui-btn-primary-alt-hover-bg-color-light: #f5a066;
	--ui-btn-primary-alt-hover-bg-gradient-angle: 110deg;
	--ui-btn-primary-alt-hover-bg-gradient-colors: rgb(243, 197, 91), #f5a066;
	--ui-btn-primary-alt-hover-bg-gradient-colors-light: rgb(243, 197, 91), #f5a066;
	--ui-btn-primary-alt-hover-font-weight: 400;
	--ui-btn-primary-alt-hover-shadow-color: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-alt-hover-shadow-color-light: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-alt-hover-shadow-spread: 1px;
	--ui-btn-primary-alt-hover-shadow-blur: 7px;
	--ui-btn-primary-alt-hover-shadow-y: 3px;
	--ui-btn-primary-alt-hover-shadow-x: 0;
	--ui-btn-primary-alt-hover-border-color: transparent;
	--ui-btn-primary-alt-hover-border-color-light: transparent;
	--ui-btn-primary-alt-hover-border-style: solid;
	--ui-btn-primary-alt-color: #fff;
	--ui-btn-primary-alt-color-light: #fff;
	--ui-btn-primary-alt-bg-color: #3c4f61;
	--ui-btn-primary-alt-bg-color-light: #fff;
	--ui-btn-primary-alt-bg-gradient-angle: 110deg;
	--ui-btn-primary-alt-bg-gradient-colors: #f5a066, rgb(243, 197, 91);
	--ui-btn-primary-alt-bg-gradient-colors-light: #f5a066, rgb(243, 197, 91);
	--ui-btn-primary-alt-font-weight: 400;
	--ui-btn-primary-alt-shadow-color: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-alt-shadow-color-light: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-alt-shadow-spread: 1px;
	--ui-btn-primary-alt-shadow-blur: 7px;
	--ui-btn-primary-alt-shadow-y: 3px;
	--ui-btn-primary-alt-shadow-x: 0;
	--ui-btn-primary-alt-border-color: transparent;
	--ui-btn-primary-alt-border-color-light: transparent;
	--ui-btn-primary-alt-border-style: solid;
	--ui-btn-primary-active-color: #fff;
	--ui-btn-primary-active-color-light: #fff;
	--ui-btn-primary-active-bg-color: #6ac3b1;
	--ui-btn-primary-active-bg-color-light: #fff;
	--ui-btn-primary-active-bg-gradient-angle: -315deg;
	--ui-btn-primary-active-bg-gradient-colors: #f5a066, #f75f82;
	--ui-btn-primary-active-bg-gradient-colors-light: #f5a066, #f75f82;
	--ui-btn-primary-active-font-weight: 400;
	--ui-btn-primary-active-shadow-color: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-active-shadow-color-light: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-active-shadow-spread: 1px;
	--ui-btn-primary-active-shadow-blur: 7px;
	--ui-btn-primary-active-shadow-y: 3px;
	--ui-btn-primary-active-shadow-x: 0;
	--ui-btn-primary-active-border-color: transparent;
	--ui-btn-primary-active-border-color-light: transparent;
	--ui-btn-primary-active-border-style: solid;
	--ui-btn-primary-hover-color: #fff;
	--ui-btn-primary-hover-color-light: #fff;
	--ui-btn-primary-hover-bg-color: #242424;
	--ui-btn-primary-hover-bg-color-light: #fff;
	--ui-btn-primary-hover-bg-gradient-angle: -315deg;
	--ui-btn-primary-hover-bg-gradient-colors: rgb(243, 197, 91), #f5a066;
	--ui-btn-primary-hover-bg-gradient-colors-light: rgb(243, 197, 91), #f5a066;
	--ui-btn-primary-hover-font-weight: 400;
	--ui-btn-primary-hover-shadow-color: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-hover-shadow-color-light: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-hover-shadow-spread: 1px;
	--ui-btn-primary-hover-shadow-blur: 7px;
	--ui-btn-primary-hover-shadow-y: 3px;
	--ui-btn-primary-hover-shadow-x: 0;
	--ui-btn-primary-hover-border-color: transparent;
	--ui-btn-primary-hover-border-color-light: transparent;
	--ui-btn-primary-hover-border-style: solid;
	--ui-btn-primary-color: #fff;
	--ui-btn-primary-color-light: #fff;
	--ui-btn-primary-bg-color: #6ac3b1;
	--ui-btn-primary-bg-color-light: #6ac3b1;
	--ui-btn-primary-bg-gradient-angle: -315deg;
	--ui-btn-primary-bg-gradient-colors: #f5a066, rgb(243, 197, 91);
	--ui-btn-primary-bg-gradient-colors-light: #f5a066, rgb(243, 197, 91);
	--ui-btn-primary-font-weight: 400;
	--ui-btn-primary-shadow-color: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-shadow-color-light: rgba(0, 0, 0, 0.12);
	--ui-btn-primary-shadow-spread: 1px;
	--ui-btn-primary-shadow-blur: 7px;
	--ui-btn-primary-shadow-y: 3px;
	--ui-btn-primary-shadow-x: 0;
	--ui-btn-primary-border-color: transparent;
	--ui-btn-primary-border-color-light: transparent;
	--ui-btn-primary-border-style: solid;
	--ui-btn-font-family: 'Abel', sans-serif;
	--ui-btn-font-style: initial;
	--ui-btn-text-transform: uppercase;
	--ui-btn-letter-spacing: 0em;
	--ui-content-gutter-320: 24px;
	--ui-content-gutter-480: 24px;
	--ui-content-gutter-768: 32px;
	--ui-content-gutter-992: 40px;
	--ui-content-gutter-1280: 15px;
	--ui-content-gutter-default: 15px;
	--ui-content-gutter: 0 15px;
	--ui-content-container: 1200px;
	--ui-media-bg: #d8d8d8;
}
    /*--vars-start--*/:root{--w-accordion-offset: 30px;--w-accordion-padding: 20px}:root{--w-apps-buttons-border-color: #a6a6a6;--w-apps-buttons-padding-top-as: 33.3333%;--w-apps-buttons-padding-top-gp: 29.5496%;--w-apps-buttons-padding-top-as-fre: 31.496%;--w-apps-buttons-padding-top-as-tur: 26.4901%;--w-apps-buttons-padding-top-as-chi: 36.6972%;--w-apps-buttons-sm-max-width-as: 120px;--w-apps-buttons-sm-max-width-gp: 135px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-offset: 35px;--w-apps-buttons-md-max-width-as: 120px;--w-apps-buttons-lg-max-width-as: 150px;--w-apps-buttons-md-max-width-gp: 135px;--w-apps-buttons-lg-max-width-gp: 169px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-md-max-width-as-fre: 127px;--w-apps-buttons-lg-max-width-as-fre: 159px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-md-max-width-as-tur: 151px;--w-apps-buttons-lg-max-width-as-tur: 189px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-md-max-width-as-chi: 109px;--w-apps-buttons-lg-max-width-as-chi: 136px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-md-border-radius: 5px;--w-apps-buttons-lg-border-radius: 5px}@media (min-width: 480px){:root:not(.disable-media-queries){--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-apps-buttons-offset: 40px}}@media (min-width: 0px){.html-editor{--w-apps-buttons-offset: 40px}}:root{--w-gap: 15px}:root{--w-base-v-space: 4px;--w-base-h-space: 5px;--w-v-spacer1: calc(var(--w-base-v-space) * 1);--w-v-spacer2: calc(var(--w-base-v-space) * 2);--w-v-spacer3: calc(var(--w-base-v-space) * 3);--w-v-spacer4: calc(var(--w-base-v-space) * 5);--w-v-spacer5: calc(var(--w-base-v-space) * 8);--w-v-spacer6: calc(var(--w-base-v-space) * 12);--w-v-spacer7: calc(var(--w-base-v-space) * 15);--w-h-spacer1: calc(var(--w-base-h-space) * 1);--w-h-spacer2: calc(var(--w-base-h-space) * 2);--w-h-spacer3: calc(var(--w-base-h-space) * 4);--w-h-spacer4: calc(var(--w-base-h-space) * 8)}:root{--w-hero-title-offset: 35px;--w-title-offset: 25px;--w-subtitle-offset: 25px;--w-heading-offset: 20px;--w-subheading-offset: 25px;--w-heading-lg-offset: 25px;--w-caption-offset: 20px;--w-body-offset: 20px;--w-small-offset: 20px;--w-quote-offset: 20px;--w-hero-title-h-offset: 15px;--w-title-h-offset: 5px;--w-subtitle-h-offset: 15px;--w-heading-h-offset: 15px;--w-subheading-h-offset: 15px;--w-heading-lg-h-offset: 15px;--w-caption-h-offset: 10px;--w-body-h-offset: 10px;--w-small-h-offset: 10px;--w-quote-h-offset: 10px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-hero-title-offset: 40px}}@media (min-width: 0px){.html-editor{--w-hero-title-offset: 40px}}:root{--w-layout-item-top-offset: calc(var(--w-gap) * 2);--w-layout-gap: var(--w-gap)}:root{--w-btns-group-item-offset: 20px;--w-btns-group-offset: 35px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-btns-group-offset: 40px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-btns-group-offset: 40px}}:root{--w-socials-top-offset: 30px;--w-socials-h-offset: 15px;--w-socials-bottom-offset: 30px}:root{--w-list-item-v-offset: 30px;--w-list-item-h-offset: 30px;--w-list-item-v-padding: 15px;--w-list-item-h-padding: 15px}:root{--w-list-with-media-offset: 30px;--w-list-with-media-padding: 20px}:root{--ui-content-gutter-1200: 15px;--w-content-container-size: 1200px;--w-content-gutter: var(--ui-content-gutter-320)}@media (min-width: 480px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 0px){.html-editor-xs{--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 0px){.html-editor-md{--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-992)}}@media (min-width: 1280px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-1200)}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-content-gutter: var(--ui-content-gutter-1200)}}:root{--w-section-vertical-s-offset: 20px;--w-section-basement-offset: 30px;--w-section-vertical-offset: 90px;--w-section-vertical-xxl-offset: 130px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 0px){.html-editor-md{--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}@media (min-width: 0px){.html-editor{--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}:root{--w-image-offset: 20px;--w-image-mask-sm-width: 70px;--w-image-mask-sm-height: 70px;--w-image-mask-md-width: 70px;--w-image-mask-md-height: 70px;--w-image-mask-lg-width: 120px;--w-image-mask-lg-height: 120px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}:root{--w-quote-offset: 30px;--w-quote-gap: 20px}:root{--w-logo-offset: 30px;--w-slogan-offset: 5px}:root{--w-nav-offset: 30px;--w-nav-item-gap: 15px;--w-nav-item-top-offset: 10px;--w-nav-item-column-gap: 10px;--w-nav-item-column-offset: 20px}:root{--w-burger-padding: 12px 8px;--w-burger-width: 24px;--w-burger-height: 16px;--w-burger-line-size: 2px;--w-burger-line-pos-transform: translateY(7px) rotate(45deg);--w-burger-line-neg-transform: translateY(-7px) rotate(-45deg)}:root{--w-icon-panel-inner-offset: 0}:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}@media (min-width: 0px){.html-editor-xs{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}:root{--w-icon-width: 24px;--w-icon-height: 24px;--w-icon-offset: 20px;--w-icon-h-offset: 10px;--w-icon-sm-inner-offset: 12px;--w-icon-inner-offset: 12px;--w-icon-numbers-inner-offset: 5px;--w-icon-xl-inner-offset: 15px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}:root{--w-icon-numbers-sm-inner-offset: 4px}:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}@media (min-width: 0px){.html-editor-xs{--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}:root{--w-map-wrapper-height: 450px;--w-map-wrapper-offset: 30px}:root:not(.disable-media-queries){--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}@media (min-width: 0px){.html-editor-xs{--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}:root{--w-contacts-list-offset: 30px;--w-contacts-list-item-v-offset: 16px;--w-contacts-list-element-v-offset: 5px}:root{--w-icon-list-width: 20px;--w-icon-list-height: 20px;--w-icon-list-offset: 20px;--w-icon-list-item-offset: 16px;--w-icon-list-item-h-offset: 24px}:root{--w-follow-us-offset: 15px}:root{--w-form-offset: 32px;--w-text-area-height: 150px;--w-form-field-offset: 24px;--w-form-button-offset: 56px;--w-form-input-offset: 12px;--w-form-description-offset: 4px;--w-form-multiple-group-offset: 12px;--w-form-multiple-item-offset: 12px}:root{--w-captions-group-offset: 15px;--w-captions-group-item-offset: 5px;--w-captions-group-separator-width: 1px}:root{--w-user-message-offset: 20px;--w-user-photo-size: 70px}:root{--w-grid-item-top-offset: 30px;--w-grid-gap: 30px;--w-100vw: 100vw;--w-grid-container-size-md: calc(
    var(--w-100vw) + var(--w-grid-gap) - var(--ui-content-gutter-768) * 2
  );--w-grid-container-size-xl: calc(
    var(--w-content-container-size) + var(--w-grid-gap) -
    var(--ui-content-gutter-1200) * 2
  );--w-grid-container-size-lg: var(--w-grid-container-size-xl)}:root:not(.disable-media-queries){--w-100vw: 100vw}.html-editor-xs,.html-editor-md{--w-100vw: var(--w-editor-width)}:root:not(.disable-media-queries){--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}@media (min-width: 0px){.html-editor-xs{--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 0px){.html-editor-md{--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}:root{--w-divider-component-offset: 0px}:root{--w-gallery-offset: 30px}:root{--w-image-with-hover-offset: 20px;--w-image-with-hover-button-offset: var(--w-btns-group-offset)}:root{--w-try-it-free-offset: 32px;--w-try-it-free-input-offset-sm: 8px;--w-try-it-free-input-offset-md: 8px;--w-try-it-free-input-offset-lg: 12px}:root{--w-language-offset: 20px}:root{--w-order-summary-offset: 24px}


/*--vars-end--*/
    
    


.w-0db05eb1b909f43a3d68578996f052ca{
width: 214.783px;
}
@media (min-width: 768px) and (max-width: 991px){
.w-0db05eb1b909f43a3d68578996f052ca{
width: 214.783px;
}
}
@media (max-width: 767px){
.w-0db05eb1b909f43a3d68578996f052ca{
width: 204.473px;
}
}

.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64{
--w-nav-item-gap: 23px;
}
@media screen and (max-width: 991px){
:root:not(.disable-media-queries) .menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 23px;
--w-nav-item-column-offset: 23px;
}
}
@media screen and (max-width: 479px){
:root:not(.disable-media-queries) .menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 23px;
--w-nav-item-column-offset: 23px;
}
}

.w-0db05eb1b909f43a3d68578996f052ca{
width: 214.783px;
}
@media (min-width: 768px) and (max-width: 991px){
.w-0db05eb1b909f43a3d68578996f052ca{
width: 214.783px;
}
}
@media (max-width: 767px){
.w-0db05eb1b909f43a3d68578996f052ca{
width: 204.473px;
}
}

.w-0db05eb1b909f43a3d68578996f052ca{
width: 214.783px;
}
@media (min-width: 768px) and (max-width: 991px){
.w-0db05eb1b909f43a3d68578996f052ca{
width: 214.783px;
}
}
@media (max-width: 767px){
.w-0db05eb1b909f43a3d68578996f052ca{
width: 204.473px;
}
}

.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64{
--w-nav-item-gap: 23px;
}
@media screen and (max-width: 991px){
:root:not(.disable-media-queries) .menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 23px;
--w-nav-item-column-offset: 23px;
}
}
@media screen and (max-width: 479px){
:root:not(.disable-media-queries) .menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 23px;
--w-nav-item-column-offset: 23px;
}
}

 #blockId-64749883190d22000fa087c4 .w-free-content{
height: calc(410px * var(--scale, 1));
}
@media (min-width: 768px){
 #blockId-64749883190d22000fa087c4 .w-free-content{
height: calc(500px * var(--scale, 1));
}
}
@media (min-width: 992px){
 #blockId-64749883190d22000fa087c4 .w-free-content{
height: calc(600px * var(--scale, 1));
}
}

.w-7fefc4e3cd7215b111890e0fa8e87eee{
z-index: 1000;
top: calc(183px * var(--scale, 1));
left: calc(624px * var(--scale, 1));
width: 31px;
--height: 175px;
--rotate: 0deg;
}
@media (min-width: 768px) and (max-width: 991px){
.w-7fefc4e3cd7215b111890e0fa8e87eee{
top: calc(120px * var(--scale, 1));
left: calc(518px * var(--scale, 1));
width: 26px;
--rotate: 0deg;
}
}
@media (max-width: 767px){
.w-7fefc4e3cd7215b111890e0fa8e87eee{
top: calc(90px * var(--scale, 1));
left: calc(140px * var(--scale, 1));
width: 20px;
--rotate: 0deg;
}
}
 

.w-c6ba9eab99d4736f013f7e14da7b4e71{
object-fit: cover;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-c6ba9eab99d4736f013f7e14da7b4e71{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-c6ba9eab99d4736f013f7e14da7b4e71{
object-position: 50% 50%;
}
}
 

.w-3e180955f18292ddd1ca291313be853b{
z-index: 1001;
top: calc(214px * var(--scale, 1));
left: calc(181px * var(--scale, 1));
width: 889px;
--rotate: 0deg;
}
@media (min-width: 768px) and (max-width: 991px){
.w-3e180955f18292ddd1ca291313be853b{
top: calc(144px * var(--scale, 1));
left: calc(114px * var(--scale, 1));
width: 559px;
--rotate: 0deg;
}
}
@media (max-width: 767px){
.w-3e180955f18292ddd1ca291313be853b{
top: calc(54px * var(--scale, 1));
left: calc(44px * var(--scale, 1));
width: 267px;
--rotate: 0deg;
}
}

.w-741bd7cd3d3eada89b4e07c3e5cd8359{
z-index: 1002;
top: calc(321px * var(--scale, 1));
left: calc(341px * var(--scale, 1));
--rotate: 0deg;
}
@media (min-width: 768px) and (max-width: 991px){
.w-741bd7cd3d3eada89b4e07c3e5cd8359{
top: calc(305px * var(--scale, 1));
left: calc(82px * var(--scale, 1));
--rotate: 0deg;
}
}
@media (max-width: 767px){
.w-741bd7cd3d3eada89b4e07c3e5cd8359{
top: calc(239px * var(--scale, 1));
left: calc(40px * var(--scale, 1));
--rotate: 0deg;
}
}

.w-cfea85a70d5334da516b721973085d80{
z-index: 1003;
top: calc(321px * var(--scale, 1));
left: calc(633px * var(--scale, 1));
--rotate: 0deg;
}
@media (min-width: 768px) and (max-width: 991px){
.w-cfea85a70d5334da516b721973085d80{
top: calc(305px * var(--scale, 1));
left: calc(380px * var(--scale, 1));
--rotate: 0deg;
}
}
@media (max-width: 767px){
.w-cfea85a70d5334da516b721973085d80{
top: calc(300px * var(--scale, 1));
left: calc(39px * var(--scale, 1));
--rotate: 0deg;
}
}

 #blockId-67538655728750a6c3b56610 > section, #blockId-67538655728750a6c3b56610 > header, #blockId-67538655728750a6c3b56610 > footer{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-67538655728750a6c3b56610 .w-apply-section-paddings{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-67538655728750a6c3b56610 .w-ignore-section-paddings{
margin-top: -50px;
margin-bottom: -50px;
}
@media (min-width: 768px){
 #blockId-67538655728750a6c3b56610 > section, #blockId-67538655728750a6c3b56610 > header, #blockId-67538655728750a6c3b56610 > footer{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-67538655728750a6c3b56610 .w-apply-section-paddings{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-67538655728750a6c3b56610 .w-ignore-section-paddings{
margin-top: -70px;
margin-bottom: -70px;
}
}
@media (min-width: 992px){
 #blockId-67538655728750a6c3b56610 > section, #blockId-67538655728750a6c3b56610 > header, #blockId-67538655728750a6c3b56610 > footer{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-67538655728750a6c3b56610 .w-apply-section-paddings{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-67538655728750a6c3b56610 .w-ignore-section-paddings{
margin-top: -100px;
margin-bottom: -100px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-77e5c82260682b3bf3e4a69f584dff3a{
object-fit: cover !important;
object-position: 50% 0%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-77e5c82260682b3bf3e4a69f584dff3a{
object-position: 50% 0%;
}
}
@media (max-width: 767px){
.w-77e5c82260682b3bf3e4a69f584dff3a{
object-position: 50% 0%;
}
}
 
 

.w-d1904546efbd277c6bf530a1ab05e35d{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 64.48%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-d1904546efbd277c6bf530a1ab05e35d{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 64.48%;
}
}
@media (max-width: 767px){
.w-d1904546efbd277c6bf530a1ab05e35d{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 64.48%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 1280px) {

 .w-grid--full-width.w-656b0aefcfd3cf5c3194be1bcac2c94b{
width: calc(var(--w-100vw) - 90px) !important;
margin-left: calc(50% - var(--w-100vw) / 2 + 45px) !important;
}
}

 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner{
margin-top: 0 !important;
width: calc(100% + 45px) !important;
margin-left: -22.5px !important;
margin-right: -22.5px !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner > .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-grid__inner .w-grid__item{
margin-top: 0 !important;
padding-left: 22.5px !important;
padding-right: 22.5px !important;
}

.w-656b0aefcfd3cf5c3194be1bcac2c94b .w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap{
margin-top: -22.5px;
margin-bottom: -22.5px;
}
@media(max-width: 767px) {

 .w-656b0aefcfd3cf5c3194be1bcac2c94b .w-grid__inner{
margin-top: 0 !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b:not(.w-grid--slider) .w-grid__item{
margin-top: 45px !important;
}
}
@media(max-width: 767px) {

 .w-656b0aefcfd3cf5c3194be1bcac2c94b:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:not(:nth-child(-n + 1)){
margin-top: 45px !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:not(:nth-child(n + 2)){
margin-top: 0 !important;
}

 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner{
margin-top: 0 !important;
width: calc(100% + 40px) !important;
margin-left: -20px !important;
margin-right: -20px !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner > .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-grid__inner .w-grid__item{
margin-top: 0 !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
}
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
@media (max-width: 767px){
.w-da2d3dcb3501ae057aa173166bf643bd{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 77.35%;
}
}
 

  :root .w-9c8602897770122798a1cefe5a402b7a .w-slider-arrow {
    background: #3c4f61;
  }
  :root .w-9c8602897770122798a1cefe5a402b7a .w-arrow-svg {
    fill: #fff;
  }

  .w-9c8602897770122798a1cefe5a402b7a {
   --w-grid-gap: 0px;
  }
  
  .page-editor .w-9c8602897770122798a1cefe5a402b7a .slick-dots li button::before {
    content: "";
    background: #3c4f61;
  }
  
  @media screen and (min-width: 992px) {
  
  :root:not(.disable-media-queries) .w-9c8602897770122798a1cefe5a402b7a .slick-dots li button::before {
    content: "";
    background: #3c4f61;
  }
  
  }

  .page-editor-md .w-9c8602897770122798a1cefe5a402b7a {
    --w-grid-gap: 0px;
  }
  
  .page-editor-md .w-9c8602897770122798a1cefe5a402b7a .slick-dots li button::before {
    content: "";
    background: #3c4f61;
  }
  
  @media screen and (max-width: 991px) {
    :root:not(.disable-media-queries) .w-9c8602897770122798a1cefe5a402b7a {
      --w-grid-gap: 0px;
    }
  
  :root:not(.disable-media-queries) .w-9c8602897770122798a1cefe5a402b7a .slick-dots li button::before {
    content: "";
    background: #3c4f61;
  }
  
  }

  .page-editor-xs .w-9c8602897770122798a1cefe5a402b7a {
    --w-grid-gap: 0px;
  }
  
  .page-editor-xs .w-9c8602897770122798a1cefe5a402b7a .slick-dots li button::before {
    content: "";
    background: #3c4f61;
  }
  
  @media screen and (max-width: 479px) {
    :root:not(.disable-media-queries) .w-9c8602897770122798a1cefe5a402b7a {
      --w-grid-gap: 0px;
    }
  
  :root:not(.disable-media-queries) .w-9c8602897770122798a1cefe5a402b7a .slick-dots li button::before {
    content: "";
    background: #3c4f61;
  }
  
  }


:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-67539550cdb8c04f3570cf1c > section, #blockId-67539550cdb8c04f3570cf1c > header, #blockId-67539550cdb8c04f3570cf1c > footer{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-67539550cdb8c04f3570cf1c .w-apply-section-paddings{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-67539550cdb8c04f3570cf1c .w-ignore-section-paddings{
margin-top: -50px;
margin-bottom: -50px;
}
@media (min-width: 768px){
 #blockId-67539550cdb8c04f3570cf1c > section, #blockId-67539550cdb8c04f3570cf1c > header, #blockId-67539550cdb8c04f3570cf1c > footer{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-67539550cdb8c04f3570cf1c .w-apply-section-paddings{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-67539550cdb8c04f3570cf1c .w-ignore-section-paddings{
margin-top: -70px;
margin-bottom: -70px;
}
}
@media (min-width: 992px){
 #blockId-67539550cdb8c04f3570cf1c > section, #blockId-67539550cdb8c04f3570cf1c > header, #blockId-67539550cdb8c04f3570cf1c > footer{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-67539550cdb8c04f3570cf1c .w-apply-section-paddings{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-67539550cdb8c04f3570cf1c .w-ignore-section-paddings{
margin-top: -100px;
margin-bottom: -100px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    :root .w-0b9a29100945dc91830167bc982358b5 .slick-dots li button::before {
      content: "";
      background: #fff;
    }
    
      :root .w-0b9a29100945dc91830167bc982358b5 .arrow-svg_1j4 {
        fill: #fff;
      }
    
    :root .w-grid--full-width.w-0b9a29100945dc91830167bc982358b5 .slider-arrow_Yvf {
      background: #fff;
    }
    :root .w-grid--full-width.w-0b9a29100945dc91830167bc982358b5 .arrow-svg_1j4 {
      fill: #242424;
    }

    .page-editor-xs .w-0b9a29100945dc91830167bc982358b5 .slider-arrow_Yvf {
      background: #fff;
    }
    .page-editor-xs .w-0b9a29100945dc91830167bc982358b5 .arrow-svg_1j4 {
      fill: #242424;
    }

    @media (max-width: 1199px) {
      :root:not(.disable-media-queries) .w-0b9a29100945dc91830167bc982358b5 .slider-arrow_Yvf {
        background: #fff;
      }
      :root:not(.disable-media-queries) .w-0b9a29100945dc91830167bc982358b5 .arrow-svg_1j4 {
        fill: #242424;
      }
    }
    
    :root .w-0b9a29100945dc91830167bc982358b5 .server-render__collection-item-wrapper {
      display: flex;
      min-width: calc(100% / 3);
    }
    :root .w-0b9a29100945dc91830167bc982358b5 .dots-margin {
      margin-bottom: 50px;
    }
    @media (max-width: 767px) {
      :root .w-0b9a29100945dc91830167bc982358b5 .dots-margin {
        margin-bottom: 35px;
      }
    }
    
    @media (max-width: 991px) {
      :root .w-0b9a29100945dc91830167bc982358b5 .server-render__collection-item-wrapper {
        min-width: calc(100% / 2);
      }
    }
    @media (max-width: 767px) {
      :root .w-0b9a29100945dc91830167bc982358b5 .server-render__collection-item-wrapper {
        min-width: 100%;
      }
    }
  
  
  

:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188{
border: 2px solid #fff;
}
:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188 > *{
width: calc(100% + 4px);
height: calc(100% + 4px);
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
}
 

.w-48722c3b774c805cc87004efdd4f43bb{
object-fit: cover !important;
object-position: 89.421% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-48722c3b774c805cc87004efdd4f43bb{
object-position: 89.421% 50%;
}
}
@media (max-width: 767px){
.w-48722c3b774c805cc87004efdd4f43bb{
object-position: 89.421% 50%;
}
}
 

:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188{
border: 2px solid #fff;
}
:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188 > *{
width: calc(100% + 4px);
height: calc(100% + 4px);
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
}
 

.w-a4a1a2cf65c3dc9fccacbbee0cc93158{
object-fit: cover !important;
object-position: 57.402% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-a4a1a2cf65c3dc9fccacbbee0cc93158{
object-position: 57.402% 50%;
}
}
@media (max-width: 767px){
.w-a4a1a2cf65c3dc9fccacbbee0cc93158{
object-position: 57.402% 50%;
}
}
 

:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188{
border: 2px solid #fff;
}
:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188 > *{
width: calc(100% + 4px);
height: calc(100% + 4px);
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
}
 

.w-92977128396fb4d17f3f9e3a917f4404{
object-fit: cover !important;
object-position: 89.657% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-92977128396fb4d17f3f9e3a917f4404{
object-position: 89.657% 50%;
}
}
@media (max-width: 767px){
.w-92977128396fb4d17f3f9e3a917f4404{
object-position: 89.657% 50%;
}
}
 

:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188{
border: 2px solid #fff;
}
:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188 > *{
width: calc(100% + 4px);
height: calc(100% + 4px);
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
}
 

.w-176f382fd898c213fc7a1b0a3df59a28{
object-fit: cover !important;
object-position: 69.876% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-176f382fd898c213fc7a1b0a3df59a28{
object-position: 69.876% 50%;
}
}
@media (max-width: 767px){
.w-176f382fd898c213fc7a1b0a3df59a28{
object-position: 69.876% 50%;
}
}
 

:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188{
border: 2px solid #fff;
}
:root:root:root .w-691fe7c4d483f7e91853247c4ccf5188 > *{
width: calc(100% + 4px);
height: calc(100% + 4px);
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
}
 

.w-1823055850a51bd0a07e6ef5b76c719b{
object-fit: cover !important;
object-position: 18.698% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-1823055850a51bd0a07e6ef5b76c719b{
object-position: 18.698% 50%;
}
}
@media (max-width: 767px){
.w-1823055850a51bd0a07e6ef5b76c719b{
object-position: 18.698% 50%;
}
}
 

:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c,:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c .w-apply-grid-item-paddings{
padding-top: 27px !important;
padding-bottom: 27px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c .w-ignore-grid-item-paddings{
margin-top: -27px !important;
margin-bottom: -27px !important;
margin-left: -20px !important;
margin-right: -20px !important;
}
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c.w-mod-border-radius.w-state-has-background{
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
@media (min-width: 768px){
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c,:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c .w-apply-grid-item-paddings{
padding-top: 28px !important;
padding-bottom: 28px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c .w-ignore-grid-item-paddings{
margin-top: -28px !important;
margin-bottom: -28px !important;
margin-left: -20px !important;
margin-right: -20px !important;
}
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c,:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c .w-apply-grid-item-paddings{
padding-bottom: 30px !important;
padding-top: 30px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c .w-ignore-grid-item-paddings{
margin-left: -20px !important;
margin-right: -20px !important;
}
:root:root:root .w-805d4fd3e87c66d86d6061f82e71052c.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  @media screen and (min-width: 0px) and (max-width: 479px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 1){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 3){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 1200px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 3){
margin-top: 0px !important;
}
  }
  

  .w-6454d86eafd410c0a47625b8d2f294b1 {
   --w-grid-columns-count: 3;
  }

  .page-editor-md .w-6454d86eafd410c0a47625b8d2f294b1 {
    --w-grid-columns-count: 2;
  }

  @media screen and (max-width: 991px) {
    .w-6454d86eafd410c0a47625b8d2f294b1 {
      --w-grid-columns-count: 2;
    }
  }

  .page-editor-xs .w-6454d86eafd410c0a47625b8d2f294b1 {
    --w-grid-columns-count: 1;
  }

  @media screen and (max-width: 479px) {
    .w-6454d86eafd410c0a47625b8d2f294b1 {
      --w-grid-columns-count: 1;
    }
  }


 #blockId-5e3abfab4982e300214612e6 > section, #blockId-5e3abfab4982e300214612e6 > header, #blockId-5e3abfab4982e300214612e6 > footer{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-5e3abfab4982e300214612e6 .w-apply-section-paddings{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-5e3abfab4982e300214612e6 .w-ignore-section-paddings{
margin-top: -50px;
margin-bottom: -50px;
}
@media (min-width: 768px){
 #blockId-5e3abfab4982e300214612e6 > section, #blockId-5e3abfab4982e300214612e6 > header, #blockId-5e3abfab4982e300214612e6 > footer{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-5e3abfab4982e300214612e6 .w-apply-section-paddings{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-5e3abfab4982e300214612e6 .w-ignore-section-paddings{
margin-top: -70px;
margin-bottom: -70px;
}
}
@media (min-width: 992px){
 #blockId-5e3abfab4982e300214612e6 > section, #blockId-5e3abfab4982e300214612e6 > header, #blockId-5e3abfab4982e300214612e6 > footer{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-5e3abfab4982e300214612e6 .w-apply-section-paddings{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-5e3abfab4982e300214612e6 .w-ignore-section-paddings{
margin-top: -100px;
margin-bottom: -100px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-67539195e3066343c5ef2ba4 > section, #blockId-67539195e3066343c5ef2ba4 > header, #blockId-67539195e3066343c5ef2ba4 > footer{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-67539195e3066343c5ef2ba4 .w-apply-section-paddings{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-67539195e3066343c5ef2ba4 .w-ignore-section-paddings{
margin-top: -50px;
margin-bottom: -50px;
}
@media (min-width: 768px){
 #blockId-67539195e3066343c5ef2ba4 > section, #blockId-67539195e3066343c5ef2ba4 > header, #blockId-67539195e3066343c5ef2ba4 > footer{
padding-top: 60px;
padding-bottom: 60px;
}
 #blockId-67539195e3066343c5ef2ba4 .w-apply-section-paddings{
padding-top: 60px;
padding-bottom: 60px;
}
 #blockId-67539195e3066343c5ef2ba4 .w-ignore-section-paddings{
margin-top: -60px;
margin-bottom: -60px;
}
}
@media (min-width: 992px){
 #blockId-67539195e3066343c5ef2ba4 > section, #blockId-67539195e3066343c5ef2ba4 > header, #blockId-67539195e3066343c5ef2ba4 > footer{
padding-top: 80px;
padding-bottom: 80px;
}
 #blockId-67539195e3066343c5ef2ba4 .w-apply-section-paddings{
padding-top: 80px;
padding-bottom: 80px;
}
 #blockId-67539195e3066343c5ef2ba4 .w-ignore-section-paddings{
margin-top: -80px;
margin-bottom: -80px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-675391f3d97b185ff9b02df3 > section, #blockId-675391f3d97b185ff9b02df3 > header, #blockId-675391f3d97b185ff9b02df3 > footer{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-675391f3d97b185ff9b02df3 .w-apply-section-paddings{
padding-top: 50px;
padding-bottom: 50px;
}
 #blockId-675391f3d97b185ff9b02df3 .w-ignore-section-paddings{
margin-top: -50px;
margin-bottom: -50px;
}
@media (min-width: 768px){
 #blockId-675391f3d97b185ff9b02df3 > section, #blockId-675391f3d97b185ff9b02df3 > header, #blockId-675391f3d97b185ff9b02df3 > footer{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-675391f3d97b185ff9b02df3 .w-apply-section-paddings{
padding-top: 70px;
padding-bottom: 70px;
}
 #blockId-675391f3d97b185ff9b02df3 .w-ignore-section-paddings{
margin-top: -70px;
margin-bottom: -70px;
}
}
@media (min-width: 992px){
 #blockId-675391f3d97b185ff9b02df3 > section, #blockId-675391f3d97b185ff9b02df3 > header, #blockId-675391f3d97b185ff9b02df3 > footer{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-675391f3d97b185ff9b02df3 .w-apply-section-paddings{
padding-top: 100px;
padding-bottom: 100px;
}
 #blockId-675391f3d97b185ff9b02df3 .w-ignore-section-paddings{
margin-top: -100px;
margin-bottom: -100px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 1280px) {

 .w-grid--full-width.w-656b0aefcfd3cf5c3194be1bcac2c94b{
width: calc(var(--w-100vw) - 90px) !important;
margin-left: calc(50% - var(--w-100vw) / 2 + 45px) !important;
}
}

 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner{
margin-top: 0 !important;
width: calc(100% + 45px) !important;
margin-left: -22.5px !important;
margin-right: -22.5px !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner > .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-grid__inner .w-grid__item{
margin-top: 0 !important;
padding-left: 22.5px !important;
padding-right: 22.5px !important;
}

.w-656b0aefcfd3cf5c3194be1bcac2c94b .w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap{
margin-top: -22.5px;
margin-bottom: -22.5px;
}
@media(max-width: 767px) {

 .w-656b0aefcfd3cf5c3194be1bcac2c94b .w-grid__inner{
margin-top: 0 !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b:not(.w-grid--slider) .w-grid__item{
margin-top: 45px !important;
}
}
@media(max-width: 767px) {

 .w-656b0aefcfd3cf5c3194be1bcac2c94b:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:not(:nth-child(-n + 1)){
margin-top: 45px !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:not(:nth-child(n + 2)){
margin-top: 0 !important;
}

 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner{
margin-top: 0 !important;
width: calc(100% + 40px) !important;
margin-left: -20px !important;
margin-right: -20px !important;
}
 .w-656b0aefcfd3cf5c3194be1bcac2c94b > .w-grid__inner > .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap .w-grid__item, .w-656b0aefcfd3cf5c3194be1bcac2c94b.w-grid--slider.w-grid--gap > .w-grid__inner .w-grid__item{
margin-top: 0 !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-2cacdfbafe7cc8cc3b679e8d4af879bc:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  

  .w-bad4e6ce41249cb868d51e76361e754a {
   --w-grid-columns-count: undefined;
  }

  .page-editor-md .w-bad4e6ce41249cb868d51e76361e754a {
    --w-grid-columns-count: undefined;
  }

  @media screen and (max-width: 991px) {
    .w-bad4e6ce41249cb868d51e76361e754a {
      --w-grid-columns-count: undefined;
    }
  }

  .page-editor-xs .w-bad4e6ce41249cb868d51e76361e754a {
    --w-grid-columns-count: undefined;
  }

  @media screen and (max-width: 479px) {
    .w-bad4e6ce41249cb868d51e76361e754a {
      --w-grid-columns-count: undefined;
    }
  }


:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-9b32e26842fb1b5d036a6c7e2674456f{
object-fit: cover !important;
object-position: 38.963% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-9b32e26842fb1b5d036a6c7e2674456f{
object-position: 38.963% 50%;
}
}
@media (max-width: 767px){
.w-9b32e26842fb1b5d036a6c7e2674456f{
object-position: 38.963% 50%;
}
}
 
 

.w-0e38bd930a37b5b03c155eed922e8952{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 89.82%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-0e38bd930a37b5b03c155eed922e8952{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 89.82%;
}
}
@media (max-width: 767px){
.w-0e38bd930a37b5b03c155eed922e8952{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 89.82%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 1280px) {

 .w-grid--full-width.w-fa886a36aedc888bc004051f34050a28{
width: calc(var(--w-100vw) - 80px) !important;
margin-left: calc(50% - var(--w-100vw) / 2 + 40px) !important;
}
}

 .w-fa886a36aedc888bc004051f34050a28 > .w-grid__inner{
margin-top: 0 !important;
width: calc(100% + 40px) !important;
margin-left: -20px !important;
margin-right: -20px !important;
}
 .w-fa886a36aedc888bc004051f34050a28 > .w-grid__inner > .w-grid__item, .w-fa886a36aedc888bc004051f34050a28.w-grid--slider.w-grid--gap > .w-fa886a36aedc888bc004051f34050a28.w-grid--slider.w-grid--gap .w-grid__item, .w-fa886a36aedc888bc004051f34050a28.w-grid--slider.w-grid--gap > .w-grid__inner .w-grid__item{
margin-top: 0 !important;
padding-left: 20px !important;
padding-right: 20px !important;
}

.w-fa886a36aedc888bc004051f34050a28 .w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap.w-ignore-grid-item-v-gap{
margin-top: -20px;
margin-bottom: -20px;
}
@media(max-width: 767px) {

 .w-fa886a36aedc888bc004051f34050a28 .w-grid__inner{
margin-top: 0 !important;
}
 .w-fa886a36aedc888bc004051f34050a28:not(.w-grid--slider) .w-grid__item{
margin-top: 40px !important;
}
}
@media(max-width: 767px) {

 .w-fa886a36aedc888bc004051f34050a28:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:not(:nth-child(-n + 1)){
margin-top: 40px !important;
}
 .w-fa886a36aedc888bc004051f34050a28:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:not(:nth-child(n + 2)){
margin-top: 0 !important;
}

 .w-fa886a36aedc888bc004051f34050a28 > .w-grid__inner{
margin-top: 0 !important;
width: calc(100% + 40px) !important;
margin-left: -20px !important;
margin-right: -20px !important;
}
 .w-fa886a36aedc888bc004051f34050a28 > .w-grid__inner > .w-grid__item, .w-fa886a36aedc888bc004051f34050a28.w-grid--slider.w-grid--gap > .w-fa886a36aedc888bc004051f34050a28.w-grid--slider.w-grid--gap .w-grid__item, .w-fa886a36aedc888bc004051f34050a28.w-grid--slider.w-grid--gap > .w-grid__inner .w-grid__item{
margin-top: 0 !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

.w-b2af6e0964e6ce6d7246ca64badef41a{
width: 212.903px;
}
@media (min-width: 768px) and (max-width: 991px){
.w-b2af6e0964e6ce6d7246ca64badef41a{
width: 212.903px;
}
}
@media (max-width: 767px){
.w-b2af6e0964e6ce6d7246ca64badef41a{
width: 212.903px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-2cacdfbafe7cc8cc3b679e8d4af879bc:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  

  .w-bad4e6ce41249cb868d51e76361e754a {
   --w-grid-columns-count: undefined;
  }

  .page-editor-md .w-bad4e6ce41249cb868d51e76361e754a {
    --w-grid-columns-count: undefined;
  }

  @media screen and (max-width: 991px) {
    .w-bad4e6ce41249cb868d51e76361e754a {
      --w-grid-columns-count: undefined;
    }
  }

  .page-editor-xs .w-bad4e6ce41249cb868d51e76361e754a {
    --w-grid-columns-count: undefined;
  }

  @media screen and (max-width: 479px) {
    .w-bad4e6ce41249cb868d51e76361e754a {
      --w-grid-columns-count: undefined;
    }
  }


:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d{
--w-nav-item-column-offset: 12px;
}
@media screen and (max-width: 991px){
:root:not(.disable-media-queries) .menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 12px;
--w-nav-item-column-offset: 12px;
}
}
@media screen and (max-width: 479px){
:root:not(.disable-media-queries) .menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 12px;
--w-nav-item-column-offset: 12px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

.w-b2af6e0964e6ce6d7246ca64badef41a{
width: 212.903px;
}
@media (min-width: 768px) and (max-width: 991px){
.w-b2af6e0964e6ce6d7246ca64badef41a{
width: 212.903px;
}
}
@media (max-width: 767px){
.w-b2af6e0964e6ce6d7246ca64badef41a{
width: 212.903px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-2cacdfbafe7cc8cc3b679e8d4af879bc:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  

  .w-bad4e6ce41249cb868d51e76361e754a {
   --w-grid-columns-count: undefined;
  }

  .page-editor-md .w-bad4e6ce41249cb868d51e76361e754a {
    --w-grid-columns-count: undefined;
  }

  @media screen and (max-width: 991px) {
    .w-bad4e6ce41249cb868d51e76361e754a {
      --w-grid-columns-count: undefined;
    }
  }

  .page-editor-xs .w-bad4e6ce41249cb868d51e76361e754a {
    --w-grid-columns-count: undefined;
  }

  @media screen and (max-width: 479px) {
    .w-bad4e6ce41249cb868d51e76361e754a {
      --w-grid-columns-count: undefined;
    }
  }


:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d{
--w-nav-item-column-offset: 12px;
}
@media screen and (max-width: 991px){
:root:not(.disable-media-queries) .menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 12px;
--w-nav-item-column-offset: 12px;
}
}
@media screen and (max-width: 479px){
:root:not(.disable-media-queries) .menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d{
--w-nav-item-gap: inherit;
--w-nav-item-top-offset: 12px;
--w-nav-item-column-offset: 12px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}</style>
  <link rel="stylesheet" href="https://wl-apps.yourwebsite.life/social-icons/1.0.57/components/SocialIcons/ssr.css" media="none" onload="if(media!='all')media='all'" />

  




<script type="text/javascript" src="https://firebasestorage.googleapis.com/v0/b/deardoc-embed-codes.appspot.com/o/Pediatric%20Dentistry%20of%20Union%2FPediatric%20Dentistry%20of%20Union%20-%20Mouli%20Patel%2Fcode.js?alt=media&token=c074e027-8b0b-41f3-a152-38b84a94acf0"></script><style>a.w-btns-group__item.wl-header-button.button_2W3.button--left-icon_15k.w-link.ui-button.ui-button--link-light.ui-button--size-md.button--with-icon_3MG {
    color: white !important;
}

.header__burger_3P8.w-text-center.w-text-center-md.w-text-center-xs .w-btns-group a.w-btns-group__item.wl-header-button.button_2W3.button--left-icon_15k.w-link.ui-button.ui-button--link-light.ui-button--size-md.button--with-icon_3MG {
    color: #6ac3b1 !important;
}</style>
  <!-- Global Site Tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-K2XCHL1F0Q"></script>
        <script>
          window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 gtag('config', 'G-K2XCHL1F0Q');
</script>

  <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "legalName": "Pediatric Dentistry of Union",
      "description": "Guided by the principle that kids who have happy memories of visiting the dentist grow up to be confident adults with good dental care, Pediatric Dentistry of Union has been creating positive dental visit experiences for children for over 30 years.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+19086862082",
          "email": "[email protected]"
        }
      ],
      "address": {
        "addressCountry": "US",
        "addressRegion": "Union",
        "streetAddress": "381 Chestnut St",
        "postalCode": "07083"
      }
    }
  </script>
  <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "LocalBusiness",
      "name": "Pediatric Dentistry of Union",
      "description": "Guided by the principle that kids who have happy memories of visiting the dentist grow up to be confident adults with good dental care, Pediatric Dentistry of Union has been creating positive dental visit experiences for children for over 30 years.",
      "telephone": "+19086862082",
      "openingHours": ["Mo 09:00-17:00",
"Tu 10:00-18:00",
"We 09:00-17:00",
"Th 10:00-18:00",
"Fr 09:00-17:00",
"Sa 09:00-13:00"],
      "address": {
        "addressCountry": "US",
        "addressRegion": "Union",
        "streetAddress": "381 Chestnut St",
        "postalCode": "07083"
      },
      "image": "//via.placeholder.com/1"
    }
  </script>
  
</head>
<body>

  <div id="app"><div id="page-home" class="page" lang=""><div id="portal"></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5e9964554562210021499748" data-block-name="wireframe-series-1-header" data-block-categories="header" data-test="block-wrapper" data-anchor="header" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="header"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><header class="block-content_342" data-block-content-type="header"><div class="header w-section--header w-section--no-v-padding" data-header="target" data-category="header"><div class="w-hide--sm w-hide--md"><div class="horizontal-flow-wrapper_g7b background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#6ac3b1" data-role="placeholder" data-selection-container="true"></div></div><div class="w-section__inner section__inner_16_" style="padding-top:5px;padding-bottom:5px"><div class="horizontal-flow_CbY"><div class="horizontal-flow__section_2LL horizontal-flow__section--left_Ll6" style="width:16.738650004069015%"><div class="horizontal-flow__section-inner_2xL"><div class="placeholder_2dq"></div></div></div><div class="horizontal-flow__section_2LL horizontal-flow__section--center_134" style="width:53.604937235514285%"><div class="horizontal-flow__section-inner_2xL"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><br></span></p></div></div><div class="horizontal-flow__section_2LL horizontal-flow__section--right_3oS" style="width:29.65641276041667%"><div class="horizontal-flow__section-inner_2xL"><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" class="w-btns-group__item wl-header-button button_2W3 button--left-icon_15k w-link ui-button ui-button--link-light ui-button--size-md button--with-icon_3MG" href="tel:+19086862082"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__icon_286 button__icon--left_17Q" aria-hidden="true"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:inherit"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve" style="max-width:100%" height="100%"><path d="M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.1,18.2c-1.7,0.4-3.4-0.2-3.4-0.2  c-1.7-1.2-2.8-2.6-3.4-3.6l0,0l-0.1-0.1l-0.1-0.1l0,0c-0.6-1-1.7-2.6-2.2-4.7c0,0,0.2-1.8,1.2-3.2c1.2-0.9,1.8-0.4,1.8-0.4l1.6,2.3  c0.2,0.3,0.1,0.7-0.2,0.9l-1.1,0.7c0,0-1,0.3,0.9,3.2c1.9,2.8,2.4,1.9,2.4,1.9l1.1-0.7c0.3-0.2,0.7-0.1,0.9,0.2l1.6,2.3  C17.1,16.6,17.3,17.4,16.1,18.2z" style="" fill="currentColor"/></svg></span></span></span><span class="button__content_1_I">Call: (908) 686-2082</span></span></a></div></div><div class="social-icons-container_2Id w-socials"><style>.si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c1743531645986:hover {color: #e6e6e6}</style><ul class="list--horizontal_3J3" style="--social-icons-offset:10px" data-animation=""><li class="social-icons_27c"><a style="width:28px;height:28px;color:#fff" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/pediatricdentistryofunion" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c1743531645986 svgIcon_1J7 filled_Qbi" viewBox="0 0 32 32" style="border-radius:50%"><path class="outer_bDW" d="M32 0H0V32H32V0ZM16.9133 25H13.6383V16.0044H12V13.1936H13.6383V10.9374H13.6443C13.7014 8.9864 14.3604 7.129 17.5674 7.0126V7H19.6171V9.8108H17.9447C17.3379 9.8108 16.9133 10.5002 16.9133 11.1568V13.1936H19.8561L19.3702 16.0044H16.9133V25Z" fill-rule="evenodd"></path><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z" style="color:#6ac3b1;fill:#6ac3b1"></path></svg><span style="display:none">b2d3c823-9b13-492c-a5b1-59f89d11a594</span></a></li><li class="social-icons_27c"><a style="width:28px;height:28px;color:#fff" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/peddentofunion/" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c1743531645986 svgIcon_1J7 filled_Qbi" viewBox="0 0 32 32" style="border-radius:50%"><g><path class="outer_bDW" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-hover_2Yt" style="fill:url(#si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c17435316459864b66ee1e-2007-4eae-bf07-660ccca2ac0dhover)" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><g><path class="logo_2gS" style="fill:#6ac3b1;color:#6ac3b1" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:#6ac3b1;color:#6ac3b1" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">4b66ee1e-2007-4eae-bf07-660ccca2ac0d</span></a></li></ul></div></div></div></div></div></div><div class="horizontal-flow-wrapper_g7b background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="w-section__inner section__inner_16_" style="padding-top:10px;padding-bottom:10px"><div class="horizontal-flow_CbY"><div class="horizontal-flow__section_2LL horizontal-flow__section--left_Ll6" style="width:19.132641486788383%"><div class="horizontal-flow__section-inner_2xL"><div class="w-logo logo_2zT"><a data-component="link" class="w-logo__content logo__content_1qc" href="/"><span class="lqip-wrapper_2ym" style="width:214.783px;height:100px;max-width:100%"><img width="215" height="auto" alt="Pediatric Dentistry of Union" class="logo-image_HXE image-logo_cI- w-0db05eb1b909f43a3d68578996f052ca" loading="lazy" data-src="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/6747993a192e66c7347534ac_optimized" data-component="logo"/></span></a></div></div></div><div class="horizontal-flow__section_2LL horizontal-flow__section--center_134" style="width:63.94225074504993%"><div class="horizontal-flow__section-inner_2xL"><nav class="w-nav w-nav--constructor"><ul class="menu_1QC menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 w-nav__list menu-with-presets_vQ_ menu-with-presets--horizontal_24B w-nav__list--row" data-component="menu"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/">HOME</a></span></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/about">ABOUT</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/about/our-team">OUR TEAM </a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#testimonials&quot;}" href="/#testimonials">TESTIMONIALS</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/about/why-a-pediatric-dentist">WHY A PEDIATRIC DENTIST?</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/about/what-s-new-at-out-clinic">WHAT&#x27;S NEW AT OUR CLINIC</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/pediatric-dental-services">SERVICES</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/preventive-dentistry">PREVENTIVE DENTISTRY</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/emergency-care">EMERGENCY CARE</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/special-needs-dentistry">SPECIAL NEEDS DENTISTRY</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/nitrous-oxide">NITROUS OXIDE</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/hospital-dentistry">HOSPITAL DENTISTRY</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/new-patients">NEW PATIENTS</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/new-patients#patient-forms&quot;}" href="/new-patients#patient-forms">PATIENT FORMS</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/new-patients#first-dental-visit&quot;}" href="/new-patients#first-dental-visit">FIRST VISIT</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/new-patients/insurance-financial-policy">INSURANCE &amp; FINANCIAL POLICY</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/patient-education">PATIENT EDUCATION</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/patient-education#faqs&quot;}" href="/patient-education#faqs">FAQ&#x27;S</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/patient-education#information-and-tips&quot;}" href="/patient-education#information-and-tips">INFORMATION &amp; TIPS</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/patient-education/dental-blog">DENTAL BLOG</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/contact-pediatric-dentist">CONTACT US</a></span></li><style>
.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__item_1eM:not(.submenu__link){
font-size: 14px;
}
.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2:not(.submenu__link){
font-weight: 500;
}
.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2:not(.submenu__link):hover,.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2.submenu__link:hover{
color: #6ac3b1;
}</style></ul></nav></div></div><div class="horizontal-flow__section_2LL horizontal-flow__section--right_3oS" style="width:16.92507443482848%"><div class="horizontal-flow__section-inner_2xL"><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-md button--font-weight-bold_1Nu" href="https://forms.gle/9wbg2xMt9R4HKXyi8" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request an Appointment</span></span></a></div></div></div></div></div></div></div></div><div class="w-section__inner background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="header__topper_3gX w-hide--lg w-hide--xl w-disable-offset" style="padding-top:10px;padding-bottom:10px"><div class="w-logo logo_2zT"><a data-component="link" class="w-logo__content logo__content_1qc" href="/"><span class="lqip-wrapper_2ym" style="width:214.783px;height:100px;max-width:100%"><img width="215" height="auto" alt="Pediatric Dentistry of Union" class="logo-image_HXE image-logo_cI- w-0db05eb1b909f43a3d68578996f052ca" loading="lazy" data-src="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/6747993a192e66c7347534ac_optimized" data-component="logo"/></span></a></div><button type="button" class="w-burger w-hide--lg w-hide--xl" data-handler="w-burger--active" title="Switch menu"><span class="w-burger__inner"><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span></span></button></div></div></div><div class="header--mobile_3ne header" data-toggle="header--opened_3Nn"><div class="w-section__inner header__inner--mobile_2-u background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="header__topper_3gX w-hide--lg w-hide--xl w-disable-offset" style="padding-top:10px;padding-bottom:10px"><div class="w-logo logo_2zT"><a data-component="link" class="w-logo__content logo__content_1qc" href="/"><span class="lqip-wrapper_2ym" style="width:214.783px;height:100px;max-width:100%"><img width="215" height="auto" alt="Pediatric Dentistry of Union" class="logo-image_HXE image-logo_cI- w-0db05eb1b909f43a3d68578996f052ca" loading="lazy" data-src="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/6747993a192e66c7347534ac_optimized" data-component="logo"/></span></a></div><button type="button" class="w-burger w-hide--lg w-hide--xl" data-handler="w-burger--active" title="Switch menu"><span class="w-burger__inner"><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span></span></button></div><div class="header__burger_3P8 w-text-center w-text-center-md w-text-center-xs"><nav class="w-nav w-nav--constructor"><ul class="menu_1QC menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 w-nav__list menu-with-presets_vQ_ menu-with-presets--horizontal_24B w-nav__list--row" data-component="menu"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/">HOME</a></span></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/about">ABOUT</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/about/our-team">OUR TEAM </a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#testimonials&quot;}" href="/#testimonials">TESTIMONIALS</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/about/why-a-pediatric-dentist">WHY A PEDIATRIC DENTIST?</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/about/what-s-new-at-out-clinic">WHAT&#x27;S NEW AT OUR CLINIC</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/pediatric-dental-services">SERVICES</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/preventive-dentistry">PREVENTIVE DENTISTRY</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/emergency-care">EMERGENCY CARE</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/special-needs-dentistry">SPECIAL NEEDS DENTISTRY</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/nitrous-oxide">NITROUS OXIDE</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/pediatric-dental-services/hospital-dentistry">HOSPITAL DENTISTRY</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/new-patients">NEW PATIENTS</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/new-patients#patient-forms&quot;}" href="/new-patients#patient-forms">PATIENT FORMS</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/new-patients#first-dental-visit&quot;}" href="/new-patients#first-dental-visit">FIRST VISIT</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/new-patients/insurance-financial-policy">INSURANCE &amp; FINANCIAL POLICY</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item menu__item--submenu_2Ot w-nav__item--submenu" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="true" href="/patient-education">PATIENT EDUCATION</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/patient-education#faqs&quot;}" href="/patient-education#faqs">FAQ&#x27;S</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;/patient-education#information-and-tips&quot;}" href="/patient-education#information-and-tips">INFORMATION &amp; TIPS</a></span></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link submenu__link" aria-haspopup="false" href="/patient-education/dental-blog">DENTAL BLOG</a></span></li></ul></div></li><li class="menu__item_1eM w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/contact-pediatric-dentist">CONTACT US</a></span></li><style>
.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__item_1eM:not(.submenu__link){
font-size: 14px;
}
.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2:not(.submenu__link){
font-weight: 500;
}
.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2:not(.submenu__link):hover,.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5e9964554562210021499748--702d35b5-b498-4534-afd2-f00a8b56ef64 .menu__link_2K2.submenu__link:hover{
color: #6ac3b1;
}</style></ul></nav><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><br></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" class="w-btns-group__item wl-header-button button_2W3 button--left-icon_15k w-link ui-button ui-button--link-light ui-button--size-md button--with-icon_3MG" href="tel:+19086862082"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__icon_286 button__icon--left_17Q" aria-hidden="true"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:inherit"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve" style="max-width:100%" height="100%"><path d="M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.1,18.2c-1.7,0.4-3.4-0.2-3.4-0.2  c-1.7-1.2-2.8-2.6-3.4-3.6l0,0l-0.1-0.1l-0.1-0.1l0,0c-0.6-1-1.7-2.6-2.2-4.7c0,0,0.2-1.8,1.2-3.2c1.2-0.9,1.8-0.4,1.8-0.4l1.6,2.3  c0.2,0.3,0.1,0.7-0.2,0.9l-1.1,0.7c0,0-1,0.3,0.9,3.2c1.9,2.8,2.4,1.9,2.4,1.9l1.1-0.7c0.3-0.2,0.7-0.1,0.9,0.2l1.6,2.3  C17.1,16.6,17.3,17.4,16.1,18.2z" style="" fill="currentColor"/></svg></span></span></span><span class="button__content_1_I">Call: (908) 686-2082</span></span></a></div></div><div class="social-icons-container_2Id w-socials"><style>.si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c1743531646124:hover {color: #e6e6e6}</style><ul class="list--horizontal_3J3" style="--social-icons-offset:10px" data-animation=""><li class="social-icons_27c"><a style="width:28px;height:28px;color:#fff" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/pediatricdentistryofunion" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c1743531646124 svgIcon_1J7 filled_Qbi" viewBox="0 0 32 32" style="border-radius:50%"><path class="outer_bDW" d="M32 0H0V32H32V0ZM16.9133 25H13.6383V16.0044H12V13.1936H13.6383V10.9374H13.6443C13.7014 8.9864 14.3604 7.129 17.5674 7.0126V7H19.6171V9.8108H17.9447C17.3379 9.8108 16.9133 10.5002 16.9133 11.1568V13.1936H19.8561L19.3702 16.0044H16.9133V25Z" fill-rule="evenodd"></path><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z" style="color:#6ac3b1;fill:#6ac3b1"></path></svg><span style="display:none">b2d3c823-9b13-492c-a5b1-59f89d11a594</span></a></li><li class="social-icons_27c"><a style="width:28px;height:28px;color:#fff" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/peddentofunion/" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c1743531646124 svgIcon_1J7 filled_Qbi" viewBox="0 0 32 32" style="border-radius:50%"><g><path class="outer_bDW" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-hover_2Yt" style="fill:url(#si67ec2e797d4345f987990db631fb37dad7ca42d6837577cbd02ffd0c17435316461244b66ee1e-2007-4eae-bf07-660ccca2ac0dhover)" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><g><path class="logo_2gS" style="fill:#6ac3b1;color:#6ac3b1" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:#6ac3b1;color:#6ac3b1" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">4b66ee1e-2007-4eae-bf07-660ccca2ac0d</span></a></li></ul></div><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-md button--font-weight-bold_1Nu" href="https://forms.gle/9wbg2xMt9R4HKXyi8" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request an Appointment</span></span></a></div></div></div></div></div></header></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-64749883190d22000fa087c4" data-block-name="Flex block" data-block-categories="custom" data-test="block-wrapper" data-anchor="flex" data-first-page-block-on-devices="[&quot;null&quot;,&quot;md&quot;,&quot;xs&quot;]" data-auto-scale="true" class="block-wrapper w-block-wrapper w-block-wrapper--auto-scale block-wrapper_3Um background_3lr background background--dark w-state-has-background"><div style="display:none" id="flex"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="video" data-hydrate="{&quot;value&quot;:{&quot;overlay&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;color&quot;:&quot;rgba(0, 0, 0, 0.7)&quot;,&quot;touched&quot;:true,&quot;ownColor&quot;:&quot;rgba(0, 0, 0, 0.7)&quot;},&quot;url&quot;:&quot;https://vimeo.com/1036916633?share=copy&quot;,&quot;lqip&quot;:&quot;data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDABsSFBcUERsXFhceHBsgKEIrKCUlKFE6PTBCYFVlZF9VXVtqeJmBanGQc1tdhbWGkJ6jq62rZ4C8ybqmx5moq6T/2wBDARweHigjKE4rK06kbl1upKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKT/wAARCAAhADwDASIAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAAIEBQMB/8QAKxAAAgEDAwIEBgMAAAAAAAAAAQIDAAQREiExQVETMmGBBSI0cXKxc5HR/8QAFwEAAwEAAAAAAAAAAAAAAAAAAAECA//EAB4RAAICAgIDAAAAAAAAAAAAAAABAhEhMTJBAxJR/9oADAMBAAIRAxEAPwBYYmeWGUbAdqsmPgtrjDBgcZHWoLa6SMxqjDncZqu/cBdTh9ROQNtqzkaQWBLiJ7qRBoOGfLY6VU3iAFcYAGBmmsiVQnT0570jTMY2keNl0nGCNz/VHswUEK1yqaS22Od/Sucs8cwD/KwA9DUVzIgv0bHmTcEVPdSxW84dVOlgQVHfvRF1gHHsLeFXMksseSzEDbgVya2R2J8PFOt+gUKUdR0JrwyFvKzqPainZVqjjDZu8esnAPFaVu0jII7g61HBzzSeEcmKQaYxsDnmkuXQwkDKqNtjik39GljBqQXSmZokx8hAI9CP9p5dapuRjk71P8K+Hx2yiSVR4rDOAx29qouojIpMZyD0zSexReDJuH13QZWG+OR2qeadZryNcahHnpya6OoWZkcasHmuTlIGEgABHakn0XRXcJ466dIAI9xWcsbldyB0xvVz3ACLIGJPaoVuHjBBByTmrhgz8iNy5+gk/Jf2Kz7jhP5F/dFFD2C0zZbzrRbed/yP7ooqEVIyLz66X71De8pRRQuY3wOsnDfc1LP5/aiiqjsl6P/Z&quot;,&quot;placeholderWidth&quot;:60,&quot;placeholderHeight&quot;:33},&quot;playerName&quot;:&quot;Vimeo&quot;,&quot;videoOverlayStyle&quot;:{&quot;background&quot;:&quot;rgba(0, 0, 0, 0.7)&quot;}}"><div class="placeholder-wrapper_1Zc"><div class="placeholder_2bG" style="background-color:null;--thumbnail-url:url(&quot;data:image/svg+xml,%3Csvg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; xmlns:xlink=&#x27;http://www.w3.org/1999/xlink&#x27; width=&#x27;60&#x27; height=&#x27;33&#x27; %3E%3Cfilter id=&#x27;a&#x27; color-interpolation-filters=&#x27;sRGB&#x27; x=&#x27;-50%25&#x27; y=&#x27;-50%25&#x27; filterUnits=&#x27;userSpaceOnUse&#x27; width=&#x27;250%25&#x27; height=&#x27;250%25&#x27;%3E%3CfeGaussianBlur stdDeviation=&#x27;2&#x27; edgeMode=&#x27;duplicate&#x27; result=&#x27;blurred&#x27;/%3E%3CfeMorphology in=&#x27;blurred&#x27; operator=&#x27;dilate&#x27; radius=&#x27;1&#x27; result=&#x27;expanded&#x27;/%3E%3CfeMerge%3E%3CfeMergeNode in=&#x27;expanded&#x27;/%3E%3CfeMergeNode in=&#x27;blurred&#x27;/%3E%3C/feMerge%3E%3C/filter%3E%3Cimage filter=&#x27;url(%23a)&#x27; xlink:href=&#x27;data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDABsSFBcUERsXFhceHBsgKEIrKCUlKFE6PTBCYFVlZF9VXVtqeJmBanGQc1tdhbWGkJ6jq62rZ4C8ybqmx5moq6T/2wBDARweHigjKE4rK06kbl1upKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKT/wAARCAAhADwDASIAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAAIEBQMB/8QAKxAAAgEDAwIEBgMAAAAAAAAAAQIDAAQREiExQVETMmGBBSI0cXKxc5HR/8QAFwEAAwEAAAAAAAAAAAAAAAAAAAECA//EAB4RAAICAgIDAAAAAAAAAAAAAAABAhEhMTJBAxJR/9oADAMBAAIRAxEAPwBYYmeWGUbAdqsmPgtrjDBgcZHWoLa6SMxqjDncZqu/cBdTh9ROQNtqzkaQWBLiJ7qRBoOGfLY6VU3iAFcYAGBmmsiVQnT0570jTMY2keNl0nGCNz/VHswUEK1yqaS22Od/Sucs8cwD/KwA9DUVzIgv0bHmTcEVPdSxW84dVOlgQVHfvRF1gHHsLeFXMksseSzEDbgVya2R2J8PFOt+gUKUdR0JrwyFvKzqPainZVqjjDZu8esnAPFaVu0jII7g61HBzzSeEcmKQaYxsDnmkuXQwkDKqNtjik39GljBqQXSmZokx8hAI9CP9p5dapuRjk71P8K+Hx2yiSVR4rDOAx29qouojIpMZyD0zSexReDJuH13QZWG+OR2qeadZryNcahHnpya6OoWZkcasHmuTlIGEgABHakn0XRXcJ466dIAI9xWcsbldyB0xvVz3ACLIGJPaoVuHjBBByTmrhgz8iNy5+gk/Jf2Kz7jhP5F/dFFD2C0zZbzrRbed/yP7ooqEVIyLz66X71De8pRRQuY3wOsnDfc1LP5/aiiqjsl6P/Z&#x27; height=&#x27;33&#x27; width=&#x27;60&#x27; preserveAspectRatio=&#x27;xMinYMin meet&#x27;/%3E%3C/svg%3E&quot;)"></div></div><div class="background-overlay_aVy" style="background:rgba(0, 0, 0, 0.7)" data-selection-container="true"></div></div><div class="w-free-content"></div><div data-component="free-area-container" class="free-container_1DJ free-container_1PN"><div class="wrapper_1Ez"><div class="w-7fefc4e3cd7215b111890e0fa8e87eee"><div style="overflow:hidden" id="f7a421cd-3962-4d73-8a40-9c8619fee4c6" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture" data-wrapper-id="f7a421cd-3962-4d73-8a40-9c8619fee4c6" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67539de8715f6f9a8a07765a_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67539de8715f6f9a8a07765a_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67539de8715f6f9a8a07765a_optimized"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67539de8715f6f9a8a07765a_optimized" class="w-picture__image-absolute image-absolute_3fN w-c6ba9eab99d4736f013f7e14da7b4e71"/></picture></div></div></div><div class="wrapper_1Ez"><div class="w-3e180955f18292ddd1ca291313be853b"><h1 class="text_1k0 ui-heroTitle w-hero-title ui-heroTitle--light" data-component="text"><span style="display:block" class="w-text-block w-text-center "><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">pEDIATRIC DENTISTry OF UNION</span></span></span></h1></div></div><div class="wrapper_1Ez"><div class="w-741bd7cd3d3eada89b4e07c3e5cd8359"><span class="button-wrapper_1tW"><a data-component="button" class="button_2W3 w-button ui-button ui-button--secondary-dark ui-button--size-lg button-absolute button--font-weight-bold_1Nu" href="/pediatric-dental-services"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Pediatric Dental Services</span></span></a></span></div></div><div class="wrapper_1Ez"><div class="w-cfea85a70d5334da516b721973085d80"><span class="button-wrapper_1tW"><a data-component="button" rel="noopener" data-action="external-link" class="button_2W3 w-button ui-button ui-button--primary-dark ui-button--size-lg button-absolute button--font-weight-bold_1Nu" href="https://forms.gle/9wbg2xMt9R4HKXyi8" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request an Appointment</span></span></a></span></div></div></div></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-67538655728750a6c3b56610" data-block-name="Custom block" data-block-categories="custom" data-test="block-wrapper" data-anchor="custom" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="custom"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-small w-small hidden_3w8" data-component="text" data-animation="fade-in-bottom_1kF normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">happy dental memories</span></span></span></p><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-bottom_1kF normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-accent-color" style="color:var(--ui-light-accent-color)">Welcome</span><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"> to Pediatric Dentistry of Union</span></span></span></h2></div></div></div></div></header><div class="w-section__content"><div class="w-grid w-grid--row w-656b0aefcfd3cf5c3194be1bcac2c94b w-grid--custom-gap w-grid--gap" data-columns-count="2"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div style="overflow:hidden" id="c38ff146-624c-4ff7-aa41-0630c2f28779" data-style="{}" data-skip-animation="true" data-animation="fade-in-bottom_1kF normal_2Pr" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8"><picture class="w-picture ui-picture_2i5 w-d1904546efbd277c6bf530a1ab05e35d" data-wrapper-id="c38ff146-624c-4ff7-aa41-0630c2f28779" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675390d7715f6f9a8a0768dc_optimized_1200_c1200x796-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675390d7715f6f9a8a0768dc_optimized_1200_c1200x796-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675390d7715f6f9a8a0768dc_optimized_1200_c1200x796-0x0"/><img alt="a beautiful and cute little girl with a princess crown is comfortable at her dentist&#x27;s appointment" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675390d7715f6f9a8a0768dc_optimized_1200_c1200x796-0x0" class="w-picture__image ui-image_3aJ w-77e5c82260682b3bf3e4a69f584dff3a"/></picture></div></div></div><div class="w-grid__item w-grid__item--middle"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-subtitle w-subtitle hidden_3w8" data-component="text" data-animation="fade-in-bottom_1kF normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Serving Union &amp; Surrounding Counties Since 1986</span></span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-bottom_1kF normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Guided by the principle that kids who have happy memories of visiting the dentist grow up to be confident adults who take good care of their teeth and are not afraid to visit the dentist, Pediatric Dentistry of Union has been creating positive dental visit experiences for children of all ages including, children with special needs for over 30 years.</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-bottom_1kF normal_2Pr" class="hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-light ui-button--size-lg button--font-weight-bold_1Nu" href="/about/our-team"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Meet Our Team</span></span></a><a data-component="button" data-animation="fade-in-bottom_1kF normal_2Pr" rel="noopener" data-action="external-link" class="hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-lg button--font-weight-bold_1Nu" href="https://forms.gle/9wbg2xMt9R4HKXyi8" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request an Appointment</span></span></a></div></div></div></div></div></div></div><footer class="w-section__footer"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div class="w-gallery" data-galleryid="93d48812-37c2-4570-b215-d3aab48d5ca1" data-collectionlightbox="{&quot;galleryResources&quot;:[{&quot;index&quot;:0,&quot;flip&quot;:false,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized&quot;},{&quot;index&quot;:1,&quot;flop&quot;:false,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized&quot;},{&quot;index&quot;:2,&quot;flip&quot;:false,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized&quot;},{&quot;index&quot;:3,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized&quot;},{&quot;index&quot;:4,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized&quot;},{&quot;index&quot;:5,&quot;flip&quot;:false,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized&quot;},{&quot;index&quot;:6,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized&quot;},{&quot;index&quot;:7,&quot;flop&quot;:false,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized&quot;},{&quot;index&quot;:8,&quot;flip&quot;:false,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized&quot;},{&quot;index&quot;:9,&quot;flip&quot;:false,&quot;src&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized&quot;}],&quot;reactModalStyle&quot;:{},&quot;svgWrapperClassName&quot;:&quot;image-lightbox-wrapper_2qv&quot;}"><div class="gallery-slider_3os gallery-slider--gap_2aK w-9c8602897770122798a1cefe5a402b7a w-slider slider_3TN hidden_3w8" data-component="slider" data-hydrate="{&quot;anchorId&quot;:&quot;67538655728750a6c3b56610&quot;,&quot;value&quot;:{&quot;layout&quot;:&quot;slider&quot;,&quot;preset&quot;:&quot;default&quot;,&quot;gridOptions&quot;:{&quot;gap&quot;:&quot;30&quot;,&quot;columnsCount&quot;:&quot;2&quot;,&quot;size&quot;:&quot;custom&quot;},&quot;stackedOptions&quot;:{&quot;gap&quot;:&quot;30&quot;,&quot;size&quot;:&quot;custom&quot;},&quot;masonryOptions&quot;:{&quot;gap&quot;:&quot;30&quot;,&quot;columnsCount&quot;:&quot;3&quot;,&quot;size&quot;:&quot;custom&quot;},&quot;sliderOptions&quot;:{&quot;gap&quot;:&quot;0&quot;,&quot;columnsCount&quot;:5,&quot;size&quot;:&quot;custom&quot;,&quot;dotsPosition&quot;:&quot;out&quot;,&quot;arrows&quot;:false,&quot;dots&quot;:true,&quot;controlsColor&quot;:&quot;dark-accent-color&quot;},&quot;thumbnailsOptions&quot;:{&quot;gap&quot;:&quot;30&quot;,&quot;columnsCount&quot;:&quot;6&quot;,&quot;size&quot;:&quot;custom&quot;},&quot;items&quot;:[{&quot;id&quot;:&quot;0c22229a-bb32-4417-9506-ee700238d2ef&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;2024 NJ top dentists&quot;,&quot;flip&quot;:false},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;7d75200b-407d-4834-b7fa-6c85f0b1dd25&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;2023 NJ top dentists&quot;,&quot;flop&quot;:false},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;9a491743-720d-49a5-b101-07b53af245d8&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;2022 NJ top dentists&quot;,&quot;flip&quot;:false},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;fbc91579-9bdc-4862-a438-1074cfd71408&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;Jersey choice top dentists 2024&quot;},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;718895ab-aa63-4305-a50f-3068e5e8dc17&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;Jersey choice top dentists 2023&quot;},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;94d304a4-44fe-4d3b-bd9e-ff94ea6772d5&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;Jersey choice top dentists 2022&quot;,&quot;flip&quot;:false},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;130f08cf-650b-4654-ad3d-999b1efb0ec5&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;Jersey choice top dentists 2021&quot;},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;832fde7f-a0e3-40fe-b7a5-a0dede2a9df0&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;Jersey choice top dentists 2020&quot;,&quot;flop&quot;:false},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;3b5bf8b1-fddc-4d9d-800d-b5829d33fc3b&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;Jersey choice top dentists 2019&quot;,&quot;flip&quot;:false},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}},{&quot;id&quot;:&quot;66f825a7-cdc9-4dc2-bcca-ee917b61352b&quot;,&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;image&quot;:{&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;alt&quot;:&quot;Hulafrog&#x27;s most loved 2021 award winner&quot;,&quot;flip&quot;:false},&quot;video&quot;:{},&quot;customClassNames&quot;:[]}}]},&quot;settings&quot;:{&quot;dots&quot;:true,&quot;autoplay&quot;:false,&quot;adaptiveHeight&quot;:false,&quot;focusOnSelect&quot;:false,&quot;responsive&quot;:[{&quot;breakpoint&quot;:991,&quot;settings&quot;:{&quot;slidesToShow&quot;:3,&quot;infinite&quot;:true,&quot;fade&quot;:false}},{&quot;breakpoint&quot;:767,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true,&quot;fade&quot;:false}},{&quot;breakpoint&quot;:479,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true,&quot;fade&quot;:false}}],&quot;slidesToShow&quot;:5,&quot;gap&quot;:&quot;0&quot;,&quot;columnsCount&quot;:5,&quot;size&quot;:&quot;custom&quot;,&quot;dotsPosition&quot;:&quot;out&quot;,&quot;arrows&quot;:false,&quot;controlsColor&quot;:&quot;dark-accent-color&quot;,&quot;dotsClass&quot;:&quot;slick-dots slider__dots_3sC&quot;,&quot;alwaysDisplayControls&quot;:true,&quot;infinite&quot;:true,&quot;fade&quot;:false}}" data-animation="fade-in-bottom_1kF normal_2Pr"><div class="slick-slider slick-initialized" dir="ltr"><div class="slick-list"><div class="slick-track" style="width:500%;left:-100%"><div data-index="-5" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-5"><span id="35030860-ea93-4077-946b-bffe4e08cfe4" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="35030860-ea93-4077-946b-bffe4e08cfe4" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"/><img alt="Jersey choice top dentists 2022" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:5}" type="button"></button></span></div></div></div></div><div data-index="-4" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-6"><span id="11caffe1-5440-4701-bdef-8645e5c67602" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="11caffe1-5440-4701-bdef-8645e5c67602" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"/><img alt="Jersey choice top dentists 2021" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:6}" type="button"></button></span></div></div></div></div><div data-index="-3" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-7"><span id="dd1b3e7f-c6be-4b3e-876d-bc3bd8af3327" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="dd1b3e7f-c6be-4b3e-876d-bc3bd8af3327" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"/><img alt="Jersey choice top dentists 2020" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:7}" type="button"></button></span></div></div></div></div><div data-index="-2" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-8"><span id="6b97855a-5a87-472c-9e5d-cc2547e92947" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="6b97855a-5a87-472c-9e5d-cc2547e92947" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"/><img alt="Jersey choice top dentists 2019" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:8}" type="button"></button></span></div></div></div></div><div data-index="-1" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-9"><span id="5bfc7ad9-1f63-4380-b3f4-5975f7407e88" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="5bfc7ad9-1f63-4380-b3f4-5975f7407e88" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"/><img alt="Hulafrog&#x27;s most loved 2021 award winner" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:9}" type="button"></button></span></div></div></div></div><div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-0"><span id="a654d6da-6279-40aa-89a6-86c387ee996e" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="a654d6da-6279-40aa-89a6-86c387ee996e" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized"/><img alt="2024 NJ top dentists" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:0}" type="button"></button></span></div></div></div></div><div data-index="1" class="slick-slide slick-active" tabindex="-1" aria-hidden="false" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-1"><span id="60f8d28c-502b-46e3-90fd-39b29cf0587d" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="60f8d28c-502b-46e3-90fd-39b29cf0587d" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized"/><img alt="2023 NJ top dentists" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:1}" type="button"></button></span></div></div></div></div><div data-index="2" class="slick-slide slick-active" tabindex="-1" aria-hidden="false" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-2"><span id="add506d2-19b3-447c-a28a-1924f6a9b5a0" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="add506d2-19b3-447c-a28a-1924f6a9b5a0" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized"/><img alt="2022 NJ top dentists" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:2}" type="button"></button></span></div></div></div></div><div data-index="3" class="slick-slide slick-active" tabindex="-1" aria-hidden="false" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-3"><span id="c8ac5c2e-5aee-44ae-bf10-3bbe5d98af67" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="c8ac5c2e-5aee-44ae-bf10-3bbe5d98af67" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized"/><img alt="Jersey choice top dentists 2024" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:3}" type="button"></button></span></div></div></div></div><div data-index="4" class="slick-slide slick-active" tabindex="-1" aria-hidden="false" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-4"><span id="5537be42-2710-4b82-8090-8ef5cf0efde5" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="5537be42-2710-4b82-8090-8ef5cf0efde5" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized"/><img alt="Jersey choice top dentists 2023" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:4}" type="button"></button></span></div></div></div></div><div data-index="5" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-5"><span id="c1b91d73-ae1f-4ed2-84a8-939e0f475a54" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="c1b91d73-ae1f-4ed2-84a8-939e0f475a54" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"/><img alt="Jersey choice top dentists 2022" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:5}" type="button"></button></span></div></div></div></div><div data-index="6" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-6"><span id="a55721b0-2c1d-43b0-8296-c4769609bf82" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="a55721b0-2c1d-43b0-8296-c4769609bf82" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"/><img alt="Jersey choice top dentists 2021" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:6}" type="button"></button></span></div></div></div></div><div data-index="7" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-7"><span id="17fd72d7-80e0-4469-bf91-f409b782f932" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="17fd72d7-80e0-4469-bf91-f409b782f932" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"/><img alt="Jersey choice top dentists 2020" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:7}" type="button"></button></span></div></div></div></div><div data-index="8" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-8"><span id="e36da566-ffc1-40af-bb44-aa1d3092e303" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="e36da566-ffc1-40af-bb44-aa1d3092e303" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"/><img alt="Jersey choice top dentists 2019" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:8}" type="button"></button></span></div></div></div></div><div data-index="9" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline:none;width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-9"><span id="a3bb2f4e-98fb-4f9a-bd1f-5738b87a3f07" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="a3bb2f4e-98fb-4f9a-bd1f-5738b87a3f07" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"/><img alt="Hulafrog&#x27;s most loved 2021 award winner" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:9}" type="button"></button></span></div></div></div></div><div data-index="10" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-0"><span id="54f9c485-d632-4c97-b014-f884c57c3a38" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="54f9c485-d632-4c97-b014-f884c57c3a38" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized"/><img alt="2024 NJ top dentists" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4de2bb897cb36caf82_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:0}" type="button"></button></span></div></div></div></div><div data-index="11" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-1"><span id="9676bb5e-a102-4e02-8900-fb02161424d0" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="9676bb5e-a102-4e02-8900-fb02161424d0" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized"/><img alt="2023 NJ top dentists" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4dcb9015b79a63d1eb_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:1}" type="button"></button></span></div></div></div></div><div data-index="12" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-2"><span id="a8bf6410-3595-4fe6-972a-8cd927a333d4" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="a8bf6410-3595-4fe6-972a-8cd927a333d4" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized"/><img alt="2022 NJ top dentists" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4d715f6f9a8a076440_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:2}" type="button"></button></span></div></div></div></div><div data-index="13" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-3"><span id="df2e1192-4571-46ab-b680-5a672c5e5770" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="df2e1192-4571-46ab-b680-5a672c5e5770" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized"/><img alt="Jersey choice top dentists 2024" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e64715f6f9a8a076484_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:3}" type="button"></button></span></div></div></div></div><div data-index="14" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-4"><span id="0172fce4-5289-4343-a05d-85aa0134977f" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="0172fce4-5289-4343-a05d-85aa0134977f" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized"/><img alt="Jersey choice top dentists 2023" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4be2bb897cb36caf6d_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:4}" type="button"></button></span></div></div></div></div><div data-index="15" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-5"><span id="0a49a887-2b29-4ef1-87fd-fe4e1230ee04" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="0a49a887-2b29-4ef1-87fd-fe4e1230ee04" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized"/><img alt="Jersey choice top dentists 2022" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b715f6f9a8a07642b_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:5}" type="button"></button></span></div></div></div></div><div data-index="16" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-6"><span id="044d8364-295d-48aa-b489-c7a7d258b957" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="044d8364-295d-48aa-b489-c7a7d258b957" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized"/><img alt="Jersey choice top dentists 2021" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51cb_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:6}" type="button"></button></span></div></div></div></div><div data-index="17" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-7"><span id="b6e80768-abf1-4497-84df-1bcf6e74a243" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="b6e80768-abf1-4497-84df-1bcf6e74a243" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized"/><img alt="Jersey choice top dentists 2020" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4bcb9015b79a63d1d2_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:7}" type="button"></button></span></div></div></div></div><div data-index="18" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-8"><span id="453ab39b-f726-45e0-9e8a-5bbfc4dd3663" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="453ab39b-f726-45e0-9e8a-5bbfc4dd3663" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized"/><img alt="Jersey choice top dentists 2019" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4b67f24a0db2be51d1_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:8}" type="button"></button></span></div></div></div></div><div data-index="19" tabindex="-1" class="slick-slide slick-cloned" aria-hidden="true" style="width:4%"><div><div class="gallery-slider__item_w-R"><div class="item-9"><span id="583a72c3-8c07-4be7-85e5-8b3d505a5636" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture picture_N_E ui-picture_2i5 w-da2d3dcb3501ae057aa173166bf643bd" data-wrapper-id="583a72c3-8c07-4be7-85e5-8b3d505a5636" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized"/><img alt="Hulafrog&#x27;s most loved 2021 award winner" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67538e4c0ed0b39ccac98900_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;galleryId&quot;:&quot;93d48812-37c2-4570-b215-d3aab48d5ca1&quot;,&quot;currentIndex&quot;:9}" type="button"></button></span></div></div></div></div></div></div><ul style="display:block" class="slick-dots slider__dots_3sC"><li class="slick-active"><button>1</button></li><li class=""><button>2</button></li><li class=""><button>3</button></li><li class=""><button>4</button></li><li class=""><button>5</button></li><li class=""><button>6</button></li><li class=""><button>7</button></li><li class=""><button>8</button></li><li class=""><button>9</button></li><li class=""><button>10</button></li></ul></div><div style="display:none"><div data-slider-component="arrow-prev"><button type="button" class="w-slider-arrow w-slider-arrow--prev slider-arrow_14j slider-arrow--prev_1pl w-slider-arrow--with-dots slider-arrow--with-dots_3St"><div class="slider-arrow__click-zone_2wC"></div><svg class="arrow-svg_2ub w-arrow-svg" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a"></use></svg></button></div><div data-slider-component="arrow-next"><button type="button" class="w-slider-arrow w-slider-arrow--next slider-arrow_14j slider-arrow--next_2fw w-slider-arrow--with-dots slider-arrow--with-dots_3St"><div class="slider-arrow__click-zone_2wC"></div><svg class="arrow-svg_2ub w-arrow-svg" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a"></use></svg></button></div></div></div></div></div></div></div></div></footer></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-67539550cdb8c04f3570cf1c" data-block-name="wireframe-series-1-features" data-block-categories="features" data-test="block-wrapper" data-anchor="information-and-tips" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="information-and-tips"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#f5a066" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">healthy smiles</span></span></span></p><p class="text_1k0 ui-blockTitle w-title" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">holistic pediatric dentist in Union</span></span></span></p></div></div></div></div></header><div class="w-section__content"><div class="w-2a5dc30a6807aa8725a711d62ec57d63 w-6454d86eafd410c0a47625b8d2f294b1 w-grid w-grid--slider w-grid--gap w-grid--center w-0b9a29100945dc91830167bc982358b5 slider-wrapper_1r3" data-component="collection-slider" data-hydrate="{&quot;anchorId&quot;:&quot;67539550cdb8c04f3570cf1c&quot;,&quot;value&quot;:{&quot;columnsCount&quot;:3,&quot;contentAlign&quot;:&quot;left&quot;,&quot;items&quot;:[{&quot;id&quot;:&quot;861ae1fe-360a-4925-aa6e-5fa4489a648d&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;Preventive Dentistry&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_icon&quot;:{&quot;size&quot;:&quot;xl&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 511.999 511.999&#x27;&gt;&lt;path d=&#x27;M309.618 96.455c-19.229-18.964-44.714-29.208-71.73-28.824-26.001.362-50.549 10.737-69.122 29.213-18.574 18.478-29.075 42.971-29.568 68.969a100.186 100.186 0 0 0 32.834 76.098c8.175 7.419 12.863 18.059 12.863 29.19v13.297c0 8.577 4.053 16.221 10.338 21.133v30.505c0 13.899 11.306 25.204 25.203 25.204h37.75c13.897 0 25.203-11.306 25.203-25.203v-30.505c6.285-4.912 10.338-12.556 10.338-21.133v-13.297c0-11.1 4.744-21.79 13.016-29.329 20.782-18.94 32.701-45.919 32.701-74.019 0-27.01-10.592-52.332-29.826-71.299zM258.186 341.24h-37.75a5.209 5.209 0 0 1-5.203-5.203v-24.822h48.155v24.822h.001a5.209 5.209 0 0 1-5.203 5.203zm35.085-114.248c-12.421 11.32-19.544 27.397-19.544 44.111V284.4a6.822 6.822 0 0 1-6.814 6.815h-55.204c-3.757 0-6.814-3.058-6.814-6.815v-13.297c0-16.76-7.079-32.797-19.422-44a80.19 80.19 0 0 1-26.28-60.909c.811-42.725 36.237-77.968 78.972-78.563.386-.005.767-.008 1.152-.008 21.202 0 41.143 8.168 56.257 23.074 15.392 15.179 23.869 35.443 23.869 57.059 0 22.486-9.54 44.077-26.172 59.236z&#x27;/&gt;&lt;path d=&#x27;M437.431 263.396l-31.065-56.746v-38.896C406.366 75.254 331.112 0 238.612 0S70.859 75.254 70.859 167.754v28.807c0 35.785 10.757 70.015 31.144 99.213v82.576c0 5.522 4.477 10 10 10s10-4.478 10-10v-85.772a9.996 9.996 0 0 0-1.909-5.876c-19.125-26.335-29.235-57.505-29.235-90.141v-28.807C90.858 86.282 157.141 20 238.612 20s147.754 66.282 147.754 147.754v41.455a9.99 9.99 0 0 0 1.229 4.802L419.888 273c2.44 4.457.688 8.321-.178 9.775-.863 1.45-3.412 4.812-8.459 4.812h-.052l-14.787-.067c-2.702-.022-5.216 1.036-7.101 2.913a10 10 0 0 0-2.945 7.087v44.629c0 23.848-19.402 43.25-43.25 43.25h-30.021c-13.624 0-24.708 11.084-24.708 24.709v76.435L152.446 425.44c-5.039-2.267-10.957-.016-13.221 5.021s-.016 10.956 5.021 13.221l150.041 67.438a10 10 0 0 0 14.099-9.121v-91.893a4.714 4.714 0 0 1 4.708-4.709h30.021c34.876 0 63.25-28.374 63.25-63.25v-34.583l4.741.021h.143c10.623 0 20.201-5.44 25.643-14.575 5.466-9.174 5.668-20.245.539-29.614z&#x27;/&gt;&lt;circle cx=&#x27;112.909&#x27; cy=&#x27;417.49&#x27; r=&#x27;10&#x27;/&gt;&lt;/svg&gt;&quot;},&quot;item_icon_background&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;color&quot;:&quot;dark-accent-color&quot;},&quot;item_category&quot;:{&quot;content&quot;:&quot;01&quot;,&quot;type&quot;:&quot;text&quot;},&quot;item_image&quot;:{&quot;src&quot;:&quot;https://www.vms.ro/wp-content/uploads/2015/04/mobius-placeholder-2.png&quot;,&quot;alt&quot;:&quot;Picture instead icon&quot;},&quot;item_body&quot;:{&quot;content&quot;:&quot;We have extensive experience and can be proud of  10 000+ completed projects.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;background&quot;:{&quot;color&quot;:&quot;light-shade-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;color&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;eae3c4a9-4d02-4c45-b25d-10042f89e6a0&quot;:{&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;a child is holding a model of a denture and a toothbrush while the dentist is teaching him how to brush his teeth properly&quot;,&quot;resourceRef&quot;:&quot;res/62ac8f5e018002000ca53e74/65021c5b25031500167ee61b&quot;,&quot;position&quot;:{&quot;x&quot;:89.421,&quot;y&quot;:50},&quot;flip&quot;:false},&quot;customClassNames&quot;:[]},&quot;private&quot;:{&quot;preset&quot;:&quot;none&quot;,&quot;size&quot;:&quot;lg&quot;}},&quot;42c390bb-7799-4433-b3b4-64d15dbfda87&quot;:{&quot;textValue&quot;:&quot;See Preventive Dentistry&quot;,&quot;type&quot;:&quot;secondary&quot;,&quot;style&quot;:{&quot;fontWeight&quot;:&quot;bold&quot;},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;link&quot;,&quot;actions&quot;:{&quot;link&quot;:{&quot;pageId&quot;:&quot;675371247a81a51d45f7fe19&quot;,&quot;forceForeignLang&quot;:false,&quot;categoryLink&quot;:null}}},&quot;size&quot;:&quot;lg&quot;},&quot;e51185e1-cc7a-42fc-b704-e2847538ab00&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;Preventive dentistry helps protect your child’s smile with personalized care, regular cleanings, sealants, and expert guidance for a cavity-free future.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;}},{&quot;id&quot;:&quot;967ec769-7f1d-4cbc-80fa-c3c622a83481&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;Emergency Care&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_icon&quot;:{&quot;size&quot;:&quot;xl&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 511.999 511.999&#x27;&gt;&lt;path d=&#x27;M309.618 96.455c-19.229-18.964-44.714-29.208-71.73-28.824-26.001.362-50.549 10.737-69.122 29.213-18.574 18.478-29.075 42.971-29.568 68.969a100.186 100.186 0 0 0 32.834 76.098c8.175 7.419 12.863 18.059 12.863 29.19v13.297c0 8.577 4.053 16.221 10.338 21.133v30.505c0 13.899 11.306 25.204 25.203 25.204h37.75c13.897 0 25.203-11.306 25.203-25.203v-30.505c6.285-4.912 10.338-12.556 10.338-21.133v-13.297c0-11.1 4.744-21.79 13.016-29.329 20.782-18.94 32.701-45.919 32.701-74.019 0-27.01-10.592-52.332-29.826-71.299zM258.186 341.24h-37.75a5.209 5.209 0 0 1-5.203-5.203v-24.822h48.155v24.822h.001a5.209 5.209 0 0 1-5.203 5.203zm35.085-114.248c-12.421 11.32-19.544 27.397-19.544 44.111V284.4a6.822 6.822 0 0 1-6.814 6.815h-55.204c-3.757 0-6.814-3.058-6.814-6.815v-13.297c0-16.76-7.079-32.797-19.422-44a80.19 80.19 0 0 1-26.28-60.909c.811-42.725 36.237-77.968 78.972-78.563.386-.005.767-.008 1.152-.008 21.202 0 41.143 8.168 56.257 23.074 15.392 15.179 23.869 35.443 23.869 57.059 0 22.486-9.54 44.077-26.172 59.236z&#x27;/&gt;&lt;path d=&#x27;M437.431 263.396l-31.065-56.746v-38.896C406.366 75.254 331.112 0 238.612 0S70.859 75.254 70.859 167.754v28.807c0 35.785 10.757 70.015 31.144 99.213v82.576c0 5.522 4.477 10 10 10s10-4.478 10-10v-85.772a9.996 9.996 0 0 0-1.909-5.876c-19.125-26.335-29.235-57.505-29.235-90.141v-28.807C90.858 86.282 157.141 20 238.612 20s147.754 66.282 147.754 147.754v41.455a9.99 9.99 0 0 0 1.229 4.802L419.888 273c2.44 4.457.688 8.321-.178 9.775-.863 1.45-3.412 4.812-8.459 4.812h-.052l-14.787-.067c-2.702-.022-5.216 1.036-7.101 2.913a10 10 0 0 0-2.945 7.087v44.629c0 23.848-19.402 43.25-43.25 43.25h-30.021c-13.624 0-24.708 11.084-24.708 24.709v76.435L152.446 425.44c-5.039-2.267-10.957-.016-13.221 5.021s-.016 10.956 5.021 13.221l150.041 67.438a10 10 0 0 0 14.099-9.121v-91.893a4.714 4.714 0 0 1 4.708-4.709h30.021c34.876 0 63.25-28.374 63.25-63.25v-34.583l4.741.021h.143c10.623 0 20.201-5.44 25.643-14.575 5.466-9.174 5.668-20.245.539-29.614z&#x27;/&gt;&lt;circle cx=&#x27;112.909&#x27; cy=&#x27;417.49&#x27; r=&#x27;10&#x27;/&gt;&lt;/svg&gt;&quot;},&quot;item_icon_background&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;color&quot;:&quot;dark-accent-color&quot;},&quot;item_category&quot;:{&quot;content&quot;:&quot;01&quot;,&quot;type&quot;:&quot;text&quot;},&quot;item_image&quot;:{&quot;src&quot;:&quot;https://www.vms.ro/wp-content/uploads/2015/04/mobius-placeholder-2.png&quot;,&quot;alt&quot;:&quot;Picture instead icon&quot;},&quot;item_body&quot;:{&quot;content&quot;:&quot;We have extensive experience and can be proud of  10 000+ completed projects.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;background&quot;:{&quot;color&quot;:&quot;light-shade-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;color&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;eae3c4a9-4d02-4c45-b25d-10042f89e6a0&quot;:{&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;a cute girl is comfortable next to her mom while the dentist checks her teeth&quot;,&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67534e540ed0b39ccac8d88e&quot;,&quot;position&quot;:{&quot;x&quot;:57.402,&quot;y&quot;:50},&quot;flip&quot;:false,&quot;filter&quot;:{&quot;type&quot;:&quot;saturate&quot;,&quot;strength&quot;:15}},&quot;customClassNames&quot;:[]},&quot;private&quot;:{&quot;preset&quot;:&quot;none&quot;,&quot;size&quot;:&quot;lg&quot;}},&quot;42c390bb-7799-4433-b3b4-64d15dbfda87&quot;:{&quot;textValue&quot;:&quot;See Emergency Care&quot;,&quot;type&quot;:&quot;secondary&quot;,&quot;style&quot;:{&quot;fontWeight&quot;:&quot;bold&quot;},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;link&quot;,&quot;actions&quot;:{&quot;link&quot;:{&quot;pageId&quot;:&quot;6753425f9bc72fc243e5d5a2&quot;,&quot;forceForeignLang&quot;:false,&quot;categoryLink&quot;:null}}},&quot;size&quot;:&quot;lg&quot;},&quot;e51185e1-cc7a-42fc-b704-e2847538ab00&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;Fast relief for dental emergencies! Our pediatric team is here to soothe your child’s discomfort. Call now for quick, compassionate emergency care.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;}},{&quot;id&quot;:&quot;1f75b740-5040-418a-9d38-112559790c73&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;Special Needs Dentistry&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_icon&quot;:{&quot;size&quot;:&quot;xl&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 511.999 511.999&#x27;&gt;&lt;path d=&#x27;M309.618 96.455c-19.229-18.964-44.714-29.208-71.73-28.824-26.001.362-50.549 10.737-69.122 29.213-18.574 18.478-29.075 42.971-29.568 68.969a100.186 100.186 0 0 0 32.834 76.098c8.175 7.419 12.863 18.059 12.863 29.19v13.297c0 8.577 4.053 16.221 10.338 21.133v30.505c0 13.899 11.306 25.204 25.203 25.204h37.75c13.897 0 25.203-11.306 25.203-25.203v-30.505c6.285-4.912 10.338-12.556 10.338-21.133v-13.297c0-11.1 4.744-21.79 13.016-29.329 20.782-18.94 32.701-45.919 32.701-74.019 0-27.01-10.592-52.332-29.826-71.299zM258.186 341.24h-37.75a5.209 5.209 0 0 1-5.203-5.203v-24.822h48.155v24.822h.001a5.209 5.209 0 0 1-5.203 5.203zm35.085-114.248c-12.421 11.32-19.544 27.397-19.544 44.111V284.4a6.822 6.822 0 0 1-6.814 6.815h-55.204c-3.757 0-6.814-3.058-6.814-6.815v-13.297c0-16.76-7.079-32.797-19.422-44a80.19 80.19 0 0 1-26.28-60.909c.811-42.725 36.237-77.968 78.972-78.563.386-.005.767-.008 1.152-.008 21.202 0 41.143 8.168 56.257 23.074 15.392 15.179 23.869 35.443 23.869 57.059 0 22.486-9.54 44.077-26.172 59.236z&#x27;/&gt;&lt;path d=&#x27;M437.431 263.396l-31.065-56.746v-38.896C406.366 75.254 331.112 0 238.612 0S70.859 75.254 70.859 167.754v28.807c0 35.785 10.757 70.015 31.144 99.213v82.576c0 5.522 4.477 10 10 10s10-4.478 10-10v-85.772a9.996 9.996 0 0 0-1.909-5.876c-19.125-26.335-29.235-57.505-29.235-90.141v-28.807C90.858 86.282 157.141 20 238.612 20s147.754 66.282 147.754 147.754v41.455a9.99 9.99 0 0 0 1.229 4.802L419.888 273c2.44 4.457.688 8.321-.178 9.775-.863 1.45-3.412 4.812-8.459 4.812h-.052l-14.787-.067c-2.702-.022-5.216 1.036-7.101 2.913a10 10 0 0 0-2.945 7.087v44.629c0 23.848-19.402 43.25-43.25 43.25h-30.021c-13.624 0-24.708 11.084-24.708 24.709v76.435L152.446 425.44c-5.039-2.267-10.957-.016-13.221 5.021s-.016 10.956 5.021 13.221l150.041 67.438a10 10 0 0 0 14.099-9.121v-91.893a4.714 4.714 0 0 1 4.708-4.709h30.021c34.876 0 63.25-28.374 63.25-63.25v-34.583l4.741.021h.143c10.623 0 20.201-5.44 25.643-14.575 5.466-9.174 5.668-20.245.539-29.614z&#x27;/&gt;&lt;circle cx=&#x27;112.909&#x27; cy=&#x27;417.49&#x27; r=&#x27;10&#x27;/&gt;&lt;/svg&gt;&quot;},&quot;item_icon_background&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;color&quot;:&quot;dark-accent-color&quot;},&quot;item_category&quot;:{&quot;content&quot;:&quot;01&quot;,&quot;type&quot;:&quot;text&quot;},&quot;item_image&quot;:{&quot;src&quot;:&quot;https://www.vms.ro/wp-content/uploads/2015/04/mobius-placeholder-2.png&quot;,&quot;alt&quot;:&quot;Picture instead icon&quot;},&quot;item_body&quot;:{&quot;content&quot;:&quot;We have extensive experience and can be proud of  10 000+ completed projects.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;background&quot;:{&quot;color&quot;:&quot;light-shade-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;color&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;eae3c4a9-4d02-4c45-b25d-10042f89e6a0&quot;:{&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;a child with special needs is comfortable and happy at his dental check-up&quot;,&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/675354ca3a846dd0659c40c4&quot;,&quot;position&quot;:{&quot;x&quot;:89.657,&quot;y&quot;:50},&quot;flip&quot;:false},&quot;customClassNames&quot;:[]},&quot;private&quot;:{&quot;preset&quot;:&quot;none&quot;,&quot;size&quot;:&quot;lg&quot;}},&quot;42c390bb-7799-4433-b3b4-64d15dbfda87&quot;:{&quot;textValue&quot;:&quot;See Special Needs Dentistry&quot;,&quot;type&quot;:&quot;secondary&quot;,&quot;style&quot;:{&quot;fontWeight&quot;:&quot;bold&quot;},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;link&quot;,&quot;actions&quot;:{&quot;link&quot;:{&quot;pageId&quot;:&quot;6753506826d1679877eafcc2&quot;,&quot;forceForeignLang&quot;:false,&quot;categoryLink&quot;:null}}},&quot;size&quot;:&quot;lg&quot;},&quot;e51185e1-cc7a-42fc-b704-e2847538ab00&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;Our team provides personalized treatment in a gentle, comfortable environment to meet your child’s unique needs.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;}},{&quot;id&quot;:&quot;b45d7315-1523-483e-81b0-05583146cfc5&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;Nitrous Oxide&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_icon&quot;:{&quot;size&quot;:&quot;xl&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 511.999 511.999&#x27;&gt;&lt;path d=&#x27;M309.618 96.455c-19.229-18.964-44.714-29.208-71.73-28.824-26.001.362-50.549 10.737-69.122 29.213-18.574 18.478-29.075 42.971-29.568 68.969a100.186 100.186 0 0 0 32.834 76.098c8.175 7.419 12.863 18.059 12.863 29.19v13.297c0 8.577 4.053 16.221 10.338 21.133v30.505c0 13.899 11.306 25.204 25.203 25.204h37.75c13.897 0 25.203-11.306 25.203-25.203v-30.505c6.285-4.912 10.338-12.556 10.338-21.133v-13.297c0-11.1 4.744-21.79 13.016-29.329 20.782-18.94 32.701-45.919 32.701-74.019 0-27.01-10.592-52.332-29.826-71.299zM258.186 341.24h-37.75a5.209 5.209 0 0 1-5.203-5.203v-24.822h48.155v24.822h.001a5.209 5.209 0 0 1-5.203 5.203zm35.085-114.248c-12.421 11.32-19.544 27.397-19.544 44.111V284.4a6.822 6.822 0 0 1-6.814 6.815h-55.204c-3.757 0-6.814-3.058-6.814-6.815v-13.297c0-16.76-7.079-32.797-19.422-44a80.19 80.19 0 0 1-26.28-60.909c.811-42.725 36.237-77.968 78.972-78.563.386-.005.767-.008 1.152-.008 21.202 0 41.143 8.168 56.257 23.074 15.392 15.179 23.869 35.443 23.869 57.059 0 22.486-9.54 44.077-26.172 59.236z&#x27;/&gt;&lt;path d=&#x27;M437.431 263.396l-31.065-56.746v-38.896C406.366 75.254 331.112 0 238.612 0S70.859 75.254 70.859 167.754v28.807c0 35.785 10.757 70.015 31.144 99.213v82.576c0 5.522 4.477 10 10 10s10-4.478 10-10v-85.772a9.996 9.996 0 0 0-1.909-5.876c-19.125-26.335-29.235-57.505-29.235-90.141v-28.807C90.858 86.282 157.141 20 238.612 20s147.754 66.282 147.754 147.754v41.455a9.99 9.99 0 0 0 1.229 4.802L419.888 273c2.44 4.457.688 8.321-.178 9.775-.863 1.45-3.412 4.812-8.459 4.812h-.052l-14.787-.067c-2.702-.022-5.216 1.036-7.101 2.913a10 10 0 0 0-2.945 7.087v44.629c0 23.848-19.402 43.25-43.25 43.25h-30.021c-13.624 0-24.708 11.084-24.708 24.709v76.435L152.446 425.44c-5.039-2.267-10.957-.016-13.221 5.021s-.016 10.956 5.021 13.221l150.041 67.438a10 10 0 0 0 14.099-9.121v-91.893a4.714 4.714 0 0 1 4.708-4.709h30.021c34.876 0 63.25-28.374 63.25-63.25v-34.583l4.741.021h.143c10.623 0 20.201-5.44 25.643-14.575 5.466-9.174 5.668-20.245.539-29.614z&#x27;/&gt;&lt;circle cx=&#x27;112.909&#x27; cy=&#x27;417.49&#x27; r=&#x27;10&#x27;/&gt;&lt;/svg&gt;&quot;},&quot;item_icon_background&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;color&quot;:&quot;dark-accent-color&quot;},&quot;item_category&quot;:{&quot;content&quot;:&quot;01&quot;,&quot;type&quot;:&quot;text&quot;},&quot;item_image&quot;:{&quot;src&quot;:&quot;https://www.vms.ro/wp-content/uploads/2015/04/mobius-placeholder-2.png&quot;,&quot;alt&quot;:&quot;Picture instead icon&quot;},&quot;item_body&quot;:{&quot;content&quot;:&quot;We have extensive experience and can be proud of  10 000+ completed projects.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;background&quot;:{&quot;color&quot;:&quot;light-shade-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;color&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;eae3c4a9-4d02-4c45-b25d-10042f89e6a0&quot;:{&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;a child is relaxed as the dentist puts a laughing gas mask on him&quot;,&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/675368e43a846dd0659c8434&quot;,&quot;position&quot;:{&quot;x&quot;:69.876,&quot;y&quot;:50},&quot;flip&quot;:false},&quot;customClassNames&quot;:[]},&quot;private&quot;:{&quot;preset&quot;:&quot;none&quot;,&quot;size&quot;:&quot;lg&quot;}},&quot;42c390bb-7799-4433-b3b4-64d15dbfda87&quot;:{&quot;textValue&quot;:&quot;See Nitrous Oxide&quot;,&quot;type&quot;:&quot;secondary&quot;,&quot;style&quot;:{&quot;fontWeight&quot;:&quot;bold&quot;},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;link&quot;,&quot;actions&quot;:{&quot;link&quot;:{&quot;pageId&quot;:&quot;675357305c27344db8b13bf5&quot;,&quot;forceForeignLang&quot;:false,&quot;categoryLink&quot;:null}}},&quot;size&quot;:&quot;lg&quot;},&quot;e51185e1-cc7a-42fc-b704-e2847538ab00&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;Ease your child’s dental anxiety with nitrous oxide! Our safe, gentle “laughing gas” helps keep kids calm and comfortable throughout their treatment.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;}},{&quot;id&quot;:&quot;95fd6011-9080-4162-83ad-9e662f5ab7a1&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;Hospital Dentistry&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_icon&quot;:{&quot;size&quot;:&quot;xl&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=&#x27;http://www.w3.org/2000/svg&#x27; viewBox=&#x27;0 0 511.999 511.999&#x27;&gt;&lt;path d=&#x27;M309.618 96.455c-19.229-18.964-44.714-29.208-71.73-28.824-26.001.362-50.549 10.737-69.122 29.213-18.574 18.478-29.075 42.971-29.568 68.969a100.186 100.186 0 0 0 32.834 76.098c8.175 7.419 12.863 18.059 12.863 29.19v13.297c0 8.577 4.053 16.221 10.338 21.133v30.505c0 13.899 11.306 25.204 25.203 25.204h37.75c13.897 0 25.203-11.306 25.203-25.203v-30.505c6.285-4.912 10.338-12.556 10.338-21.133v-13.297c0-11.1 4.744-21.79 13.016-29.329 20.782-18.94 32.701-45.919 32.701-74.019 0-27.01-10.592-52.332-29.826-71.299zM258.186 341.24h-37.75a5.209 5.209 0 0 1-5.203-5.203v-24.822h48.155v24.822h.001a5.209 5.209 0 0 1-5.203 5.203zm35.085-114.248c-12.421 11.32-19.544 27.397-19.544 44.111V284.4a6.822 6.822 0 0 1-6.814 6.815h-55.204c-3.757 0-6.814-3.058-6.814-6.815v-13.297c0-16.76-7.079-32.797-19.422-44a80.19 80.19 0 0 1-26.28-60.909c.811-42.725 36.237-77.968 78.972-78.563.386-.005.767-.008 1.152-.008 21.202 0 41.143 8.168 56.257 23.074 15.392 15.179 23.869 35.443 23.869 57.059 0 22.486-9.54 44.077-26.172 59.236z&#x27;/&gt;&lt;path d=&#x27;M437.431 263.396l-31.065-56.746v-38.896C406.366 75.254 331.112 0 238.612 0S70.859 75.254 70.859 167.754v28.807c0 35.785 10.757 70.015 31.144 99.213v82.576c0 5.522 4.477 10 10 10s10-4.478 10-10v-85.772a9.996 9.996 0 0 0-1.909-5.876c-19.125-26.335-29.235-57.505-29.235-90.141v-28.807C90.858 86.282 157.141 20 238.612 20s147.754 66.282 147.754 147.754v41.455a9.99 9.99 0 0 0 1.229 4.802L419.888 273c2.44 4.457.688 8.321-.178 9.775-.863 1.45-3.412 4.812-8.459 4.812h-.052l-14.787-.067c-2.702-.022-5.216 1.036-7.101 2.913a10 10 0 0 0-2.945 7.087v44.629c0 23.848-19.402 43.25-43.25 43.25h-30.021c-13.624 0-24.708 11.084-24.708 24.709v76.435L152.446 425.44c-5.039-2.267-10.957-.016-13.221 5.021s-.016 10.956 5.021 13.221l150.041 67.438a10 10 0 0 0 14.099-9.121v-91.893a4.714 4.714 0 0 1 4.708-4.709h30.021c34.876 0 63.25-28.374 63.25-63.25v-34.583l4.741.021h.143c10.623 0 20.201-5.44 25.643-14.575 5.466-9.174 5.668-20.245.539-29.614z&#x27;/&gt;&lt;circle cx=&#x27;112.909&#x27; cy=&#x27;417.49&#x27; r=&#x27;10&#x27;/&gt;&lt;/svg&gt;&quot;},&quot;item_icon_background&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;color&quot;:&quot;dark-accent-color&quot;},&quot;item_category&quot;:{&quot;content&quot;:&quot;01&quot;,&quot;type&quot;:&quot;text&quot;},&quot;item_image&quot;:{&quot;src&quot;:&quot;https://www.vms.ro/wp-content/uploads/2015/04/mobius-placeholder-2.png&quot;,&quot;alt&quot;:&quot;Picture instead icon&quot;},&quot;item_body&quot;:{&quot;content&quot;:&quot;We have extensive experience and can be proud of  10 000+ completed projects.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;background&quot;:{&quot;color&quot;:&quot;light-shade-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;color&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;eae3c4a9-4d02-4c45-b25d-10042f89e6a0&quot;:{&quot;media&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;a girl sits on her mother&#x27;s lap while the dentist checks her teeth&quot;,&quot;resourceRef&quot;:&quot;res/5fd7b71f3dcdaa0021da74ac/67536ec93a846dd0659c9612&quot;,&quot;position&quot;:{&quot;x&quot;:18.698,&quot;y&quot;:50},&quot;flip&quot;:false},&quot;customClassNames&quot;:[]},&quot;private&quot;:{&quot;preset&quot;:&quot;none&quot;,&quot;size&quot;:&quot;lg&quot;}},&quot;42c390bb-7799-4433-b3b4-64d15dbfda87&quot;:{&quot;textValue&quot;:&quot;See Hospital Dentistry&quot;,&quot;type&quot;:&quot;secondary&quot;,&quot;style&quot;:{&quot;fontWeight&quot;:&quot;bold&quot;},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;link&quot;,&quot;actions&quot;:{&quot;link&quot;:{&quot;pageId&quot;:&quot;675369cd745be7a2268aa74f&quot;,&quot;forceForeignLang&quot;:false,&quot;categoryLink&quot;:null}}},&quot;size&quot;:&quot;lg&quot;},&quot;e51185e1-cc7a-42fc-b704-e2847538ab00&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;For more complex cases, we provide hospital dentistry with sedation to ensure your child’s dental treatment is safe, comfortable, and anxiety-free.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;}}],&quot;gap&quot;:25,&quot;itemsAlign&quot;:&quot;center&quot;,&quot;verticalAlign&quot;:&quot;top&quot;,&quot;columnSize&quot;:12,&quot;style&quot;:{},&quot;fullWidth&quot;:false,&quot;borderRadius&quot;:{&quot;topLeft&quot;:10,&quot;topRight&quot;:10,&quot;bottomRight&quot;:10,&quot;bottomLeft&quot;:10},&quot;border&quot;:{&quot;enabled&quot;:true,&quot;color&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;color&quot;:&quot;light-shade-color&quot;}},&quot;shadow&quot;:{&quot;enabled&quot;:false,&quot;x&quot;:5,&quot;y&quot;:5,&quot;blur&quot;:10,&quot;spread&quot;:5,&quot;color&quot;:{&quot;color&quot;:&quot;dark-shade-color&quot;,&quot;opacity&quot;:0.56}},&quot;type&quot;:&quot;slider&quot;,&quot;slider&quot;:{&quot;arrows&quot;:true,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;controlsColor&quot;:&quot;light-shade-color&quot;,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:4000},&quot;paddingTop&quot;:30,&quot;paddingBottom&quot;:30,&quot;paddingLeft&quot;:20,&quot;paddingRight&quot;:20,&quot;xs&quot;:{&quot;contentAlign&quot;:&quot;left&quot;}},&quot;settings&quot;:{&quot;slidesToShow&quot;:3,&quot;arrows&quot;:true,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;controlsColor&quot;:&quot;light-shade-color&quot;,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:4000,&quot;adaptiveHeight&quot;:false,&quot;dotsClass&quot;:&quot;slick-dots slider__dots_2cS&quot;,&quot;responsive&quot;:[{&quot;breakpoint&quot;:991,&quot;settings&quot;:{&quot;slidesToShow&quot;:2,&quot;infinite&quot;:true}},{&quot;breakpoint&quot;:767,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true}},{&quot;breakpoint&quot;:479,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true}}],&quot;alwaysDisplayControls&quot;:true,&quot;fade&quot;:false}}"><div class="w-2a5dc30a6807aa8725a711d62ec57d63 w-6454d86eafd410c0a47625b8d2f294b1 w-grid w-grid--slider w-grid--gap w-grid--center w-0b9a29100945dc91830167bc982358b5 server-render__collection__columns-count--3_roe w-slider slider_2N3 dots-margin" style="flex-basis:100%;justify-content:flex-start;overflow:hidden"><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--center_3Js item-0" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-805d4fd3e87c66d86d6061f82e71052c w-grid__item-panel w-mod-always-paddings w-mod-border-radius item-0 collection-item-background-wrapper_3F2 w-state-has-background background"><div class="w-691fe7c4d483f7e91853247c4ccf5188 background-wrapper_RZ2" aria-hidden="true" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="image-mask-wrapper_3RV w-image-mask-wrapper"><div style="overflow:hidden" id="eb74371f-aff6-4ff2-9c2d-cad1a7b146a8" data-style="{}" data-skip-animation="true" class="image-mask_OkU w-picture-wrapper--mask w-picture-wrapper--lg w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5" data-wrapper-id="eb74371f-aff6-4ff2-9c2d-cad1a7b146a8" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/62ac8f5e018002000ca53e74/65021c5b25031500167ee61b_optimized_1397_c1397x929-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/62ac8f5e018002000ca53e74/65021c5b25031500167ee61b_optimized_1397_c1397x929-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/62ac8f5e018002000ca53e74/65021c5b25031500167ee61b_optimized_1397_c1397x929-0x0"/><img alt="a child is holding a model of a denture and a toothbrush while the dentist is teaching him how to brush his teeth properly" data-fallback-url="//res2.yourwebsite.life/res/62ac8f5e018002000ca53e74/65021c5b25031500167ee61b_optimized_1397_c1397x929-0x0" class="w-picture__image ui-image_3aJ w-48722c3b774c805cc87004efdd4f43bb"/></picture></div></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">Preventive Dentistry</span></span></span></h3><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Preventive dentistry helps protect your child’s smile with personalized care, regular cleanings, sealants, and expert guidance for a cavity-free future.</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" class="w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-light ui-button--size-lg button--font-weight-bold_1Nu" href="/pediatric-dental-services/preventive-dentistry"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">See Preventive Dentistry</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--center_3Js item-1" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-805d4fd3e87c66d86d6061f82e71052c w-grid__item-panel w-mod-always-paddings w-mod-border-radius item-1 collection-item-background-wrapper_3F2 w-state-has-background background"><div class="w-691fe7c4d483f7e91853247c4ccf5188 background-wrapper_RZ2" aria-hidden="true" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="image-mask-wrapper_3RV w-image-mask-wrapper"><div style="overflow:hidden" id="934460c0-9be0-4bba-b854-1af23d53758b" data-style="{}" data-skip-animation="true" class="image-mask_OkU w-picture-wrapper--mask w-picture-wrapper--lg w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5" data-wrapper-id="934460c0-9be0-4bba-b854-1af23d53758b" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67534e540ed0b39ccac8d88e_optimized_1200_c1200x802-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67534e540ed0b39ccac8d88e_optimized_1200_c1200x802-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67534e540ed0b39ccac8d88e_optimized_1200_c1200x802-0x0"/><img alt="a cute girl is comfortable next to her mom while the dentist checks her teeth" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67534e540ed0b39ccac8d88e_optimized_1200_c1200x802-0x0" class="w-picture__image ui-image_3aJ w-a4a1a2cf65c3dc9fccacbbee0cc93158" style="filter:saturate(130%)"/></picture></div></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">Emergency Care</span></span></span></h3><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Fast relief for dental emergencies! Our pediatric team is here to soothe your child’s discomfort. Call now for quick, compassionate emergency care.</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" class="w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-light ui-button--size-lg button--font-weight-bold_1Nu" href="/pediatric-dental-services/emergency-care"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">See Emergency Care</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--center_3Js item-2" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-805d4fd3e87c66d86d6061f82e71052c w-grid__item-panel w-mod-always-paddings w-mod-border-radius item-2 collection-item-background-wrapper_3F2 w-state-has-background background"><div class="w-691fe7c4d483f7e91853247c4ccf5188 background-wrapper_RZ2" aria-hidden="true" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="image-mask-wrapper_3RV w-image-mask-wrapper"><div style="overflow:hidden" id="7f669205-1d74-49f9-8806-a325f3652ccc" data-style="{}" data-skip-animation="true" class="image-mask_OkU w-picture-wrapper--mask w-picture-wrapper--lg w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5" data-wrapper-id="7f669205-1d74-49f9-8806-a325f3652ccc" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675354ca3a846dd0659c40c4_optimized_1200_c1200x797-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675354ca3a846dd0659c40c4_optimized_1200_c1200x797-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675354ca3a846dd0659c40c4_optimized_1200_c1200x797-0x0"/><img alt="a child with special needs is comfortable and happy at his dental check-up" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675354ca3a846dd0659c40c4_optimized_1200_c1200x797-0x0" class="w-picture__image ui-image_3aJ w-92977128396fb4d17f3f9e3a917f4404"/></picture></div></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">Special Needs Dentistry</span></span></span></h3><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Our team provides personalized treatment in a gentle, comfortable environment to meet your child’s unique needs.</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" class="w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-light ui-button--size-lg button--font-weight-bold_1Nu" href="/pediatric-dental-services/special-needs-dentistry"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">See Special Needs Dentistry</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--center_3Js item-3" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-805d4fd3e87c66d86d6061f82e71052c w-grid__item-panel w-mod-always-paddings w-mod-border-radius item-3 collection-item-background-wrapper_3F2 w-state-has-background background"><div class="w-691fe7c4d483f7e91853247c4ccf5188 background-wrapper_RZ2" aria-hidden="true" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="image-mask-wrapper_3RV w-image-mask-wrapper"><div style="overflow:hidden" id="8da0e4fd-b71d-426d-bcd8-9b3d55ac50ee" data-style="{}" data-skip-animation="true" class="image-mask_OkU w-picture-wrapper--mask w-picture-wrapper--lg w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5" data-wrapper-id="8da0e4fd-b71d-426d-bcd8-9b3d55ac50ee" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675368e43a846dd0659c8434_optimized_1200_c1200x924-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675368e43a846dd0659c8434_optimized_1200_c1200x924-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675368e43a846dd0659c8434_optimized_1200_c1200x924-0x0"/><img alt="a child is relaxed as the dentist puts a laughing gas mask on him" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/675368e43a846dd0659c8434_optimized_1200_c1200x924-0x0" class="w-picture__image ui-image_3aJ w-176f382fd898c213fc7a1b0a3df59a28"/></picture></div></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">Nitrous Oxide</span></span></span></h3><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Ease your child’s dental anxiety with nitrous oxide! Our safe, gentle “laughing gas” helps keep kids calm and comfortable throughout their treatment.</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" class="w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-light ui-button--size-lg button--font-weight-bold_1Nu" href="/pediatric-dental-services/nitrous-oxide"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">See Nitrous Oxide</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--center_3Js item-4" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-805d4fd3e87c66d86d6061f82e71052c w-grid__item-panel w-mod-always-paddings w-mod-border-radius item-4 collection-item-background-wrapper_3F2 w-state-has-background background"><div class="w-691fe7c4d483f7e91853247c4ccf5188 background-wrapper_RZ2" aria-hidden="true" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><div class="image-mask-wrapper_3RV w-image-mask-wrapper"><div style="overflow:hidden" id="ec6ab538-c7f6-4287-926e-a9734d185798" data-style="{}" data-skip-animation="true" class="image-mask_OkU w-picture-wrapper--mask w-picture-wrapper--lg w-disable-decorator media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5" data-wrapper-id="ec6ab538-c7f6-4287-926e-a9734d185798" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67536ec93a846dd0659c9612_optimized_1200_c1200x794-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67536ec93a846dd0659c9612_optimized_1200_c1200x794-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67536ec93a846dd0659c9612_optimized_1200_c1200x794-0x0"/><img alt="a girl sits on her mother&#x27;s lap while the dentist checks her teeth" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/67536ec93a846dd0659c9612_optimized_1200_c1200x794-0x0" class="w-picture__image ui-image_3aJ w-1823055850a51bd0a07e6ef5b76c719b"/></picture></div></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">Hospital Dentistry</span></span></span></h3><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">For more complex cases, we provide hospital dentistry with sedation to ensure your child’s dental treatment is safe, comfortable, and anxiety-free.</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" class="w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-light ui-button--size-lg button--font-weight-bold_1Nu" href="/pediatric-dental-services/hospital-dentistry"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">See Hospital Dentistry</span></span></a></div></div></div></div></div></div><div><div style="position:relative" data-slider-component="arrow-prev"><button type="button" class="w-slider-arrow w-slider-arrow--prev slider-arrow_Yvf slider-arrow--prev_Eis slider-arrow--with-dots_Phm"><div class="slider-arrow__click-zone_uLX"></div><svg class="arrow-svg_1j4" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a-1743531553658"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a-1743531553658"></use></svg></button></div><div style="position:relative" data-slider-component="arrow-next"><button type="button" class="w-slider-arrow w-slider-arrow--next slider-arrow_Yvf slider-arrow--next_3Hr slider-arrow--with-dots_Phm"><div class="slider-arrow__click-zone_uLX"></div><svg class="arrow-svg_1j4" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a-1743531553658"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a-1743531553658"></use></svg></button></div></div></div><div data-component="view-slider" style="display:none;max-width:100%" class="w-2a5dc30a6807aa8725a711d62ec57d63 w-6454d86eafd410c0a47625b8d2f294b1 w-grid w-grid--slider w-grid--gap w-grid--center w-0b9a29100945dc91830167bc982358b5 server-render__collection__columns-count--3_roe w-slider slider_2N3"></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5e3abfab4982e300214612e6" data-block-name="wireframe-series-2-testimonials" data-block-categories="testimonials" data-test="block-wrapper" data-anchor="testimonials" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="testimonials"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">what they say about us</span></span></span></p><h2 class="text_1k0 ui-blockTitle w-title" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">our </span><span class="text-ui-light-accent-color" style="color:var(--ui-light-accent-color)">Happy Patient</span><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"> Testimonials</span></span></span></h2></div></div></div></div></header><div class="w-section__content"><div class="w-grid w-grid--row" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div data-embed-id="bdb38b1d-b7f4-47d5-ab69-386c280dd1f3" class="embed-code-wrapper_2T1"><style>/* Here you can add your custom __type__ code */
</style><script src="https://static.elfsight.com/platform/platform.js" async></script>
<div class="elfsight-app-2b2df5bd-6dda-45c8-a6e4-35eceaa6c5b6" data-elfsight-app-lazy></div></div><script async="" class="embed-code-script_1QA" src="data:text/javascript;base64,Ly8gSGVyZSB5b3UgY2FuIGFkZCB5b3VyIGN1c3RvbSBfX3R5cGVfXyBjb2Rl"></script></div></div></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-67539195e3066343c5ef2ba4" data-block-name="wireframe-series-2-quote" data-block-categories="quote" data-test="block-wrapper" data-anchor="quote" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="quote"></div><div class="w-block-background background-wrapper_RZ2" style="z-index:-1;bottom:-1px;top:-1px" aria-hidden="true" data-background--hide="false" data-component="background" data-type="image" data-hydrate="{&quot;style&quot;:{&quot;background&quot;:&quot;fixed repeat center center / 495px , #6ac3b1&quot;,&quot;backgroundTablet&quot;:&quot;fixed repeat center center / 495px , #6ac3b1&quot;,&quot;backgroundMobile&quot;:&quot;fixed repeat center center / 495px , #6ac3b1&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674f3d6a56ddfc17becd7d98_optimized_495&quot;},&quot;mediaImageBackground&quot;:false,&quot;backgroundClassName&quot;:&quot;background_2xT background--fixed_3Wb&quot;,&quot;isParallax&quot;:false,&quot;isFixed&quot;:true,&quot;filterStyle&quot;:{},&quot;fallbackurl&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674f3d6a56ddfc17becd7d98_optimized&quot;,&quot;isOptimize&quot;:true}"><div class="background_2xT background--fixed_3Wb" style="background:fixed repeat center center / 495px , #6ac3b1" data-role="placeholder" data-selection-container="true"></div><div class="background-overlay_2z6" style="background:rgba(106, 195, 177, 0.9)" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><div class="w-section__content"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-small w-small hidden_3w8" data-component="text" data-animation="fade-in-left_2EQ normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">PROFESSIONAL DENTISTRY</span></span></span></p><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-left_2EQ normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">your child’s dental appointment</span></span></span></h2><p class="text_1k0 ui-subtitle w-subtitle hidden_3w8" data-component="text" data-animation="fade-in-left_2EQ normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">We make it simple to take care of your child’s dental needs! Request an appointment with our friendly team to get started on their journey to a healthy, happy smile. To make your visit even smoother, you can download and complete our patient forms ahead of time. It’s a convenient way to save time and focus on what matters most—your child’s comfort and care!</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="hash-link" data-animation="fade-in-left_2EQ normal_2Pr" class="hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-alt-light ui-button--size-lg button--font-weight-bold_1Nu" data-hydrate="{&quot;to&quot;:&quot;/new-patients#patient-forms&quot;}" href="/new-patients#patient-forms"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Patient Forms</span></span></a><a data-component="button" data-animation="fade-in-left_2EQ normal_2Pr" rel="noopener" data-action="external-link" class="hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-lg button--font-weight-bold_1Nu" href="https://forms.gle/9wbg2xMt9R4HKXyi8" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request an Appointment</span></span></a></div></div></div></div></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-675391f3d97b185ff9b02df3" data-block-name="Custom block" data-block-categories="custom" data-test="block-wrapper" data-anchor="custom-2" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="custom-2"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-656b0aefcfd3cf5c3194be1bcac2c94b w-grid--custom-gap w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-small w-small hidden_3w8" data-component="text" data-animation="fade-in-bottom_1kF normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">HOLISTIC DENTAL CARE</span></span></span></p><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-bottom_1kF normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-accent-color" style="color:var(--ui-light-accent-color)">Pediatric Dental </span><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">practice in Union, NJ</span></span></span></h2></div></div></div></div></header><div class="w-section__content"><div class="w-grid w-grid--row w-fa886a36aedc888bc004051f34050a28 w-grid--custom-gap w-grid--gap" data-columns-count="2"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--middle"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div class="w-list-with-media-wrapper"><ul data-component="collection" data-collection-mode="collection" class="collection w-2cacdfbafe7cc8cc3b679e8d4af879bc w-bad4e6ce41249cb868d51e76361e754a" data-items-count="3"><li class="hidden_3w8 w-088754deb0dd8820b733e12d9894218e data-animation-fade-in-bottom_1kF%20normal_2Pr icon--sm_1c- list-with-media_3xi background--light_1gd hidden_3w8 data-animation-fade-in-bottom_1kF%20normal_2Pr"><div class="list-with-media__wrapper-content_1Ym"><div class="list-with-media__media_2iA"><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><div class="w-icon-panel__inner background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:rgb(243, 197, 91)" data-role="placeholder" data-selection-container="true"></div></div><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#fff"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><path fill-rule="evenodd" clip-rule="evenodd" d="M49.948,0.5c-21.252,0-37.094,18.661-37.094,40.219  c0,27.337,37.094,58.781,37.094,58.781s37.095-31.444,37.095-58.781C87.043,19.451,71.2,0.5,49.948,0.5z M49.948,56.188  c-9.389,0-17.003-7.62-17.003-17.016c0-9.397,7.614-17.016,17.003-17.016c9.391,0,17.005,7.618,17.005,17.016  C66.953,48.567,59.339,56.188,49.948,56.188z" style="" fill="currentColor"/></svg></span></span></div></div></div></div><div class="list-with-media__content_3aQ list-with-media--align-left_2cJ"><div class=""><p class="list-with-media__heading_Jzx text_1k0 ui-subheading w-subheading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Address</span></span></span></p></div><div class="list-with-media__text-bottom"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><a href="https://maps.app.goo.gl/wjCGEGdA8MDoWQQ38" target="_blank" data-action="external" rel="noopener" class="ui-link"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">381 Chestnut Street, Union, NJ 07083</span></a></span></span></p></div></div></div></li><li class="hidden_3w8 w-088754deb0dd8820b733e12d9894218e data-animation-fade-in-bottom_1kF%20normal_2Pr icon--sm_1c- list-with-media_3xi background--light_1gd hidden_3w8 data-animation-fade-in-bottom_1kF%20normal_2Pr"><div class="list-with-media__wrapper-content_1Ym"><div class="list-with-media__media_2iA"><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><div class="w-icon-panel__inner background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:rgb(243, 197, 91)" data-role="placeholder" data-selection-container="true"></div></div><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#fff"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 64 64" x="0px" y="0px" style="max-width:100%" height="100%"><path d="M62.97,13.49l-2.74-7.65c-.47-.97-1.45-1.59-2.53-1.59-7.03,0-33.07,0-40.1,0-1.08,0-2.06,.62-2.53,1.59l-2.74,7.65H62.97Z" style="" fill="currentColor"/><path d="M60.5,15.98l-1.96,3.44H16.77l-1.95-3.44h-2.51v4.64c0,.42,.17,.82,.46,1.12l2.85,2.85c2.23,2.25,2.23,5.9,.01,8.14l-1.44,1.42c-.62,.61-.63,1.62,0,2.24l10.09,10.09c.62,.62,1.62,.62,2.23,0l1.43-1.43c2.24-2.25,5.89-2.25,8.13-.01l4.33,4.32c.3,.3,.7,.46,1.11,.46h19.91c.87,0,1.58-.71,1.58-1.58V15.98s-2.5,0-2.5,0Z" style="" fill="currentColor"/><path d="M35.54,57.84s-1.05,.79-1.06,.8c-.19,.13-.37,.25-.57,.36-1.24,.69-2.7,.84-4.11,.67-4.51-.52-8.73-1.96-12.49-4.11-.52-.29-1.02-.61-1.52-.94-3.86-2.52-7.15-5.81-9.66-9.66-.51-.77-.97-1.58-1.42-2.38-1.94-3.63-3.22-7.67-3.67-11.94-.13-1.31,.07-2.66,.72-3.8,.1-.19,.23-.38,.35-.56,.01-.01,.8-1.06,.8-1.06l6.87,6.88-.6,.47c-.57,.48-.92,1.22-.96,2-.02,.77,.28,1.53,.82,2.07l15.41,15.42c.3,.3,.7,.46,1.12,.46h.6c.79-.03,1.53-.39,2.07-1.02l.4-.53,6.89,6.87Z" style="" fill="currentColor"/><path d="M13.8,30.9l-.72,.71L3.8,22.34l.72-.72c1.24-1.24,3.27-1.24,4.51,0l4.77,4.78c1.24,1.24,1.24,3.25,0,4.5Z" style="" fill="currentColor"/><path d="M39.05,56.13l-.72,.72-9.28-9.27,.72-.72c1.23-1.24,3.25-1.24,4.49-.01l4.79,4.78c1.23,1.25,1.24,3.26,0,4.5Z" style="" fill="currentColor"/></svg></span></span></div></div></div></div><div class="list-with-media__content_3aQ list-with-media--align-left_2cJ"><div class=""><p class="list-with-media__heading_Jzx text_1k0 ui-subheading w-subheading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Contacts</span></span></span></p></div><div class="list-with-media__text-bottom"><p class="text_1k0 ui-text w-body" data-component="text" data-replace="true"><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Phone: </span><a href="tel:+19086862082" data-action="phone" class="ui-link"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">(908) 686-2082</span></a></span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Fax: (908) 686-2149</span></span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Email: </span><a href="mailto:moc.ufodp%40ofni" data-action="email" class="ui-link"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">moc.ufodp%40ofni</span></a></span></span></p></div></div></div></li><li class="hidden_3w8 w-088754deb0dd8820b733e12d9894218e data-animation-fade-in-bottom_1kF%20normal_2Pr icon--sm_1c- list-with-media_3xi background--light_1gd hidden_3w8 data-animation-fade-in-bottom_1kF%20normal_2Pr"><div class="list-with-media__wrapper-content_1Ym"><div class="list-with-media__media_2iA"><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><div class="w-icon-panel__inner background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:rgb(243, 197, 91)" data-role="placeholder" data-selection-container="true"></div></div><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#fff"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><path fill="currentColor" d="M88.328,48.838c0,1.568-1.271,2.842-2.838,2.842c-1.573,0-2.848-1.271-2.848-2.842  c0-1.563,1.272-2.847,2.848-2.847C87.059,45.991,88.328,47.272,88.328,48.838 M82.223,33.806c-1.356,0.784-3.099,0.318-3.887-1.04  c-0.781-1.361-0.311-3.097,1.047-3.882c1.355-0.781,3.094-0.321,3.875,1.04C84.046,31.285,83.584,33.024,82.223,33.806   M78.336,64.909c0.788-1.361,2.527-1.823,3.887-1.044c1.361,0.789,1.823,2.527,1.035,3.887c-0.781,1.357-2.52,1.823-3.875,1.044  C78.025,68.007,77.553,66.268,78.336,64.909 M70.454,19.953c-0.785,1.362-2.524,1.828-3.886,1.049  c-1.358-0.789-1.821-2.528-1.036-3.887c0.784-1.361,2.522-1.823,3.882-1.035C70.771,16.86,71.242,18.6,70.454,19.953 M53.342,13.848  c0,1.569-1.271,2.847-2.842,2.847c-1.569,0-2.842-1.276-2.842-2.847c0-1.569,1.272-2.838,2.842-2.838  C52.07,11.01,53.342,12.278,53.342,13.848 M35.468,80.557c-0.785,1.361-2.523,1.827-3.882,1.043  c-1.357-0.783-1.825-2.522-1.04-3.882c0.784-1.356,2.521-1.827,3.882-1.04C35.786,77.463,36.252,79.201,35.468,80.557   M34.428,21.002c-1.361,0.783-3.098,0.313-3.882-1.049c-0.785-1.354-0.318-3.093,1.04-3.873c1.358-0.788,3.097-0.326,3.882,1.035  C36.252,18.474,35.786,20.213,34.428,21.002 M21.62,68.796c-1.358,0.779-3.097,0.313-3.886-1.044  c-0.781-1.357-0.314-3.098,1.044-3.878c1.357-0.788,3.097-0.326,3.886,1.035C23.444,66.268,22.979,68.007,21.62,68.796   M22.664,32.766c-0.789,1.358-2.528,1.824-3.886,1.044c-1.358-0.784-1.825-2.523-1.044-3.886c0.789-1.361,2.527-1.821,3.886-1.04  C22.979,29.669,23.444,31.403,22.664,32.766 M15.514,45.991c1.565,0,2.842,1.281,2.842,2.847c0,1.568-1.276,2.842-2.842,2.842  c-1.572,0-2.842-1.271-2.842-2.842C12.672,47.272,13.941,45.991,15.514,45.991 M47.658,83.823c0-1.568,1.272-2.839,2.842-2.839  c1.57,0,2.842,1.271,2.842,2.839c0,1.573-1.271,2.838-2.842,2.838C48.931,86.661,47.658,85.396,47.658,83.823 M70.287,60.279  c-0.523,0.905-1.685,1.219-2.59,0.693l-17.992-10.39c-0.086-0.05-0.14-0.129-0.215-0.19c-0.488-0.344-0.828-0.883-0.828-1.522  V21.651c0-1.048,0.851-1.896,1.895-1.896c1.047,0,1.896,0.848,1.896,1.896v26.143l17.14,9.897  C70.5,58.214,70.809,59.377,70.287,60.279 M66.568,76.678c1.359-0.787,3.101-0.316,3.886,1.04c0.784,1.357,0.317,3.097-1.04,3.882  c-1.357,0.784-3.098,0.318-3.882-1.043C64.747,79.202,65.21,77.463,66.568,76.678 M95.5,49.5c0-24.854-20.147-45-45-45  c-24.854,0-45,20.146-45,45c0,24.854,20.146,45,45,45C75.353,94.5,95.5,74.354,95.5,49.5" style=""/></svg></span></span></div></div></div></div><div class="list-with-media__content_3aQ list-with-media--align-left_2cJ"><div class=""><p class="list-with-media__heading_Jzx text_1k0 ui-subheading w-subheading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Open Hours</span></span></span></p></div><div class="list-with-media__text-bottom"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Monday: 9:00 AM - 5:00 PM <br >Tuesday: 10:00 AM - 6:00 PM <br >Wednesday: 9:00 AM - 5:00 PM <br >Thursday: 10:00 AM - 6:00 PM <br >Friday: 9:00 AM - 5:00 PM <br >Saturday: 9:00 AM - 1:00 PM <br >Sunday: Closed</span></span></span></p></div></div></div></li></ul></div><p class="text_1k0 ui-caption w-caption hidden_3w8" data-component="text" data-animation="fade-in-bottom_1kF normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)"><em >*Please note: Our practice offers day and evening hours to accommodate all school and work schedules. The last appointment of the day is a half hour before closing time.</em></span></span></span></p></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div style="overflow:hidden" id="5e6ff47b-f4dc-42ab-bfcb-11acd65905a4" data-style="{}" data-skip-animation="true" data-animation="fade-in-bottom_1kF normal_2Pr" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8"><picture class="w-picture ui-picture_2i5 w-0e38bd930a37b5b03c155eed922e8952" data-wrapper-id="5e6ff47b-f4dc-42ab-bfcb-11acd65905a4" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/6753929b0ed0b39ccac98e96_optimized_1200_c1200x796-0x0_flop"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/6753929b0ed0b39ccac98e96_optimized_1200_c1200x796-0x0_flop"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/6753929b0ed0b39ccac98e96_optimized_1200_c1200x796-0x0_flop"/><img alt="a red-haired boy is very enthusiastic about his dental cleaning" data-fallback-url="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/6753929b0ed0b39ccac98e96_optimized_1200_c1200x796-0x0_flop" class="w-picture__image ui-image_3aJ w-9b32e26842fb1b5d036a6c7e2674456f"/></picture></div></div></div></div></div></div><footer class="w-section__footer"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div data-embed-id="20fe1fd9-8335-474d-b6d8-463e0182737a" class="embed-code-wrapper_2T1"><style>.site-root [data-embed-id="20fe1fd9-8335-474d-b6d8-463e0182737a"] {
  /* Here you can add your custom css code */
}
</style><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3025.7404455660535!2d-74.26912861290542!3d40.679687545523365!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3ad8107cacd43%3A0xc4556ad4d80c30c1!2sPediatric%20Dentistry%20of%20Union!5e0!3m2!1sen!2smx!4v1733164042422!5m2!1sen!2smx" width="100%" height="350" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></div><script async="" class="embed-code-script_1QA" src="data:text/javascript;base64,Ly8gSGVyZSB5b3UgY2FuIGFkZCB5b3VyIGN1c3RvbSBqcyBjb2Rl"></script></div></div></div></div></footer></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5e9962f145622100214990f0" data-block-name="wireframe-series-1-footer" data-block-categories="footer" data-test="block-wrapper" data-anchor="footer" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="footer"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#fff" data-role="placeholder" data-selection-container="true"></div></div><section class="footer w-section--footer w-section--no-v-padding"><div class="w-hide--sm"><div class="grid-row background_3lr background background--dark w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="image" data-hydrate="{&quot;style&quot;:{&quot;background&quot;:&quot;repeat center center / 634px , #3c4f61&quot;,&quot;backgroundTablet&quot;:&quot;repeat center center / 634px , #3c4f61&quot;,&quot;backgroundMobile&quot;:&quot;repeat center center / 634px , #3c4f61&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674f3d6a56ddfc17becd7d98_optimized_634&quot;},&quot;mediaImageBackground&quot;:false,&quot;backgroundClassName&quot;:&quot;background_2xT&quot;,&quot;isParallax&quot;:false,&quot;isFixed&quot;:false,&quot;filterStyle&quot;:{},&quot;fallbackurl&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674f3d6a56ddfc17becd7d98_optimized&quot;,&quot;isOptimize&quot;:true}"><div class="background_2xT" style="background:repeat center center / 634px , #3c4f61" data-role="placeholder" data-selection-container="true"></div><div class="background-overlay_2z6" style="background:rgba(60, 79, 97, 0.96)" data-selection-container="true"></div></div><div class="w-section__inner section-inner_3y0 decorator_1F5" style="padding-top:55px;padding-bottom:45px"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="3"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div class="w-logo logo_2zT"><a data-component="link" class="w-logo__content logo__content_1qc" href="/"><span class="lqip-wrapper_2ym" style="width:212.903px;height:100px;max-width:100%"><img width="213" height="auto" alt="Pediatric Dentistry of Union" class="logo-image_HXE image-logo_cI- w-b2af6e0964e6ce6d7246ca64badef41a" loading="lazy" data-src="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674799150191ef782b48fdcb_optimized" data-component="logo"/></span></a></div></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-subheading w-subheading ui-subheading--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(243,197,91)">Contacts</span></span></span></p><div class="w-icon-list"><ul data-component="collection" data-collection-mode="collection" class="collection w-2cacdfbafe7cc8cc3b679e8d4af879bc w-bad4e6ce41249cb868d51e76361e754a w-icon-list-wrapper" data-items-count="3"><div class="w-icon-list--vertical"><div class="w-icon-list__item w-088754deb0dd8820b733e12d9894218e"><div class="w-horizontal-flow w-icon-list__item-inner w-text-left"><div class="w-icon"><span class="iconElement_3D2 ui-icon_2oI w-icon ui-icon--light_HAb"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><path fill-rule="evenodd" clip-rule="evenodd" d="M49.948,0.5c-21.252,0-37.094,18.661-37.094,40.219  c0,27.337,37.094,58.781,37.094,58.781s37.095-31.444,37.095-58.781C87.043,19.451,71.2,0.5,49.948,0.5z M49.948,56.188  c-9.389,0-17.003-7.62-17.003-17.016c0-9.397,7.614-17.016,17.003-17.016c9.391,0,17.005,7.618,17.005,17.016  C66.953,48.567,59.339,56.188,49.948,56.188z" style="" fill="currentColor"/></svg></span></span></div><div class="text_1k0 ui-text w-body ui-text--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><a href="https://maps.app.goo.gl/wjCGEGdA8MDoWQQ38" target="_blank" data-action="external" rel="noopener" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">381 Chestnut Street, Union, NJ 07083</span></a></span></span></div></div></div><div class="w-icon-list__item w-088754deb0dd8820b733e12d9894218e"><div class="w-horizontal-flow w-icon-list__item-inner w-text-left"><div class="w-icon"><span class="iconElement_3D2 ui-icon_2oI w-icon ui-icon--light_HAb"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><path d="M94.077,80.619C88.979,92.841,77.026,94.983,73.12,94.983c-1.147,0-19.01,0.947-44.688-23.41  C7.767,51.971,5.242,30.892,5.022,26.887C4.808,22.986,5.925,13.2,19.387,5.929c1.668-0.901,4.975-1.3,5.829-0.446  c0.379,0.379,11.678,18.972,11.975,19.588c0.297,0.615,0.446,1.221,0.446,1.815c0,0.849-0.605,1.911-1.816,3.185  c-1.21,1.274-2.526,2.442-3.949,3.503c-1.423,1.062-2.739,2.187-3.95,3.376c-1.21,1.188-1.815,2.166-1.815,2.93  c0.082,1.983,1.707,9.086,14.086,19.963C52.574,70.723,58.538,73.788,59.111,74c0.574,0.212,1.051,0.317,1.433,0.317  c0.765,0,1.742-0.604,2.931-1.814c1.188-1.211,5.185-6.689,6.459-7.9c1.274-1.209,2.336-1.814,3.186-1.814  c0.594,0,1.199,0.148,1.814,0.445c0.616,0.297,19.233,11.191,19.589,11.555C95.489,75.779,94.807,78.869,94.077,80.619" style="" fill="currentColor"/></svg></span></span></div><div class="text_1k0 ui-text w-body ui-text--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><a href="tel:+19086862082" data-action="phone" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">(908) 686-2082</span></a></span></span></div></div></div><div class="w-icon-list__item w-088754deb0dd8820b733e12d9894218e"><div class="w-horizontal-flow w-icon-list__item-inner w-text-left"><div class="w-icon"><span class="iconElement_3D2 ui-icon_2oI w-icon ui-icon--light_HAb"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><g style="" fill="currentColor"><polygon points="4.3,11.547 49.1,56.775 94.643,11.547   " style="" fill="currentColor"/><polygon points="34.507,53.465 4.782,82.984 92.563,82.984 63.593,53.814 49.067,68.24   " style="" fill="currentColor"/><polygon points="0,76.304 28.792,47.709 0,18.724   " style="" fill="currentColor"/><polygon points="99.999,78.966 99.999,17.655 69.343,48.102   " style="" fill="currentColor"/></g></g></svg></span></span></div><div class="text_1k0 ui-text w-body ui-text--light" data-component="text" data-replace="true"><span class="w-text-block" style="display:block"><span class="w-text-content"><a href="mailto:moc.ufodp%40ofni" data-action="email" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">moc.ufodp%40ofni</span></a></span></span></div></div></div></div></ul></div></div></div><div class="w-grid__item w-grid__item--middle"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-subheading w-subheading ui-subheading--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(243,197,91)">Links</span></span></span></p><nav class="w-nav w-nav--constructor w-nav--column"><ul class="menu_1QC menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d w-nav__list menu-with-presets_vQ_ menu-with-presets--vertical_1eG w-nav__list--column" data-component="menu"><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/about/our-team">Meet Our Team</a></span></li><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/pediatric-dental-services">Our Services</a></span></li><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/privacy-policy">Privacy Policy</a></span></li><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/accessibility-statement">Accessibility Statement</a></span></li><style>
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__item_1eM:not(.submenu__link){
font-size: 15px;
}
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link){
font-weight: 400;
}
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):not(:hover),.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):not(:hover) + .menu__item-triangle_22k,.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2.submenu__link:not(:hover){
color: #fff;
}
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):hover,.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2.submenu__link:hover{
color: rgb(154, 191, 185);
}</style></ul></nav></div></div></div></div></div></div><div class="horizontal-flow-wrapper_g7b background_3lr background background--dark w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#3c4f61" data-role="placeholder" data-selection-container="true"></div></div><div class="w-section__inner section__inner_16_" style="padding-top:20px;padding-bottom:20px"><div class="horizontal-flow_CbY"><div class="horizontal-flow__section_2LL horizontal-flow__section--left_Ll6" style="width:11.461857840983075%"><div class="horizontal-flow__section-inner_2xL"><div class="placeholder_2dq"></div></div></div><div class="horizontal-flow__section_2LL horizontal-flow__section--center_134" style="width:77.23369825439458%"><div class="horizontal-flow__section-inner_2xL"><div class="social-icons-container_2Id w-socials"><style>.si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e2891743531647133:hover {color: rgb(240, 180, 43)}</style><ul class="list--horizontal_3J3" style="--social-icons-offset:10px" data-animation=""><li class="social-icons_27c"><a style="width:30px;height:30px;color:rgb(243, 197, 91)" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/pediatricdentistryofunion" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e2891743531647133 svgIcon_1J7 filled_Qbi darkTheme_3jZ" viewBox="0 0 32 32" style="border-radius:50%"><path class="outer_bDW" d="M32 0H0V32H32V0ZM16.9133 25H13.6383V16.0044H12V13.1936H13.6383V10.9374H13.6443C13.7014 8.9864 14.3604 7.129 17.5674 7.0126V7H19.6171V9.8108H17.9447C17.3379 9.8108 16.9133 10.5002 16.9133 11.1568V13.1936H19.8561L19.3702 16.0044H16.9133V25Z" fill-rule="evenodd"></path><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z" style="color:#3c4f61;fill:#3c4f61"></path></svg><span style="display:none">b2d3c823-9b13-492c-a5b1-59f89d11a594</span></a></li><li class="social-icons_27c"><a style="width:30px;height:30px;color:rgb(243, 197, 91)" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/peddentofunion/" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e2891743531647133 svgIcon_1J7 filled_Qbi darkTheme_3jZ" viewBox="0 0 32 32" style="border-radius:50%"><g><path class="outer_bDW" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-hover_2Yt" style="fill:url(#si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e28917435316471334b66ee1e-2007-4eae-bf07-660ccca2ac0dhover)" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><g><path class="logo_2gS" style="fill:#3c4f61;color:#3c4f61" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:#3c4f61;color:#3c4f61" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">4b66ee1e-2007-4eae-bf07-660ccca2ac0d</span></a></li></ul></div><p class="text_1k0 ui-caption w-caption ui-caption--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">Pediatric Dentistry of Union © All rights reserved | Created by </span><a href="https://www.getdeardoc.com/" target="_blank" data-action="external" rel="noopener" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">DearDoc</span></a><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">.</span></span></span></p></div></div><div class="horizontal-flow__section_2LL horizontal-flow__section--right_3oS" style="width:11.304343904622389%"><div class="horizontal-flow__section-inner_2xL"><div class="placeholder_2dq"></div></div></div></div></div></div></div><div class="w-hide--md w-hide--lg w-hide--xl"><div class="grid-row background_3lr background background--dark w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="image" data-hydrate="{&quot;style&quot;:{&quot;background&quot;:&quot;repeat center center / 634px , #3c4f61&quot;,&quot;backgroundTablet&quot;:&quot;repeat center center / 634px , #3c4f61&quot;,&quot;backgroundMobile&quot;:&quot;repeat center center / 634px , #3c4f61&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674f3d6a56ddfc17becd7d98_optimized_634&quot;},&quot;mediaImageBackground&quot;:false,&quot;backgroundClassName&quot;:&quot;background_2xT&quot;,&quot;isParallax&quot;:false,&quot;isFixed&quot;:false,&quot;filterStyle&quot;:{},&quot;fallbackurl&quot;:&quot;//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674f3d6a56ddfc17becd7d98_optimized&quot;,&quot;isOptimize&quot;:true}"><div class="background_2xT" style="background:repeat center center / 634px , #3c4f61" data-role="placeholder" data-selection-container="true"></div><div class="background-overlay_2z6" style="background:rgba(60, 79, 97, 0.96)" data-selection-container="true"></div></div><div class="w-section__inner section-inner_3y0 decorator_1F5" style="padding-top:55px;padding-bottom:45px"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="3"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div class="w-logo logo_2zT"><a data-component="link" class="w-logo__content logo__content_1qc" href="/"><span class="lqip-wrapper_2ym" style="width:212.903px;height:100px;max-width:100%"><img width="213" height="auto" alt="Pediatric Dentistry of Union" class="logo-image_HXE image-logo_cI- w-b2af6e0964e6ce6d7246ca64badef41a" loading="lazy" data-src="//res2.yourwebsite.life/res/5fd7b71f3dcdaa0021da74ac/674799150191ef782b48fdcb_optimized" data-component="logo"/></span></a></div></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-subheading w-subheading ui-subheading--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(243,197,91)">Contacts</span></span></span></p><div class="w-icon-list"><ul data-component="collection" data-collection-mode="collection" class="collection w-2cacdfbafe7cc8cc3b679e8d4af879bc w-bad4e6ce41249cb868d51e76361e754a w-icon-list-wrapper" data-items-count="3"><div class="w-icon-list--vertical"><div class="w-icon-list__item w-088754deb0dd8820b733e12d9894218e"><div class="w-horizontal-flow w-icon-list__item-inner w-text-left"><div class="w-icon"><span class="iconElement_3D2 ui-icon_2oI w-icon ui-icon--light_HAb"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><path fill-rule="evenodd" clip-rule="evenodd" d="M49.948,0.5c-21.252,0-37.094,18.661-37.094,40.219  c0,27.337,37.094,58.781,37.094,58.781s37.095-31.444,37.095-58.781C87.043,19.451,71.2,0.5,49.948,0.5z M49.948,56.188  c-9.389,0-17.003-7.62-17.003-17.016c0-9.397,7.614-17.016,17.003-17.016c9.391,0,17.005,7.618,17.005,17.016  C66.953,48.567,59.339,56.188,49.948,56.188z" style="" fill="currentColor"/></svg></span></span></div><div class="text_1k0 ui-text w-body ui-text--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><a href="https://maps.app.goo.gl/wjCGEGdA8MDoWQQ38" target="_blank" data-action="external" rel="noopener" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">381 Chestnut Street, Union, NJ 07083</span></a></span></span></div></div></div><div class="w-icon-list__item w-088754deb0dd8820b733e12d9894218e"><div class="w-horizontal-flow w-icon-list__item-inner w-text-left"><div class="w-icon"><span class="iconElement_3D2 ui-icon_2oI w-icon ui-icon--light_HAb"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><path d="M94.077,80.619C88.979,92.841,77.026,94.983,73.12,94.983c-1.147,0-19.01,0.947-44.688-23.41  C7.767,51.971,5.242,30.892,5.022,26.887C4.808,22.986,5.925,13.2,19.387,5.929c1.668-0.901,4.975-1.3,5.829-0.446  c0.379,0.379,11.678,18.972,11.975,19.588c0.297,0.615,0.446,1.221,0.446,1.815c0,0.849-0.605,1.911-1.816,3.185  c-1.21,1.274-2.526,2.442-3.949,3.503c-1.423,1.062-2.739,2.187-3.95,3.376c-1.21,1.188-1.815,2.166-1.815,2.93  c0.082,1.983,1.707,9.086,14.086,19.963C52.574,70.723,58.538,73.788,59.111,74c0.574,0.212,1.051,0.317,1.433,0.317  c0.765,0,1.742-0.604,2.931-1.814c1.188-1.211,5.185-6.689,6.459-7.9c1.274-1.209,2.336-1.814,3.186-1.814  c0.594,0,1.199,0.148,1.814,0.445c0.616,0.297,19.233,11.191,19.589,11.555C95.489,75.779,94.807,78.869,94.077,80.619" style="" fill="currentColor"/></svg></span></span></div><div class="text_1k0 ui-text w-body ui-text--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><a href="tel:+19086862082" data-action="phone" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">(908) 686-2082</span></a></span></span></div></div></div><div class="w-icon-list__item w-088754deb0dd8820b733e12d9894218e"><div class="w-horizontal-flow w-icon-list__item-inner w-text-left"><div class="w-icon"><span class="iconElement_3D2 ui-icon_2oI w-icon ui-icon--light_HAb"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><g style="" fill="currentColor"><polygon points="4.3,11.547 49.1,56.775 94.643,11.547   " style="" fill="currentColor"/><polygon points="34.507,53.465 4.782,82.984 92.563,82.984 63.593,53.814 49.067,68.24   " style="" fill="currentColor"/><polygon points="0,76.304 28.792,47.709 0,18.724   " style="" fill="currentColor"/><polygon points="99.999,78.966 99.999,17.655 69.343,48.102   " style="" fill="currentColor"/></g></g></svg></span></span></div><div class="text_1k0 ui-text w-body ui-text--light" data-component="text" data-replace="true"><span class="w-text-block" style="display:block"><span class="w-text-content"><a href="mailto:moc.ufodp%40ofni" data-action="email" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">moc.ufodp%40ofni</span></a></span></span></div></div></div></div></ul></div></div></div><div class="w-grid__item w-grid__item--middle"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-subheading w-subheading ui-subheading--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(243,197,91)">Links</span></span></span></p><nav class="w-nav w-nav--constructor w-nav--column"><ul class="menu_1QC menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d w-nav__list menu-with-presets_vQ_ menu-with-presets--vertical_1eG w-nav__list--column" data-component="menu"><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/about/our-team">Meet Our Team</a></span></li><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/pediatric-dental-services">Our Services</a></span></li><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/privacy-policy">Privacy Policy</a></span></li><li class="menu__item_1eM menu__item--light_UNr w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 w-nav__link" aria-haspopup="false" href="/accessibility-statement">Accessibility Statement</a></span></li><style>
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__item_1eM:not(.submenu__link){
font-size: 15px;
}
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link){
font-weight: 400;
}
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):not(:hover),.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):not(:hover) + .menu__item-triangle_22k,.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2.submenu__link:not(:hover){
color: #fff;
}
.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):hover,.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5e9962f145622100214990f0--1277e597-001a-498d-a127-4991e1e9aa9d .menu__link_2K2.submenu__link:hover{
color: rgb(154, 191, 185);
}</style></ul></nav></div></div></div></div></div></div><div class="horizontal-flow--mobile_105 w-section__inner background_3lr background background--dark w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#3c4f61" data-role="placeholder" data-selection-container="true"></div></div><div style="padding-top:20px;padding-bottom:20px"><div class="social-icons-container_2Id w-socials"><style>.si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e2891743531647432:hover {color: rgb(240, 180, 43)}</style><ul class="list--horizontal_3J3" style="--social-icons-offset:10px" data-animation=""><li class="social-icons_27c"><a style="width:30px;height:30px;color:rgb(243, 197, 91)" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/pediatricdentistryofunion" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e2891743531647432 svgIcon_1J7 filled_Qbi darkTheme_3jZ" viewBox="0 0 32 32" style="border-radius:50%"><path class="outer_bDW" d="M32 0H0V32H32V0ZM16.9133 25H13.6383V16.0044H12V13.1936H13.6383V10.9374H13.6443C13.7014 8.9864 14.3604 7.129 17.5674 7.0126V7H19.6171V9.8108H17.9447C17.3379 9.8108 16.9133 10.5002 16.9133 11.1568V13.1936H19.8561L19.3702 16.0044H16.9133V25Z" fill-rule="evenodd"></path><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z" style="color:#3c4f61;fill:#3c4f61"></path></svg><span style="display:none">b2d3c823-9b13-492c-a5b1-59f89d11a594</span></a></li><li class="social-icons_27c"><a style="width:30px;height:30px;color:rgb(243, 197, 91)" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/peddentofunion/" class="social-icons__icon_3m8"><svg class="si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e2891743531647432 svgIcon_1J7 filled_Qbi darkTheme_3jZ" viewBox="0 0 32 32" style="border-radius:50%"><g><path class="outer_bDW" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-hover_2Yt" style="fill:url(#si67ec2e797d4345f987990db586e516e8cf2b416c8dbcd12f5092e28917435316474324b66ee1e-2007-4eae-bf07-660ccca2ac0dhover)" d="M0,0 L32,0 L32,32 L0,32 L0,0 Z M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g><path d="M16,31 C24.2842712,31 31,24.2842712 31,16 C31,7.71572875 24.2842712,1 16,1 C7.71572875,1 1,7.71572875 1,16 C1,24.2842712 7.71572875,31 16,31 Z M16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 Z" class="border_2yy"></path><g><path class="logo_2gS" style="fill:#3c4f61;color:#3c4f61" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:#3c4f61;color:#3c4f61" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">4b66ee1e-2007-4eae-bf07-660ccca2ac0d</span></a></li></ul></div><p class="text_1k0 ui-caption w-caption ui-caption--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">Pediatric Dentistry of Union © All rights reserved | Created by </span><a href="https://www.getdeardoc.com/" target="_blank" data-action="external" rel="noopener" class="ui-link"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">DearDoc</span></a><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">.</span></span></span></p></div></div></div></section></div></div></div></div>

  
<!--CONTENT_PLACEHOLDER-->  
  
<script src="/common/core.min.js"></script>
<script>
window.WEBLIUM_DOMAIN = 'weblium.com'
window.STRUCTURE_DOMAIN = 'draftium.com'
window.webpackManifest = {"0":"/components/template-engine.js","1":"/components/attach-parallax.js","3":"/components/contact-form.js","4":"/components/contact-form/ssr.js","5":"/components/ecommerce-new-shopping-cart.js","6":"/components/ecommerce-old-shopping-cart.js","7":"/components/ecommerce-product-media.js","8":"/components/editor/components/block-components/ecommerce/shopping-cart-next-view/style.css.js","9":"/components/hammerjs.js","10":"/components/legacy.js","12":"/components/map/ssr.js","13":"/components/player.js","14":"/components/process-product.js","15":"/components/react-image-lightbox.js","16":"/components/render-slider.js","17":"/components/slick.js","18":"/components/slider.js","19":"/components/slider/ssr.js","20":"/components/social-icons/ssr.js"};
window.slugId = "5c2dfa623dbc4a0023e12261";
window.bucketUrl = '//res2.yourwebsite.life';
window.render_relative_resource = 'false'
window.websiteId = "5fd7b71f3dcdaa0021da74ac";
window.renderId = "67ec2e787d4345f987990da2"
function __script(url) {return new Promise(function(resolve, reject){
  var script = document.createElement('script');script.src = url;script.onload = resolve;script.onerror = reject;
  document.scripts[0].parentNode.appendChild(script)
})}
window.initialLoading=function(){
  return window.initialLoading.promise = window.initialLoading.promise || Promise.all([
    __script("/site/67ec2e787d4345f987990da2/initial.js"),
    __script("/site/67ec2e787d4345f987990da2/page-5c2dfa623dbc4a0023e12261.js")
  ])
}
window.pageApps = [{"key":"social-icons.SocialIcons","anchorId":"5e9964554562210021499748"}];
window.appsComponents = {"blog.BlogFeed":{"ssr":{"style":"https://wl-apps.yourwebsite.life/blog/1.0.29/components/BlogFeed/ssr.css","js":"https://wl-apps.yourwebsite.life/blog/1.0.29/components/BlogFeed/ssr.js"},"view":{"js":"https://wl-apps.yourwebsite.life/blog/1.0.29/components/BlogFeed/view.js"},"appId":"blog"},"social-icons.SocialIcons":{"ssr":{"style":"https://wl-apps.yourwebsite.life/social-icons/1.0.57/components/SocialIcons/ssr.css","js":"https://wl-apps.yourwebsite.life/social-icons/1.0.57/components/SocialIcons/ssr.js"},"useStore":true,"appId":"social-icons"},"social-icons.FollowUs":{"ssr":{"style":"https://wl-apps.yourwebsite.life/social-icons/1.0.57/components/FollowUs/ssr.css","js":"https://wl-apps.yourwebsite.life/social-icons/1.0.57/components/FollowUs/ssr.js"},"useStore":true,"appId":"social-icons"},"contact-form.ContactForm":{"ssr":{"style":"https://wl-apps.yourwebsite.life/contact-form/2.1.608/components/ContactForm/ssr.css","js":"https://wl-apps.yourwebsite.life/contact-form/2.1.608/components/ContactForm/ssr.js"},"view":{"js":"https://wl-apps.yourwebsite.life/contact-form/2.1.608/components/ContactForm/view.js"},"appId":"contact-form"}};
window.apps = [{"_id":"5fd7b71f3dcdaa0021da74af","website":"5fd7b71f3dcdaa0021da74ac","application":"analytics"},{"_id":"5fd7b71f3dcdaa0021da74b4","website":"5fd7b71f3dcdaa0021da74ac","application":"blog","api":{"src":"https://blog-api.getblog.app/notify","route":"https://blog-api.getblog.app/static/post"}},{"_id":"5fd7b71f3dcdaa0021da74b9","website":"5fd7b71f3dcdaa0021da74ac","application":"chat"},{"_id":"5fd7b71f3dcdaa0021da74be","website":"5fd7b71f3dcdaa0021da74ac","application":"contact-form","api":{"src":"https://us-central1-weblium-contact-form-app.cloudfunctions.net/app/notify"}},{"_id":"5fd7b71f3dcdaa0021da74c3","website":"5fd7b71f3dcdaa0021da74ac","application":"custom-code"},{"_id":"5fd7b7203dcdaa0021da74c8","website":"5fd7b71f3dcdaa0021da74ac","application":"integrations"},{"_id":"5fd7b7203dcdaa0021da74cd","website":"5fd7b71f3dcdaa0021da74ac","application":"social-icons"}]
window.popupsInfo = {"674deb2fcc09a35cea770c71":{"id":"674deb2fcc09a35cea770c71","settings":{"width":"lg","header":{"enabled":false},"popupCloseButton":{"color":"light-accent-color"},"animation":{"type":"fadeIn"}},"sortOrder":1,"roles":["@custom","absolute_positioning","constructor","content","disable_reroll","popup"]},"674dee1d84ba7a6b5d6b6eec":{"id":"674dee1d84ba7a6b5d6b6eec","settings":{"width":"lg","header":{"enabled":false},"popupCloseButton":{"color":"light-accent-color"},"animation":{"type":"fadeIn"}},"sortOrder":2,"roles":["@custom","absolute_positioning","constructor","content","disable_reroll","popup"]},"674df00a7f598d5c5f14b130":{"id":"674df00a7f598d5c5f14b130","settings":{"width":"lg","header":{"enabled":false},"popupCloseButton":{"color":"light-accent-color"},"animation":{"type":"fadeIn"}},"sortOrder":3,"roles":["@custom","absolute_positioning","constructor","content","disable_reroll","popup"]},"674df2eb5d316d708ec06811":{"id":"674df2eb5d316d708ec06811","settings":{"width":"lg","header":{"enabled":false},"popupCloseButton":{"color":"light-accent-color"},"animation":{"type":"fadeIn"}},"sortOrder":4,"roles":["@custom","absolute_positioning","constructor","content","disable_reroll","popup"]}}
window.appsContent = {"social-icons":{"links":[{"id":"b2d3c823-9b13-492c-a5b1-59f89d11a594","type":"facebook","url":"https://www.facebook.com/pediatricdentistryofunion"},{"id":"4b66ee1e-2007-4eae-bf07-660ccca2ac0d","type":"instagram","url":"https://www.instagram.com/peddentofunion/"}]},"custom-code":{"head":"\u003Cscript type=\"text/javascript\" src=\"https://firebasestorage.googleapis.com/v0/b/deardoc-embed-codes.appspot.com/o/Pediatric%20Dentistry%20of%20Union%2FPediatric%20Dentistry%20of%20Union%20-%20Mouli%20Patel%2Fcode.js?alt=media&token=c074e027-8b0b-41f3-a152-38b84a94acf0\"\u003E\u003C/script\u003E","beforeBody":"","afterBody":"","css":"a.w-btns-group__item.wl-header-button.button_2W3.button--left-icon_15k.w-link.ui-button.ui-button--link-light.ui-button--size-md.button--with-icon_3MG {\n    color: white !important;\n}\n\n.header__burger_3P8.w-text-center.w-text-center-md.w-text-center-xs .w-btns-group a.w-btns-group__item.wl-header-button.button_2W3.button--left-icon_15k.w-link.ui-button.ui-button--link-light.ui-button--size-md.button--with-icon_3MG {\n    color: #6ac3b1 !important;\n}"}};

!function(e){function t(t){for(var n,o,s=t[0],i=t[1],l=t[2],p=0,d=[];p<s.length;p++)o=s[p],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(u&&u(t);d.length;)d.shift()();return c.push.apply(c,l||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var i=r[o];0!==a[i]&&(n=!1)}n&&(c.splice(t--,1),e=s(s.s=r[0]))}return e}var n={},o={11:0},a={11:0},c=[];function s(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,s),r.l=!0,r.exports}s.e=function(e){var t=[],r=function(){try{return document.createElement("link").relList.supports("preload")}catch(e){return!1}}(),n=!1;o[e]?t.push(o[e]):0!==o[e]&&{3:0,4:0,5:0,6:0,7:0,8:0,"00":0,"02":0,"03":0,"06":0,"08":0,"09":0}[e]&&t.push(o[e]=new Promise(function(t,a){for(var c=({0:"template-engine",1:"attach-parallax",3:"contact-form",4:"contact-form/ssr",5:"ecommerce-new-shopping-cart",6:"ecommerce-old-shopping-cart",7:"ecommerce-product-media",8:"editor/components/block-components/ecommerce/shopping-cart-next-view/style.css",9:"hammerjs",10:"legacy",12:"map/ssr",13:"player",14:"process-product",15:"react-image-lightbox",16:"render-slider",17:"slick",18:"slider",19:"slider/ssr",20:"social-icons/ssr"}[e]||e)+".css",i=s.p+c,l=document.getElementsByTagName("link"),p=0;p<l.length;p++){var u=(m=l[p]).getAttribute("data-href")||m.getAttribute("href");if(!("stylesheet"!==m.rel&&"preload"!==m.rel||u!==c&&u!==i))return n=!0,t()}var d=document.getElementsByTagName("style");for(p=0;p<d.length;p++){var m;if((u=(m=d[p]).getAttribute("data-href"))===c||u===i)return t()}var f=document.createElement("link");f.rel=r?"preload":"stylesheet",r?f.as="style":f.type="text/css",f.onload=t,f.onerror=function(t){var r=t&&t.target&&t.target.src||i,n=new Error("Loading CSS chunk "+e+" failed.\n("+r+")");n.code="CSS_CHUNK_LOAD_FAILED",n.request=r,delete o[e],f.parentNode.removeChild(f),a(n)},f.href=i,document.getElementsByTagName("head")[0].appendChild(f)}).then(function(){if(o[e]=0,!n&&r){var t=document.createElement("link");t.href=s.p+""+({0:"template-engine",1:"attach-parallax",3:"contact-form",4:"contact-form/ssr",5:"ecommerce-new-shopping-cart",6:"ecommerce-old-shopping-cart",7:"ecommerce-product-media",8:"editor/components/block-components/ecommerce/shopping-cart-next-view/style.css",9:"hammerjs",10:"legacy",12:"map/ssr",13:"player",14:"process-product",15:"react-image-lightbox",16:"render-slider",17:"slick",18:"slider",19:"slider/ssr",20:"social-icons/ssr"}[e]||e)+".css",t.rel="stylesheet",t.type="text/css",document.body.appendChild(t)}}));var c=a[e];if(0!==c)if(c)t.push(c[2]);else{var i=new Promise(function(t,r){c=a[e]=[t,r]});t.push(c[2]=i);var l,p=document.createElement("script");p.charset="utf-8",p.timeout=120,s.nc&&p.setAttribute("nonce",s.nc),p.src=s.p+window.webpackManifest[e]+"?1743492410036";var u=new Error;l=function(t){p.onerror=p.onload=null,clearTimeout(d);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",u.name="ChunkLoadError",u.type=n,u.request=o,r[1](u)}a[e]=void 0}};var d=setTimeout(function(){l({type:"timeout",target:p})},12e4);p.onerror=p.onload=l,document.head.appendChild(p)}return Promise.all(t)},s.m=e,s.c=n,s.d=function(e,t,r){s.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},s.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,t){if(1&t&&(e=s(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(s.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)s.d(r,n,function(t){return e[t]}.bind(null,n));return r},s.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return s.d(t,"a",t),t},s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},s.p="",s.oe=function(e){throw console.error(e),e};var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=t,i=i.slice();for(var p=0;p<i.length;p++)t(i[p]);var u=l;r()}([]);
window.swPromise.then(function() {
  fetch("/.sw_/_host_/_replacer_?" + Date.now()).then(function(res) {return res.json()}).then(function(replacer) {
    if(!Object.keys(replacer).length) return
    var replacing, Observer = window.MutationObserver || window.WebKitMutationObserver
    function replace(node) {
      if(node === document.documentElement || !node.attributes) return
      try {
        function r(node) {
          for(var i  = node.attributes.length - 1; i >= 0; i--) {
            var o = node.attributes[i].value
            var n = o
            replacing = true
            for(var key in replacer)
              n = n.replaceAll ? n.replaceAll("//" + key, "//" + replacer[key])
                : n.replace(new RegExp("\\/\\/" + key.replace(/\./g, "\\."), "g"), "//" + replacer[key])
            replacing = false
            if(o != n) node.setAttribute(node.attributes[i].name, n)
          }
          for(var i = node.childNodes.length-1; i >= 0; i--) r(node.childNodes[i])
        }
        r(node)
      } catch(e) {e}
    }
    replace(document.body)
    if(Observer) {
      window.__replacer__ = new Observer(function(mutationRecords) {
        replacing || setTimeout(function() {mutationRecords.forEach(function(data) {replace(data.target)})}, 100)
      })
      window.__replacer__.observe(document.documentElement, {subtree: true, childList: true, attributes: true})
    }
  }).catch(function(error) {window.console.error(error)})
    .then(function() {return Promise.all([
      __script("/site/67ec2e787d4345f987990da2/view-5c2dfa623dbc4a0023e12261.js"),
      __script("/site/67ec2e787d4345f987990da2/main.js")
    ])})
    .then(function() {
      
    })
})
</script>






    <script>window.API_URL = "https://api.getdeardoc.com"</script>
    <script defer src="/editor/static/site-stat.js"></script>
</body>
</html>

                               

Whois info of domain

Domain Name: PDOFU.COM
Registry Domain ID: 2388209824_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-21T19:26:29Z
Creation Date: 2019-05-06T19:53:57Z
Registry Expiry Date: 2026-05-06T19:53:57Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS31.DOMAINCONTROL.COM
Name Server: NS32.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T21:29:41Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass