.final-tiles-gallery {
position: relative;
perspective: 800px;
}
.final-tiles-gallery .tile img.item {
-moz-transition: -moz-transform 0.2s, opacity 0.2s ease-out;
-o-transition: -o-transform 0.2s, opacity 0.2s ease-out;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s ease-out;
transition: transform .2s ease-out;
display: block;
position: relative;
width: 100%;
}
.final-tiles-gallery .tile.ftg-enlarged img {
display: block;
margin: auto;
}
.final-tiles-gallery .loading-bar {
width: 100%;
display: block;
height: 2px;
position: relative;
top:-4px;
}
.final-tiles-gallery .loading-bar i {
width: 0%;
display: block;
height: 2px;
transition: all 1s;
}
.final-tiles-gallery .tile {
float: left;
overflow: hidden;
margin: 0;
opacity: 0;
display: none;
transition-property: all;
transform-origin:50% 50% 50px; 
transition-duration: .25s; 
perspective: 1000px;
}
html body .final-tiles-gallery .ftg-items .tile.ftg-loaded {
opacity: 1;
display: block;
}
.final-tiles-gallery .tile.ftg-filter-hidden-tile,
.final-tiles-gallery .tile.ftg-hidden-tile {
-moz-transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
display: none !important;
}
.final-tiles-gallery .edge {
position: absolute;
z-index: 1000;
background: #333;
color: #fff;
font-size: 11px;
padding: 4px;
font-family: sans-serif;
}
.final-tiles-gallery .edge.enlarged-true {
color: yellow;
}
.final-tiles-gallery .ftg-social {
position: absolute;
transition: all .5s;
z-index: 20;
}
.final-tiles-gallery .woo {
display: block;
text-align: center;
margin-top:10px;
}
.final-tiles-gallery .woo:hover {
text-decoration: underline;
}
.final-tiles-gallery .ftg-social a {
color: #fff;
text-decoration: none;
border: 0;
text-align: center;
font-size: 16px;
transition: all .3s;
}
.final-tiles-gallery .ftg-social a:hover {
color: #ccc;
}
.final-tiles-gallery .hover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
background-color: rgba(0, 0, 0, 0.7);
transition: all .3s;
opacity: 0;
display: table;
width: 100%;
height: 100%;
}
.final-tiles-gallery .hover .icon {
display: table-cell;
text-align: center;
vertical-align: middle;
color: #fff;
font-size: 20px;
}
.final-tiles-gallery .tile:hover .hover {
opacity: 1;
}
.final-tiles-gallery .tile iframe.item {
width: 100% !important;
}
.final-tiles-gallery .ftg-filters {
margin-bottom: 20px;
text-align: center;
}
.final-tiles-gallery .ftg-filters a {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
color: #777;
padding: 4px 10px;
border: 1px solid #777;
text-decoration: none;
outline: 0;
text-shadow: none;
box-shadow: none;
}
.final-tiles-gallery .ftg-filters a:hover,
.final-tiles-gallery .ftg-filters a.selected {
color: #000;
border-color: #333;
text-decoration: none;
}
.final-tiles-gallery .tile .caption-block {
display: inline-block;
position: absolute;
color: #fff;
z-index: 11;
left: 20px;
right: 20px;
opacity: 0;
transition: all .25s;
}
.final-tiles-gallery.caption-frame .tile .caption-block {
border:1px solid #fff;
}
.final-tiles-gallery.caption-frame .tile .caption-outside {
border:1px solid #fff;
padding: 0 10px;
margin-top: 3px;
}
.final-tiles-gallery.caption-frame.caption-middle .tile .caption-block {
top:10px;
bottom: 10px;
left: 10px;
right: 10px;
padding: 10px; 
}
.final-tiles-gallery .tile-inner:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
top:0;
left:0;
bottom:0;
right:0;  
content: "";
opacity: 0;
transition: all .3s;
z-index: 10;
}
.final-tiles-gallery .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text .ftg-meta {
display: block;
}
.final-tiles-gallery .tile span.icon {
position: absolute;
top:50%;
left:50%;
z-index: 10;
opacity: 0;
transition: all .3s;
}
.final-tiles-gallery .tile:hover span.icon {
opacity: 1;
}
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.text {
color: #fff;
}
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.text {
color: #000;
}
.final-tiles-gallery.caption-color-light .tile-inner:before {
background: rgba(255, 255, 255, 0.7);
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .tile-inner:before,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .tile-inner:before {
opacity: 1;
}
.final-tiles-gallery .tile .caption-block span.title {
font-size: 16px;
margin:0;
}
.final-tiles-gallery .tile .caption-block span.text {
font-size: 12px;
margin:10px 0 0 0;
opacity: .8;
}
.final-tiles-gallery .tile .caption-block .text-wrapper {
width:100%;
}
.final-tiles-gallery.caption-center-text .tile .caption-block span.title,
.final-tiles-gallery.caption-center-text .tile .caption-block span.text {
text-align: center;
display: block;
} .final-tiles-gallery.effect-fade-out .tile img {
transition: all 0.5s;
opacity: 1; 
}
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile.hover img,
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile:hover img {
opacity: .5;
} .final-tiles-gallery.effect-deep-zoom-in .tile:hover img {
-moz-transform: perspective(1000px) translate3d(0px, 0px, 400px);
-webkit-transform: perspective(1000px) translate3d(0, 0, 400px);
-ms-transform: perspective(1000px) translate3d(0px, 0px, 400px);
transform: perspective(1000px) translate3d(0px, 0px, 400px);
} .final-tiles-gallery.effect-deep-zoom-in .tile img,
.final-tiles-gallery.effect-zoom-in .tile img {
-moz-transform: perspective(1000px) translate3d(0, 0, 0);
-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
-ms-transform: perspective(1000px) translate3d(0, 0, 0);
transform: perspective(1000px) translate3d(0, 0, 0);
position: relative;
display: block;
}
.final-tiles-gallery.effect-zoom-in.ftg-hover-enabled .tile:hover img {
-moz-transform: perspective(1000px) translate3d(0px, 0px, 200px);
-webkit-transform: perspective(1000px) translate3d(0, 0, 200px);
-ms-transform: perspective(1000px) translate3d(0px, 0px, 200px);
transform: perspective(1000px) translate3d(0px, 0px, 200px);
} .final-tiles-gallery.effect-zoom-out .tile img {
opacity: 1;
-moz-transform: scale(1.12);
-webkit-transform: scale(1.12);
-ms-transform: scale(1.12);
transform: scale(1.12);
}
.final-tiles-gallery.effect-deep-zoom-out.ftg-hover-enabled .tile:hover img,
.final-tiles-gallery.effect-zoom-out.ftg-hover-enabled .tile:hover img {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .final-tiles-gallery.effect-deep-zoom-out .tile img {
opacity: 1;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.final-tiles-gallery.effect-speed-very-slow .tile img { transition-duration: 1s; }
.final-tiles-gallery.effect-speed-slow .tile img { transition-duration: .5s; }
.final-tiles-gallery.effect-speed-medium .tile img { transition-duration: .35s; }
.final-tiles-gallery.effect-speed-fast .tile img { transition-duration: .2s; }
.final-tiles-gallery.effect-speed-very-fast .tile img { transition-duration: .1s; }
.final-tiles-gallery.caption-left .tile .caption-block, .final-tiles-gallery.caption-left .tile .caption-outside { text-align: left; }
.final-tiles-gallery.caption-center .tile .caption-block, .final-tiles-gallery.caption-center .tile .caption-outside { text-align: center; }
.final-tiles-gallery.caption-right .tile .caption-block, .final-tiles-gallery.caption-right .tile .caption-outside { text-align: right; } .final-tiles-gallery.caption-top .tile .caption-block {
top: 20px;
} .final-tiles-gallery.caption-bottom .tile .caption-block {
bottom: 20px;
top: auto;
} .final-tiles-gallery.caption-middle .tile .caption-block {
position: absolute;
top:0;
bottom:0;
display: flex;
align-items: center;
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .caption-block,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .caption-block {
opacity: 1;
} .final-tiles-gallery.caption-fixed .tile .caption-block {
opacity: 1;
} .final-tiles-gallery.caption-flip-h .tile {
perspective: 1000px;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
position: static;
}
.final-tiles-gallery.caption-flip-h.ftg-hover-enabled .tile:hover .tile-inner {
transform: rotateY(180deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
transition: 0.6s;
transform-style: preserve-3d;
position: static;
display: block;
}
.final-tiles-gallery.caption-flip-h .tile:hover .tile-inner:before {
display: none;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item,
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;    
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item {
z-index: 2; transform: rotateY(0deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
transform: rotateY(180deg); 
left: 0;
right: 0;
padding-left: 20px;
padding-right: 20px;
} .final-tiles-gallery.caption-fixed-bg .tile .caption-block {
opacity: 1;
}
.final-tiles-gallery.caption-fixed-bg .tile .tile-inner:before {
opacity: 1;
} .final-tiles-gallery.caption-fixed-then-hidden .tile .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden .tile .tile-inner:before {
opacity: 1;
}
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .tile-inner:before {
opacity: 0;
} .final-tiles-gallery.caption-slide-from-top.ftg-hover-enabled .tile:hover .caption-block {
opacity: 1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-top .tile .caption-block {      
opacity: 0;
transition: all .5s;
-moz-transform: translateY(-50px);
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
} .final-tiles-gallery.caption-fixed-bottom .tile .caption-block {
bottom:0;
left:0;
right:0;
background:transparent;
opacity: 1;
}
.final-tiles-gallery.caption-fixed-bottom .tile .caption-block .text-wrapper {
position: absolute;
bottom: 0;
top:auto;
left:0;
right:0;
padding-bottom: 20px;
padding-top: 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 49%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.final-tiles-gallery.caption-fixed-bottom.caption-color-light .tile .caption-block .text-wrapper { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0.8) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); } .final-tiles-gallery.caption-slide-from-bottom.ftg-hover-enabled .tile:hover .caption-block {
opacity: 1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-bottom .tile .caption-block {      
opacity: 0;
transition: all .5s;
-moz-transform: translateY(50px);
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
} .final-tiles-gallery.effect-frame.ftg-hover-enabled .tile:hover .tile-inner:before {  
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.final-tiles-gallery.effect-frame .tile .tile-inner:before {
opacity: 0;
border: 1px solid #fff;
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
z-index: 10;
content: "";
display: block;
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
transition: all .35s;
} .final-tiles-gallery.caption-bg .tile span {
background: #fff;
background: rgba(255, 255, 255, 0.7);
color: #333;
padding: 2px 6px;
} .final-tiles-gallery.social-icons-bar .ftg-social {
background: rgba(0, 0, 0, .7);
box-shadow: 0px 0px 10px #000;
}
.final-tiles-gallery.social-icons-bar .ftg-social a {
color: #333;
}
.final-tiles-gallery.social-icons-bar .ftg-social a:hover {
color: #555;
} .final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social {
background: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a {
color: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a:hover {
color: #eee;
} .final-tiles-gallery.social-icons-right .ftg-social {
width: 40px;
top: 0;
height: 100%;
right: -50px;
z-index: 20;
}
.final-tiles-gallery.social-icons-right .ftg-social a {
margin: 10px 0;
display: block;
}
.final-tiles-gallery.social-icons-right .tile:hover .ftg-social {
right: 0;
} .final-tiles-gallery.social-icons-bottom .ftg-social {
width: 100%;
bottom: -40px;
height: 30px;
text-align: right;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a {
margin: 0 5px;
display: inline-block;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type {
margin-right: 15px;
}
.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
bottom: 0;
}
.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social {
height: 36px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social {
height: 40px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social a {
margin: 10px 5px;  
} .final-tiles-gallery.social-icons-circle .ftg-social a {
margin: 5px;
border-radius: 50%;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
display: inline-block;
background: #333;
color: #333;
}
.final-tiles-gallery.social-icons-circle .ftg-social a:hover {
color: #fff;
background-color: #333;
}@font-face{font-family:'FontAwesome';src:url(//drlucasorthodontics.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//drlucasorthodontics.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//drlucasorthodontics.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//drlucasorthodontics.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//drlucasorthodontics.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//drlucasorthodontics.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html{line-height:1.15;-webkit-text-size-adjust:100%}.block-template-repeater__subtitle,.custom-braces-types__subtitle,.custom-contact-columns__hours-title,.custom-contact-columns__title,.custom-home-doctor__title,.custom-home-testimonials__title,.custom-home-welcome__title,.custom-invisalign-teen__subtitle,.custom-invisalign-works__subtitle,.custom-office-banner__body,.custom-office-banner__tagline,.custom-office-banner__title,.custom-office-family__subtitle,.custom-office-tour__title,.custom-patient-consultation__subtitle,.custom-patient-consultation__title,.custom-patient-finance__subtitle-text,.custom-patient-finance__title,.custom-patient-forms__title,.custom-patient-lucas-kids-club__subtitle-text,.custom-patient-lucas-kids-club__title,.custom-patient-lucas-kids-club__title2,.hero-page__text span,.navigation-mobile__link,.tab-braces-faq__question--text,.tab-braces-faq__title,.tab-lucas-difference__content-title,.tab-office-doctor__title,body,h1,h2,h3,h4,h5,h6,hr{margin:0}hr{border:none;background-color:#fff;height:2px;overflow:visible;box-sizing:content-box}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;line-height:0;font-size:75%}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;line-height:1.15;font-family:inherit;font-size:100%}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{box-sizing:border-box}.body-stop{overflow:hidden}.block-button,.custom-blog-list__loadmore-btn,.custom-home-doctor__link-text,.custom-home-welcome__link-text{transition:color .25s ease-in-out;cursor:pointer;color:#13c0d7;font-weight:900}.block-button:hover,.custom-blog-list__loadmore-btn:hover,.custom-home-doctor__link-text:hover,.custom-home-welcome__link-text:hover{color:#00857c}.img-norm{position:absolute;top:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}.custom-office-banner__image,.custom-office-banner__title,.custom-office-team__tile,.flex-center,.form-contact__submit-group,.navigation-mobile,.navigation-mobile__buttons,.navigation-mobile__social,.navigation-mobile__social-button,.tab-lucas-difference__tabs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.custom-home-doctor__logo,.custom-home-doctor__logos,.flex-center-start,.hero-page__text--desktop,.navigation-desktop__dropdown--content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.custom-patient-insurance__text--desktop,.flex-center-end{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.flex-center-around,.navigation-desktop__left,.navigation-desktop__right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.custom-contact-columns__links,.custom-office-team__container.custom-office-team__container--tiles,.flex-center-between,.navigation-mobile__container,.navigation-mobile__link,.tab-lucas-difference__bottom,.tab-lucas-difference__row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.flex-base-center{-ms-flex-pack:center;justify-content:center}.flex-base-center,.flex-base-start{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.flex-base-start{-ms-flex-pack:start;justify-content:flex-start}.flex-base-end{-ms-flex-pack:end;justify-content:flex-end}.flex-base-around,.flex-base-end{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.flex-base-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-base-between{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;-ms-flex-pack:justify;justify-content:space-between}.flex-start,.navigation-mobile__drawer{-ms-flex-pack:start;justify-content:flex-start}.flex-start,.flex-start-center,.navigation-mobile__drawer{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.flex-start-center{-ms-flex-pack:center;justify-content:center}.flex-start-end{-ms-flex-pack:end;justify-content:flex-end}.flex-start-around,.flex-start-end{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.flex-start-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-start-between{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}.flex-end{-ms-flex-pack:end;justify-content:flex-end}.flex-end,.flex-end-center{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.flex-end-center{-ms-flex-pack:center;justify-content:center}.flex-end-start{-ms-flex-pack:start;justify-content:flex-start}.flex-end-around,.flex-end-start{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.flex-end-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-end-between{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:justify;justify-content:space-between}.flex-stretch-center{-ms-flex-pack:center;justify-content:center}.flex-stretch-center,.flex-stretch-start{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}.flex-stretch-start{-ms-flex-pack:start;justify-content:flex-start}.flex-stretch-end{-ms-flex-pack:end;justify-content:flex-end}.flex-stretch-around,.flex-stretch-end{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}.flex-stretch-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-stretch-between{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:justify;justify-content:space-between}.basic-container,.block-template-repeater__row,.container,.custom-braces-types__row,.custom-contact-columns__container,.custom-home-doctor__container,.custom-home-testimonials__container,.custom-home-welcome__container,.custom-invisalign-teen__row,.custom-invisalign-works__row,.custom-office-banner__container,.custom-office-contest__container,.custom-office-family__container,.custom-office-team__container,.custom-office-tour__container,.custom-patient-consultation__container,.custom-patient-finance__container,.custom-patient-forms__container,.custom-patient-insurance__container,.custom-patient-lucas-kids-club__container,.footer__container,.tab-braces-faq__container,.tab-home-tiles__container,.tab-lucas-difference__container,.tab-office-doctor__container{display:block;margin:0 auto;width:100%;max-width:1024px}@media screen and (max-width:1056px){.basic-container,.block-template-repeater__row,.container,.custom-braces-types__row,.custom-contact-columns__container,.custom-home-doctor__container,.custom-home-testimonials__container,.custom-home-welcome__container,.custom-invisalign-teen__row,.custom-invisalign-works__row,.custom-office-banner__container,.custom-office-contest__container,.custom-office-family__container,.custom-office-team__container,.custom-office-tour__container,.custom-patient-consultation__container,.custom-patient-finance__container,.custom-patient-forms__container,.custom-patient-insurance__container,.custom-patient-lucas-kids-club__container,.footer__container,.tab-braces-faq__container,.tab-home-tiles__container,.tab-lucas-difference__container,.tab-office-doctor__container{padding:0 11px}}.container-large,.hero-home__container,.large-container,.navigation-desktop__container{display:block;margin:0 auto;width:100%;max-width:1180px}@media screen and (max-width:1212px){.container-large,.hero-home__container,.large-container,.navigation-desktop__container{padding:0 11px}}.custom-contact-columns__row,.custom-home-doctor__row,.custom-home-welcome__row,.custom-office-family__row-one,.custom-office-family__row-two,.custom-office-tour__row,.custom-patient-consultation__row-one,.custom-patient-consultation__row-two,.custom-patient-finance__row,.custom-patient-lucas-kids-club__row,.hero-home__row,.row,.tab-home-tiles__row,.tab-office-doctor__row{display:block;margin:0 auto;width:100%;max-width:1024px}.custom-contact-columns__row:after,.custom-contact-columns__row:before,.custom-home-doctor__row:after,.custom-home-doctor__row:before,.custom-home-welcome__row:after,.custom-home-welcome__row:before,.custom-office-family__row-one:after,.custom-office-family__row-one:before,.custom-office-family__row-two:after,.custom-office-family__row-two:before,.custom-office-tour__row:after,.custom-office-tour__row:before,.custom-patient-consultation__row-one:after,.custom-patient-consultation__row-one:before,.custom-patient-consultation__row-two:after,.custom-patient-consultation__row-two:before,.custom-patient-finance__row:after,.custom-patient-finance__row:before,.custom-patient-lucas-kids-club__row:after,.custom-patient-lucas-kids-club__row:before,.hero-home__row:after,.hero-home__row:before,.row:after,.row:before,.tab-home-tiles__row:after,.tab-home-tiles__row:before,.tab-office-doctor__row:after,.tab-office-doctor__row:before{display:table;clear:both;content:""}@supports (display:flex){.custom-contact-columns__row,.custom-home-doctor__row,.custom-home-welcome__row,.custom-office-family__row-one,.custom-office-family__row-two,.custom-office-tour__row,.custom-patient-consultation__row-one,.custom-patient-consultation__row-two,.custom-patient-finance__row,.custom-patient-lucas-kids-club__row,.hero-home__row,.row,.tab-home-tiles__row,.tab-office-doctor__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;width:100%;max-width:1046px}.custom-contact-columns__row:after,.custom-contact-columns__row:before,.custom-home-doctor__row:after,.custom-home-doctor__row:before,.custom-home-welcome__row:after,.custom-home-welcome__row:before,.custom-office-family__row-one:after,.custom-office-family__row-one:before,.custom-office-family__row-two:after,.custom-office-family__row-two:before,.custom-office-tour__row:after,.custom-office-tour__row:before,.custom-patient-consultation__row-one:after,.custom-patient-consultation__row-one:before,.custom-patient-consultation__row-two:after,.custom-patient-consultation__row-two:before,.custom-patient-finance__row:after,.custom-patient-finance__row:before,.custom-patient-lucas-kids-club__row:after,.custom-patient-lucas-kids-club__row:before,.hero-home__row:after,.hero-home__row:before,.row:after,.row:before,.tab-home-tiles__row:after,.tab-home-tiles__row:before,.tab-office-doctor__row:after,.tab-office-doctor__row:before{display:none}}@supports ((display:-ms-grid) or (display:grid)){.custom-contact-columns__row,.custom-home-doctor__row,.custom-home-welcome__row,.custom-office-family__row-one,.custom-office-family__row-two,.custom-office-tour__row,.custom-patient-consultation__row-one,.custom-patient-consultation__row-two,.custom-patient-finance__row,.custom-patient-lucas-kids-club__row,.hero-home__row,.row,.tab-home-tiles__row,.tab-office-doctor__row{display:-ms-grid;display:grid;width:100%;max-width:1024px;-ms-grid-columns:([col-start] 1fr)[12];grid-template-columns:repeat(12,[col-start] 1fr);grid-column-gap:22px;grid-row-gap:0}.custom-contact-columns__row:after,.custom-contact-columns__row:before,.custom-home-doctor__row:after,.custom-home-doctor__row:before,.custom-home-welcome__row:after,.custom-home-welcome__row:before,.custom-office-family__row-one:after,.custom-office-family__row-one:before,.custom-office-family__row-two:after,.custom-office-family__row-two:before,.custom-office-tour__row:after,.custom-office-tour__row:before,.custom-patient-consultation__row-one:after,.custom-patient-consultation__row-one:before,.custom-patient-consultation__row-two:after,.custom-patient-consultation__row-two:before,.custom-patient-finance__row:after,.custom-patient-finance__row:before,.custom-patient-lucas-kids-club__row:after,.custom-patient-lucas-kids-club__row:before,.hero-home__row:after,.hero-home__row:before,.row:after,.row:before,.tab-home-tiles__row:after,.tab-home-tiles__row:before,.tab-office-doctor__row:after,.tab-office-doctor__row:before{display:none}@media screen and (max-width:768px){.custom-contact-columns__row,.custom-home-doctor__row,.custom-home-welcome__row,.custom-office-family__row-one,.custom-office-family__row-two,.custom-office-tour__row,.custom-patient-consultation__row-one,.custom-patient-consultation__row-two,.custom-patient-finance__row,.custom-patient-lucas-kids-club__row,.hero-home__row,.row,.tab-home-tiles__row,.tab-office-doctor__row{grid-column-gap:0}}}@media screen and (max-width:1056px){.custom-contact-columns__row,.custom-home-doctor__row,.custom-home-welcome__row,.custom-office-family__row-one,.custom-office-family__row-two,.custom-office-tour__row,.custom-patient-consultation__row-one,.custom-patient-consultation__row-two,.custom-patient-finance__row,.custom-patient-lucas-kids-club__row,.hero-home__row,.row,.tab-home-tiles__row,.tab-office-doctor__row{padding:0 11px}}.container-large .custom-contact-columns__row,.container-large .custom-home-doctor__row,.container-large .custom-home-welcome__row,.container-large .custom-office-family__row-one,.container-large .custom-office-family__row-two,.container-large .custom-office-tour__row,.container-large .custom-patient-consultation__row-one,.container-large .custom-patient-consultation__row-two,.container-large .custom-patient-finance__row,.container-large .custom-patient-lucas-kids-club__row,.container-large .hero-home__row,.container-large .row,.container-large .tab-home-tiles__row,.container-large .tab-office-doctor__row,.hero-home__container .custom-contact-columns__row,.hero-home__container .custom-home-doctor__row,.hero-home__container .custom-home-welcome__row,.hero-home__container .custom-office-family__row-one,.hero-home__container .custom-office-family__row-two,.hero-home__container .custom-office-tour__row,.hero-home__container .custom-patient-consultation__row-one,.hero-home__container .custom-patient-consultation__row-two,.hero-home__container .custom-patient-finance__row,.hero-home__container .custom-patient-lucas-kids-club__row,.hero-home__container .hero-home__row,.hero-home__container .row,.hero-home__container .tab-home-tiles__row,.hero-home__container .tab-office-doctor__row,.navigation-desktop__container .custom-contact-columns__row,.navigation-desktop__container .custom-home-doctor__row,.navigation-desktop__container .custom-home-welcome__row,.navigation-desktop__container .custom-office-family__row-one,.navigation-desktop__container .custom-office-family__row-two,.navigation-desktop__container .custom-office-tour__row,.navigation-desktop__container .custom-patient-consultation__row-one,.navigation-desktop__container .custom-patient-consultation__row-two,.navigation-desktop__container .custom-patient-finance__row,.navigation-desktop__container .custom-patient-lucas-kids-club__row,.navigation-desktop__container .hero-home__row,.navigation-desktop__container .row,.navigation-desktop__container .tab-home-tiles__row,.navigation-desktop__container .tab-office-doctor__row{display:block;margin:0 auto;width:100%;max-width:1180px}.container-large .custom-contact-columns__row:after,.container-large .custom-contact-columns__row:before,.container-large .custom-home-doctor__row:after,.container-large .custom-home-doctor__row:before,.container-large .custom-home-welcome__row:after,.container-large .custom-home-welcome__row:before,.container-large .custom-office-family__row-one:after,.container-large .custom-office-family__row-one:before,.container-large .custom-office-family__row-two:after,.container-large .custom-office-family__row-two:before,.container-large .custom-office-tour__row:after,.container-large .custom-office-tour__row:before,.container-large .custom-patient-consultation__row-one:after,.container-large .custom-patient-consultation__row-one:before,.container-large .custom-patient-consultation__row-two:after,.container-large .custom-patient-consultation__row-two:before,.container-large .custom-patient-finance__row:after,.container-large .custom-patient-finance__row:before,.container-large .custom-patient-lucas-kids-club__row:after,.container-large .custom-patient-lucas-kids-club__row:before,.container-large .hero-home__row:after,.container-large .hero-home__row:before,.container-large .row:after,.container-large .row:before,.container-large .tab-home-tiles__row:after,.container-large .tab-home-tiles__row:before,.container-large .tab-office-doctor__row:after,.container-large .tab-office-doctor__row:before,.hero-home__container .custom-contact-columns__row:after,.hero-home__container .custom-contact-columns__row:before,.hero-home__container .custom-home-doctor__row:after,.hero-home__container .custom-home-doctor__row:before,.hero-home__container .custom-home-welcome__row:after,.hero-home__container .custom-home-welcome__row:before,.hero-home__container .custom-office-family__row-one:after,.hero-home__container .custom-office-family__row-one:before,.hero-home__container .custom-office-family__row-two:after,.hero-home__container .custom-office-family__row-two:before,.hero-home__container .custom-office-tour__row:after,.hero-home__container .custom-office-tour__row:before,.hero-home__container .custom-patient-consultation__row-one:after,.hero-home__container .custom-patient-consultation__row-one:before,.hero-home__container .custom-patient-consultation__row-two:after,.hero-home__container .custom-patient-consultation__row-two:before,.hero-home__container .custom-patient-finance__row:after,.hero-home__container .custom-patient-finance__row:before,.hero-home__container .custom-patient-lucas-kids-club__row:after,.hero-home__container .custom-patient-lucas-kids-club__row:before,.hero-home__container .hero-home__row:after,.hero-home__container .hero-home__row:before,.hero-home__container .row:after,.hero-home__container .row:before,.hero-home__container .tab-home-tiles__row:after,.hero-home__container .tab-home-tiles__row:before,.hero-home__container .tab-office-doctor__row:after,.hero-home__container .tab-office-doctor__row:before,.navigation-desktop__container .custom-contact-columns__row:after,.navigation-desktop__container .custom-contact-columns__row:before,.navigation-desktop__container .custom-home-doctor__row:after,.navigation-desktop__container .custom-home-doctor__row:before,.navigation-desktop__container .custom-home-welcome__row:after,.navigation-desktop__container .custom-home-welcome__row:before,.navigation-desktop__container .custom-office-family__row-one:after,.navigation-desktop__container .custom-office-family__row-one:before,.navigation-desktop__container .custom-office-family__row-two:after,.navigation-desktop__container .custom-office-family__row-two:before,.navigation-desktop__container .custom-office-tour__row:after,.navigation-desktop__container .custom-office-tour__row:before,.navigation-desktop__container .custom-patient-consultation__row-one:after,.navigation-desktop__container .custom-patient-consultation__row-one:before,.navigation-desktop__container .custom-patient-consultation__row-two:after,.navigation-desktop__container .custom-patient-consultation__row-two:before,.navigation-desktop__container .custom-patient-finance__row:after,.navigation-desktop__container .custom-patient-finance__row:before,.navigation-desktop__container .custom-patient-lucas-kids-club__row:after,.navigation-desktop__container .custom-patient-lucas-kids-club__row:before,.navigation-desktop__container .hero-home__row:after,.navigation-desktop__container .hero-home__row:before,.navigation-desktop__container .row:after,.navigation-desktop__container .row:before,.navigation-desktop__container .tab-home-tiles__row:after,.navigation-desktop__container .tab-home-tiles__row:before,.navigation-desktop__container .tab-office-doctor__row:after,.navigation-desktop__container .tab-office-doctor__row:before{display:table;clear:both;content:""}@supports (display:flex){.container-large .custom-contact-columns__row,.container-large .custom-home-doctor__row,.container-large .custom-home-welcome__row,.container-large .custom-office-family__row-one,.container-large .custom-office-family__row-two,.container-large .custom-office-tour__row,.container-large .custom-patient-consultation__row-one,.container-large .custom-patient-consultation__row-two,.container-large .custom-patient-finance__row,.container-large .custom-patient-lucas-kids-club__row,.container-large .hero-home__row,.container-large .row,.container-large .tab-home-tiles__row,.container-large .tab-office-doctor__row,.hero-home__container .custom-contact-columns__row,.hero-home__container .custom-home-doctor__row,.hero-home__container .custom-home-welcome__row,.hero-home__container .custom-office-family__row-one,.hero-home__container .custom-office-family__row-two,.hero-home__container .custom-office-tour__row,.hero-home__container .custom-patient-consultation__row-one,.hero-home__container .custom-patient-consultation__row-two,.hero-home__container .custom-patient-finance__row,.hero-home__container .custom-patient-lucas-kids-club__row,.hero-home__container .hero-home__row,.hero-home__container .row,.hero-home__container .tab-home-tiles__row,.hero-home__container .tab-office-doctor__row,.navigation-desktop__container .custom-contact-columns__row,.navigation-desktop__container .custom-home-doctor__row,.navigation-desktop__container .custom-home-welcome__row,.navigation-desktop__container .custom-office-family__row-one,.navigation-desktop__container .custom-office-family__row-two,.navigation-desktop__container .custom-office-tour__row,.navigation-desktop__container .custom-patient-consultation__row-one,.navigation-desktop__container .custom-patient-consultation__row-two,.navigation-desktop__container .custom-patient-finance__row,.navigation-desktop__container .custom-patient-lucas-kids-club__row,.navigation-desktop__container .hero-home__row,.navigation-desktop__container .row,.navigation-desktop__container .tab-home-tiles__row,.navigation-desktop__container .tab-office-doctor__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;margin:auto -11px;width:110%;max-width:1202px}.container-large .custom-contact-columns__row:after,.container-large .custom-contact-columns__row:before,.container-large .custom-home-doctor__row:after,.container-large .custom-home-doctor__row:before,.container-large .custom-home-welcome__row:after,.container-large .custom-home-welcome__row:before,.container-large .custom-office-family__row-one:after,.container-large .custom-office-family__row-one:before,.container-large .custom-office-family__row-two:after,.container-large .custom-office-family__row-two:before,.container-large .custom-office-tour__row:after,.container-large .custom-office-tour__row:before,.container-large .custom-patient-consultation__row-one:after,.container-large .custom-patient-consultation__row-one:before,.container-large .custom-patient-consultation__row-two:after,.container-large .custom-patient-consultation__row-two:before,.container-large .custom-patient-finance__row:after,.container-large .custom-patient-finance__row:before,.container-large .custom-patient-lucas-kids-club__row:after,.container-large .custom-patient-lucas-kids-club__row:before,.container-large .hero-home__row:after,.container-large .hero-home__row:before,.container-large .row:after,.container-large .row:before,.container-large .tab-home-tiles__row:after,.container-large .tab-home-tiles__row:before,.container-large .tab-office-doctor__row:after,.container-large .tab-office-doctor__row:before,.hero-home__container .custom-contact-columns__row:after,.hero-home__container .custom-contact-columns__row:before,.hero-home__container .custom-home-doctor__row:after,.hero-home__container .custom-home-doctor__row:before,.hero-home__container .custom-home-welcome__row:after,.hero-home__container .custom-home-welcome__row:before,.hero-home__container .custom-office-family__row-one:after,.hero-home__container .custom-office-family__row-one:before,.hero-home__container .custom-office-family__row-two:after,.hero-home__container .custom-office-family__row-two:before,.hero-home__container .custom-office-tour__row:after,.hero-home__container .custom-office-tour__row:before,.hero-home__container .custom-patient-consultation__row-one:after,.hero-home__container .custom-patient-consultation__row-one:before,.hero-home__container .custom-patient-consultation__row-two:after,.hero-home__container .custom-patient-consultation__row-two:before,.hero-home__container .custom-patient-finance__row:after,.hero-home__container .custom-patient-finance__row:before,.hero-home__container .custom-patient-lucas-kids-club__row:after,.hero-home__container .custom-patient-lucas-kids-club__row:before,.hero-home__container .hero-home__row:after,.hero-home__container .hero-home__row:before,.hero-home__container .row:after,.hero-home__container .row:before,.hero-home__container .tab-home-tiles__row:after,.hero-home__container .tab-home-tiles__row:before,.hero-home__container .tab-office-doctor__row:after,.hero-home__container .tab-office-doctor__row:before,.navigation-desktop__container .custom-contact-columns__row:after,.navigation-desktop__container .custom-contact-columns__row:before,.navigation-desktop__container .custom-home-doctor__row:after,.navigation-desktop__container .custom-home-doctor__row:before,.navigation-desktop__container .custom-home-welcome__row:after,.navigation-desktop__container .custom-home-welcome__row:before,.navigation-desktop__container .custom-office-family__row-one:after,.navigation-desktop__container .custom-office-family__row-one:before,.navigation-desktop__container .custom-office-family__row-two:after,.navigation-desktop__container .custom-office-family__row-two:before,.navigation-desktop__container .custom-office-tour__row:after,.navigation-desktop__container .custom-office-tour__row:before,.navigation-desktop__container .custom-patient-consultation__row-one:after,.navigation-desktop__container .custom-patient-consultation__row-one:before,.navigation-desktop__container .custom-patient-consultation__row-two:after,.navigation-desktop__container .custom-patient-consultation__row-two:before,.navigation-desktop__container .custom-patient-finance__row:after,.navigation-desktop__container .custom-patient-finance__row:before,.navigation-desktop__container .custom-patient-lucas-kids-club__row:after,.navigation-desktop__container .custom-patient-lucas-kids-club__row:before,.navigation-desktop__container .hero-home__row:after,.navigation-desktop__container .hero-home__row:before,.navigation-desktop__container .row:after,.navigation-desktop__container .row:before,.navigation-desktop__container .tab-home-tiles__row:after,.navigation-desktop__container .tab-home-tiles__row:before,.navigation-desktop__container .tab-office-doctor__row:after,.navigation-desktop__container .tab-office-doctor__row:before{display:none}}@supports ((display:-ms-grid) or (display:grid)){.container-large .custom-contact-columns__row,.container-large .custom-home-doctor__row,.container-large .custom-home-welcome__row,.container-large .custom-office-family__row-one,.container-large .custom-office-family__row-two,.container-large .custom-office-tour__row,.container-large .custom-patient-consultation__row-one,.container-large .custom-patient-consultation__row-two,.container-large .custom-patient-finance__row,.container-large .custom-patient-lucas-kids-club__row,.container-large .hero-home__row,.container-large .row,.container-large .tab-home-tiles__row,.container-large .tab-office-doctor__row,.hero-home__container .custom-contact-columns__row,.hero-home__container .custom-home-doctor__row,.hero-home__container .custom-home-welcome__row,.hero-home__container .custom-office-family__row-one,.hero-home__container .custom-office-family__row-two,.hero-home__container .custom-office-tour__row,.hero-home__container .custom-patient-consultation__row-one,.hero-home__container .custom-patient-consultation__row-two,.hero-home__container .custom-patient-finance__row,.hero-home__container .custom-patient-lucas-kids-club__row,.hero-home__container .hero-home__row,.hero-home__container .row,.hero-home__container .tab-home-tiles__row,.hero-home__container .tab-office-doctor__row,.navigation-desktop__container .custom-contact-columns__row,.navigation-desktop__container .custom-home-doctor__row,.navigation-desktop__container .custom-home-welcome__row,.navigation-desktop__container .custom-office-family__row-one,.navigation-desktop__container .custom-office-family__row-two,.navigation-desktop__container .custom-office-tour__row,.navigation-desktop__container .custom-patient-consultation__row-one,.navigation-desktop__container .custom-patient-consultation__row-two,.navigation-desktop__container .custom-patient-finance__row,.navigation-desktop__container .custom-patient-lucas-kids-club__row,.navigation-desktop__container .hero-home__row,.navigation-desktop__container .row,.navigation-desktop__container .tab-home-tiles__row,.navigation-desktop__container .tab-office-doctor__row{display:-ms-grid;display:grid;margin:auto;width:100%;max-width:1180px;-ms-grid-columns:([col-start] 1fr)[14];grid-template-columns:repeat(14,[col-start] 1fr);grid-column-gap:22px}.container-large .custom-contact-columns__row:after,.container-large .custom-contact-columns__row:before,.container-large .custom-home-doctor__row:after,.container-large .custom-home-doctor__row:before,.container-large .custom-home-welcome__row:after,.container-large .custom-home-welcome__row:before,.container-large .custom-office-family__row-one:after,.container-large .custom-office-family__row-one:before,.container-large .custom-office-family__row-two:after,.container-large .custom-office-family__row-two:before,.container-large .custom-office-tour__row:after,.container-large .custom-office-tour__row:before,.container-large .custom-patient-consultation__row-one:after,.container-large .custom-patient-consultation__row-one:before,.container-large .custom-patient-consultation__row-two:after,.container-large .custom-patient-consultation__row-two:before,.container-large .custom-patient-finance__row:after,.container-large .custom-patient-finance__row:before,.container-large .custom-patient-lucas-kids-club__row:after,.container-large .custom-patient-lucas-kids-club__row:before,.container-large .hero-home__row:after,.container-large .hero-home__row:before,.container-large .row:after,.container-large .row:before,.container-large .tab-home-tiles__row:after,.container-large .tab-home-tiles__row:before,.container-large .tab-office-doctor__row:after,.container-large .tab-office-doctor__row:before,.hero-home__container .custom-contact-columns__row:after,.hero-home__container .custom-contact-columns__row:before,.hero-home__container .custom-home-doctor__row:after,.hero-home__container .custom-home-doctor__row:before,.hero-home__container .custom-home-welcome__row:after,.hero-home__container .custom-home-welcome__row:before,.hero-home__container .custom-office-family__row-one:after,.hero-home__container .custom-office-family__row-one:before,.hero-home__container .custom-office-family__row-two:after,.hero-home__container .custom-office-family__row-two:before,.hero-home__container .custom-office-tour__row:after,.hero-home__container .custom-office-tour__row:before,.hero-home__container .custom-patient-consultation__row-one:after,.hero-home__container .custom-patient-consultation__row-one:before,.hero-home__container .custom-patient-consultation__row-two:after,.hero-home__container .custom-patient-consultation__row-two:before,.hero-home__container .custom-patient-finance__row:after,.hero-home__container .custom-patient-finance__row:before,.hero-home__container .custom-patient-lucas-kids-club__row:after,.hero-home__container .custom-patient-lucas-kids-club__row:before,.hero-home__container .hero-home__row:after,.hero-home__container .hero-home__row:before,.hero-home__container .row:after,.hero-home__container .row:before,.hero-home__container .tab-home-tiles__row:after,.hero-home__container .tab-home-tiles__row:before,.hero-home__container .tab-office-doctor__row:after,.hero-home__container .tab-office-doctor__row:before,.navigation-desktop__container .custom-contact-columns__row:after,.navigation-desktop__container .custom-contact-columns__row:before,.navigation-desktop__container .custom-home-doctor__row:after,.navigation-desktop__container .custom-home-doctor__row:before,.navigation-desktop__container .custom-home-welcome__row:after,.navigation-desktop__container .custom-home-welcome__row:before,.navigation-desktop__container .custom-office-family__row-one:after,.navigation-desktop__container .custom-office-family__row-one:before,.navigation-desktop__container .custom-office-family__row-two:after,.navigation-desktop__container .custom-office-family__row-two:before,.navigation-desktop__container .custom-office-tour__row:after,.navigation-desktop__container .custom-office-tour__row:before,.navigation-desktop__container .custom-patient-consultation__row-one:after,.navigation-desktop__container .custom-patient-consultation__row-one:before,.navigation-desktop__container .custom-patient-consultation__row-two:after,.navigation-desktop__container .custom-patient-consultation__row-two:before,.navigation-desktop__container .custom-patient-finance__row:after,.navigation-desktop__container .custom-patient-finance__row:before,.navigation-desktop__container .custom-patient-lucas-kids-club__row:after,.navigation-desktop__container .custom-patient-lucas-kids-club__row:before,.navigation-desktop__container .hero-home__row:after,.navigation-desktop__container .hero-home__row:before,.navigation-desktop__container .row:after,.navigation-desktop__container .row:before,.navigation-desktop__container .tab-home-tiles__row:after,.navigation-desktop__container .tab-home-tiles__row:before,.navigation-desktop__container .tab-office-doctor__row:after,.navigation-desktop__container .tab-office-doctor__row:before{display:none}@media screen and (max-width:768px){.container-large .custom-contact-columns__row,.container-large .custom-home-doctor__row,.container-large .custom-home-welcome__row,.container-large .custom-office-family__row-one,.container-large .custom-office-family__row-two,.container-large .custom-office-tour__row,.container-large .custom-patient-consultation__row-one,.container-large .custom-patient-consultation__row-two,.container-large .custom-patient-finance__row,.container-large .custom-patient-lucas-kids-club__row,.container-large .hero-home__row,.container-large .row,.container-large .tab-home-tiles__row,.container-large .tab-office-doctor__row,.hero-home__container .custom-contact-columns__row,.hero-home__container .custom-home-doctor__row,.hero-home__container .custom-home-welcome__row,.hero-home__container .custom-office-family__row-one,.hero-home__container .custom-office-family__row-two,.hero-home__container .custom-office-tour__row,.hero-home__container .custom-patient-consultation__row-one,.hero-home__container .custom-patient-consultation__row-two,.hero-home__container .custom-patient-finance__row,.hero-home__container .custom-patient-lucas-kids-club__row,.hero-home__container .hero-home__row,.hero-home__container .row,.hero-home__container .tab-home-tiles__row,.hero-home__container .tab-office-doctor__row,.navigation-desktop__container .custom-contact-columns__row,.navigation-desktop__container .custom-home-doctor__row,.navigation-desktop__container .custom-home-welcome__row,.navigation-desktop__container .custom-office-family__row-one,.navigation-desktop__container .custom-office-family__row-two,.navigation-desktop__container .custom-office-tour__row,.navigation-desktop__container .custom-patient-consultation__row-one,.navigation-desktop__container .custom-patient-consultation__row-two,.navigation-desktop__container .custom-patient-finance__row,.navigation-desktop__container .custom-patient-lucas-kids-club__row,.navigation-desktop__container .hero-home__row,.navigation-desktop__container .row,.navigation-desktop__container .tab-home-tiles__row,.navigation-desktop__container .tab-office-doctor__row{grid-column-gap:0}}}@media screen and (max-width:1212px){.container-large .custom-contact-columns__row,.container-large .custom-home-doctor__row,.container-large .custom-home-welcome__row,.container-large .custom-office-family__row-one,.container-large .custom-office-family__row-two,.container-large .custom-office-tour__row,.container-large .custom-patient-consultation__row-one,.container-large .custom-patient-consultation__row-two,.container-large .custom-patient-finance__row,.container-large .custom-patient-lucas-kids-club__row,.container-large .hero-home__row,.container-large .row,.container-large .tab-home-tiles__row,.container-large .tab-office-doctor__row,.hero-home__container .custom-contact-columns__row,.hero-home__container .custom-home-doctor__row,.hero-home__container .custom-home-welcome__row,.hero-home__container .custom-office-family__row-one,.hero-home__container .custom-office-family__row-two,.hero-home__container .custom-office-tour__row,.hero-home__container .custom-patient-consultation__row-one,.hero-home__container .custom-patient-consultation__row-two,.hero-home__container .custom-patient-finance__row,.hero-home__container .custom-patient-lucas-kids-club__row,.hero-home__container .hero-home__row,.hero-home__container .row,.hero-home__container .tab-home-tiles__row,.hero-home__container .tab-office-doctor__row,.navigation-desktop__container .custom-contact-columns__row,.navigation-desktop__container .custom-home-doctor__row,.navigation-desktop__container .custom-home-welcome__row,.navigation-desktop__container .custom-office-family__row-one,.navigation-desktop__container .custom-office-family__row-two,.navigation-desktop__container .custom-office-tour__row,.navigation-desktop__container .custom-patient-consultation__row-one,.navigation-desktop__container .custom-patient-consultation__row-two,.navigation-desktop__container .custom-patient-finance__row,.navigation-desktop__container .custom-patient-lucas-kids-club__row,.navigation-desktop__container .hero-home__row,.navigation-desktop__container .row,.navigation-desktop__container .tab-home-tiles__row,.navigation-desktop__container .tab-office-doctor__row{padding:0 11px}}.clearfix:after,.clearfix:before,.custom-office-team__container.custom-office-team__container--tiles:after,.custom-office-team__container.custom-office-team__container--tiles:before{display:table;clear:both;content:""}.custom-contact-columns__row>*,.custom-home-doctor__row>*,.custom-home-welcome__row>*,.custom-office-family__row-one>*,.custom-office-family__row-two>*,.custom-office-tour__row>*,.custom-patient-consultation__row-one>*,.custom-patient-consultation__row-two>*,.custom-patient-finance__row>*,.custom-patient-lucas-kids-club__row>*,.hero-home__row>*,.row>*,.tab-home-tiles__row>*,.tab-office-doctor__row>*{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;width:100%;-ms-grid-column-span:14;grid-column-end:span 14}@media screen and (min-width:480px){.xs-0{float:left;margin:0 11px;width:calc(0 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}.container-large .xs-0,.hero-home__container .xs-0,.navigation-desktop__container .xs-0{float:left;margin:0 11px;width:calc(0 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-0,.hero-home__container .xs-0,.navigation-desktop__container .xs-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}}@media screen and (min-width:480px){.xs-1{float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .xs-1,.hero-home__container .xs-1,.navigation-desktop__container .xs-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-1,.hero-home__container .xs-1,.navigation-desktop__container .xs-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:480px){.xs-2{float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .xs-2,.hero-home__container .xs-2,.navigation-desktop__container .xs-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-2,.hero-home__container .xs-2,.navigation-desktop__container .xs-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:480px){.xs-3{float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .xs-3,.hero-home__container .xs-3,.navigation-desktop__container .xs-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-3,.hero-home__container .xs-3,.navigation-desktop__container .xs-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:480px){.xs-4{float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .xs-4,.hero-home__container .xs-4,.navigation-desktop__container .xs-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-4,.hero-home__container .xs-4,.navigation-desktop__container .xs-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:480px){.xs-5{float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .xs-5,.hero-home__container .xs-5,.navigation-desktop__container .xs-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-5,.hero-home__container .xs-5,.navigation-desktop__container .xs-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:480px){.xs-6{float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .xs-6,.hero-home__container .xs-6,.navigation-desktop__container .xs-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-6,.hero-home__container .xs-6,.navigation-desktop__container .xs-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:480px){.xs-7{float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .xs-7,.hero-home__container .xs-7,.navigation-desktop__container .xs-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-7,.hero-home__container .xs-7,.navigation-desktop__container .xs-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:480px){.xs-8{float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .xs-8,.hero-home__container .xs-8,.navigation-desktop__container .xs-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-8,.hero-home__container .xs-8,.navigation-desktop__container .xs-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:480px){.xs-9{float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .xs-9,.hero-home__container .xs-9,.navigation-desktop__container .xs-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-9,.hero-home__container .xs-9,.navigation-desktop__container .xs-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:480px){.xs-10{float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .xs-10,.hero-home__container .xs-10,.navigation-desktop__container .xs-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-10,.hero-home__container .xs-10,.navigation-desktop__container .xs-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:480px){.xs-11{float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .xs-11,.hero-home__container .xs-11,.navigation-desktop__container .xs-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-11,.hero-home__container .xs-11,.navigation-desktop__container .xs-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:480px){.xs-12{float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .xs-12,.hero-home__container .xs-12,.navigation-desktop__container .xs-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-12,.hero-home__container .xs-12,.navigation-desktop__container .xs-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:768px){.sm-0{float:left;margin:0 11px;width:calc(0 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}.container-large .sm-0,.hero-home__container .sm-0,.navigation-desktop__container .sm-0{float:left;margin:0 11px;width:calc(0 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-0,.hero-home__container .sm-0,.navigation-desktop__container .sm-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}}@media screen and (min-width:768px){.sm-1{float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .sm-1,.hero-home__container .sm-1,.navigation-desktop__container .sm-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-1,.hero-home__container .sm-1,.navigation-desktop__container .sm-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:768px){.sm-2{float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .sm-2,.hero-home__container .sm-2,.navigation-desktop__container .sm-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-2,.hero-home__container .sm-2,.navigation-desktop__container .sm-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:768px){.sm-3{float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .sm-3,.hero-home__container .sm-3,.navigation-desktop__container .sm-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-3,.hero-home__container .sm-3,.navigation-desktop__container .sm-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:768px){.sm-4{float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .sm-4,.hero-home__container .sm-4,.navigation-desktop__container .sm-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-4,.hero-home__container .sm-4,.navigation-desktop__container .sm-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:768px){.custom-contact-columns__col-left,.custom-home-doctor__col-left,.sm-5{float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.custom-contact-columns__col-left,.custom-home-doctor__col-left,.sm-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .custom-contact-columns__col-left,.container-large .custom-home-doctor__col-left,.container-large .sm-5,.hero-home__container .custom-contact-columns__col-left,.hero-home__container .custom-home-doctor__col-left,.hero-home__container .sm-5,.navigation-desktop__container .custom-contact-columns__col-left,.navigation-desktop__container .custom-home-doctor__col-left,.navigation-desktop__container .sm-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .custom-contact-columns__col-left,.container-large .custom-home-doctor__col-left,.container-large .sm-5,.hero-home__container .custom-contact-columns__col-left,.hero-home__container .custom-home-doctor__col-left,.hero-home__container .sm-5,.navigation-desktop__container .custom-contact-columns__col-left,.navigation-desktop__container .custom-home-doctor__col-left,.navigation-desktop__container .sm-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:768px){.custom-home-welcome__col-left,.custom-home-welcome__col-right,.custom-office-family__col-left,.custom-office-family__col-right,.custom-office-tour__col-left,.custom-office-tour__col-right,.custom-patient-consultation__col-left,.custom-patient-consultation__col-right,.custom-patient-finance__col-left,.custom-patient-finance__col-right,.custom-patient-lucas-kids-club__col-left,.custom-patient-lucas-kids-club__col-right,.sm-6,.tab-home-tiles__tile{float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.custom-home-welcome__col-left,.custom-home-welcome__col-right,.custom-office-family__col-left,.custom-office-family__col-right,.custom-office-tour__col-left,.custom-office-tour__col-right,.custom-patient-consultation__col-left,.custom-patient-consultation__col-right,.custom-patient-finance__col-left,.custom-patient-finance__col-right,.custom-patient-lucas-kids-club__col-left,.custom-patient-lucas-kids-club__col-right,.sm-6,.tab-home-tiles__tile{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .custom-home-welcome__col-left,.container-large .custom-home-welcome__col-right,.container-large .custom-office-family__col-left,.container-large .custom-office-family__col-right,.container-large .custom-office-tour__col-left,.container-large .custom-office-tour__col-right,.container-large .custom-patient-consultation__col-left,.container-large .custom-patient-consultation__col-right,.container-large .custom-patient-finance__col-left,.container-large .custom-patient-finance__col-right,.container-large .custom-patient-lucas-kids-club__col-left,.container-large .custom-patient-lucas-kids-club__col-right,.container-large .sm-6,.container-large .tab-home-tiles__tile,.hero-home__container .custom-home-welcome__col-left,.hero-home__container .custom-home-welcome__col-right,.hero-home__container .custom-office-family__col-left,.hero-home__container .custom-office-family__col-right,.hero-home__container .custom-office-tour__col-left,.hero-home__container .custom-office-tour__col-right,.hero-home__container .custom-patient-consultation__col-left,.hero-home__container .custom-patient-consultation__col-right,.hero-home__container .custom-patient-finance__col-left,.hero-home__container .custom-patient-finance__col-right,.hero-home__container .custom-patient-lucas-kids-club__col-left,.hero-home__container .custom-patient-lucas-kids-club__col-right,.hero-home__container .sm-6,.hero-home__container .tab-home-tiles__tile,.navigation-desktop__container .custom-home-welcome__col-left,.navigation-desktop__container .custom-home-welcome__col-right,.navigation-desktop__container .custom-office-family__col-left,.navigation-desktop__container .custom-office-family__col-right,.navigation-desktop__container .custom-office-tour__col-left,.navigation-desktop__container .custom-office-tour__col-right,.navigation-desktop__container .custom-patient-consultation__col-left,.navigation-desktop__container .custom-patient-consultation__col-right,.navigation-desktop__container .custom-patient-finance__col-left,.navigation-desktop__container .custom-patient-finance__col-right,.navigation-desktop__container .custom-patient-lucas-kids-club__col-left,.navigation-desktop__container .custom-patient-lucas-kids-club__col-right,.navigation-desktop__container .sm-6,.navigation-desktop__container .tab-home-tiles__tile{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .custom-home-welcome__col-left,.container-large .custom-home-welcome__col-right,.container-large .custom-office-family__col-left,.container-large .custom-office-family__col-right,.container-large .custom-office-tour__col-left,.container-large .custom-office-tour__col-right,.container-large .custom-patient-consultation__col-left,.container-large .custom-patient-consultation__col-right,.container-large .custom-patient-finance__col-left,.container-large .custom-patient-finance__col-right,.container-large .custom-patient-lucas-kids-club__col-left,.container-large .custom-patient-lucas-kids-club__col-right,.container-large .sm-6,.container-large .tab-home-tiles__tile,.hero-home__container .custom-home-welcome__col-left,.hero-home__container .custom-home-welcome__col-right,.hero-home__container .custom-office-family__col-left,.hero-home__container .custom-office-family__col-right,.hero-home__container .custom-office-tour__col-left,.hero-home__container .custom-office-tour__col-right,.hero-home__container .custom-patient-consultation__col-left,.hero-home__container .custom-patient-consultation__col-right,.hero-home__container .custom-patient-finance__col-left,.hero-home__container .custom-patient-finance__col-right,.hero-home__container .custom-patient-lucas-kids-club__col-left,.hero-home__container .custom-patient-lucas-kids-club__col-right,.hero-home__container .sm-6,.hero-home__container .tab-home-tiles__tile,.navigation-desktop__container .custom-home-welcome__col-left,.navigation-desktop__container .custom-home-welcome__col-right,.navigation-desktop__container .custom-office-family__col-left,.navigation-desktop__container .custom-office-family__col-right,.navigation-desktop__container .custom-office-tour__col-left,.navigation-desktop__container .custom-office-tour__col-right,.navigation-desktop__container .custom-patient-consultation__col-left,.navigation-desktop__container .custom-patient-consultation__col-right,.navigation-desktop__container .custom-patient-finance__col-left,.navigation-desktop__container .custom-patient-finance__col-right,.navigation-desktop__container .custom-patient-lucas-kids-club__col-left,.navigation-desktop__container .custom-patient-lucas-kids-club__col-right,.navigation-desktop__container .sm-6,.navigation-desktop__container .tab-home-tiles__tile{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:768px){.custom-contact-columns__col-right,.custom-home-doctor__col-right,.sm-7{float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.custom-contact-columns__col-right,.custom-home-doctor__col-right,.sm-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .custom-contact-columns__col-right,.container-large .custom-home-doctor__col-right,.container-large .sm-7,.hero-home__container .custom-contact-columns__col-right,.hero-home__container .custom-home-doctor__col-right,.hero-home__container .sm-7,.navigation-desktop__container .custom-contact-columns__col-right,.navigation-desktop__container .custom-home-doctor__col-right,.navigation-desktop__container .sm-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .custom-contact-columns__col-right,.container-large .custom-home-doctor__col-right,.container-large .sm-7,.hero-home__container .custom-contact-columns__col-right,.hero-home__container .custom-home-doctor__col-right,.hero-home__container .sm-7,.navigation-desktop__container .custom-contact-columns__col-right,.navigation-desktop__container .custom-home-doctor__col-right,.navigation-desktop__container .sm-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:768px){.sm-8{float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .sm-8,.hero-home__container .sm-8,.navigation-desktop__container .sm-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-8,.hero-home__container .sm-8,.navigation-desktop__container .sm-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:768px){.sm-9{float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .sm-9,.hero-home__container .sm-9,.navigation-desktop__container .sm-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-9,.hero-home__container .sm-9,.navigation-desktop__container .sm-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:768px){.sm-10{float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .sm-10,.hero-home__container .sm-10,.navigation-desktop__container .sm-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-10,.hero-home__container .sm-10,.navigation-desktop__container .sm-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:768px){.sm-11{float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .sm-11,.hero-home__container .sm-11,.navigation-desktop__container .sm-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-11,.hero-home__container .sm-11,.navigation-desktop__container .sm-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:768px){.sm-12{float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .sm-12,.hero-home__container .sm-12,.navigation-desktop__container .sm-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-12,.hero-home__container .sm-12,.navigation-desktop__container .sm-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:1024px){.md-0{float:left;margin:0 11px;width:calc(0 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}.container-large .md-0,.hero-home__container .md-0,.navigation-desktop__container .md-0{float:left;margin:0 11px;width:calc(0 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-0,.hero-home__container .md-0,.navigation-desktop__container .md-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}}@media screen and (min-width:1024px){.md-1{float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .md-1,.hero-home__container .md-1,.navigation-desktop__container .md-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-1,.hero-home__container .md-1,.navigation-desktop__container .md-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:1024px){.md-2{float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .md-2,.hero-home__container .md-2,.navigation-desktop__container .md-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-2,.hero-home__container .md-2,.navigation-desktop__container .md-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:1024px){.md-3{float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .md-3,.hero-home__container .md-3,.navigation-desktop__container .md-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-3,.hero-home__container .md-3,.navigation-desktop__container .md-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:1024px){.md-4{float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .md-4,.hero-home__container .md-4,.navigation-desktop__container .md-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-4,.hero-home__container .md-4,.navigation-desktop__container .md-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:1024px){.md-5{float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .md-5,.hero-home__container .md-5,.navigation-desktop__container .md-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-5,.hero-home__container .md-5,.navigation-desktop__container .md-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:1024px){.md-6,.tab-office-doctor__col-left,.tab-office-doctor__col-right{float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-6,.tab-office-doctor__col-left,.tab-office-doctor__col-right{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .md-6,.container-large .tab-office-doctor__col-left,.container-large .tab-office-doctor__col-right,.hero-home__container .md-6,.hero-home__container .tab-office-doctor__col-left,.hero-home__container .tab-office-doctor__col-right,.navigation-desktop__container .md-6,.navigation-desktop__container .tab-office-doctor__col-left,.navigation-desktop__container .tab-office-doctor__col-right{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-6,.container-large .tab-office-doctor__col-left,.container-large .tab-office-doctor__col-right,.hero-home__container .md-6,.hero-home__container .tab-office-doctor__col-left,.hero-home__container .tab-office-doctor__col-right,.navigation-desktop__container .md-6,.navigation-desktop__container .tab-office-doctor__col-left,.navigation-desktop__container .tab-office-doctor__col-right{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:1024px){.md-7{float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .md-7,.hero-home__container .md-7,.navigation-desktop__container .md-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-7,.hero-home__container .md-7,.navigation-desktop__container .md-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:1024px){.md-8{float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .md-8,.hero-home__container .md-8,.navigation-desktop__container .md-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-8,.hero-home__container .md-8,.navigation-desktop__container .md-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:1024px){.md-9{float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .md-9,.hero-home__container .md-9,.navigation-desktop__container .md-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-9,.hero-home__container .md-9,.navigation-desktop__container .md-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:1024px){.md-10{float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .md-10,.hero-home__container .md-10,.navigation-desktop__container .md-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-10,.hero-home__container .md-10,.navigation-desktop__container .md-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:1024px){.md-11{float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .md-11,.hero-home__container .md-11,.navigation-desktop__container .md-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-11,.hero-home__container .md-11,.navigation-desktop__container .md-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:1024px){.md-12{float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .md-12,.hero-home__container .md-12,.navigation-desktop__container .md-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-12,.hero-home__container .md-12,.navigation-desktop__container .md-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:1440px){.lg-0{float:left;margin:0 11px;width:calc(0 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}.container-large .lg-0,.hero-home__container .lg-0,.navigation-desktop__container .lg-0{float:left;margin:0 11px;width:calc(0 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-0,.hero-home__container .lg-0,.navigation-desktop__container .lg-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}}@media screen and (min-width:1440px){.lg-1{float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .lg-1,.hero-home__container .lg-1,.navigation-desktop__container .lg-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-1,.hero-home__container .lg-1,.navigation-desktop__container .lg-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:1440px){.lg-2{float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .lg-2,.hero-home__container .lg-2,.navigation-desktop__container .lg-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-2,.hero-home__container .lg-2,.navigation-desktop__container .lg-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:1440px){.lg-3{float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .lg-3,.hero-home__container .lg-3,.navigation-desktop__container .lg-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-3,.hero-home__container .lg-3,.navigation-desktop__container .lg-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:1440px){.lg-4{float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .lg-4,.hero-home__container .lg-4,.navigation-desktop__container .lg-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-4,.hero-home__container .lg-4,.navigation-desktop__container .lg-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:1440px){.lg-5{float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .lg-5,.hero-home__container .lg-5,.navigation-desktop__container .lg-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-5,.hero-home__container .lg-5,.navigation-desktop__container .lg-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:1440px){.lg-6{float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .lg-6,.hero-home__container .lg-6,.navigation-desktop__container .lg-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-6,.hero-home__container .lg-6,.navigation-desktop__container .lg-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:1440px){.lg-7{float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .lg-7,.hero-home__container .lg-7,.navigation-desktop__container .lg-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-7,.hero-home__container .lg-7,.navigation-desktop__container .lg-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:1440px){.lg-8{float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .lg-8,.hero-home__container .lg-8,.navigation-desktop__container .lg-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-8,.hero-home__container .lg-8,.navigation-desktop__container .lg-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:1440px){.lg-9{float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .lg-9,.hero-home__container .lg-9,.navigation-desktop__container .lg-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-9,.hero-home__container .lg-9,.navigation-desktop__container .lg-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:1440px){.lg-10{float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .lg-10,.hero-home__container .lg-10,.navigation-desktop__container .lg-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-10,.hero-home__container .lg-10,.navigation-desktop__container .lg-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:1440px){.lg-11{float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .lg-11,.hero-home__container .lg-11,.navigation-desktop__container .lg-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-11,.hero-home__container .lg-11,.navigation-desktop__container .lg-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:1440px){.lg-12{float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .lg-12,.hero-home__container .lg-12,.navigation-desktop__container .lg-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-12,.hero-home__container .lg-12,.navigation-desktop__container .lg-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:2560px){.xl-0{float:left;margin:0 11px;width:calc(0 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}.container-large .xl-0,.hero-home__container .xl-0,.navigation-desktop__container .xl-0{float:left;margin:0 11px;width:calc(0 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-0,.hero-home__container .xl-0,.navigation-desktop__container .xl-0{margin:0;width:auto;-ms-grid-column-span:0;grid-column-end:span 0}}}@media screen and (min-width:2560px){.xl-1{float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .xl-1,.hero-home__container .xl-1,.navigation-desktop__container .xl-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-1,.hero-home__container .xl-1,.navigation-desktop__container .xl-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:2560px){.xl-2{float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .xl-2,.hero-home__container .xl-2,.navigation-desktop__container .xl-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-2,.hero-home__container .xl-2,.navigation-desktop__container .xl-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:2560px){.xl-3{float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .xl-3,.hero-home__container .xl-3,.navigation-desktop__container .xl-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-3,.hero-home__container .xl-3,.navigation-desktop__container .xl-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:2560px){.xl-4{float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .xl-4,.hero-home__container .xl-4,.navigation-desktop__container .xl-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-4,.hero-home__container .xl-4,.navigation-desktop__container .xl-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:2560px){.xl-5{float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .xl-5,.hero-home__container .xl-5,.navigation-desktop__container .xl-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-5,.hero-home__container .xl-5,.navigation-desktop__container .xl-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:2560px){.xl-6{float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .xl-6,.hero-home__container .xl-6,.navigation-desktop__container .xl-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-6,.hero-home__container .xl-6,.navigation-desktop__container .xl-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:2560px){.xl-7{float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .xl-7,.hero-home__container .xl-7,.navigation-desktop__container .xl-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-7,.hero-home__container .xl-7,.navigation-desktop__container .xl-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:2560px){.xl-8{float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .xl-8,.hero-home__container .xl-8,.navigation-desktop__container .xl-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-8,.hero-home__container .xl-8,.navigation-desktop__container .xl-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:2560px){.xl-9{float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .xl-9,.hero-home__container .xl-9,.navigation-desktop__container .xl-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-9,.hero-home__container .xl-9,.navigation-desktop__container .xl-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:2560px){.xl-10{float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .xl-10,.hero-home__container .xl-10,.navigation-desktop__container .xl-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-10,.hero-home__container .xl-10,.navigation-desktop__container .xl-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:2560px){.xl-11{float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .xl-11,.hero-home__container .xl-11,.navigation-desktop__container .xl-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-11,.hero-home__container .xl-11,.navigation-desktop__container .xl-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:2560px){.xl-12{float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .xl-12,.hero-home__container .xl-12,.navigation-desktop__container .xl-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-12,.hero-home__container .xl-12,.navigation-desktop__container .xl-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:480px){.xs-offset-0{display:none}}@media screen and (min-width:480px){.xs-offset-1{display:none;display:block;float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .xs-offset-1,.hero-home__container .xs-offset-1,.navigation-desktop__container .xs-offset-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-1,.hero-home__container .xs-offset-1,.navigation-desktop__container .xs-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:480px){.xs-offset-2{display:none;display:block;float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .xs-offset-2,.hero-home__container .xs-offset-2,.navigation-desktop__container .xs-offset-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-2,.hero-home__container .xs-offset-2,.navigation-desktop__container .xs-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:480px){.xs-offset-3{display:none;display:block;float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .xs-offset-3,.hero-home__container .xs-offset-3,.navigation-desktop__container .xs-offset-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-3,.hero-home__container .xs-offset-3,.navigation-desktop__container .xs-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:480px){.xs-offset-4{display:none;display:block;float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .xs-offset-4,.hero-home__container .xs-offset-4,.navigation-desktop__container .xs-offset-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-4,.hero-home__container .xs-offset-4,.navigation-desktop__container .xs-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:480px){.xs-offset-5{display:none;display:block;float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .xs-offset-5,.hero-home__container .xs-offset-5,.navigation-desktop__container .xs-offset-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-5,.hero-home__container .xs-offset-5,.navigation-desktop__container .xs-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:480px){.xs-offset-6{display:none;display:block;float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .xs-offset-6,.hero-home__container .xs-offset-6,.navigation-desktop__container .xs-offset-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-6,.hero-home__container .xs-offset-6,.navigation-desktop__container .xs-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:480px){.xs-offset-7{display:none;display:block;float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .xs-offset-7,.hero-home__container .xs-offset-7,.navigation-desktop__container .xs-offset-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-7,.hero-home__container .xs-offset-7,.navigation-desktop__container .xs-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:480px){.xs-offset-8{display:none;display:block;float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .xs-offset-8,.hero-home__container .xs-offset-8,.navigation-desktop__container .xs-offset-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-8,.hero-home__container .xs-offset-8,.navigation-desktop__container .xs-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:480px){.xs-offset-9{display:none;display:block;float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .xs-offset-9,.hero-home__container .xs-offset-9,.navigation-desktop__container .xs-offset-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-9,.hero-home__container .xs-offset-9,.navigation-desktop__container .xs-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:480px){.xs-offset-10{display:none;display:block;float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .xs-offset-10,.hero-home__container .xs-offset-10,.navigation-desktop__container .xs-offset-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-10,.hero-home__container .xs-offset-10,.navigation-desktop__container .xs-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:480px){.xs-offset-11{display:none;display:block;float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .xs-offset-11,.hero-home__container .xs-offset-11,.navigation-desktop__container .xs-offset-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-11,.hero-home__container .xs-offset-11,.navigation-desktop__container .xs-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:480px){.xs-offset-12{display:none;display:block;float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xs-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .xs-offset-12,.hero-home__container .xs-offset-12,.navigation-desktop__container .xs-offset-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xs-offset-12,.hero-home__container .xs-offset-12,.navigation-desktop__container .xs-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:768px){.sm-offset-0{display:none}}@media screen and (min-width:768px){.sm-offset-1{display:none;display:block;float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .sm-offset-1,.hero-home__container .sm-offset-1,.navigation-desktop__container .sm-offset-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-1,.hero-home__container .sm-offset-1,.navigation-desktop__container .sm-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:768px){.sm-offset-2{display:none;display:block;float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .sm-offset-2,.hero-home__container .sm-offset-2,.navigation-desktop__container .sm-offset-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-2,.hero-home__container .sm-offset-2,.navigation-desktop__container .sm-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:768px){.sm-offset-3{display:none;display:block;float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .sm-offset-3,.hero-home__container .sm-offset-3,.navigation-desktop__container .sm-offset-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-3,.hero-home__container .sm-offset-3,.navigation-desktop__container .sm-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:768px){.sm-offset-4{display:none;display:block;float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .sm-offset-4,.hero-home__container .sm-offset-4,.navigation-desktop__container .sm-offset-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-4,.hero-home__container .sm-offset-4,.navigation-desktop__container .sm-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:768px){.sm-offset-5{display:none;display:block;float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .sm-offset-5,.hero-home__container .sm-offset-5,.navigation-desktop__container .sm-offset-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-5,.hero-home__container .sm-offset-5,.navigation-desktop__container .sm-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:768px){.sm-offset-6{display:none;display:block;float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .sm-offset-6,.hero-home__container .sm-offset-6,.navigation-desktop__container .sm-offset-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-6,.hero-home__container .sm-offset-6,.navigation-desktop__container .sm-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:768px){.sm-offset-7{display:none;display:block;float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .sm-offset-7,.hero-home__container .sm-offset-7,.navigation-desktop__container .sm-offset-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-7,.hero-home__container .sm-offset-7,.navigation-desktop__container .sm-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:768px){.sm-offset-8{display:none;display:block;float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .sm-offset-8,.hero-home__container .sm-offset-8,.navigation-desktop__container .sm-offset-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-8,.hero-home__container .sm-offset-8,.navigation-desktop__container .sm-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:768px){.sm-offset-9{display:none;display:block;float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .sm-offset-9,.hero-home__container .sm-offset-9,.navigation-desktop__container .sm-offset-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-9,.hero-home__container .sm-offset-9,.navigation-desktop__container .sm-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:768px){.sm-offset-10{display:none;display:block;float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .sm-offset-10,.hero-home__container .sm-offset-10,.navigation-desktop__container .sm-offset-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-10,.hero-home__container .sm-offset-10,.navigation-desktop__container .sm-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:768px){.sm-offset-11{display:none;display:block;float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .sm-offset-11,.hero-home__container .sm-offset-11,.navigation-desktop__container .sm-offset-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-11,.hero-home__container .sm-offset-11,.navigation-desktop__container .sm-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:768px){.sm-offset-12{display:none;display:block;float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.sm-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .sm-offset-12,.hero-home__container .sm-offset-12,.navigation-desktop__container .sm-offset-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .sm-offset-12,.hero-home__container .sm-offset-12,.navigation-desktop__container .sm-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:1024px){.md-offset-0{display:none}}@media screen and (min-width:1024px){.md-offset-1{display:none;display:block;float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .md-offset-1,.hero-home__container .md-offset-1,.navigation-desktop__container .md-offset-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-1,.hero-home__container .md-offset-1,.navigation-desktop__container .md-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:1024px){.md-offset-2{display:none;display:block;float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .md-offset-2,.hero-home__container .md-offset-2,.navigation-desktop__container .md-offset-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-2,.hero-home__container .md-offset-2,.navigation-desktop__container .md-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:1024px){.md-offset-3{display:none;display:block;float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .md-offset-3,.hero-home__container .md-offset-3,.navigation-desktop__container .md-offset-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-3,.hero-home__container .md-offset-3,.navigation-desktop__container .md-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:1024px){.md-offset-4{display:none;display:block;float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .md-offset-4,.hero-home__container .md-offset-4,.navigation-desktop__container .md-offset-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-4,.hero-home__container .md-offset-4,.navigation-desktop__container .md-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:1024px){.md-offset-5{display:none;display:block;float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .md-offset-5,.hero-home__container .md-offset-5,.navigation-desktop__container .md-offset-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-5,.hero-home__container .md-offset-5,.navigation-desktop__container .md-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:1024px){.md-offset-6{display:none;display:block;float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .md-offset-6,.hero-home__container .md-offset-6,.navigation-desktop__container .md-offset-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-6,.hero-home__container .md-offset-6,.navigation-desktop__container .md-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:1024px){.md-offset-7{display:none;display:block;float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .md-offset-7,.hero-home__container .md-offset-7,.navigation-desktop__container .md-offset-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-7,.hero-home__container .md-offset-7,.navigation-desktop__container .md-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:1024px){.md-offset-8{display:none;display:block;float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .md-offset-8,.hero-home__container .md-offset-8,.navigation-desktop__container .md-offset-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-8,.hero-home__container .md-offset-8,.navigation-desktop__container .md-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:1024px){.md-offset-9{display:none;display:block;float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .md-offset-9,.hero-home__container .md-offset-9,.navigation-desktop__container .md-offset-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-9,.hero-home__container .md-offset-9,.navigation-desktop__container .md-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:1024px){.md-offset-10{display:none;display:block;float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .md-offset-10,.hero-home__container .md-offset-10,.navigation-desktop__container .md-offset-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-10,.hero-home__container .md-offset-10,.navigation-desktop__container .md-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:1024px){.md-offset-11{display:none;display:block;float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .md-offset-11,.hero-home__container .md-offset-11,.navigation-desktop__container .md-offset-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-11,.hero-home__container .md-offset-11,.navigation-desktop__container .md-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:1024px){.md-offset-12{display:none;display:block;float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.md-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .md-offset-12,.hero-home__container .md-offset-12,.navigation-desktop__container .md-offset-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .md-offset-12,.hero-home__container .md-offset-12,.navigation-desktop__container .md-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:1440px){.lg-offset-0{display:none}}@media screen and (min-width:1440px){.lg-offset-1{display:none;display:block;float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .lg-offset-1,.hero-home__container .lg-offset-1,.navigation-desktop__container .lg-offset-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-1,.hero-home__container .lg-offset-1,.navigation-desktop__container .lg-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:1440px){.lg-offset-2{display:none;display:block;float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .lg-offset-2,.hero-home__container .lg-offset-2,.navigation-desktop__container .lg-offset-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-2,.hero-home__container .lg-offset-2,.navigation-desktop__container .lg-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:1440px){.lg-offset-3{display:none;display:block;float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .lg-offset-3,.hero-home__container .lg-offset-3,.navigation-desktop__container .lg-offset-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-3,.hero-home__container .lg-offset-3,.navigation-desktop__container .lg-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:1440px){.lg-offset-4{display:none;display:block;float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .lg-offset-4,.hero-home__container .lg-offset-4,.navigation-desktop__container .lg-offset-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-4,.hero-home__container .lg-offset-4,.navigation-desktop__container .lg-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:1440px){.lg-offset-5{display:none;display:block;float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .lg-offset-5,.hero-home__container .lg-offset-5,.navigation-desktop__container .lg-offset-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-5,.hero-home__container .lg-offset-5,.navigation-desktop__container .lg-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:1440px){.lg-offset-6{display:none;display:block;float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .lg-offset-6,.hero-home__container .lg-offset-6,.navigation-desktop__container .lg-offset-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-6,.hero-home__container .lg-offset-6,.navigation-desktop__container .lg-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:1440px){.lg-offset-7{display:none;display:block;float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .lg-offset-7,.hero-home__container .lg-offset-7,.navigation-desktop__container .lg-offset-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-7,.hero-home__container .lg-offset-7,.navigation-desktop__container .lg-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:1440px){.lg-offset-8{display:none;display:block;float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .lg-offset-8,.hero-home__container .lg-offset-8,.navigation-desktop__container .lg-offset-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-8,.hero-home__container .lg-offset-8,.navigation-desktop__container .lg-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:1440px){.lg-offset-9{display:none;display:block;float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .lg-offset-9,.hero-home__container .lg-offset-9,.navigation-desktop__container .lg-offset-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-9,.hero-home__container .lg-offset-9,.navigation-desktop__container .lg-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:1440px){.lg-offset-10{display:none;display:block;float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .lg-offset-10,.hero-home__container .lg-offset-10,.navigation-desktop__container .lg-offset-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-10,.hero-home__container .lg-offset-10,.navigation-desktop__container .lg-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:1440px){.lg-offset-11{display:none;display:block;float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .lg-offset-11,.hero-home__container .lg-offset-11,.navigation-desktop__container .lg-offset-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-11,.hero-home__container .lg-offset-11,.navigation-desktop__container .lg-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:1440px){.lg-offset-12{display:none;display:block;float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.lg-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .lg-offset-12,.hero-home__container .lg-offset-12,.navigation-desktop__container .lg-offset-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .lg-offset-12,.hero-home__container .lg-offset-12,.navigation-desktop__container .lg-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@media screen and (min-width:2560px){.xl-offset-0{display:none}}@media screen and (min-width:2560px){.xl-offset-1{display:none;display:block;float:left;margin:0 11px;width:calc(1 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}.container-large .xl-offset-1,.hero-home__container .xl-offset-1,.navigation-desktop__container .xl-offset-1{float:left;margin:0 11px;width:calc(1 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-1,.hero-home__container .xl-offset-1,.navigation-desktop__container .xl-offset-1{margin:0;width:auto;-ms-grid-column-span:1;grid-column-end:span 1}}}@media screen and (min-width:2560px){.xl-offset-2{display:none;display:block;float:left;margin:0 11px;width:calc(2 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}.container-large .xl-offset-2,.hero-home__container .xl-offset-2,.navigation-desktop__container .xl-offset-2{float:left;margin:0 11px;width:calc(2 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-2,.hero-home__container .xl-offset-2,.navigation-desktop__container .xl-offset-2{margin:0;width:auto;-ms-grid-column-span:2;grid-column-end:span 2}}}@media screen and (min-width:2560px){.xl-offset-3{display:none;display:block;float:left;margin:0 11px;width:calc(3 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}.container-large .xl-offset-3,.hero-home__container .xl-offset-3,.navigation-desktop__container .xl-offset-3{float:left;margin:0 11px;width:calc(3 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-3,.hero-home__container .xl-offset-3,.navigation-desktop__container .xl-offset-3{margin:0;width:auto;-ms-grid-column-span:3;grid-column-end:span 3}}}@media screen and (min-width:2560px){.xl-offset-4{display:none;display:block;float:left;margin:0 11px;width:calc(4 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}.container-large .xl-offset-4,.hero-home__container .xl-offset-4,.navigation-desktop__container .xl-offset-4{float:left;margin:0 11px;width:calc(4 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-4,.hero-home__container .xl-offset-4,.navigation-desktop__container .xl-offset-4{margin:0;width:auto;-ms-grid-column-span:4;grid-column-end:span 4}}}@media screen and (min-width:2560px){.xl-offset-5{display:none;display:block;float:left;margin:0 11px;width:calc(5 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}.container-large .xl-offset-5,.hero-home__container .xl-offset-5,.navigation-desktop__container .xl-offset-5{float:left;margin:0 11px;width:calc(5 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-5,.hero-home__container .xl-offset-5,.navigation-desktop__container .xl-offset-5{margin:0;width:auto;-ms-grid-column-span:5;grid-column-end:span 5}}}@media screen and (min-width:2560px){.xl-offset-6{display:none;display:block;float:left;margin:0 11px;width:calc(6 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}.container-large .xl-offset-6,.hero-home__container .xl-offset-6,.navigation-desktop__container .xl-offset-6{float:left;margin:0 11px;width:calc(6 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-6,.hero-home__container .xl-offset-6,.navigation-desktop__container .xl-offset-6{margin:0;width:auto;-ms-grid-column-span:6;grid-column-end:span 6}}}@media screen and (min-width:2560px){.xl-offset-7{display:none;display:block;float:left;margin:0 11px;width:calc(7 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}.container-large .xl-offset-7,.hero-home__container .xl-offset-7,.navigation-desktop__container .xl-offset-7{float:left;margin:0 11px;width:calc(7 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-7,.hero-home__container .xl-offset-7,.navigation-desktop__container .xl-offset-7{margin:0;width:auto;-ms-grid-column-span:7;grid-column-end:span 7}}}@media screen and (min-width:2560px){.xl-offset-8{display:none;display:block;float:left;margin:0 11px;width:calc(8 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}.container-large .xl-offset-8,.hero-home__container .xl-offset-8,.navigation-desktop__container .xl-offset-8{float:left;margin:0 11px;width:calc(8 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-8,.hero-home__container .xl-offset-8,.navigation-desktop__container .xl-offset-8{margin:0;width:auto;-ms-grid-column-span:8;grid-column-end:span 8}}}@media screen and (min-width:2560px){.xl-offset-9{display:none;display:block;float:left;margin:0 11px;width:calc(9 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}.container-large .xl-offset-9,.hero-home__container .xl-offset-9,.navigation-desktop__container .xl-offset-9{float:left;margin:0 11px;width:calc(9 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-9,.hero-home__container .xl-offset-9,.navigation-desktop__container .xl-offset-9{margin:0;width:auto;-ms-grid-column-span:9;grid-column-end:span 9}}}@media screen and (min-width:2560px){.xl-offset-10{display:none;display:block;float:left;margin:0 11px;width:calc(10 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}.container-large .xl-offset-10,.hero-home__container .xl-offset-10,.navigation-desktop__container .xl-offset-10{float:left;margin:0 11px;width:calc(10 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-10,.hero-home__container .xl-offset-10,.navigation-desktop__container .xl-offset-10{margin:0;width:auto;-ms-grid-column-span:10;grid-column-end:span 10}}}@media screen and (min-width:2560px){.xl-offset-11{display:none;display:block;float:left;margin:0 11px;width:calc(11 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}.container-large .xl-offset-11,.hero-home__container .xl-offset-11,.navigation-desktop__container .xl-offset-11{float:left;margin:0 11px;width:calc(11 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-11,.hero-home__container .xl-offset-11,.navigation-desktop__container .xl-offset-11{margin:0;width:auto;-ms-grid-column-span:11;grid-column-end:span 11}}}@media screen and (min-width:2560px){.xl-offset-12{display:none;display:block;float:left;margin:0 11px;width:calc(12 / 12 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.xl-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}.container-large .xl-offset-12,.hero-home__container .xl-offset-12,.navigation-desktop__container .xl-offset-12{float:left;margin:0 11px;width:calc(12 / 14 * 100% - 22px)}@supports ((display:-ms-grid) or (display:grid)){.container-large .xl-offset-12,.hero-home__container .xl-offset-12,.navigation-desktop__container .xl-offset-12{margin:0;width:auto;-ms-grid-column-span:12;grid-column-end:span 12}}}@keyframes fade-in-up{0%{transform:translateY(5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-out-up{0%{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}@keyframes fade-in-down{0%{transform:translateY(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-out-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(-5%);opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in-right{0%{transform:translateX(5%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fade-out-right{0%{transform:translateX(0);opacity:1}to{transform:translateX(5%);opacity:0}}@keyframes fade-in-left{0%{transform:translateX(-5%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fade-out-left{0%{transform:translateX(0);opacity:1}to{transform:translateX(-5%);opacity:0}}@keyframes slide-left{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slide-right{0%{transform:translateX(-5%)}to{transform:translateX(0)}}@keyframes slide-down{0%{transform:translateY(-10%)}to{transform:none}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:none}}@keyframes slide-down-hero{0%{transform:translateY(-100%)}to{transform:none}}@keyframes funFaded{0%{transform:translateY(12%) scale(.75);opacity:0}75%{transform:scale(1.05)}85%{opacity:1}to{transform:translateY(0) scale(1);opacity:1}}@keyframes modal-zoom{0%{transform:scaleX(0) scaleY(.005);opacity:0}25%{transform:scaleX(0) scaleY(.005);opacity:1}50%{transform:scaleX(1) scaleY(.005);opacity:1}to{transform:scaleX(1) scaleY(1);opacity:1}}@keyframes modal-zoom-sm{0%{opacity:0}to{opacity:1}}.app>*{line-height:1.38;letter-spacing:normal;color:#000;font-family:Avenir,arial,sans-serif;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal}.custom-contact-columns__title,.custom-home-doctor__title,.custom-home-testimonials__title,.custom-home-welcome__title,.custom-office-banner__tagline,.custom-office-banner__title,.custom-office-tour__title,.custom-patient-consultation__title,.custom-patient-finance__title,.custom-patient-forms__title,.custom-patient-lucas-kids-club__title,.hero-page__text span,.tab-braces-faq__title,.tab-office-doctor__title,h1{transform:translateY(5px);transition:transform .25s ease-in,opacity .25s ease-in;opacity:0;text-transform:uppercase;letter-spacing:2.9px;color:#00857c;font-family:Avenir,arial,sans-serif;font-size:32px;font-weight:900}.active.custom-contact-columns__title,.active.custom-home-doctor__title,.active.custom-home-testimonials__title,.active.custom-home-welcome__title,.active.custom-office-banner__tagline,.active.custom-office-banner__title,.active.custom-office-tour__title,.active.custom-patient-consultation__title,.active.custom-patient-finance__title,.active.custom-patient-forms__title,.active.custom-patient-lucas-kids-club__title,.active.tab-braces-faq__title,.active.tab-office-doctor__title,.hero-page__text span.active,h1.active{transform:translateY(0);opacity:1}.block-template-repeater__subtitle,.custom-braces-types__subtitle,.custom-invisalign-teen__subtitle,.custom-invisalign-works__subtitle,.custom-office-family__subtitle,.custom-patient-consultation__subtitle,.custom-patient-finance__subtitle-text,.custom-patient-lucas-kids-club__subtitle-text,.custom-patient-lucas-kids-club__title2,.tab-lucas-difference__content-title,h2{transform:translateY(5px);transition:transform .25s ease-in,opacity .25s ease-in;opacity:0;text-transform:uppercase;letter-spacing:3px;color:#13c0d7;font-size:24px;font-weight:900}.active.block-template-repeater__subtitle,.active.custom-braces-types__subtitle,.active.custom-invisalign-teen__subtitle,.active.custom-invisalign-works__subtitle,.active.custom-office-family__subtitle,.active.custom-patient-consultation__subtitle,.active.custom-patient-finance__subtitle-text,.active.custom-patient-lucas-kids-club__subtitle-text,.active.custom-patient-lucas-kids-club__title2,.active.tab-lucas-difference__content-title,h2.active{transform:translateY(0);opacity:1}.custom-contact-columns__hours-title,.custom-office-banner__body,h3{font-family:Avenir,arial,sans-serif;font-size:24px;font-weight:600}.tab-braces-faq__question--text,h4{text-transform:uppercase;letter-spacing:2px;font-family:Avenir,arial,sans-serif;font-size:18px;font-weight:regular}body{line-height:1.25;font-family:Avenir,arial,sans-serif;font-size:16px}a{text-decoration:none;color:#000}p{font-size:16px}.titles,p{font-family:Avenir,arial,sans-serif}.titles{line-height:1.21;font-size:28px}.tagline{font-family:Avenir,arial,sans-serif;font-size:20px;font-weight:600}.testimonials-author{font-style:italic}.placeholders,.testimonials-author{font-family:Avenir,arial,sans-serif;font-size:16px}.p2{font-family:OpenSans;font-size:15px}.p3{font-family:Avenir,arial,sans-serif;font-size:12px}.revisions{position:fixed;right:32px;bottom:32px;z-index:9999}.revisions--active{width:500px;height:500px}.revisions__button{border-radius:50%;background-color:#ff2626;width:50px;height:50px}.revisions__button:hover{cursor:pointer}.revisions__button span{position:absolute;top:50%;left:50%;background-color:#fff;width:25px;height:5px}.revisions__button span:first-child{top:25px;left:25%;transform:translateY(-3px) rotate(90deg)}.revisions__button span:nth-child(2){transform:translate(-50%,-50%)}.revisions__form iframe{border:2px solid #ff2626;width:500px;height:500px}.revisions__close{text-align:right;color:#ff2626}.revisions__close:hover{cursor:pointer}.pages-access__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-top:170px;min-height:calc(100vh - 241px - 97px);text-align:center;max-width:1000px;margin:0 auto;padding-left:15px;padding-right:15px}.pages-access__text{margin-bottom:10px;color:#00857c;font-size:24px}.pages-access__intro{margin-bottom:40px}.pages-access__intro p a{color:#414141;text-decoration:underline}.blog-template{width:50%;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:125px 0}@media (max-width:768px){.blog-template{width:90%}}.blog-template__title{transform:translateY(5px);transition:transform .25s ease-in,opacity .25s ease-in;text-transform:uppercase;letter-spacing:2.9px;color:#00857c;font-family:Avenir,arial,sans-serif;font-size:32px;font-weight:900;margin:5px 0}.blog-template__date{margin-bottom:5px}.blog-template img{max-width:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-bottom:10px}@media (max-width:768px){.blog-template img{max-width:100%}}.blog-template .smaller{max-width:60%;margin:auto;margin-bottom:10px}@media (max-width:768px){.blog-template .smaller{max-width:100%}}.blog-template__body .block-template-repeater__subtitle,.blog-template__body .custom-braces-types__subtitle,.blog-template__body .custom-contact-columns__hours-title,.blog-template__body .custom-contact-columns__title,.blog-template__body .custom-home-doctor__title,.blog-template__body .custom-home-testimonials__title,.blog-template__body .custom-home-welcome__title,.blog-template__body .custom-invisalign-teen__subtitle,.blog-template__body .custom-invisalign-works__subtitle,.blog-template__body .custom-office-banner__body,.blog-template__body .custom-office-banner__tagline,.blog-template__body .custom-office-banner__title,.blog-template__body .custom-office-family__subtitle,.blog-template__body .custom-office-tour__title,.blog-template__body .custom-patient-consultation__subtitle,.blog-template__body .custom-patient-consultation__title,.blog-template__body .custom-patient-finance__subtitle-text,.blog-template__body .custom-patient-finance__title,.blog-template__body .custom-patient-forms__title,.blog-template__body .custom-patient-lucas-kids-club__subtitle-text,.blog-template__body .custom-patient-lucas-kids-club__title,.blog-template__body .custom-patient-lucas-kids-club__title2,.blog-template__body .hero-page__text span,.blog-template__body .tab-braces-faq__title,.blog-template__body .tab-lucas-difference__content-title,.blog-template__body .tab-office-doctor__title,.blog-template__body h1,.blog-template__body h2,.blog-template__body h3,.hero-page__text .blog-template__body span{opacity:1;color:#13c0d7;margin-bottom:16px}.blog-template__back-link{cursor:pointer;font-weight:600;max-width:33%;margin-top:20px}.blog-template__back-link:hover{color:#13c0d7;outline:none}.pages-thank-you__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-top:120px;min-height:calc(100vh - 241px - 97px);text-align:center}.pages-thank-you__text{margin-bottom:32px;color:#00857c;font-size:24px}.pages-thank-you__return-link{color:#13c0d7}*{color:#414141}.button{position:relative;transition:color .45s ease-in-out;border:1px solid #000;cursor:pointer;padding:11px 20px;overflow:hidden}.button:hover{color:gray}.button:hover span{width:225%;height:450px}.button:active{opacity:.7}.button span{display:block;transform:translate(-50%,-50%);transition:height .45s ease-in-out,width .45s ease-in-out;z-index:-1;border-radius:50%;background-color:#000;width:0;height:0}.base-access,.button span{position:absolute;top:0;left:0}.block-template-repeater__section{background:#fff;padding:2rem 0}.block-template-repeater__section:nth-child(2n){background:#e8f7f6}.block-template-repeater__section:nth-child(2),.block-template-repeater__section:nth-child(6){background:#fafafa}.block-template-repeater__row{display:-ms-flexbox;display:flex}.block-template-repeater__section--alt .block-template-repeater__row{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.block-template-repeater__col-1,.block-template-repeater__col-2{-ms-flex-line-pack:center;align-content:center;padding:11px;width:50%}.block-template-repeater__subtitle{margin-bottom:48px}.block-template-repeater__tagline{margin-bottom:16px;font-weight:900}.block-template-repeater__content{margin-bottom:40px}.block-template-repeater__rectangle{border-radius:4px;background:#13c0d7;width:35px;height:6px}.block-template-repeater__image{border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:380px}.custom-blog-list{width:100%}.custom-blog-list__container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:75%;margin:auto;padding-bottom:2rem}@media (max-width:768px){.custom-blog-list__container{-ms-flex-direction:column;flex-direction:column}}@media (max-width:1024px){.custom-blog-list__container{-ms-flex-direction:row;flex-direction:row;max-width:100%}}.custom-blog-list__title{margin-top:3rem;text-align:center;text-transform:uppercase;letter-spacing:2.9px;color:#00857c;font-family:Avenir,arial,sans-serif;font-size:32px;font-weight:900}.custom-blog-list__item{padding:1rem;max-width:25%;margin:10px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.25);cursor:pointer}@media (max-width:1024px){.custom-blog-list__item{max-width:30%}}@media (max-width:1440px){.custom-blog-list__item{max-width:90%}}.custom-blog-list__item-title{padding-top:.5rem;font-size:28px;font-weight:700}.custom-blog-list__item-date{padding:.5rem 0}.custom-blog-list__item-photo{background-size:cover;background-repeat:no-repeat;background-position:50%;margin:auto;height:300px;width:300px;max-width:100%}.custom-blog-list__item-link{cursor:pointer;font-weight:600}.custom-blog-list__item-link:hover{color:#13c0d7;outline:none}.custom-blog-list__loadmore{max-width:1110px;margin:0 auto;padding-bottom:25px;padding-top:15px}.custom-blog-list__loadmore-btn{font-size:24px;padding-bottom:1rem}.custom-braces-types__section{position:relative;background:#fff;padding:6rem 0}@media screen and (max-width:768px){.custom-braces-types__section{padding:2rem 0}}.custom-braces-types__section:nth-child(2n){background:#e8f7f6}.custom-braces-types__section:nth-child(2),.custom-braces-types__section:nth-child(6){background:#fafafa}.custom-braces-types__trigger{top:40%}.custom-braces-types__row{display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.custom-braces-types__row{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.custom-braces-types__section--alt .custom-braces-types__row{-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:768px){.custom-braces-types__section--alt .custom-braces-types__row{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.custom-braces-types__col-1,.custom-braces-types__col-2{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:11px;width:50%}@media screen and (max-width:768px){.custom-braces-types__col-1,.custom-braces-types__col-2{padding:3rem 11px 11px;width:100%}}.custom-braces-types__subtitle{margin-bottom:3rem}.custom-braces-types__tagline{margin-bottom:1rem;font-weight:900}.custom-braces-types__content{margin-bottom:3rem}.custom-braces-types__rectangle{border-radius:4px;background:#13c0d7;width:35px;height:6px}.custom-braces-types__image{position:relative;overflow:hidden;height:25rem}.custom-braces-types__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fff;width:100%;height:100%;transition-delay:.25s}.custom-braces-types__image .overlay.active{transform:translateX(100%)}.custom-braces-types__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}.custom-braces-types__section--alt .custom-braces-types__image{position:relative;overflow:hidden;height:25rem}.custom-braces-types__section--alt .custom-braces-types__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fafafa;width:100%;height:100%;transition-delay:0}.custom-braces-types__section--alt .custom-braces-types__image .overlay.active{transform:translateX(100%)}.custom-braces-types__section--alt .custom-braces-types__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}.custom-contact-columns{position:relative;padding:0 0 4rem}.custom-contact-columns__trigger{top:25%;z-index:-1}.custom-contact-columns__container{max-width:800px}.custom-contact-columns__title{margin-bottom:1rem;text-align:center}.custom-contact-columns__subtitle{margin-bottom:4rem;text-align:center}.custom-contact-columns__col-left,.custom-contact-columns__col-right{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:768px){.custom-contact-columns__col-left{display:none}}.custom-contact-columns__hours-body,.custom-contact-columns__hours-title{margin-bottom:1rem}.custom-contact-columns__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.custom-contact-columns__link:hover{font-weight:700}.custom-contact-columns__map{width:100%;height:20rem}@media screen and (max-width:768px){.custom-contact-columns__map{margin-top:2rem}}.custom-contact-columns__links{margin-top:4rem}@media screen and (max-width:768px){.custom-contact-columns__links{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}}.custom-home-doctor{position:relative;background:#fafafa;padding:6rem 0}@media screen and (max-width:768px){.custom-home-doctor{padding:4rem 0}}.custom-home-doctor__title-trigger{top:25%}.custom-home-doctor__trigger{top:50%}.custom-home-doctor__container{max-width:1200px}.custom-home-doctor__row{max-width:1110px}.custom-home-doctor__text-box{transition:opacity .25s ease-in-out;opacity:0;transition-delay:.3s;-ms-flex-direction:column;flex-direction:column}.custom-home-doctor__text-box.active{opacity:1}@media screen and (max-width:1024px){.custom-home-doctor__text-box{padding-top:2rem}}.custom-home-doctor__image{position:relative;overflow:hidden;width:380px;height:460px}.custom-home-doctor__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fafafa;width:100%;height:100%;transition-delay:0}.custom-home-doctor__image .overlay.active{transform:translateX(100%)}.custom-home-doctor__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%;background-position:top}.custom-home-doctor__title{margin-bottom:1.5rem}.custom-home-doctor__tagline{color:#313131;font-weight:900}.custom-home-doctor__logos{padding:1rem 0}@media screen and (max-width:768px){.custom-home-doctor__logos{-ms-flex-direction:column;flex-direction:column}}.custom-home-doctor__logo{margin-right:1rem;font-size:0}@supports (display:flex){.custom-home-doctor__logo{display:block}}@media screen and (max-width:768px){.custom-home-doctor__logo{margin:.5rem 0}}.custom-home-doctor__logo svg{height:3rem}.custom-home-doctor__logo:nth-child(2) svg{height:4rem}.custom-home-doctor__content{margin-bottom:24px}@media screen and (max-width:1024px){.custom-home-doctor__content{display:none}}.custom-home-testimonials__container{padding:8rem 0}.custom-home-testimonials__title-trigger{top:25%}.custom-home-testimonials__title{margin-bottom:24px;text-align:center}.custom-home-testimonials__mission-statement{margin:0 auto;max-width:540px;color:#313131;font-weight:900}.custom-home-welcome{position:relative;padding-top:6rem;padding-bottom:4rem}@media screen and (max-width:768px){.custom-home-welcome{padding-top:2rem;padding-bottom:0}}.custom-home-welcome__title-trigger{top:55%}.custom-home-welcome__col-left,.custom-home-welcome__col-right{-ms-flex-line-pack:center;align-content:center}.custom-home-welcome__title{margin-bottom:24px}.custom-home-welcome__tagline{margin-bottom:12px;color:#313131;font-weight:900}.custom-home-welcome__content{margin-bottom:24px}.custom-invisalign-teen__container{position:relative;background:#e8f7f6;padding:6rem 0}.custom-invisalign-teen__container:nth-child(2n){background:#e8f7f6}.custom-invisalign-teen__container:nth-child(2),.custom-invisalign-teen__container:nth-child(6){background:#fafafa}.custom-invisalign-teen__trigger{top:40%}@media screen and (max-width:768px){.custom-invisalign-teen__trigger{top:15%}}.custom-invisalign-teen__trigger--2{top:80%}@media screen and (max-width:768px){.custom-invisalign-teen__trigger--2{top:45%}}.custom-invisalign-teen__row{display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.custom-invisalign-teen__row{-ms-flex-direction:column;flex-direction:column}}.custom-invisalign-teen__row--2{padding-top:4rem}@media screen and (max-width:768px){.custom-invisalign-teen__row--2{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.custom-invisalign-teen__col-1,.custom-invisalign-teen__col-2{display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:11px;width:50%}@media screen and (max-width:768px){.custom-invisalign-teen__col-1,.custom-invisalign-teen__col-2{width:100%}}@supports (display:flex){.custom-invisalign-teen__col-1,.custom-invisalign-teen__col-2{display:-ms-flexbox;display:flex}}.custom-invisalign-teen__subtitle{padding-bottom:3rem}@media screen and (max-width:768px){.custom-invisalign-teen__subtitle{padding-top:2rem}}.custom-invisalign-teen__tagline{transition:opacity .25s ease-in;opacity:0;margin-bottom:16px;font-weight:900}.custom-invisalign-teen__tagline.active{opacity:1}.custom-invisalign-teen__content{transition:opacity .25s ease-in;opacity:0}.custom-invisalign-teen__content.active{opacity:1}.custom-invisalign-teen__rectangle{transform:translateY(5px);transition:transform .25s ease-in,opacity .25s ease-in;opacity:0;margin-top:2rem;border-radius:4px;background:#13c0d7;width:35px;height:6px;transition-delay:1.25s}.custom-invisalign-teen__rectangle.active{transform:translateY(0);opacity:1}.custom-invisalign-teen__list{transform:translateX(-5px);transition:transform .25s ease-in,opacity .25s ease-in;opacity:0;margin-bottom:16px}.custom-invisalign-teen__list.active{transform:none;opacity:1}.custom-invisalign-teen__image{position:relative;overflow:hidden;height:25rem}.custom-invisalign-teen__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#e8f7f6;width:100%;height:100%;transition-delay:.25s}.custom-invisalign-teen__image .overlay.active{transform:translateX(100%)}.custom-invisalign-teen__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}.custom-invisalign-teen__image .image2{background-position:bottom}.custom-invisalign-works__container{position:relative;background:#fff;padding:6rem 0}.custom-invisalign-works__container:nth-child(2n){background:#e8f7f6}.custom-invisalign-works__container:nth-child(2),.custom-invisalign-works__container:nth-child(6){background:#fafafa}.custom-invisalign-works__trigger{top:80%}@media screen and (max-width:768px){.custom-invisalign-works__trigger{top:15%}}.custom-invisalign-works__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-invisalign-works__section--alt .custom-invisalign-works__row{-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:768px){.custom-invisalign-works__row{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.custom-invisalign-works__col-1,.custom-invisalign-works__col-2{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:11px;width:50%}@media screen and (max-width:768px){.custom-invisalign-works__col-1,.custom-invisalign-works__col-2{width:100%}}.custom-invisalign-works__subtitle{margin-bottom:3rem}@media screen and (max-width:768px){.custom-invisalign-works__subtitle{padding-top:2rem}}.custom-invisalign-works__tagline{margin-bottom:1rem;font-weight:900}.custom-invisalign-works__content{margin-bottom:40px}.custom-invisalign-works__rectangle{border-radius:4px;background:#13c0d7;width:35px;height:6px}.custom-invisalign-works__image{position:relative;overflow:hidden;height:25rem}.custom-invisalign-works__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fff;width:100%;height:100%;transition-delay:.25s}.custom-invisalign-works__image .overlay.active{transform:translateX(100%)}.custom-invisalign-works__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}.custom-office-banner{position:relative;padding:6rem 0 0}.custom-office-banner__title-trigger{top:25%}@media screen and (max-width:768px){.custom-office-banner__title-trigger{top:5%}}.custom-office-banner__title{padding-bottom:1rem}@media screen and (max-width:768px){.custom-office-banner__title{-ms-flex-direction:column;flex-direction:column}}.custom-office-banner__title--2{display:block;color:inherit}@media screen and (max-width:768px){.custom-office-banner__title--2{display:none}}.custom-office-banner__title--3{display:none;color:inherit}@media screen and (max-width:768px){.custom-office-banner__title--3{display:block}}.custom-office-banner__fancy-a{margin:0 18px}@media screen and (max-width:768px){.custom-office-banner__fancy-a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%;font-size:0}}.custom-office-banner__fancy-a svg{width:40px;height:40px}.custom-office-banner__tagline{margin:0 auto;margin-bottom:1rem;padding-bottom:2rem;text-align:center;color:#fff;font-size:2.5rem}.custom-office-banner__body{margin:0 auto;padding-top:2rem;text-align:center;color:#14bfb5;font-weight:400}.custom-office-banner__image{background-repeat:no-repeat;background-position:center 25%;background-size:cover;padding-top:22.5rem;width:100%;min-height:35rem}.custom-office-contest{position:relative;padding-top:4rem;padding-bottom:3rem;background:#19cfc4;text-align:center}@media screen and (max-width:768px){.custom-office-contest{padding-top:2rem;padding-bottom:2rem;margin-top:30px}}.custom-office-contest__title{color:#fff;text-transform:uppercase;letter-spacing:2.9px;font-family:Avenir,arial,sans-serif;font-size:32px;font-weight:900;padding-bottom:3rem}@media screen and (max-width:768px){.custom-office-contest__title{font-size:24px;padding-bottom:2rem}}.custom-office-contest__subtitle{color:#fff;letter-spacing:2.9px;font-family:Avenir,arial,sans-serif;font-size:24px;font-weight:500;padding-bottom:3rem}@media screen and (max-width:768px){.custom-office-contest__subtitle{font-size:18px;padding-bottom:2rem}}.custom-office-contest__imgwrap{padding:0 1rem}.custom-office-contest__img{max-width:480px;border-radius:10px;width:100%}.custom-office-family{position:relative;padding:4rem 0}@media screen and (max-width:768px){.custom-office-family{padding:0}}.custom-office-family__title-trigger{top:25%}.custom-office-family__trigger--1{top:45%}@media screen and (max-width:768px){.custom-office-family__trigger--1{top:15%}}.custom-office-family__trigger--2{top:85%}@media screen and (max-width:768px){.custom-office-family__trigger--2{top:45%}}.custom-office-family__row-one{margin-bottom:5rem}@media screen and (max-width:768px){.custom-office-family__row-one{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.custom-office-family__col-left,.custom-office-family__col-right{-ms-flex-line-pack:center;align-content:center}.custom-office-family__subtitle{padding-bottom:3rem}@media screen and (max-width:768px){.custom-office-family__subtitle{padding-top:2rem;padding-bottom:2rem}}.custom-office-family__tagline{margin-bottom:16px;font-weight:900}.custom-office-family__content{margin-bottom:40px}.custom-office-family__rectangle{border-radius:4px;background:#13c0d7;width:35px;height:6px}.custom-office-family__text-box{transition:opacity .25s ease-in-out;opacity:0;transition-delay:0;-ms-flex-direction:column;flex-direction:column}.custom-office-family__text-box.active{opacity:1}.custom-office-family__image{position:relative;overflow:hidden;width:380px;height:100%}.custom-office-family__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fff;width:100%;height:100%;transition-delay:.25s}.custom-office-family__image .overlay.active{transform:translateX(100%)}.custom-office-family__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}@media screen and (max-width:768px){.custom-office-family__image{min-height:20rem}}.custom-office-family__text-box2{transition:opacity .25s ease-in-out;opacity:0;transition-delay:.25s;-ms-flex-direction:column;flex-direction:column}.custom-office-family__text-box2.active{opacity:1}@media screen and (max-width:768px){.custom-office-family__text-box2{padding-top:4rem}}.custom-office-family__image2{position:relative;overflow:hidden;width:380px;height:100%}.custom-office-family__image2 .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fff;width:100%;height:100%;transition-delay:0}.custom-office-family__image2 .overlay.active{transform:translateX(100%)}.custom-office-family__image2 .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}@media screen and (max-width:768px){.custom-office-family__image2{min-height:20rem}}.custom-office-team{position:relative;padding:2rem 0 4rem}@supports (display:flex){.custom-office-team__container.custom-office-team__container--tiles{-ms-flex-wrap:wrap;flex-wrap:wrap}}.custom-office-team__tile{display:block;position:relative;float:left;margin:1rem auto;width:50%;min-height:27.5rem}@media screen and (max-width:768px){.custom-office-team__tile{width:100%}}.custom-office-team__background{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .25s ease-in;margin:auto;border-radius:5px;box-shadow:0 3px 6px 1px rgba(0,0,0,.15);background:#ececec;cursor:default;padding:5%;width:100%;max-width:80%;overflow:hidden}@media screen and (max-width:768px){.custom-office-team__background{max-width:90%}}.custom-office-team__background.active{transform:scale(1.05) translate(-47.5%,-47.5%);z-index:9}.custom-office-team__overlay{position:absolute;bottom:-1px;left:0;transition:opacity .25s ease-in;opacity:.5;z-index:0;width:100%;font-size:0}.active .custom-office-team__overlay{opacity:.1}.custom-office-team__content{position:relative;z-index:1}.custom-office-team__image{position:relative;z-index:9;margin:0 auto;border-radius:4px;background-repeat:no-repeat;background-position:center 15%;background-size:cover;width:100%;height:17.5rem;text-align:center}.custom-office-team__image--funny{opacity:0}.active .custom-office-team__image--funny{opacity:1}.custom-office-team__name{padding:1rem 0;text-align:center;letter-spacing:2px;color:#fff;font-size:18px;font-weight:600}.custom-office-team__position{min-height:42px;text-align:center;font-size:17px;font-weight:900}.custom-office-team__bio{padding:2rem 1rem 0;min-height:108px;text-align:center}.custom-office-tour{position:relative;padding-top:6rem;padding-bottom:4rem}@media screen and (max-width:768px){.custom-office-tour{padding-top:2rem;padding-bottom:0}}.custom-office-tour__gallery{height:400px;width:100%}.custom-office-tour__title-trigger{top:55%}.custom-office-tour__col-left,.custom-office-tour__col-right{position:relative;-ms-flex-line-pack:center;align-content:center}@media screen and (max-width:768px){.custom-office-tour__col-right{margin:4rem 0}}.custom-office-tour__col-right iframe{width:100%}.custom-office-tour__title{margin-bottom:24px}.custom-office-tour__video{border-radius:10px;width:100%;overflow:hidden}.custom-office-tour__overlay{position:absolute;top:0;left:0;transition:opacity .25s ease-in;z-index:9;border-radius:10px;background:rgba(0,0,0,.3);width:100%;height:100%}.custom-office-tour__overlay.active{opacity:0}.custom-office-tour__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:hsla(0,0%,100%,.75);width:4rem;height:4rem;line-height:0;font-size:0}.custom-office-tour__play-button svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.5rem;height:2.5rem}.custom-office-tour__play-button .icon-fill{fill:#19cfc4}.custom-office-tour__collage{margin-top:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-office-tour__img{-ms-flex:1 1 300px;flex:1 1 300px;height:300px;border:2px solid #fff}#img-0{-ms-flex:1 1 400px;flex:1 1 400px}#img-1,#img-2{-ms-flex:2 2 400px;flex:2 2 400px}#img-3{-ms-flex:3 1 200px;flex:3 1 200px}.custom-patient-consultation{position:relative;background:#f5f5f5;padding:4rem 0}.custom-patient-consultation__title-trigger{top:25%}@media screen and (max-width:768px){.custom-patient-consultation__title-trigger{top:5%}}.custom-patient-consultation__trigger--1{top:45%}@media screen and (max-width:768px){.custom-patient-consultation__trigger--1{top:25%}}.custom-patient-consultation__trigger--2{top:85%}@media screen and (max-width:768px){.custom-patient-consultation__trigger--2{top:45%}}.custom-patient-consultation__title{margin-bottom:4rem;text-align:center}.custom-patient-consultation__row-one{padding-bottom:7rem}.custom-patient-consultation__col-left,.custom-patient-consultation__col-right{-ms-flex-line-pack:center;align-content:center}.custom-patient-consultation__text-box{transition:opacity .25s ease-in-out;opacity:0;transition-delay:.3s;-ms-flex-direction:column;flex-direction:column}.custom-patient-consultation__text-box.active{opacity:1}@media screen and (max-width:768px){.custom-patient-consultation__text-box{padding-top:3rem}}.custom-patient-consultation__image{position:relative;overflow:hidden;width:550px;height:370px}.custom-patient-consultation__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#f5f5f5;width:100%;height:100%;transition-delay:0}.custom-patient-consultation__image .overlay.active{transform:translateX(100%)}.custom-patient-consultation__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}.custom-patient-consultation__subtitle{margin-bottom:40px}.custom-patient-consultation__tagline{margin-bottom:16px;color:#313131;font-weight:900}.custom-patient-consultation__rectangle{margin-top:4rem;border-radius:4px;background:#13c0d7;width:35px;height:6px}.custom-patient-finance{position:relative;padding-top:4rem;padding-bottom:6rem}.custom-patient-finance__title-trigger{top:15%}.custom-patient-finance__trigger{top:50%}.custom-patient-finance__title{padding-bottom:4rem;text-align:center}.custom-patient-finance__col-left,.custom-patient-finance__col-right{-ms-flex-line-pack:center;align-content:center}.custom-patient-finance__subtitle{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.custom-patient-finance__subtitle-text{margin-bottom:12px;max-width:300px}.custom-patient-finance__money-icon{margin-bottom:32px}.custom-patient-finance__money-icon svg{width:60px}.custom-patient-finance__text-box{transition:opacity .25s ease-in-out;opacity:0;transition-delay:0;-ms-flex-direction:column;flex-direction:column}.custom-patient-finance__text-box.active{opacity:1}.custom-patient-finance__image{position:relative;overflow:hidden;width:100%;height:370px}.custom-patient-finance__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fff;width:100%;height:100%;transition-delay:.25s}.custom-patient-finance__image .overlay.active{transform:translateX(100%)}.custom-patient-finance__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}@media screen and (max-width:768px){.custom-patient-finance__image{margin-top:3rem}}.custom-patient-forms__container{padding-top:4rem;padding-bottom:4rem}.custom-patient-forms__title{margin-bottom:32px;text-align:center}.custom-patient-forms__content{margin:0 auto;margin-bottom:3rem;max-width:540px;text-align:center}.custom-patient-forms__form-button{display:block;margin:0 auto;margin-bottom:1rem;border-radius:3px;padding:.75rem 0;width:15rem;text-align:center;text-transform:uppercase;letter-spacing:1px;color:#fff;font-size:14px}.custom-patient-forms__form-button:nth-child(odd){background:#14bfb5}.custom-patient-forms__form-button:nth-child(2n){background:#13c0d7}.custom-patient-forms__form-button:last-child{margin-bottom:0}.custom-patient-insurance{position:relative;background-repeat:no-repeat;background-position:50%;background-size:cover;padding:6rem 0}@media screen and (max-width:768px){.custom-patient-insurance{background-position:100%}}.custom-patient-insurance__trigger{top:25%}.custom-patient-insurance__container{min-height:10rem}.custom-patient-insurance__text{overflow:hidden}.custom-patient-insurance__text span{display:inline-block;transform:translateY(100%);min-width:.5rem;text-transform:uppercase;letter-spacing:2.9px;color:#fff;font-family:Avenir,arial,sans-serif;font-size:32px;font-weight:900}@media screen and (max-width:1024px){.custom-patient-insurance__text--desktop{display:none}}.custom-patient-insurance__text--mobile{display:none}@media screen and (max-width:1024px){.custom-patient-insurance__text--mobile{display:block;overflow:auto}.custom-patient-insurance__text--mobile span{transform:none}}.custom-patient-lucas-kids-club{position:relative;padding-top:4rem;padding-bottom:6rem}.custom-patient-lucas-kids-club__title-trigger{top:15%}.custom-patient-lucas-kids-club__trigger{top:50%}.custom-patient-lucas-kids-club__title,.custom-patient-lucas-kids-club__title2{padding-top:2rem;padding-bottom:2rem;text-align:center}.custom-patient-lucas-kids-club__col-left,.custom-patient-lucas-kids-club__col-right{-ms-flex-line-pack:center;align-content:center}.custom-patient-lucas-kids-club__subtitle{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.custom-patient-lucas-kids-club__subtitle-text{margin-bottom:12px;max-width:300px}.custom-patient-lucas-kids-club__money-icon{margin-bottom:32px}.custom-patient-lucas-kids-club__money-icon svg{width:60px}.custom-patient-lucas-kids-club__text-box{transition:opacity .25s ease-in-out;opacity:0;transition-delay:0;-ms-flex-direction:column;flex-direction:column}.custom-patient-lucas-kids-club__text-box.active{opacity:1}@media screen and (max-width:768px){.custom-patient-lucas-kids-club__text-box{padding-left:.7rem;padding-right:.7rem}}.custom-patient-lucas-kids-club__image{position:relative;overflow:hidden;width:40%;height:370px;margin:auto}.custom-patient-lucas-kids-club__image .overlay{position:absolute;top:0;left:0;transform:translateX(0);transition:transform .35s ease-out;z-index:1;background:#fff;width:100%;height:100%;transition-delay:.25s}.custom-patient-lucas-kids-club__image .overlay.active{transform:translateX(100%)}.custom-patient-lucas-kids-club__image .image{position:absolute;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:100%}@media screen and (max-width:768px){.custom-patient-lucas-kids-club__image{width:80%;height:280px;-o-object-fit:contain;object-fit:contain;margin-top:3rem}}.custom-patient-lucas-kids-club .image{background-size:contain}.footer{background:#13c0d7}.footer__top{border-bottom:1px solid #fafafa}.footer__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-top:3rem;padding-bottom:3rem}.footer__social-media{display:-ms-flexbox;display:flex;margin-bottom:24px}.footer__button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:background .25s ease-in-out,box-shadow .25s ease-in-out;margin:0 12px;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.3);background:#fafafa;cursor:pointer;padding:.25rem;width:3.25rem;height:3.25rem;font-size:0}.footer__button:hover{box-shadow:0 2px 15px 0 rgba(0,0,0,.5);background:#fff}.footer__icon{width:100%}.footer__icon .icon-background{fill:transparent}.footer__icon .icon-fill,.footer__icon .icon-fill-2{fill:transparent;stroke:#20dace}.footer__address{transition:text-shadow .25s ease-in-out;margin-bottom:24px;cursor:pointer;text-align:center;color:#fafafa;font-size:15px;font-weight:300}.footer__address:hover{text-shadow:0 0 10px hsla(0,0%,100%,.5);color:#fff;font-weight:700}.footer__rectangle{border-radius:6px;background:#e8f7f6;width:35px;height:6px}.footer__copyright{display:block;padding:2.5rem 0;text-align:center;color:#fafafa;font-size:13px}.form-contact{width:100%}.form-contact__success-message{text-align:center;color:#19cfc4}.form-contact__container{margin:0 auto}.form-contact__group{margin-bottom:15px}.form-contact__input{border:1px solid #13c0d7;border-radius:5px;padding:.75rem 1rem;width:100%}.form-contact__input--error{border:1px solid tomato}.form-contact__input:focus{outline:none}.form-contact__input::-webkit-input-placeholder{color:#13c0d7}.form-contact__input:-ms-input-placeholder{color:#13c0d7}.form-contact__input::placeholder{color:#13c0d7}.form-contact__submit-button{transition:background .25s ease-in;border:none;border-radius:5px;background:#13c0d7;cursor:pointer;padding:1rem;width:50%;text-transform:uppercase;color:#fff}.form-contact__submit-button:hover{background:#11abc0}.form-main__group{padding-bottom:1rem}.form-main__input{margin-bottom:8px;border:none;border-radius:3px;padding:1rem;width:100%;height:40px;line-height:40px}.form-main__input:focus{outline:none}.form-main__input--error{border-color:tomato}.form-main__input--textarea{border-radius:3px;padding:0 10px;width:100%;height:6rem}.form-main span{display:block}.form-main span.is-danger{color:tomato}.hero-home{position:relative}.hero-home__trigger--1{top:15%}@media screen and (max-width:768px){.hero-home__trigger--1{top:50%}}.hero-home__trigger--2{top:40%}@media screen and (max-width:768px){.hero-home__trigger--2{top:100%}}.hero-home__background,.hero-home__video{position:relative;width:100%;height:100vh}.hero-home__background{background-repeat:no-repeat;background-position:top;background-size:cover}@media screen and (max-width:768px){.hero-home__background{height:50vh}}.hero-home__row{height:100vh}@media screen and (max-width:768px){.hero-home__row{height:50vh}}.hero-home__text-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;transform:translateY(10px);transition:opacity .5s ease-in-out,transform .5s ease-in-out;opacity:0;padding-top:50vh;width:100%}@media screen and (max-width:768px){.hero-home__text-box{display:none}}.hero-home--active .hero-home__text-box{transform:translateY(0);opacity:1}.hero-home__text-box--mobile{display:none}@media screen and (max-width:768px){.hero-home__text-box--mobile{display:block;padding-top:25vh}}.hero-home__text{width:100%;height:33px;overflow:hidden;text-align:right;text-transform:uppercase;letter-spacing:2px;color:#6deeff;font-size:28px;font-weight:900}@media screen and (max-width:768px){.hero-home__text{margin-left:50%;width:50%;height:22px;font-size:18px}}.hero-home__text span{color:#6deeff}.hero-home__text--alt{height:45px;text-transform:uppercase;color:#fff;font-size:40px}.hero-home__text--alt span{color:#fff}@media screen and (max-width:768px){.hero-home__text--alt{height:22px;font-size:18px}}.hero-home__text--alt2{height:30px;text-transform:uppercase;letter-spacing:6px;font-size:30px}@media screen and (max-width:768px){.hero-home__text--alt2{height:22px;letter-spacing:2px;font-size:18px}}.hero-home__text:after{display:inline-block;width:100%;line-height:0;font-size:0;content:""}.hero-page{position:relative}@media screen and (max-width:768px){.hero-page{height:5rem}}.hero-page--contact{height:10rem}.hero-page__trigger--1{top:15%}@media screen and (max-width:768px){.hero-page__trigger--1{top:50%}}.hero-page__trigger--2{top:50%}@media screen and (max-width:768px){.hero-page__trigger--2{top:100%}}.hero-page__background{position:relative;background-repeat:no-repeat;background-position:top;background-size:cover;width:100%;height:100vh}.hero-page--contact .hero-page__background{display:none}@media screen and (max-width:768px){.hero-page__background{display:none}}.hero-page__text-box{position:absolute;top:50%;left:65%;width:25%}.hero-page__text{overflow:hidden}.hero-page__text span{display:inline-block;transform:translateY(100%);opacity:1;min-width:.5rem;color:#fff;font-size:3.25rem;font-weight:900}@media screen and (max-width:1024px){.hero-page__text--desktop{display:none}}.hero-page__text--mobile{display:none}@media screen and (max-width:1024px){.hero-page__text--mobile{display:block;overflow:auto}.hero-page__text--mobile span{transform:none}}@keyframes loaderSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-overlay{position:fixed;top:0;animation:fade 4s linear;z-index:99999;background-color:#fff;width:100vw;height:100vh}.loader{position:absolute;top:50%;left:50%;transform:translateZ(0);animation:loaderSpinner 1.1s infinite linear;z-index:999999;margin:-20px 0 0 -20px;border-top:5px solid #80c9ff;border-right:5px solid #80c9ff;border-bottom:5px solid #80c9ff;border-left:5px solid #0092ff;text-indent:-9999em;font-size:10px;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-webkit-animation:loaderSpinner 1.1s infinite linear}.loader,.loader:after{border-radius:50%;width:40px;height:40px}.modal-video{position:fixed;top:0;z-index:9999;width:100%;height:100%}.modal-video__bg{background-color:rgba(0,0,0,.63)}.modal-video__bg,.modal-video__container{display:-ms-flexbox;display:flex;position:relative;height:100%}.modal-video__container{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:auto;border-radius:10px;background:#fff;padding:4rem;width:100%;max-width:600px;max-height:450px}@media (max-width:768px){.modal-video__container{padding:30px;width:100%;height:100%}}.modal-video__close{display:-ms-flexbox;display:flex;position:absolute;top:1rem;right:.75rem;cursor:pointer;padding-right:2rem;color:#414141}.modal-video__close span{display:block;position:absolute;top:50%;right:-1rem;background:#19cfc4;width:2rem;height:3px}.modal-video__close span:first-of-type{transform:translate(-50%,-50%) rotate(45deg)}.modal-video__close span:nth-of-type(2){transform:translate(-50%,-50%) rotate(135deg)}.navigation-desktop__dropdown-arrow{display:block;position:absolute;top:62.5%;transform:translateX(-50%) rotate(45deg) skewX(2deg);transition:opacity .15s ease-in-out,transform .35s ease-in-out;opacity:0;z-index:-1;border-radius:3px;background:#fafafa;width:1.5rem;height:1.5rem}.navigation-desktop--scrolled .navigation-desktop__dropdown-arrow{top:67.5%}.navigation-desktop--smaller .navigation-desktop__dropdown-arrow{top:72.5%}.navigation-desktop__dropdown-arrow.active{transform:translateX(-50%) rotate(45deg) skewX(0);opacity:1;pointer-events:auto}.navigation-desktop__dropdown-arrow.open{transition:left .25s ease-in-out,opacity .15s ease,transform .25s ease-in-out}.navigation-desktop__dropdown{display:block;position:absolute;top:65%;transform:translateX(-50%) rotateX(20deg) skewX(2deg);transition:opacity .15s ease-in-out,transform .35s ease-in-out;opacity:0;border-radius:.5rem;box-shadow:0 2px 2px rgba(0,0,0,.3);background:#e8f7f6;width:15rem;overflow:hidden;pointer-events:none;transform-origin:top}.navigation-desktop--scrolled .navigation-desktop__dropdown{top:70%}.navigation-desktop--smaller .navigation-desktop__dropdown{top:75%}.navigation-desktop__dropdown.active{transform:translateX(-50%) rotateX(0) skewX(0);opacity:1;pointer-events:auto}.navigation-desktop__dropdown.open{transition:left .25s ease-in-out,height .35s ease-in-out,opacity .15s ease-in-out,transform .25s ease-in-out}.navigation-desktop__dropdown--container{display:-ms-flexbox;display:flex;position:absolute;top:0;-ms-flex-direction:column;flex-direction:column}.navigation-desktop__dropdown--content{padding:1rem;width:15rem;color:#464547}.navigation-desktop__dropdown--content .nav-fill{fill:#fff}.navigation-desktop__dropdown--content .nav-stroke{fill:transparent;stroke:#fff}.navigation-desktop__dropdown--content:nth-child(2n){background:#fff}.navigation-desktop__dropdown--content:nth-child(2n) .navigation-desktop__dropdown--content-icon{background:linear-gradient(135deg,#3ba3d1,#34fff3)}.navigation-desktop__dropdown--content:nth-child(2n - 1){background:#e8f7f6}.navigation-desktop__dropdown--content:first-child{background:#fafafa}.navigation-desktop__dropdown--content:first-child .navigation-desktop__dropdown--content-icon{background:linear-gradient(135deg,#3ba3d1,#00a79d)}.navigation-desktop__dropdown--content:hover{background:#f5f5f5;color:#19cfc4}.navigation-desktop__dropdown--content-icon{margin-right:1rem;border-radius:50%;background:linear-gradient(135deg,#2ae1ed,#13c0d7);padding:.75rem;width:3rem;height:3rem;font-size:0}.navigation-desktop__dropdown--content-text{width:calc(100% - 4rem)}.navigation-desktop__dropdown--slide-enter-active,.navigation-desktop__dropdown--slide-leave-active{transition:opacity .15s ease-in-out}.navigation-desktop__dropdown--slide-enter,.navigation-desktop__dropdown--slide-leave-to{opacity:0}.navigation-desktop{position:fixed;top:0;left:0;transform:translateZ(0);transition:background .25s ease-in-out,box-shadow .25s ease-in-out;z-index:999;width:100%}@media screen and (max-width:1024px){.navigation-desktop{display:none}}.navigation-desktop--contact,.navigation-desktop--scrolled{box-shadow:0 0 21px 1px rgba(0,0,0,.15);background:#fff}.navigation-desktop__container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:space-evenly;justify-content:space-evenly}.navigation-desktop__left,.navigation-desktop__right{width:calc(50% - 6.5rem)}.navigation-desktop--scrolled .navigation-desktop__left,.navigation-desktop--scrolled .navigation-desktop__right{width:calc(50% - 3.5rem)}.navigation-desktop__phone-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:background .25s ease-in;border-radius:3px;background:#19cfc4;padding:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#fff;font-size:14px}.navigation-desktop__phone-button:hover{background:#16b8ae;cursor:pointer}.navigation-desktop__phone-icon{margin-right:.25rem;width:1rem;height:1rem;font-size:0}.navigation-desktop__phone-icon .icon-fill{fill:#fff}.navigation-desktop__phone-number{letter-spacing:1.5px;color:#fff;font-size:13px;font-weight:400}.navigation-desktop__links{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.navigation-desktop__link{transition:padding .25s ease-in-out;cursor:pointer;padding:.2rem .5rem;color:#000;font-weight:500;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.navigation-desktop--alt .navigation-desktop__link{color:#fff}.navigation-desktop--scrolled .navigation-desktop__link{padding:1rem;color:#808284}.navigation-desktop__link.navigation-desktop__link--active,.navigation-desktop__link:hover{color:#13c0d7}.navigation-desktop__link:first-child{padding-left:20px}.navigation-desktop__link:nth-child(3){padding-right:20px}.navigation-desktop__link:nth-child(4){padding-left:15px;padding-right:30px}.navigation-desktop__logo{transition:margin .25s ease-in-out,width .25s ease-in-out;margin:1.75rem 0 1.5rem;width:12.5rem;margin-left:-22px}.navigation-desktop__logo .icon-container{height:80px}@supports (display:flex){.navigation-desktop__logo .icon-container{height:auto}}.navigation-desktop--alt .navigation-desktop__logo .icon-fill-2{fill:#fff}.navigation-desktop--scrolled .navigation-desktop__logo{width:7rem}.navigation-desktop--scrolled .navigation-desktop__logo .icon-container{height:54px}@supports (display:flex){.navigation-desktop--scrolled .navigation-desktop__logo .icon-container{height:auto}}.navigation-desktop--scrolled .navigation-desktop__logo .icon-fill-2{fill:#808284}.navigation-desktop--smaller .navigation-desktop__logo{margin:.75rem 0 .5rem;width:5rem}.navigation-desktop--smaller .navigation-desktop__logo .icon-container{height:35px}@supports (display:flex){.navigation-desktop--smaller .navigation-desktop__logo .icon-container{height:auto}}.navigation-desktop--smaller .navigation-desktop__logo .icon-fill-2{fill:#808284}.navigation-desktop__appointment-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:background .25s ease-in;border-radius:3px;background:#13c0d7;padding:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#fff;font-size:14px}.navigation-desktop__appointment-button:hover{background:#11abc0;cursor:pointer}.navigation-mobile{display:none;position:fixed;-ms-flex-direction:column;flex-direction:column;transition:background .25s ease-in,height .25s ease-in;z-index:9999;padding:0;width:100%;height:7.5rem}@media screen and (max-width:1024px){.navigation-mobile{display:block}}.navigation-mobile--page{background:#fff}.navigation-mobile--scrolled{box-shadow:0 2px 4px 2px rgba(0,0,0,.15);background:#fff;height:5rem}.navigation-mobile--active{background:#fff;height:100vh}.navigation-mobile--diff{background:#e8f7f6}.navigation-mobile__container{padding:1.5rem 2rem 0;width:100%;height:5.5rem}.navigation-mobile--active .navigation-mobile__container,.navigation-mobile--scrolled .navigation-mobile__container{height:2.5rem}.navigation-mobile__drawer{-ms-flex-direction:column;flex-direction:column;padding:2rem 1rem;height:100%}.navigation-mobile__transition-enter,.navigation-mobile__transition-leave-to{opacity:0}.navigation-mobile__transition-enter-active{transition:opacity .45s ease-in}.navigation-mobile__transition-leave-active{transition:opacity .15s ease-in}.navigation-mobile__logo{transition:width .25s ease-in;width:8rem}.navigation-mobile--active .navigation-mobile__logo,.navigation-mobile--scrolled .navigation-mobile__logo{width:5rem}.navigation-mobile__hamburger{transform:rotate(0deg);transition:.5s ease-in-out;z-index:999;cursor:pointer;width:2.5rem;height:2.5rem}.navigation-mobile__hamburger span{display:block;position:absolute;left:0;transition:transform .25s ease-in-out,top .25s ease-in-out;opacity:1;background:#13c0d7;width:100%;height:3px}.navigation-mobile__hamburger span:first-child{top:25%;transform:translateY(-50%)}.navigation-mobile__hamburger span:first-child.active{top:13px;left:50%;width:0}.navigation-mobile__hamburger span:nth-child(2),.navigation-mobile__hamburger span:nth-child(3){top:50%;transform:translateY(-50%)}.navigation-mobile__hamburger span:nth-child(2).active{top:50%;transform:rotate(45deg)}.navigation-mobile__hamburger span:nth-child(3).active{top:50%;transform:rotate(-45deg)}.navigation-mobile__hamburger span:nth-child(4){top:75%;transform:translateY(-50%)}.navigation-mobile__hamburger span:nth-child(4).active{top:8px;left:50%;width:0}.navigation-mobile__link{position:relative;transform:translateX(20px);transition:transform .25s ease-in,opacity .25s ease-in;opacity:0;margin-bottom:1rem;padding-left:30%;width:100%;color:#00857c}.navigation-mobile__link.active{transform:translateX(0);opacity:1}.navigation-mobile__link.router-link-active{color:#19cfc4}.navigation-mobile__link.router-link-active:before{position:absolute;top:50%;left:1rem;transform:translateY(-50%);content:"\2605"}.navigation-mobile__buttons{-ms-flex-direction:column;flex-direction:column;width:100%}.navigation-mobile__button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:background .25s ease-in;border-radius:3px;background:#13c0d7;padding:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#fff;font-size:14px}.navigation-mobile__button:hover{background:#11abc0;cursor:pointer}.navigation-mobile__social{padding-top:1rem;width:100%}.navigation-mobile__social-button{transition:background .25s ease-in-out,box-shadow .25s ease-in-out;margin:0 12px;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.3);background:#fafafa;cursor:pointer;width:55px;height:55px;font-size:0}.navigation-mobile__social-icon{width:80%}.navigation-mobile__social-icon .icon-background{fill:transparent}.navigation-mobile__social-icon .icon-fill,.navigation-mobile__social-icon .icon-fill-2{fill:transparent;stroke:#13c0d7}.slider-home{padding:2rem 0;width:100%}.slider-home__slider{height:380px}@media screen and (max-width:768px){.slider-home__slider{height:300px}}.slider-home__slide{position:relative;height:300px}.slider-home__slide.swiper-slide-active{z-index:998}.slider-home__slide.swiper-slide-next{opacity:.75!important;z-index:997}.slider-home__image{position:absolute;bottom:0;border:1px solid #b5b5b5;border-radius:10px;background-repeat:no-repeat;background-position:50%;background-size:cover;width:80%;height:80%}@media screen and (max-width:768px){.slider-home__image{left:0;width:100%}}.swiper-slide-active .slider-home__image{bottom:0;left:0}@media screen and (max-width:768px){.swiper-slide-active .slider-home__image{top:0;left:0}}.swiper-slide-next .slider-home__image{top:0;right:0;opacity:.25;z-index:997}@media screen and (max-width:768px){.swiper-slide-next .slider-home__image{opacity:0!important}}.slider-home__pagination{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-right:100px}@media screen and (max-width:768px){.slider-home__pagination{margin-right:auto}}.slider-home__bullet{margin:24px 3px 0;border:1px solid #b5b5b5;border-radius:50%;width:10px;height:10px}.slider-home__bullet:focus{outline:none}.slider-home__bullet:hover{cursor:pointer}.slider-home__bullet-active{background-color:#b5b5b5}.slider-home .swiper-wrapper:focus{outline:none}.slider-testimonials{position:relative;margin:64px auto 0;width:100%;max-width:560px}.slider-testimonials__quote-bottom,.slider-testimonials__quote-top{position:absolute;width:80px}.slider-testimonials__quote-bottom svg,.slider-testimonials__quote-top svg{opacity:.24;fill:#20dace}.slider-testimonials__quote-top{top:-30px;left:-30px;transform:rotate(180deg)}@media screen and (max-width:1024px){.slider-testimonials__quote-top{left:10%}}.slider-testimonials__quote-bottom{right:-30px;bottom:30px}@media screen and (max-width:1024px){.slider-testimonials__quote-bottom{right:10%}}.slider-testimonials__testimonial{margin-bottom:8px;text-align:center}@media screen and (max-width:1024px){.slider-testimonials__testimonial{padding:1.5rem}}.slider-testimonials__author{text-align:center;color:#00857c}.slider-testimonials__next-arrow,.slider-testimonials__prev-arrow{position:absolute;top:25%;transition:background .15s ease-in-out;border:1px solid #fafafa;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.3);cursor:pointer;padding:14px 12px;width:50px;height:50px;font-size:0}@media screen and (max-width:1024px){.slider-testimonials__next-arrow,.slider-testimonials__prev-arrow{top:100%}}.slider-testimonials__next-arrow:hover,.slider-testimonials__prev-arrow:hover{background:#fafafa}.slider-testimonials__next-arrow:hover svg,.slider-testimonials__prev-arrow:hover svg{fill:#00857c}.slider-testimonials__next-arrow svg,.slider-testimonials__prev-arrow svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:fill .25s ease-in-out;width:20px;fill:#13c0d7}.slider-testimonials__next-arrow:focus,.slider-testimonials__prev-arrow:focus{outline:none}.slider-testimonials__prev-arrow{left:-30%}@media screen and (max-width:1024px){.slider-testimonials__prev-arrow{left:10%}}.slider-testimonials__prev-arrow svg{transform:translate(-60%,-50%)}.slider-testimonials__next-arrow{right:-30%}@media screen and (max-width:1024px){.slider-testimonials__next-arrow{right:10%}}.slider-testimonials__next-arrow svg{transform:translate(-40%,-50%)}.tab-braces-faq{position:relative;background:#ececec;padding:6rem 0}.tab-braces-faq__title-trigger{top:25%}@media screen and (max-width:768px){.tab-braces-faq__title-trigger{top:5%}}.tab-braces-faq__title{padding-bottom:4rem;text-align:center}@media screen and (max-width:768px){.tab-braces-faq__container{display:none}}.tab-braces-faq__container--mobile{display:none}@media screen and (max-width:768px){.tab-braces-faq__container--mobile{display:block}}.tab-braces-faq__row{position:relative}@media screen and (max-width:768px){.tab-braces-faq__row{height:auto!important}}.tab-braces-faq__tile{position:absolute;-ms-flex-direction:column;flex-direction:column;transition:top .35s ease-in,left .35s ease-in,width .35s ease-in,height .35s ease-in,min-height .35s ease-in,box-shadow .25s ease-in-out;margin-bottom:2rem;border-radius:10px;box-shadow:0 0 5px 4px rgba(0,0,0,.05);background:#fff;cursor:pointer;padding:1.5rem;width:calc(1 / 3 * 100% - 22px / 2);height:6rem}.tab-braces-faq__tile:nth-child(2n+3){left:calc(1 / 3 * 100% + 22px / 4)}.tab-braces-faq__tile:nth-child(3n){left:calc(2 / 3 * 100% + 22px / 2)}.tab-braces-faq__tile:nth-child(2){left:calc(1 / 3 * 100% + 22px / 4)}.tab-braces-faq__tile:hover{box-shadow:0 0 8px 5px rgba(0,0,0,.1)}.tab-braces-faq__tile:hover .tab-braces-faq__question--chevron{background:#11abc0}.tab-braces-faq__tile.entering{z-index:99}.tab-braces-faq__tile.active{top:-2.5%!important;left:-2.5%;width:105%;height:auto;min-height:105%}@media screen and (max-width:768px){.tab-braces-faq__tile.active{width:100%;min-height:100%}}@media screen and (max-width:768px){.tab-braces-faq__tile{position:static;left:0;width:100%}}.tab-braces-faq__question{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%}.active .tab-braces-faq__question{padding-bottom:2rem}.tab-braces-faq__question--text{max-width:80%;color:#14bfb5}.tab-braces-faq__question--chevron{position:relative;transition:background .25s ease-in-out;border-radius:50%;background:#13c0d7;width:2rem;height:2rem}.tab-braces-faq__question--chevron span{display:block;position:absolute;top:50%;transition:transform .25s ease-in,left .25s ease-in;background:#fafafa;width:2px;height:.75rem}.tab-braces-faq__question--chevron span:first-child{left:50%;transform:translateY(-50%) translateX(-225%) rotate(135deg)}.tab-braces-faq__question--chevron span:last-child{left:50%;transform:translateY(-50%) translateX(125%) rotate(45deg)}.tab-braces-faq__question--chevron.active span:first-child{transform:translateY(-50%) translateX(-25%) rotate(135deg)}.tab-braces-faq__question--chevron.active span:last-child{transform:translateY(-50%) translateX(-25%) rotate(45deg)}.tab-braces-faq__answer-transition-enter-active{transition:opacity .25s ease-in;transition-delay:.25s}.tab-braces-faq__answer-transition-leave-active{transition:opacity .25s ease-in;transition-delay:0}.tab-braces-faq__answer-transition-enter,.tab-braces-faq__answer-transition-leave-to{opacity:0}.tab-home-tiles{padding:2rem 0 6rem}@media screen and (max-width:1024px){.tab-home-tiles{padding:2rem 0 3rem}}.tab-home-tiles__tile{position:relative;margin-bottom:24px;border-radius:10px;overflow:hidden}.tab-home-tiles__tile:hover{cursor:pointer}.tab-home-tiles__tile:hover .tab-home-tiles__tile-background{transform:scale(1)}.tab-home-tiles__tile:hover .tab-home-tiles__tile-overlay{padding:.75rem}.tab-home-tiles__tile:hover .tab-home-tiles__tile-rectangle,.tab-home-tiles__tile:hover .tab-home-tiles__tile-text{opacity:0}.tab-home-tiles__tile:hover .tab-home-tiles__tile-arrow,.tab-home-tiles__tile:hover .tab-home-tiles__tile-text-alt{opacity:1}.tab-home-tiles__tile-background{transform:scale(1.05);transition:all .6s ease-in-out;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:320px}.tab-home-tiles__tile-overlay{display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;-ms-flex-align:center;align-items:center;transition:all .6s ease-in-out;background:rgba(0,0,0,.35);padding:6px;width:100%}.tab-home-tiles__tile-rectangle{transition:all .6s ease-in-out;margin-left:24px;border-radius:4px;background:#19cfc4;width:4px;height:35px}.tab-home-tiles__tile-arrow{position:absolute;left:40px;transition:all .6s ease-in-out;opacity:0;margin-top:1px;width:36px}.tab-home-tiles__tile-arrow svg{fill:#20dace}.tab-home-tiles__tile-text{margin-left:16px}.tab-home-tiles__tile-text,.tab-home-tiles__tile-text-alt{transition:all .6s ease-in-out;text-transform:uppercase;letter-spacing:2px;color:#fff}.tab-home-tiles__tile-text-alt{position:absolute;left:90px;opacity:0}.tab-lucas-difference{background:#e8f7f6;padding:12rem 0}.tab-lucas-difference__tabs{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:2rem;position:relative;top:-140px}@media screen and (max-width:768px){.tab-lucas-difference__tabs{top:-30px}}.tab-lucas-difference__content-wrapper{position:relative;margin:0 auto;width:80%;height:100%;min-height:25rem}@media screen and (max-width:1024px){.tab-lucas-difference__content-wrapper{height:400px}}@media screen and (max-width:768px){.tab-lucas-difference__content-wrapper{width:90%;min-height:550px}}.tab-lucas-difference__content-container{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);border-radius:10px;background:#fff;padding:3rem;width:100%}@media screen and (max-width:768px){.tab-lucas-difference__content-container{top:0;left:50%;transform:translate(-50%);padding:2rem 1rem}}.tab-lucas-difference__tab{transition:box-shadow .15s ease-in;margin:0 1rem;border-radius:50%;box-shadow:0 0 3px 1px rgba(0,0,0,.05);background:linear-gradient(135deg,#13c0d7,#34fff3);cursor:pointer;padding:1rem}@media screen and (max-width:768px){.tab-lucas-difference__tab{margin-bottom:.5rem}}.tab-lucas-difference__tab.tab-lucas-difference__tab--active{box-shadow:0 0 5px 3px rgba(0,0,0,.15);background:#00857c;background-image:none}.tab-lucas-difference__icon{width:2rem;height:2rem}.tab-lucas-difference__icon .nav-fill{fill:#fff}.tab-lucas-difference__icon .nav-stroke{fill:transparent;stroke:#fff}.tab-lucas-difference__bottom{width:100%;height:100%}.tab-lucas-difference__content-enter,.tab-lucas-difference__content-leave-to{transform:translate(-50%,-30%);opacity:0}@media screen and (max-width:768px){.tab-lucas-difference__content-enter,.tab-lucas-difference__content-leave-to{transform:translate(-50%)}}.tab-lucas-difference__content-enter{z-index:999}.tab-lucas-difference__content-leave-to{transform:translate(-50%,-30%);width:80%}@media screen and (max-width:768px){.tab-lucas-difference__content-leave-to{transform:translate(-50%)}}.tab-lucas-difference__content-enter-active,.tab-lucas-difference__content-leave-active{transition:opacity .35s ease-in,transform .35s ease-in-out,width .35s ease-in-out}.tab-lucas-difference__content-enter-active{opacity:.95;z-index:999}.tab-lucas-difference__content-leave-active{opacity:.15;z-index:9}.tab-lucas-difference__images{background-repeat:no-repeat;background-position:50%;background-size:cover;width:32%;height:252px}@media screen and (max-width:1024px){.tab-lucas-difference__images{height:180px}}@media screen and (max-width:768px){.tab-lucas-difference__images{width:100%}.tab-lucas-difference__images:first-child,.tab-lucas-difference__images:last-child{display:none}}.tab-lucas-difference__content-title{transform:none;opacity:1;margin-bottom:2rem}.tab-lucas-difference__content-text{color:#414141}.tab-lucas-difference__content-image{background-position:50%;background-size:contain;background-repeat:no-repeat;height:400px;width:auto;margin-bottom:20px}.tab-office-doctor{position:relative;padding:4rem 0}@media screen and (max-width:768px){.tab-office-doctor{padding:0}}.tab-office-doctor__trigger{top:25%}@media screen and (max-width:768px){.tab-office-doctor__trigger{top:5%}}.tab-office-doctor__title{padding-top:4rem;text-align:center}.tab-office-doctor__row{margin-top:4rem}.tab-office-doctor__col-left,.tab-office-doctor__col-right{-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start}.tab-office-doctor__image{border-radius:10px;background-repeat:no-repeat;background-position:top;background-size:cover;width:90%;min-height:505px}.tab-office-doctor__image--funny{opacity:0}.tab-office-doctor__image:hover .tab-office-doctor__image--funny{opacity:1;width:100%}@media screen and (max-width:768px){.tab-office-doctor__image{background-position:60%;width:100%}}.tab-office-doctor__container-tab{display:-ms-flexbox;display:flex;margin:1.5rem 0 2.5rem}@media screen and (max-width:768px){.tab-office-doctor__container-tab{-ms-flex-direction:column;flex-direction:column}}.tab-office-doctor__tab{transition:box-shadow .25s ease-in;margin-right:3rem;padding:.75rem;text-align:center;text-transform:uppercase;letter-spacing:3px;color:#13c0d7;font-size:1.5rem}@media screen and (max-width:768px){.tab-office-doctor__tab{margin:auto}}.tab-office-doctor__tab--active,.tab-office-doctor__tab:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.15)}.tab-office-doctor__tab:hover{cursor:pointer}.tab-office-doctor__transition-enter-active,.tab-office-doctor__transition-leave-active{transition:transform .25s ease-in,opacity .25s ease-in}.tab-office-doctor__transition-enter-active{z-index:99}.tab-office-doctor__transition-leave-active{z-index:9}.tab-office-doctor__transition-enter,.tab-office-doctor__transition-leave-to{transform:translateY(10px);opacity:0}.tab-office-doctor__content-box{display:block;position:relative;width:100%;min-height:24rem}@media screen and (max-width:768px){.tab-office-doctor__content-box{min-height:40rem}}.tab-office-doctor__content{position:absolute;top:0;left:0;width:100%;height:100%}.tab-office-doctor__tagline-education{margin-bottom:1rem;font-weight:900}.tab-office-doctor__association{margin-bottom:.75rem}#accessibilityWidget{color:#fff;background-color:#13c0d7;padding:7px 0 25px;font-size:14px;font-weight:700;cursor:pointer;text-align:center}.base-access{position:absolute;top:0;left:0;margin:-1px;padding:0;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.base-access__container{pointer-events:none}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}