:root {
  --black: #202a2c;
  --cadet-blue: #85bac0;
  --off-black: var(--black);
}

a {
  color: #202a2c;
  text-decoration: none;
}

.newbrandimage-2 {
  width: 110px;
  margin-right: 14px;
  position: static;
}

.newnavpage {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 1.1em;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.newnavpage:hover {
  background-color: rgba(255, 255, 255, .15);
}

.newnavpage.inside {
  color: var(--black);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  transition: border-color .5s, background-color .4s;
}

.newnavpage.inside:hover {
  color: rgba(32, 42, 44, .54);
}

.newnavpage.inside.w--current {
  border-bottom: 4px solid var(--cadet-blue);
  color: var(--cadet-blue);
}

.uninavbar {
  z-index: 15;
  color: #fff;
  border-bottom: 2px solid rgba(233, 233, 233, .2);
  justify-content: center;
  align-items: center;
  height: 140px;
}

.uninavbar.inside {
  color: var(--black);
  background-color: rgba(255, 255, 255, .49);
  border-bottom-style: none;
}

.text-block-91 {
  font-weight: 300;
  line-height: 1em;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
}

.text-block-233 {
  color: rgba(255, 255, 255, .8);
  font-size: .9em;
}

.text-block-233.inside {
  color: rgba(32, 42, 44, .39);
  font-weight: 500;
}

.div-block-287 {
  color: #fff;
  cursor: pointer;
  flex-flow: column;
  flex: none;
  justify-content: center;
  height: 140px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  transition: background-color .4s;
  display: flex;
}

.div-block-287:hover {
  background-color: rgba(255, 255, 255, .15);
}

.div-block-287.inside {
  color: var(--black);
}

.div-block-287.inside:hover {
  color: rgba(32, 42, 44, .54);
  background-color: rgba(255, 255, 255, 0);
}

.link-block-6 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1%;
  display: flex;
}

.link-block-6.inside {
  color: var(--black);
}

.newnavmenu {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-286 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div-block-285 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1450px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-234 {
  margin-bottom: 7px;
  transition: all .15s;
}

.div-block-309 {
  color: #fff;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  padding-left: 3.5%;
  padding-right: 3.5%;
  transition: background-color .4s;
  display: flex;
}

.div-block-309:hover {
  background-color: rgba(255, 255, 255, .15);
}

.div-block-309.inside {
  color: var(--black);
}

.div-block-309.inside:hover {
  color: rgba(32, 42, 44, .54);
  background-color: rgba(255, 255, 255, 0);
}

.div-block-288 {
  z-index: 19;
  flex: none;
  width: 350px;
  margin-top: -70px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

.unicontainer {
  z-index: 10;
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  display: block;
  position: relative;
}

.unicontainer.hero {
  color: #fff;
  justify-content: space-between;
  max-width: 1450px;
  display: flex;
}

.unicontainer.contact {
  padding-top: 80px;
}

.unicontainer.centered {
  text-align: center;
}

.div-block-290 {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.text-block-236 {
  color: rgba(255, 255, 255, .8);
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 1.3em;
  line-height: 1.7em;
}

.div-block-291 {
  background-color: #90aaad;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}

.div-block-284 {
  margin-bottom: 40px;
}

.text-block-230 {
  margin-bottom: 18px;
  font-family: Averta, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
}

.text-block-231 {
  color: rgba(255, 255, 255, .85);
  margin-bottom: 4px;
  font-size: 1.2em;
  font-weight: 300;
}

.text-block-231.spaced {
  margin-top: 10px;
}

.link-3 {
  color: #a4bdbe;
  text-align: center;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

.link-3:hover {
  opacity: .6;
}

.link-3.mobile {
  display: none;
}

.link-3.second {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 140px;
  margin-left: 30px;
}

.div-block-299 {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.text-block-235 {
  text-align: center;
  margin-top: -1px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4em;
}

.div-block-240 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .11) 23%, rgba(255, 255, 255, 0)), url('../images/backgroundArtboard-65.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-232 {
  color: rgba(255, 255, 255, .8);
  font-family: Averta, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

.div-block-297 {
  text-align: center;
  background-color: #87a2a2;
  border: 1px solid #828c8d;
  border-radius: 10px;
  width: 220px;
  height: 105px;
  padding: 10px 22px;
  display: none;
  position: absolute;
  top: -110px;
  box-shadow: 1px 1px 20px 12px rgba(0, 0, 0, .05);
}

.text-block-228 {
  margin-bottom: 50px;
  font-size: 2em;
}

.div-block-298 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25%;
  display: flex;
  position: relative;
  left: 39%;
}

.div-block-298.second {
  margin-top: 9%;
  left: -11%;
}

.div-block-298.third {
  margin-top: 35%;
  left: -28%;
}

.text-block-226 {
  max-width: 600px;
  margin-bottom: 36px;
  font-size: 3em;
  line-height: 1.3em;
}

.text-block-241 {
  font-size: .85em;
  font-weight: 300;
}

.div-block-300 {
  width: 40%;
  max-width: 600px;
  margin-top: -30px;
}

.div-block-289 {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .51);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.text-block-229 {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-304 {
  z-index: 10;
  background-image: url('../images/implantsharesized.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: -137.7%;
  padding-top: 137.7%;
}

.div-block-283 {
  text-align: left;
  flex: none;
  margin-top: -60px;
}

.text-block-240 {
  font-size: 1em;
  font-weight: 500;
}

.uninavigation {
  z-index: 12;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mobilenavbar {
  z-index: 13;
  width: 100%;
  height: 0;
  display: none;
}

.div-block-191 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.navbarbg {
  z-index: 10;
  width: 100%;
  height: 70px;
  position: relative;
}

.menu-button-2 {
  color: #fff;
  padding: 0;
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.footerlink {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  font-size: .8125em;
  font-weight: 300;
  display: inline-block;
}

.footerlink.line {
  color: #e2e2e2;
  margin-left: -2px;
  margin-right: 18px;
  padding-left: 0;
}

.desktopnavbar {
  display: block;
}

.div-block-292 {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.whiteblock {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin-bottom: 2%;
  padding: 22px;
  transition: box-shadow .2s;
  display: flex;
}

.whiteblock:hover {
  box-shadow: 1px 1px 14px 9px rgba(0, 0, 0, .07);
}

.uniheading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
}

.uniheading.lessmargin {
  margin-bottom: 24px;
}

.uniheading.green {
  margin-bottom: 10px;
  font-size: 2.2em;
}

.div-block-294 {
  background-image: url('../images/DSC08678.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 40px;
  margin-right: 14px;
}

.div-block-267 {
  justify-content: space-between;
  display: flex;
}

.uniparagraph {
  margin-bottom: 18px;
  font-size: 1.05em;
  line-height: 1.7em;
}

.uniparagraph.bold {
  margin-top: 26px;
  font-size: 1.2em;
  font-weight: 500;
}

.div-block-295 {
  background-image: url('../images/DSC08685.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 14px;
}

.div-block-295.second {
  background-image: url('../images/DSC08681.jpg');
  margin-top: 14px;
  margin-bottom: 0;
}

.blockheading {
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: 2px;
  font-size: 1.2em;
  font-weight: 500;
}

.div-block-269 {
  justify-content: space-between;
  width: 46%;
  display: flex;
}

.block-link {
  color: var(--cadet-blue);
}

.unisubheading {
  margin-bottom: 50px;
  font-size: 1.4em;
  line-height: 1.7em;
}

.unisubheading.lessmargin {
  margin-bottom: 20px;
}

.unisubheading.green {
  color: var(--cadet-blue);
  font-size: 1.3em;
}

.unisubheading.green.box {
  margin-bottom: 20px;
}

.unisection {
  z-index: 4;
  background-color: #eee;
  padding-bottom: 140px;
  font-size: 1.1em;
  line-height: 1.7em;
  position: relative;
}

.unisection.cta {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-bottom: 100px;
}

.unisection.firstinside {
  padding-top: 140px;
}

.unisection.white {
  background-color: #fff;
}

.div-block-296 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-left: 14px;
  display: flex;
}

.blocksubheading {
  color: #828c8d;
  margin-bottom: 6px;
  padding-left: 2px;
  font-size: .9em;
  line-height: 1.7em;
}

.div-block-268 {
  width: 46%;
}

.div-block-293 {
  background-color: #eee;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 80px;
  padding: 34px;
  display: flex;
}

.div-block-293.third {
  padding: 30px;
}

.div-block-293.second {
  padding: 20px;
}

.mapembed {
  border-radius: 10px;
  width: 22%;
  overflow: hidden;
}

.mapembed.wide {
  width: 100%;
  height: 300px;
}

.footersection {
  z-index: 4;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.div-block-204 {
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.div-block-207 {
  border-top: 1px solid #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-278 {
  display: inline-block;
}

.footercontainer {
  width: 90%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footerlink-bold {
  color: #333;
  margin-right: -8px;
  font-size: .8125em;
  font-weight: 500;
  display: inline-block;
}

.footerlink-bold.first {
  color: #85bac0;
  margin-right: 18px;
}

.body {
  color: var(--black);
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
}

.image-38 {
  opacity: .9;
}

.div-block-310 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 50px;
  display: flex;
}

.div-block-310.only {
  margin-bottom: 0;
}

.text-block-245 {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.7em;
}

.boxheading {
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.5em;
}

.listitem {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.div-block-312 {
  background-color: var(--cadet-blue);
  border-radius: 100%;
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 12px;
  margin-right: 20px;
}

.text-block-246 {
  margin-bottom: 10px;
}

.div-block-313 {
  flex-wrap: wrap;
  flex: none;
  justify-content: space-around;
  width: 48%;
  display: flex;
}

.div-block-314 {
  text-align: center;
  width: 40%;
}

.div-block-315 {
  padding-right: 40px;
}

.div-block-316 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px;
  display: flex;
}

.div-block-317 {
  justify-content: space-between;
  width: 48%;
  margin-bottom: 60px;
  display: flex;
}

.div-block-317.mos {
  align-items: center;
}

.text-block-247 {
  flex: none;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
}

.text-block-247.less {
  margin-bottom: 12px;
}

.div-block-318 {
  background-image: url('../images/step1Asset-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 32%;
  margin-left: 40px;
}

.div-block-318._2 {
  background-image: url('../images/cstep1aAsset-3.png');
}

.div-block-318._4 {
  background-image: url('../images/cstep1Asset-4.png');
}

.div-block-318._5 {
  background-image: url('../images/cstep1Asset-5.png');
}

.div-block-318._3 {
  background-image: url('../images/cstep1Asset-3.png');
}

.div-block-318.o1 {
  background-image: url('../images/orthoAsset-6.png');
}

.div-block-318.o2 {
  background-image: url('../images/orthoAsset-7.png');
}

.div-block-318.o3 {
  background-image: url('../images/orthoAsset-2.png');
}

.div-block-318.o4 {
  background-image: url('../images/orthoAsset-3.png');
}

.div-block-318.o5 {
  background-image: url('../images/orthoAsset-4.png');
}

.div-block-318.o6 {
  background-image: url('../images/orthoAsset-5.png');
}

.div-block-318.mos {
  background-image: url('../images/circlemos1.png');
  background-size: contain;
  width: 240px;
  height: 240px;
  margin-left: 0;
  margin-right: 50px;
}

.div-block-318.mos.m3 {
  background-image: url('../images/circlemos3.png');
}

.div-block-318.mos.m2 {
  background-image: url('../images/circlemos2.png');
}

.text-span {
  color: var(--cadet-blue);
  margin-right: 10px;
}

.image-40 {
  width: 380px;
}

.div-block-319 {
  background-image: linear-gradient(141deg, rgba(134, 195, 202, .55), rgba(116, 176, 184, .61));
  border-radius: 50%;
  width: 480px;
  height: 500px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-left: 40px;
  display: inline-block;
}

.div-block-319.mobile {
  display: none;
}

.div-block-319.aligner {
  background-image: url('../images/clearaligner.jpg');
  background-position: 60%;
  background-size: cover;
}

.div-block-319.ccf {
  background-image: url('../images/ccf-denture.jpg');
  background-position: 60%;
  background-size: cover;
  width: 460px;
  height: 480px;
}

.div-block-320 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-321 {
  background-image: url('../images/implantpartAsset-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 24px;
  display: flex;
}

.div-block-321._2 {
  background-image: url('../images/implantpartAsset-7.png');
}

.div-block-321._4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/happy.png');
  padding: 0;
}

.div-block-321._3 {
  background-image: url('../images/implantpartAsset-8.png');
}

.div-block-321._5 {
  background-image: url('../images/clock.png');
}

.div-block-321._6 {
  background-image: url('../images/health-insurance.png');
}

.div-block-321._7 {
  background-image: url('../images/orthodontic-1.png');
}

.div-block-321._8 {
  background-image: url('../images/check-up.png');
}

.div-block-321._9 {
  background-image: url('../images/equipment.png');
}

.div-block-321._10 {
  background-image: url('../images/smile.png');
}

.div-block-321.m2 {
  background-image: url('../images/mos2.png');
}

.div-block-321.m3 {
  background-image: url('../images/mos3.png');
}

.div-block-321.m4 {
  background-image: url('../images/mos4.png');
}

.div-block-321.m5 {
  background-image: url('../images/mos5.png');
}

.div-block-321.mos {
  width: 52px;
  height: 52px;
  margin-right: 30px;
}

.div-block-321.mos.m2 {
  background-size: 90% 90%;
}

.div-block-321.mos.m6 {
  background-image: url('../images/mos1.png');
}

.div-block-321.c1 {
  background-image: url('../images/denture-1.png');
}

.div-block-321.c2 {
  background-image: url('../images/tooth.png');
}

.div-block-321.c3 {
  background-image: url('../images/tooth-filling.png');
}

.div-block-321.c4 {
  background-image: url('../images/root-canal.png');
}

.insideelement {
  margin-bottom: 50px;
  display: flex;
}

.insideelement._3 {
  margin-bottom: 0;
}

.insideelement._3.ccf2 {
  margin-bottom: 50px;
}

.insideelement._2.ccf, .insideelement._4.ccf, .insideelement._6 {
  margin-bottom: 0;
}

.insideelement.mos {
  width: 48%;
  margin-right: 4%;
}

.insideelement.mos._2 {
  margin-right: 0%;
}

.div-block-323 {
  text-align: left;
}

.div-block-324 {
  flex: 1;
}

.div-block-325 {
  background-image: url('../images/3rd-molar-pano2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 70px;
  padding-bottom: 45%;
}

.div-block-326 {
  text-align: left;
  font-size: 1.15em;
  line-height: 1.7em;
}

.bluetext {
  color: var(--cadet-blue);
  margin-right: 15px;
  font-weight: 700;
}

.div-block-327 {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: -40px;
  font-size: .95em;
  display: flex;
}

.mosinsidebox {
  margin-top: -10px;
}

.text-block-248 {
  color: var(--cadet-blue);
  font-weight: 500;
}

.div-block-328 {
  background-color: rgba(255, 255, 255, .95);
  border-radius: 20px;
  margin-top: 60px;
}

.contactcontainer {
  color: var(--black);
  padding: 30px 40px 40px;
}

.div-block-329 {
  justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 1.1em;
  line-height: 1.7em;
  display: flex;
}

.text-block-249 {
  color: rgba(32, 42, 44, .32);
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: .95em;
  font-weight: 500;
}

.text-block-250 {
  margin-bottom: 2px;
  font-size: .9em;
}

.text-span-2 {
  margin-right: 10px;
}

.div-block-330 {
  width: 40%;
  padding-right: 16px;
}

.div-block-330.mid {
  width: 20%;
}

.weekday {
  margin-right: 10px;
}

.image-42 {
  filter: saturate(80%);
  border-radius: 8px;
  max-height: 80px;
  margin-top: 30px;
  margin-right: 20px;
  transition: all .2s;
  box-shadow: 0 2px 11px 3px rgba(0, 0, 0, .05);
}

.text-block-251 {
  margin-top: 10px;
}

.text-block-250-copy {
  margin-bottom: 2px;
  font-size: .9em;
}

.div-block-331 {
  flex: none;
  display: flex;
}

.link-block-15 {
  color: #85bac0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.image-43 {
  width: 40px;
  margin-bottom: 12px;
}

.div-block-334 {
  display: flex;
}

.div-block-335 {
  width: 33%;
}

.div-block-336 {
  background-image: url('../images/denture-design.webp');
  background-position: 50%;
  background-size: auto;
  padding-bottom: 65%;
}

html.w-mod-js [data-ix="scroll-appearance"] {
  opacity: 0;
  transform: translate(0, 5px);
}

@media screen and (min-width: 1500px) {
  .newbrandimage-2 {
    width: 120px;
  }

  .div-block-288 {
    width: 400px;
    margin-top: -80px;
  }

  .div-block-290 {
    width: 44px;
    height: 44px;
  }

  .div-block-291 {
    width: 25px;
    height: 25px;
  }

  .link-3.mobile {
    display: none;
  }

  .text-block-235 {
    margin-top: -2px;
  }

  .div-block-298 {
    margin-top: 29%;
  }

  .div-block-298.second {
    margin-top: 5%;
    left: -8%;
  }

  .div-block-298.third {
    margin-top: 40%;
  }

  .div-block-289 {
    width: 66px;
    height: 66px;
  }

  .section {
    padding-bottom: 120px;
  }

  .whiteblock {
    width: 49.2%;
    margin-bottom: 1.8%;
  }

  .unisubheading.green {
    margin-bottom: 60px;
  }

  .body {
    font-size: 16px;
  }

  .div-block-310 {
    margin-bottom: 80px;
    padding: 60px;
  }

  .text-block-247.less {
    margin-bottom: 16px;
  }

  .div-block-318.o1 {
    background-image: url('../images/orthoAsset-6.png');
  }

  .div-block-318.o2 {
    background-image: url('../images/orthoAsset-7.png');
  }

  .div-block-318.o3 {
    background-image: url('../images/orthoAsset-2.png');
  }

  .div-block-318.o4 {
    background-image: url('../images/orthoAsset-3.png');
  }

  .div-block-318.o5 {
    background-image: url('../images/orthoAsset-4.png');
  }

  .div-block-318.o6 {
    background-image: url('../images/orthoAsset-5.png');
  }

  .div-block-318.mos {
    width: 280px;
    height: 280px;
    margin-right: 60px;
  }

  .image-40 {
    width: 400px;
  }

  .div-block-319 {
    width: 500px;
    height: 520px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-320 {
    align-items: center;
  }

  .div-block-321 {
    width: 42px;
    height: 42px;
    margin-right: 28px;
  }

  .insideelement {
    margin-bottom: 60px;
  }

  .div-block-325 {
    margin-bottom: 80px;
  }

  .div-block-327 {
    margin-bottom: -50px;
  }

  .mosinsidebox {
    margin-top: -16px;
    font-size: 1.05em;
    line-height: 1.7em;
  }

  .div-block-328 {
    margin-top: 80px;
  }

  .contactcontainer {
    padding: 40px 50px 50px;
  }
}

@media screen and (max-width: 1320px) {
  .newbrandimage-2 {
    width: 110px;
    margin-right: 0;
  }

  .newbrandimage-2.dark {
    opacity: 0;
    flex: none;
    width: 110px;
    position: absolute;
  }

  .newbrandimage-2.dark.show {
    opacity: 1;
  }

  .link-block-6 {
    color: #fff;
    margin-right: 0%;
    text-decoration: none;
  }

  .div-block-288 {
    width: 320px;
    margin-top: -40px;
    margin-left: 10px;
    margin-right: 40px;
  }

  .unicontainer {
    padding-top: 100px;
  }

  .unicontainer.hero {
    flex-direction: column;
    padding-top: 0;
  }

  .unicontainer.contact {
    padding-top: 60px;
  }

  .div-block-290 {
    width: 40px;
    height: 40px;
  }

  .text-block-236 {
    max-width: 80%;
  }

  .div-block-291 {
    width: 22px;
    height: 22px;
  }

  .div-block-284 {
    margin-bottom: 30px;
  }

  .link-3 {
    display: none;
  }

  .link-3.mobile {
    width: 100%;
    margin-top: 60px;
    display: block;
  }

  .link-3.second.mobile {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-299 {
    margin-top: 20px;
  }

  .text-block-235 {
    margin-top: -2px;
  }

  .text-block-228 {
    margin-bottom: 40px;
  }

  .div-block-298 {
    margin-top: 28%;
  }

  .div-block-298.second {
    margin-top: 6%;
  }

  .div-block-298.third {
    margin-top: 33%;
    left: -23%;
  }

  .text-block-226 {
    max-width: 90%;
    font-size: 2.5em;
  }

  .div-block-300 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-289 {
    width: 60px;
    height: 60px;
  }

  .text-block-229 {
    font-size: 1.35em;
  }

  .section {
    padding-bottom: 80px;
  }

  .div-block-283 {
    flex: 0 auto;
    width: 46%;
    margin-top: -40px;
  }

  .image-37 {
    opacity: 0;
    width: 40px;
    position: absolute;
  }

  .image-37.show {
    opacity: 1;
  }

  .mobilenavpage {
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobilenavpage.w--current {
    color: #85bac0;
  }

  .mobilenavbar {
    z-index: 13;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0;
    display: block;
  }

  .div-block-191 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .navbarbg {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    justify-content: space-between;
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbarbg.inside {
    border-bottom-width: 1px;
    border-bottom-color: rgba(32, 42, 44, .3);
  }

  .menu-button-2 {
    z-index: 20;
    float: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(255, 255, 255, .4);
    border-radius: 2px;
    width: 75px;
    padding: 16px 20px 16px 14px;
    display: block;
  }

  .menu-button-2.w--open {
    z-index: 15;
    color: #202a2c;
    transition: color .2s;
  }

  .menu-button-2.inside {
    border-right-width: 1px;
    border-right-color: rgba(32, 42, 44, .3);
  }

  .footerlink {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footerlink.mobile {
    margin-top: 14px;
  }

  .footerlink.line {
    margin-right: 16px;
  }

  .link-block-14 {
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .4);
    width: 75px;
    padding: 16px 14px 16px 20px;
  }

  .link-block-14.inside {
    border-left-width: 1px;
    border-left-color: rgba(32, 42, 44, .3);
  }

  .div-block-194 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav-menu-3 {
    color: #000;
    text-align: left;
    background-color: #fafafa;
    max-height: 100vh;
    padding-top: 70px;
    overflow: auto;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
  }

  .desktopnavbar {
    display: none;
  }

  .div-block-292 {
    flex-direction: column;
    margin-bottom: 22px;
  }

  .whiteblock {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .uniheading {
    margin-bottom: 36px;
  }

  .uniheading.green {
    font-size: 2.1em;
  }

  .div-block-267 {
    flex-direction: column-reverse;
  }

  .uniparagraph {
    margin-bottom: 16px;
  }

  .blockheading {
    font-size: 1.15em;
  }

  .div-block-269 {
    width: 100%;
    height: 450px;
    margin-top: 20px;
  }

  .unisubheading {
    margin-bottom: 50px;
  }

  .unisubheading.lessmargin {
    margin-bottom: 0;
  }

  .unisection {
    padding-bottom: 100px;
  }

  .unisection.cta {
    padding-bottom: 80px;
  }

  .unisection.firstinside {
    padding-top: 40px;
  }

  .div-block-268 {
    width: 100%;
  }

  .div-block-293 {
    width: 110px;
    height: 110px;
    margin-left: 60px;
    padding: 32px;
  }

  .mapembed {
    display: none;
  }

  .mapembed.wide {
    display: block;
  }

  .footersection {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .div-block-204 {
    width: 100%;
    margin-bottom: 14px;
  }

  .div-block-207 {
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
  }

  .footerlink-bold {
    margin-right: -6px;
  }

  .body {
    font-size: 14.5px;
  }

  .div-block-310 {
    margin-bottom: 50px;
    padding: 40px;
  }

  .boxheading {
    margin-bottom: 36px;
  }

  .div-block-312 {
    margin-top: 11px;
  }

  .div-block-314 {
    order: 1;
    min-width: 160px;
    margin-bottom: 36px;
  }

  .div-block-314._2 {
    margin-bottom: 0;
  }

  .div-block-316 {
    margin-bottom: -40px;
  }

  .div-block-316.moss {
    margin-bottom: -50px;
  }

  .div-block-317 {
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-317.mos {
    margin-bottom: 50px;
  }

  .div-block-318 {
    width: 30%;
    min-height: 160px;
  }

  .div-block-318._1 {
    min-height: 140px;
  }

  .div-block-318.mos {
    width: 180px;
    height: 180px;
    margin-right: 40px;
  }

  .image-40 {
    width: 340px;
  }

  .div-block-319 {
    order: -1;
    width: 440px;
    height: 455px;
    margin-top: 0;
    margin-bottom: 60px;
    display: none;
  }

  .div-block-319.mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-321 {
    width: 36px;
    height: 36px;
    margin-right: 22px;
  }

  .div-block-321.mos {
    width: 46px;
    height: 46px;
    margin-right: 26px;
  }

  .insideelement, .insideelement._3.ccf2 {
    margin-bottom: 30px;
  }

  .div-block-324 {
    flex: none;
    width: 47%;
  }

  .div-block-325 {
    border-radius: 40px;
    margin-bottom: 60px;
    padding-bottom: 50%;
  }

  .div-block-326 {
    font-size: 1.1em;
  }

  .div-block-327 {
    margin-top: 50px;
    margin-bottom: -10px;
  }

  .contactcontainer {
    padding: 26px 30px 30px;
  }

  .div-block-329 {
    margin-bottom: 14px;
  }

  .image-42 {
    max-height: 64px;
    margin-top: -10px;
    margin-bottom: 50px;
  }

  .text-block-250-copy {
    display: none;
  }

  .div-block-333 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .newbrandimage-2, .newbrandimage-2.dark {
    width: 100px;
  }

  .div-block-288 {
    width: 250px;
    margin-top: -10px;
    margin-left: 0;
  }

  .unicontainer {
    padding-top: 60px;
  }

  .div-block-290 {
    width: 36px;
    height: 36px;
  }

  .div-block-291 {
    width: 20px;
    height: 20px;
  }

  .div-block-284 {
    margin-bottom: 26px;
  }

  .text-block-231 {
    font-size: 1.15em;
  }

  .link-3.mobile {
    margin-top: 40px;
  }

  .div-block-299 {
    margin-top: 6px;
  }

  .div-block-297.third {
    margin-left: 80px;
  }

  .text-block-228 {
    margin-bottom: 30px;
  }

  .div-block-298.second {
    margin-top: 3%;
  }

  .div-block-298.third {
    margin-top: 31%;
    left: -26%;
  }

  .text-block-226 {
    margin-bottom: 22px;
    font-size: 2.3em;
  }

  .div-block-289 {
    width: 56px;
    height: 56px;
  }

  .text-block-229 {
    margin-bottom: 8px;
    font-size: 1.3em;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .div-block-283 {
    width: 50%;
  }

  .image-37 {
    width: 32px;
  }

  .navbarbg {
    height: 66px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    width: 66px;
    padding-left: 18px;
    padding-right: 16px;
  }

  .footerlink {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footerlink.line {
    margin-left: 0;
    margin-right: 14px;
  }

  .link-block-14 {
    width: 66px;
    padding-left: 16px;
    padding-right: 18px;
  }

  .nav-menu-3 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }

  .div-block-292 {
    margin-bottom: 20px;
  }

  .whiteblock {
    margin-bottom: 16px;
    padding: 18px;
  }

  .uniheading {
    margin-bottom: 30px;
    font-size: 1.8em;
  }

  .uniheading.green {
    font-size: 2em;
  }

  .div-block-294 {
    margin-bottom: 30px;
    margin-right: 10px;
  }

  .div-block-295 {
    margin-bottom: 10px;
  }

  .div-block-295.second {
    margin-top: 10px;
  }

  .blockheading {
    font-size: 1.1em;
  }

  .div-block-269 {
    height: 340px;
    margin-bottom: 60px;
  }

  .unisubheading {
    margin-bottom: 40px;
  }

  .unisection, .unisection.cta {
    padding-bottom: 60px;
  }

  .unisection.firstinside {
    padding-top: 60px;
  }

  .div-block-296 {
    margin-left: 10px;
  }

  .div-block-293 {
    width: 100px;
    height: 100px;
    margin-left: 40px;
    padding: 30px;
  }

  .footersection {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .div-block-204 {
    margin-bottom: 4px;
  }

  .div-block-207 {
    margin-top: 16px;
    padding-top: 16px;
  }

  .footerlink-bold {
    margin-right: 0;
  }

  .body {
    font-size: 14px;
  }

  .div-block-310 {
    flex-direction: column;
    padding: 36px;
  }

  .boxheading {
    margin-bottom: 30px;
    font-size: 1.8em;
  }

  .div-block-313 {
    width: 100%;
    margin-top: 30px;
  }

  .div-block-314 {
    width: 33%;
    min-width: 120px;
    margin-bottom: 0;
  }

  .div-block-316.moss {
    margin-bottom: -40px;
  }

  .div-block-317 {
    margin-bottom: 30px;
  }

  .div-block-317.mos {
    margin-bottom: 40px;
  }

  .div-block-318.mos {
    width: 160px;
    height: 160px;
    margin-right: 30px;
  }

  .image-40 {
    width: 300px;
  }

  .div-block-319.mobile {
    width: 380px;
    height: 390px;
  }

  .div-block-320 {
    flex-direction: column;
  }

  .div-block-321 {
    width: 34px;
    height: 34px;
    margin-right: 20px;
  }

  .insideelement.mos {
    width: 100%;
    margin-right: 0%;
  }

  .div-block-324 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-325 {
    border-radius: 30px;
    margin-bottom: 40px;
  }

  .div-block-326 {
    font-size: 1.05em;
  }

  .div-block-327 {
    margin-top: 40px;
  }

  .contactcontainer {
    padding: 24px 26px 26px;
  }

  .text-span-2 {
    display: block;
  }

  .div-block-330 {
    width: 35%;
  }

  .div-block-330.mid {
    width: 30%;
  }

  .weekday {
    display: block;
  }

  .image-42 {
    max-height: 60px;
    margin-top: -14px;
    margin-bottom: 40px;
    margin-right: 18px;
  }

  .div-block-333 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .newbrandimage-2, .newbrandimage-2.dark {
    width: 90px;
  }

  .div-block-288 {
    width: 45%;
    margin-top: 20px;
    margin-left: -4%;
    margin-right: 20px;
  }

  .unicontainer {
    padding-top: 50px;
  }

  .div-block-290 {
    width: 32px;
    height: 32px;
  }

  .text-block-236 {
    display: none;
  }

  .div-block-291 {
    width: 16px;
    height: 16px;
  }

  .text-block-230 {
    margin-bottom: 10px;
    font-size: 1.05em;
  }

  .text-block-231 {
    font-size: 1em;
  }

  .text-block-231.spaced {
    margin-top: 8px;
  }

  .link-3.mobile {
    margin-top: 36px;
  }

  .div-block-299 {
    margin-top: 10px;
  }

  .text-block-235 {
    margin-top: -3px;
    font-size: 1.3em;
  }

  .text-block-232 {
    display: none;
  }

  .div-block-297.second {
    margin-left: 110px;
  }

  .div-block-297.third {
    margin-left: 163px;
  }

  .text-block-228 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .div-block-298 {
    margin-top: 34%;
    left: 31%;
  }

  .div-block-298.second {
    margin-top: -9%;
    left: -3%;
  }

  .div-block-298.third {
    margin-top: 28%;
  }

  .text-block-226 {
    font-size: 2.2em;
  }

  .div-block-289 {
    width: 52px;
    height: 52px;
  }

  .text-block-229 {
    font-size: 1.2em;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .div-block-283 {
    width: 55%;
    margin-top: -20px;
  }

  .image-37, .image-37.show {
    width: 29px;
  }

  .mobilenavpage {
    padding-left: 10%;
  }

  .div-block-191 {
    position: relative;
    bottom: 0;
  }

  .navbarbg {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    width: 60px;
    padding: 15px;
  }

  .footerlink.line {
    margin-right: 12px;
  }

  .link-block-14 {
    width: 60px;
    padding: 15px;
  }

  .nav-menu-3 {
    width: 100%;
  }

  .uniheading {
    margin-bottom: 24px;
    font-size: 1.66em;
    display: block;
  }

  .div-block-269 {
    height: 300px;
  }

  .unisection {
    padding-bottom: 50px;
  }

  .blocksubheading {
    font-size: .85em;
    line-height: 1.7em;
  }

  .div-block-293 {
    width: 80px;
    height: 80px;
    margin-left: 30px;
    padding: 22px;
  }

  .div-block-293.third {
    padding: 20px;
  }

  .div-block-293.second {
    padding: 12px;
  }

  .mapembed {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }

  .footersection {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-204 {
    line-height: 2em;
  }

  .div-block-207 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .body {
    font-size: 13px;
  }

  .div-block-310 {
    margin-bottom: 40px;
    padding: 24px;
  }

  .boxheading {
    margin-bottom: 24px;
    font-size: 1.66em;
    display: block;
  }

  .div-block-313 {
    justify-content: space-between;
  }

  .div-block-314 {
    width: 45%;
    min-width: 0;
  }

  .div-block-315 {
    padding-right: 0;
  }

  .div-block-316 {
    margin-bottom: -30px;
  }

  .div-block-317 {
    flex-direction: column-reverse;
  }

  .div-block-317.mos {
    flex-direction: column;
  }

  .div-block-318 {
    width: 50%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .div-block-318.mos {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-40 {
    width: 220px;
  }

  .div-block-319.mobile {
    width: 290px;
    height: 295px;
  }

  .div-block-321.mos {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .div-block-325 {
    border-radius: 20px;
    margin-bottom: 30px;
    padding-bottom: 60%;
  }

  .div-block-327 {
    margin-top: 30px;
  }

  .div-block-329 {
    flex-wrap: wrap;
  }

  .div-block-330 {
    flex: none;
    width: 66.7%;
  }

  .div-block-330.mid {
    width: 33.3%;
  }

  .image-42 {
    max-height: 54px;
    margin-top: 0;
    margin-bottom: 26px;
    margin-right: 16px;
  }
}


@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
