* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: var(--green);
  color: var(--grey);
  min-height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

a:active, a:hover {
  outline: 0;
}

:root {
  --green: #00624f;
  --grey: #343434;
  --white: #fff;
}

h1 {
  color: var(--grey);
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: var(--grey);
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

h3 {
  color: var(--grey);
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

a {
  color: var(--green);
  cursor: pointer;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.section {
  background-color: var(--white);
  position: relative;
}

.container {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.padding_horizontal {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.padding_vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gap_responsive_20 {
  gap: 20px;
  display: flex;
}

.gap_vertical_5 {
  gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gap_vertical_10 {
  gap: 10px;
  flex-flow: column;
  display: flex;
}

.gap_vertical_20 {
  gap: 20px;
  flex-flow: column;
  display: flex;
}

.gap_horizontal_5 {
  gap: 5px;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.gap_horizontal_20 {
  gap: 20px;
  align-items: flex-start;
  display: flex;
}

.grow_horizontal {
  flex-flow: column;
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  position: relative;
}

.grow_horizontal-copy {
  flex-flow: column;
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
}

.grow_vertical {
  min-width: 0;
  min-height: 0;
}

.z_index_foreground {
  z-index: 10;
  position: relative;
}

.white_text {
  color: var(--white);
}

.icon_25 {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}

.icon_link_arrow {
  height: 18px;
}

.hero_logo {
  gap: 55px;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.hero_vertical_line {
  background-color: #b4b4b4;
  width: 1px;
  height: 60%;
}

.hero_wrapper {
  gap: 20px;
  margin-top: 15px;
  display: flex;
}

.hero_text_wrapper {
  gap: 25px;
  color: var(--grey);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_image_wrapper {
  pointer-events: none;
}

.logo_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  display: flex;
}

.logo_old {
  pointer-events: none;
  height: 45px;
}

.logo_dental21 {
  pointer-events: none;
  height: 45%;
}

.cta_wrapper {
  align-items: flex-start;
  display: flex;
}

.cta_button {
  gap: 10px;
  background-color: var(--green);
  pointer-events: auto;
  width: 195px;
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  max-width: 100%;
  display: flex;
}

.cta_button:hover {
  filter: brightness(120%);
}

.cta_logo {
  pointer-events: none;
  width: 100px;
  height: 15px;
}

.cta_icon {
  pointer-events: none;
  width: 28px;
  height: 28px;
}

.video_wrapper {
  width: 100%;
  height: 600px;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_text {
  z-index: 10;
  pointer-events: none;
  text-shadow: 0 0 5px #0003;
  background-image: linear-gradient(#0000 50%, #00000080);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.box_shadow {
  z-index: 10;
  pointer-events: none;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 30px #0000000d;
}

.map_image {
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}

.faq_item {
  border-top: 1px solid var(--grey);
  color: var(--grey);
  flex-flow: column;
  place-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  background-color: var(--green);
  color: var(--white);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
}

.video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  cursor: pointer;
  z-index: 1;
}

.center-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  padding: 0;
  border: none;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease, background 0.2s ease;
}

.center-play-button:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1.05);
}

.center-play-button img {
  width: 42px;
  height: 42px;
  display: block;
}

.center-play-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.small-play-button,
.mute-button {
  position: absolute;
  top: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 11px;
  background: rgba(52, 52, 52, 0.32);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.small-play-button {
  right: 60px;
  z-index: 11;
}

.mute-button {
  right: 12px;
  z-index: 12;
}

.small-play-button img,
.mute-button img {
  width: 22px;
  height: 22px;
  display: block;
}

.small-play-button.is-hidden,
.mute-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.video_text {
  transition: opacity 0.3s ease;
}

.video_text.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  .gap_responsive_20 {
    gap: 30px;
    flex-flow: column;
  }

  .hero_logo {
    gap: 25px;
    height: 35px;
  }

  .padding_horizontal {
    flex-flow: column;
  }

  .cta_logo {
    height: 16px;
  }

  .icon_link_arrow {
    height: 15px;
  }

  .logo_old {
    height: 100%;
  }

  .hero_wrapper {
    gap: 0px;
    flex-flow: column-reverse;
    margin-top: 5px;
  }

  .hero_portrait {
    padding-left: 15%;
    padding-right: 20%;
  }
}
