/* 
 Site Manager Version: 14.2.0
 Date Created: December 2024
 
 Account: katy-kids
 Written by: james stillion
 
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
          fonts
=============================================== */
/* antonio-400 */
@font-face {
  font-display: swap;
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/antonio-400.woff2') format('woff2');
}
/* antonio-600 */
@font-face {
  font-display: swap;
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/antonio-600.woff2') format('woff2');
}
/* lato-400 */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-400.woff2') format('woff2');
}
/* lato-400i */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-400i.woff2') format('woff2');
}
/* lato-700 */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-700.woff2') format('woff2');
}
/* lato-700i */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-700i.woff2') format('woff2');
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* resets */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* GLOBAL OVERRIDES */
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ===============================================
  body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Lato', 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Antonio', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #333;
  background: #fdf9f8;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
  links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #AB1606;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #ef4a46;
  text-decoration: none;
}
/* ===============================================
  h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-family: 'Antonio', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  color: #AB1606;
  text-rendering: auto;
  margin: 0 0 1.02857143em;
}
h1 {
  font-weight: 400;
}
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  text-align: inherit;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.75em;
  }
}
@media only screen and (min-width: 1300px) {
  .sub h1 {
    margin-bottom: 0.6em;
  }
}
.home h1 {
  line-height: 0.65591398;
  font-size: 14.5vw;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 1em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 4.65em;
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  .home h1 {
    transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  color: #fff;
  position: relative;
  z-index: -1;
  transition: transform 0.99s ease-in-out 0.69s, opacity 0.99s ease-in-out 0.69s;
}
@media only screen and (min-width: 1300px) {
  .home [data-ready] h1 {
    transform: translate(0, 150px);
    opacity: 0;
  }
  .home [data-ready] h1 .trait.top {
    transform: translate(0, 150px);
    opacity: 0;
  }
}
h2:not(.topic) {
  font-size: 2.05882353em;
}
h3:not(.topic) {
  font-size: 1.76470588em;
}
h4 {
  font-size: 1.47058824em;
}
h5 {
  font-size: 1.23529412em;
}
h6 {
  font-size: 1.05882353em;
}
/* ===============================================
  containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
  list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
  masthead
=================================================================== */
#masthead {
  font-family: 'Antonio', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    height: 7.25em;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#masthead:after {
  content: '';
  width: auto;
  height: auto;
  border-top: 1px solid #d5d7d6;
  border-bottom: 1px solid #d5d7d6;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    width: 100%;
    max-width: none;
  }
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: right;
  width: 90px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    text-align: center;
    width: 100%;
    height: 3em;
    margin-top: 1.25em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
#main-nav .collapsible {
  margin: 0 auto;
  display: block;
  position: relative;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .container {
    max-width: right;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .container {
    width: 96%;
    max-width: right;
  }
  #main-nav .collapsible {
    margin: 0 auto;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #686868;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 150%) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -150%) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon {
  width: 51px;
  height: 18px;
  display: inline-block;
  vertical-align: -1.5px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 1px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ===============================================
TOP LEVEL ITEMS || ul
=============================================== */
#main-nav ul {
  width: 100vw;
  margin: 0;
  background-color: rgba(32, 40, 41, 0.9);
  border-top: 99px solid #fff;
  position: relative;
  float: right;
  z-index: 550;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul {
    max-width: 320px;
    padding: 48px 77px 48px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    height: 3em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    height: 100%;
    margin: 0 1em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: -1em;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact-us:hover ul {
    margin: 0;
    left: auto;
    right: -1em;
  }
  #main-nav ul li.contact ul li a,
  #main-nav ul li.contact-us ul li a {
    text-align: right;
    float: right;
  }
}
#main-nav ul li a[id] {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id] {
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    height: 45px;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 2.22222222;
    font-size: clamp( 12px, 0.9em , 18px );
    text-align: center;
    color: #000;
    height: 100%;
    z-index: 3000;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 4px;
    background-color: currentcolor;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 1.22222222em;
    background-color: #50c6d0;
  }
}
#main-nav ul li a[id].home,
#main-nav ul li a[id].specials,
#main-nav ul li a[id].doctor-referral-form {
  pointer-events: auto;
}

#main-nav ul li a[id] {
  color: #50c6d0;
}
#main-nav ul li a[id]:after {
/*  content: none;*/

}
#main-nav ul li a[id]:before {
/*  content: '';*/
/*  width: auto;*/
/*  height: 2.38888889em;*/
/*  margin: auto;*/
/*  border: 2px solid currentcolor;*/
/*  display: block;*/
/*  position: absolute;*/
/*  right: -0.61111111em;*/
/*  right: -0.41111111em;*/
/*  left: -0.61111111em;*/
/*  left: -0.41111111em;*/
/*  opacity: 0.6;*/
/*  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;*/
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:before {
    top: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:before {
    top: -1px;
  }
}



#main-nav ul li.clicked > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li.clicked > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li.clicked > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #AB1606;
  }
}
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul li.clicked > a[id]:before,
#main-nav ul li.active > a[id]:before,
#main-nav ul li:hover > a[id]:before {
    opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .doctor-referral-form #main-nav a.doctor-referral-form[id] {
    color: #AB1606;
  }
  .doctor-referral-form #main-nav a.doctor-referral-form[id]:after {
    transition-duration: 0.15s;
    transform: translate(0, 0) scaleX(1);
    opacity: 1;
  }
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0 14px 0 0;
  background: none;
  border: none;
  display: inline;
  float: left;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.75em 0;
    background-color: rgba(32, 40, 41, 0.9);
    position: absolute;
    display: none;
    z-index: 2800;
  }
}
#main-nav ul ul li {
  width: 100%;
  height: 0;
  background: none;
  float: left;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li:hover ul {
    display: none;
  }
}
#main-nav ul ul li a {
  letter-spacing: 0.02em;
  line-height: 44px;
  font-size: clamp( 12px, 0.65em , 13px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    padding: 0 1.53846154em;
    float: left;
  }
}
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #50c6d0;
  margin-bottom: 0;
  border: none;
}
/* ===============================================
Flyout animation
=============================================== */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .clicked ul {
  padding: 0 14px 1em 0;
}
#main-nav .open ul .clicked ul li {
  height: 44px;
  opacity: 1;
}
/* #main-nav ul ul li when (@mainnavstyle = 'tertiary'){
  .autoy;
} */
/* ==================================================================
  header
=================================================================== */
#hd {
  text-align: center;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.8em 0 0;
  }
}
#hd .mod {
  justify-content: center;
  gap: 2px;
  z-index: 420;
}
@media only screen and (max-width: 1023px) {
  #hd .mod {
    width: 100%;
    max-width: 320px;
    display: flex;
    position: absolute;
    top: calc(100% + 28px );
    right: 0;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }
  #hd .mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #hd .mod.mobtron * {
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .mod {
    display: inline-flex;
    vertical-align: top;
  }
}
/* ===============================================
  logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 13px;
  width: 18.1em;
  margin: 0 auto 0 20px;
  display: block;
  position: absolute;
  top: -39px;
  left: 0;
  /* transform: translate(0, -50%); */
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
  }
}
#logo.sub svg .info {
/*  opacity: 0;*/
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo a:before {
  /* content: ''; */
  width: auto;
  margin: auto;
  border: 2px solid #50c6d0;
  display: block;
  position: absolute;
  top: -0.61111111em;
  right: -0.41111111em;
  right: 1.588889em;
  bottom: -0.61111111em;
  left: -0.41111111em;
  left: 1.588889em;
  opacity: 0.6;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo svg {
  width: 18.1em;
  height: 12.25em;
}
/* ===============================================
  contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
#contactinfo .phone {
  letter-spacing: 0.05em;
  font-size: 17px;
  background-color: #AB1606;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    line-height: 2.58823529;
    width: 7.82352941em;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone .icon {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone .icon {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #contactinfo .phone .cta {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
#contactinfo a {
  color: #fff;
  transition: background-color 0.33s ease-in-out;
}
#contactinfo a:hover {
  background-color: #06676f;
}
/* ===============================================
  social media
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  margin: 0;
  background-color: #2ca8b2;
  display: inline-flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    padding: 0 0.6em;
  }
}
.socialmedia a {
  font-size: clamp( 12px, 0.65em , 13px );
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  pointer-events: auto;
}
@media only screen and (max-width: 1023px) {
  .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia a {
    line-height: 3.38461538;
    width: auto;
    height: 3.38461538em;
  }
}
.socialmedia a:hover {
  color: #202829;
  transform: scale(1.23);
}
.socialmedia a .fa-healthgrades:before {
  position: relative;
  display: inline-block;
  transform: translate(0, -3%);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
  slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 48.80952381vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 713px) {
  #slideshow {
    min-height: 366px;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1025;
}
@media only screen and (max-width: 713px) {
  #slideshow #home-slideshow {
    width: 714px;
    margin: 0 calc( -357px + 50vw );
  }
}
@media only screen and (min-width: 714px) {
  #slideshow #home-slideshow {
    width: 100%;
  }
}
#slideshow #home-slideshow .hpslide {
  width: 100%;
  max-width: none;
}

.ss_overlay{
    line-height: 1.66666667;
    font-size: 2em;
    color: #AB1606;
    height: 2em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(253, 249, 248, 0.8);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 401;
    font-family: 'Antonio', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  
}
/* ==================================================================
  .spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
  spot01
=============================================== */
.spot01 {
  font-size: 3.2vw;
  font-family: 'Antonio', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  text-align: center;
  color: #06676f;
  margin: 0;
  padding: 2em 0;
  background: #efe7e4 url(../images/spotlight/spot01bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: min(1.7vw, 1em);
    padding: 5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    display: flex;
    justify-content: center;
    gap: 0.6em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot01 {
    background-size: auto auto;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    background-attachment: fixed;
  }
  .spot01[data-ready] a .decoration:before {
    opacity: 1;
  }
  .spot01[data-ready] a .decoration.bridge .sfcloud1 {
    transform: translate(51%, 0);
  }
  .spot01[data-ready] a .decoration.bridge .sfcloud2 {
    transform: translate(66%, 0);
  }
  .spot01[data-ready] a .decoration.bridge .sfcloud3 {
    transform: translate(39%, 0);
  }
  .spot01[data-ready] a .decoration.bridge .sfcloud4 {
    transform: translate(75%, 0);
  }
  .spot01[data-ready] a .decoration.bridge .sfhill1 {
    fill: #05679a;
  }
  .spot01[data-ready] a .decoration.bridge .sfhill2 {
    fill: #16467c;
  }
  .spot01[data-ready] a .decoration.bridge .sfhill3 {
    fill: #1e97b9;
  }
  .spot01[data-ready] a .decoration.bridge .sfhill4 {
    fill: #1e3a6f;
  }
  .spot01[data-ready] a .decoration.bridge .sfhill5 {
    fill: #a52a3f;
  }
  .spot01[data-ready] a .decoration.bridge .sfhill6 {
    fill: #803256;
  }
  .spot01[data-ready] a .decoration.bridge .sfhill7 {
    fill: #722d50;
  }
  .spot01[data-ready] a .decoration.bridge .gg {
    opacity: 0.5;
  }
  .spot01[data-ready] a .decoration.ballistic {
    background-color: #000;
  }
  .spot01[data-ready] a .decoration.ballistic .mab .belt1 {
    transform: rotate(9deg) translate(15%, 6%);
  }
  .spot01[data-ready] a .decoration.ballistic .mab .belt2 {
    transform: rotate(-6deg) translate(31%, 12%);
  }
  .spot01[data-ready] a .decoration.ballistic .mab .belt3 {
    transform: rotate(18deg) translate(18%, 12%);
  }
  .spot01[data-ready] a .decoration.ballistic .calisto {
    transform: translate(0, 66%);
  }
  .spot01[data-ready] a .decoration.ballistic .europa {
    transform: matrix(1, 0, 0, 1, 330, -30);
  }
  .spot01[data-ready] a .decoration.ballistic .europa .strato {
    transform: matrix(1, 0, 0, 1, -106, 71);
  }
  .spot01[data-ready] a .decoration.ballistic .ganymede {
    transform: matrix(1, 0, 0, 1, -180, 90);
  }
  .spot01[data-ready] a .decoration.ballistic .ganymede .strato {
    transform: matrix(1, 0, 0, 1, -106, 71);
  }
  .spot01[data-ready] a .decoration.ballistic .ship .smoke {
    transform: translate(0, 9em) scale(0.33);
  }
  .spot01[data-ready] a .decoration.ballistic .ship .flames,
  .spot01[data-ready] a .decoration.ballistic .ship .shuttle {
    transform: translate(0, 18em);
  }
  .spot01[data-ready] a .decoration.beach .beachclouds .cloud4 {
    opacity: 1;
  }
  .spot01[data-ready] a .decoration.beach .beachclouds .cloud5 {
    fill: #6e6d9b;
  }
  .spot01[data-ready] a .decoration.beach .beachclouds .cloud6 {
    fill: #6e6d9b;
  }
  .spot01[data-ready] a .decoration.beach .beachclouds .cloud7 {
    fill: #6e6d9b;
  }
  .spot01[data-ready] a .decoration.beach .beachclouds .cloud8 {
    fill: #6e6d9b;
  }
  .spot01[data-ready] a .decoration.beach .gothai {
    fill: #27275b;
  }
  .spot01[data-ready] a .decoration.beach .reflections > path {
    opacity: 0.3;
  }
  .spot01[data-ready] a .decoration.beach .hilldark {
    opacity: 0.54;
  }
  .spot01[data-ready] a .decoration.beach .datrees .tree1,
  .spot01[data-ready] a .decoration.beach .datrees .tree2,
  .spot01[data-ready] a .decoration.beach .datrees .tree3,
  .spot01[data-ready] a .decoration.beach .datrees .tree1 {
    animation: none;
  }
  .spot01[data-ready] a .decoration.balloons .zclouds .cloud1 {
    transform: translate(-100%, 0);
  }
  .spot01[data-ready] a .decoration.balloons .zclouds .cloud2 {
    transform: translate(-200%, 0);
  }
  .spot01[data-ready] a .decoration.balloons .background {
    transform: translate(-9%, 0);
  }
  .spot01[data-ready] a .decoration.balloons .foreground {
    transform: translate(24%, 0);
  }
  .spot01[data-ready] a .decoration.balloons .hotair {
    transform: translate(0, -100%);
  }
  .spot01[data-ready] a .decoration.balloons .cold {
    transform: translate(0, -100%);
    opacity: 0;
  }
}
.spot01 a {
  color: #202829;
  max-width: 314px;
  padding: 0;
  background-color: #fff;
  border: 1.3em solid #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  vertical-align: top;
  position: relative;
}

.spot01 a:nth-of-type(1) {
  transition: transform 0.66s ease-in-out 0.18s, opacity 0.66s ease-in-out 0.18s;
}
.spot01 a:nth-of-type(2) {
  transition: transform 0.66s ease-in-out 0.36s, opacity 0.66s ease-in-out 0.36s;
}
.spot01 a:nth-of-type(3) {
  transition: transform 0.66s ease-in-out 0.54s, opacity 0.66s ease-in-out 0.54s;
}
.spot01 a:nth-of-type(4) {
  transition: transform 0.66s ease-in-out 0.82s, opacity 0.66s ease-in-out 0.82s;
}

@media only screen and (min-width: 1300px) {
  .spot01[data-ready] a{
    transform: translate(0, 120px);
    opacity: 0;
  }
}
@media only screen and (max-width: 449px) {
  .spot01 a {
    width: calc(-0.2923 * 100vw + 360px);
    margin: 3%;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .spot01 a {
    width: 44%;
    max-width: 270px;
    margin: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    width: calc(25% - 12px);
    margin: 0;
  }
}
.spot01 a:hover {
  z-index: 400;
}
.spot01 a:hover > .icon {
  color: #06676f;
  transform: scale(1.23);
}
.spot01 a:hover h2.topic {
  color: #06676f;
  transform: translate(0, -33%);
}
.spot01 a:hover h2.topic .icon {
  color: #06676f;
}
.spot01 a:hover .decoration {
  -webkit-filter: brightness(78%);
  filter: brightness(78%);
  transition-duration: 0.33s;
}
.spot01 a > .icon {
  color: #50c6d0;
  width: auto;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transform-origin: 0 0;
}
@media only screen and (max-width: 665px) {
  .spot01 a > .icon {
    height: 47.33333333px;
  }
}
@media only screen and (min-width: 666px) {
  .spot01 a > .icon {
    height: 3.55em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a > .icon {
    margin-bottom: 2.15em;
  }
}
.spot01 a > .icon.trait {
  stroke: currentcolor;
  stroke-width: 0.3;
}
.spot01 a h2.topic {
  line-height: 2.4;
  text-transform: uppercase;
  color: currentcolor;
  white-space: nowrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (max-width: 449px) {
  .spot01 a h2.topic {
    font-size: 18px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .spot01 a h2.topic {
    font-size: clamp( 1rem, 3.3vw, 25px );
  }
}
@media only screen and (min-width: 768px) {
  .spot01 a h2.topic {
    font-size: min(1.8vw, 25px );
  }
}
.spot01 a h2.topic .icon {
  color: #AB1606;
  width: 0.88em;
  height: 2.4em;
  transition: color 0.33s ease-in-out;
}
.spot01 a h2.topic .icon path {
  stroke: currentcolor;
}
.spot01 a .decoration {
  width: 100%;
  display: block;
  position: relative;
  transition: -webkit-filter 0.99s ease, filter 0.99s ease; 
}

.spot01 a .decoration:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 4.55s ease-in-out;
  opacity: 0;
}
.spot01 a .decoration.bridge {
  background-color: #93c2e9;
  background-image: -moz-linear-gradient(top, #93c2e9 0%, #93c2e9 54%, #fff4d2 90%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #93c2e9 0%, #93c2e9 54%, #fff4d2 90%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #93c2e9 0%, #93c2e9 54%, #fff4d2 90%, #ffffff 100%);
}
.spot01 a .decoration.bridge:before {
  background-color: #f37327;
  background-image: -moz-linear-gradient(top, #e05b0c 0%, #f6830f 54%, #e4c475 90%, #ebd397 100%);
  background-image: -webkit-linear-gradient(top, #e05b0c 0%, #f6830f 54%, #e4c475 90%, #ebd397 100%);
  background-image: linear-gradient(to bottom, #e05b0c 0%, #f6830f 54%, #e4c475 90%, #ebd397 100%);
}
.spot01 a .decoration.bridge .clouds {
  transition: opacity 4.55s ease-in-out;
  opacity: 0.5;
}
.spot01 a .decoration.bridge .clouds > g {
  transition: transform 9.33s ease-in-out;
}
.spot01 a .decoration.bridge .hills > path {
  transition: fill 4.55s ease-in-out;
}
.spot01 a .decoration.bridge .sfbridge use[class] {
  transition: opacity 4.55s ease-in-out;
}
.spot01 a .decoration.ballistic {
  background-color: #2d4a52;
  transition: background-color 5.55s ease-in-out;
}
.spot01 a .decoration.ballistic .mab image {
  transition: transform 9.99s ease;
}
.spot01 a .decoration.ballistic .mab .belt1 {
  transform-origin: 50% 100%;
}
.spot01 a .decoration.ballistic .mab .belt2 {
  transform-origin: 50% 69%;
}
.spot01 a .decoration.ballistic .mab .belt3 {
  transform-origin: 50% 33%;
}
.spot01 a .decoration.ballistic .calisto {
  transition: transform 5.55s cubic-bezier(0, 0.55, 0.45, 1);
}
.spot01 a .decoration.ballistic .europa {
  transition: transform 5.55s cubic-bezier(0, 0.55, 0.45, 1);
}
.spot01 a .decoration.ballistic .europa .strato {
  transition: transform 5.55s linear;
}
.spot01 a .decoration.ballistic .europa .atmosphere1 {
  transform: matrix(-1, 0.2, -0.3, -1, -80, 92);
}
.spot01 a .decoration.ballistic .europa .atmosphere2 {
  transform: matrix(1, -0.4, -0.3, 1, -11, 51) rotate(-21deg);
}
.spot01 a .decoration.ballistic .ganymede {
  transition: transform 5.55s cubic-bezier(0, 0.55, 0.45, 1);
}
.spot01 a .decoration.ballistic .ganymede .strato {
  transition: transform 5.55s linear;
}
.spot01 a .decoration.ballistic .ganymede .atmosphere1 {
  transform: matrix(-1, 0.2, -0.6, -1, 41, 253);
}
.spot01 a .decoration.ballistic .ganymede .atmosphere2 {
  transform: matrix(0.75, 0.5, -0.6, 1.1, 32, -120) rotate(-21deg);
}
.spot01 a .decoration.ballistic .ship .flames,
.spot01 a .decoration.ballistic .ship .shuttle {
  transition: transform 0.78s ease 0.6s;
}
.spot01 a .decoration.ballistic .ship .smoke {
  transition: transform 0.69s cubic-bezier(0, 0.55, 0.45, 1) 0.69s;
  transform-origin: 50% 100%;
}
.spot01 a .decoration.beach {
  background-color: #53769f;
  background-image: -moz-linear-gradient(-20deg, #53769f 0%, #7697b5 16%, #f2aa4f 44%, #fbe584 82%);
  background-image: -webkit-linear-gradient(-20deg, #53769f 0%, #7697b5 16%, #f2aa4f 44%, #fbe584 82%);
  background-image: linear-gradient(160deg, #53769f 0%, #7697b5 16%, #f2aa4f 44%, #fbe584 82%);
}
.spot01 a .decoration.beach:before {
  background-color: #53769f;
  background-image: -moz-linear-gradient(top, #861762 0%, rgba(68, 37, 124, 0.6) 40%, rgba(56, 62, 155, 0.3) 70%, rgba(56, 62, 155, 0) 100%);
  background-image: -webkit-linear-gradient(top, #861762 0%, rgba(68, 37, 124, 0.6) 40%, rgba(56, 62, 155, 0.3) 70%, rgba(56, 62, 155, 0) 100%);
  background-image: linear-gradient(to bottom, #861762 0%, rgba(68, 37, 124, 0.6) 40%, rgba(56, 62, 155, 0.3) 70%, rgba(56, 62, 155, 0) 100%);
}
.spot01 a .decoration.beach .beachclouds > path {
  transition: fill 6.66s ease-in-out;
}
.spot01 a .decoration.beach .beachclouds .cloud4 {
  opacity: 0;
  transition: opacity 6.66s ease-in-out;
}
.spot01 a .decoration.beach .reflections > path {
  transition: opacity 6.66s ease-in-out;
}
.spot01 a .decoration.beach .gothai {
  transition: fill 6.66s ease-in-out;
}
.spot01 a .decoration.beach .hilldark {
  opacity: 0;
  transition: opacity 6.66s ease-in-out;
}
.spot01 a .decoration.beach .datrees image {
  animation-duration: 15s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.spot01 a .decoration.beach .datrees .tree1 {
  transform-origin: 10% 100%;
  animation-name: treewav1;
}
.spot01 a .decoration.beach .datrees .tree2 {
  transform-origin: 25% 100%;
  animation-name: treewav2;
}
.spot01 a .decoration.beach .datrees .tree3 {
  transform-origin: 60% 100%;
  animation-name: treewav3;
}
.spot01 a .decoration.beach .datrees .tree4 {
  transform-origin: 72% 100%;
  animation-name: treewav4;
}
.spot01 a .decoration.balloons {
  background-color: #65c7c4;
  background-image: -moz-linear-gradient(top, #0792af 15%, #fcb944 54%);
  background-image: -webkit-linear-gradient(top, #0792af 15%, #fcb944 54%);
  background-image: linear-gradient(to bottom, #0792af 15%, #fcb944 54%);
}
.spot01 a .decoration.balloons .zclouds .cloud1,
.spot01 a .decoration.balloons .zclouds .cloud2 {
  transition: transform 7.5s ease-in-out;
}
.spot01 a .decoration.balloons .background {
  transition: transform 9.9s ease-in-out;
}
.spot01 a .decoration.balloons .foreground {
  transition: transform 7.5s ease-in-out;
}
.spot01 a .decoration.balloons .balloonwarm {
  transform-origin: 0 0;
}
.spot01 a .decoration.balloons .hotair {
  transition: transform 6.6s ease-in-out;
}
.spot01 a .decoration.balloons .hotair .cold {
  transition: transform 6.6s ease-in-out 0.33s, opacity 6.6s ease-in-out 0.33s;
}
.spot01 a .decoration img,
.spot01 a .decoration svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
/* ===============================================
  spot02
=============================================== */
.spot02 {
  color: #fff;
  padding: 3em 0;
  background-color: #fdf9f8;
}
/*@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.8vw, 1em);
    padding: 6.5em 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: rtl;
  }
}*/

@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(1.8vw, 1em);
    padding: 6.5em 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .dr-wrap{
    display: flex !important;
    justify-content: center;
    gap: 8px;
    direction: rtl;
  }
}


@media only screen and (min-width: 1300px) {
  .spot02[data-ready] .decoration,
  .spot02[data-ready] .mod {
    transform: translate(0, 120px);
    opacity: 0;
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 20em;
  background-color: #2ca8b2;
  border: 20px solid #2ca8b2;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration {
    width: 33.33333333%;
    border-width: clamp( 20px, 2vw , 40px);
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .decoration {
    border-width: 40px;
    transition: transform 0.66s ease-in-out 0.18s, opacity 0.66s ease-in-out 0.18s;
  }
}
.spot02 .decoration img {
  width: 100%;
  display: block;
}
.spot02 .mod {
  width: 80%;
  padding: 2em 0;
  background-color: #202829;
  flex-direction: column;
  vertical-align: middle;
  direction: ltr;
}
@media only screen and (max-width: 665px) {
  .spot02 .mod {
    max-width: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .mod {
    width: 61.83333333%;
    max-width: 37.1em;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 min(4.5vw, 7.3em );
  }
}
@media only screen and (min-width: 780px) {
  .spot02 .mod {
    padding: 0 min(7.2vw, 7.3em );
  }
}
@media only screen and (min-width: 1000px) {
  .spot02 .mod {
    padding: 4.4em 7.3em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .mod {
    transition: transform 0.66s ease-in-out 0.36s, opacity 0.66s ease-in-out 0.36s;
  }
}
.spot02 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 2.25em , 45px );
  font-family: 'Antonio', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 666px) {
  .spot02 h2.topic {
    font-size: min(4.5vw, 45px );
  }
}
.spot02 h2.topic:after {
  width: 48px;
  height: 3px;
  background-color: #ce5648;
  margin: 0.44444444em auto 0.31111111em 0;
  display: block;
}
@media only screen and (max-width: 665px) {
  .spot02 h2.topic:after {
    content: none;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 h2.topic:after {
    content: '';
  }
}
.spot02 .info {
  line-height: 1.5625;
  font-size: clamp( 12px, 0.8em , 16px );
  text-align: justify;
  max-width: 470px;
  margin: 0 0 2.0625em;
}
@media only screen and (max-width: 665px) {
  .spot02 .info {
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
.spot02 .spotbtn {
  letter-spacing: 0.1em;
  line-height: 53px;
  font-size: clamp( 12px, 0.7em , 14px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  /* width: 10.85714286em; */
  padding: 0 1em;
  background-color: #ce5648;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.33s ease-in-out;
}
.spot02 .spotbtn:hover {
  background-color: #2ca8b2;
}
/* ==================================================================
  subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 3em 0;
  background: #202829 url(../images/slideshow/hero.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  #subnav {
    text-align: left;
    padding: 0;
    margin-top: 145px;
  }
}
#subnav:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #202829;
  opacity: 0.3;
}
@media only screen and (min-width: 1300px) {
  #subnav .container {
    height: 37.45em;
    height: 24.45em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 2000px) {
  #subnav .container {
    height: 37.45vw;
  }
}
#subnav nav {
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    display: none;
  }
}
#subnav p {
  line-height: 1.4;
  font-size: clamp( 12px, 0.75em , 15px );
  width: 52.17054264%;
  min-height: 6.86666667em;
  padding: 1.33333333em 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#subnav p:after {
  content: '';
  background-color: rgba(171, 22, 6, 0.8);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -19em;
  bottom: 0;
  left: -100vw;
  z-index: -1;
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 0.54em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
  content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fdf9f8;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 6.25em 0 8em;
  }
}
#bd .container {
  width: 90%;
  max-width: 64.5em;
}
#content {
  max-width: 673px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 52.17054264%;
    max-width: 33.65em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 52.17054264%;
  }
}
#content .content-text {
  line-height: 1.76470588;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 17px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 17px;
  }
}
#content p {
  text-align: justify;
}
/* ==================================================================
  .home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #54acd7 url(../images/bd.jpg) no-repeat 0 50%;
}
@media only screen and (min-width: 1000px) {
  .home #bd {
    padding: 6.15em 0;
    background-position: 50% 100%;
    background-size: auto 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd {
    background-size: auto auto;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 64.4em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
      max-width:70ch; 
    } */
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1000px) {
  .home #bd #content {
    max-width: 28.45em;
    width: 44.17701863%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1300px) {
}
/* ==================================================================
  custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #AB1606;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.68;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: 'Before';
  left: 0;
}
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: 'After';
  right: 0;
}
.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  top: auto;
  bottom: 0;
}
.mediaslider.multi .cycle-slide {
  display: flex!important;
}
.mediaslider.multi .cycle-slide img {
  width: 50%;
}
.mediaslider .custompager {
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #AB1606;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #06676f;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  white-space: normal;
  padding: 0.66em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 420;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: -1.68em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #06676f;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 5.71428571em;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
  meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
  sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: clamp( 12px, 1.15em , 23em );
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #AB1606;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.76470588;
  font-size: clamp( 12px, 0.85em , 17em );
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #AB1606;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #06676f;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
  sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 21.85em;
  margin: 0 auto 2.7em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 33.87596899%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
  sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  background-color: #2ca8b2;
  border: 2em solid #2ca8b2;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .stock {
    border-width: 2.5vw;
  }
}
@media only screen and (min-width: 1300px) {
  .stock {
    border-width: 2.5em;
  }
}
/* ===============================================
  show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
  spot03
=============================================== */
.spot03 {
  font-size: 3.2vw;
  text-align: center;
  color: #AB1606;
  margin: 0;
  padding: 6em 0;
  background-color: #fdf9f8;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(1.7vw, 1em);
    padding: 6.3em 0;
  }
}
.spot03 a {
  color: #202829;
  width: 100%;
  max-width: 300px;
  padding: 0;
  margin: 0 auto 2.1em;
  display: block;
  position: relative;
  transition: color 0.33s ease-in-out;
}
.spot03 a:hover {
  color: #50c6d0;
  transition-duration: 0.66s;
}
.spot03 a:hover .icon {
  transform: scale(2.1);
  transition-timing-function: cubic-bezier(0.3, 3.3, 0.6, 1);
  transition-duration: 0.9s;
}
.spot03 a:hover .icon .bg {
  transition-duration: 0.18s;
  transition-timing-function: linear;
  opacity: 0;
}
.spot03 a:hover .icon .emblem {
  transition-duration: 0.18s;
  fill: #202829;
}
.spot03 a .icon {
  width: 53px;
  height: 53px;
  margin: 0 auto 26px;
  display: block;
  transition: transform 0.33s ease-in-out;
}
.spot03 a .icon .bg {
  transition: opacity 0.69s ease-in-out;
}
.spot03 a .icon .emblem {
  transition: fill 0.33s ease-in-out;
}
.spot03 a h2.topic {
  line-height: 1;
  font-size: min(12vw, 42px );
  text-align: inherit;
  font-family: 'Antonio', Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot03 .ornament {
  font-size: min(3vw, 1em);
  width: 64.5em;
  margin: 0 calc( -32.25em + 50vw);
}
@media only screen and (min-width: 1000px) {
  .spot03 .ornament {
    font-size: min(1.4vw, 1em);
  }
}
.spot03 .ornament > div {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 0;
}
.spot03 .ornament > div[data-animating] img {
  transition-timing-function: cubic-bezier(0.3, 2.1, 0.6, 1), ease;
  transition-duration: 0.39s;
  transition-delay: calc(0.39s * var(--index) );
  transform: scale(1);
  opacity: 1;
}
.spot03 .ornament > div img {
  width: 19.6124031%;
  transform: scale(0);
  transition: transform 0.18s linear, opacity 0.18s linear;
  transition-delay: calc(0.03s * var(--index) );
  opacity: 0;
}
/* ==================================================================
  #ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #055760 no-repeat 50% 100%;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #f26e6b;
}
/* ===============================================
    locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 776px) {
  #location {
    font-size: 20px;
    flex-direction: column;
    gap: 1em;
  }
}
@media only screen and (min-width: 777px) {
  #location {
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    height: 19.8em;
  }
}
@media only screen and (min-width: 1200px) {
  #location {
    justify-content: center;
    gap: 6.6em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 777px) {
  #location .mod {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 11.05em;
  }
}
@media only screen and (min-width: 777px) {
  #location .mod.connect {
    order: 1;
  }
}
@media only screen and (min-width: 777px) {
  #location .mod.hoo {
    order: 3;
  }
}
#location .mod .icon,
#location .mod .cta {
  display: block;
}
#location .mod .icon {
  margin-left: auto;
  margin-right: auto;
}
#location .logo {
  line-height: 0;
  text-align: center;
  width: 90%;
  max-width: 17.7em;
  margin: 0 auto 1em;
  display: block;
  position: relative;
}

#location .logo:before {
/*  content: '';*/
/*  width: auto;*/
/*  margin: auto;*/
/*  border: 2px solid #AB1606;*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: -0.61111111em;*/
/*  right: -0.41111111em;*/
/*  bottom: -0.61111111em;*/
/*  left: -0.41111111em;*/
/*  opacity: 1;*/
/*  z-index:-1;*/
/*  background:#fff;*/
/*  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;*/
/*    right: 2.588889em;*/
/*    left: 2.588889em;*/
/*    border-radius: 50%;*/
}
@media only screen and (min-width: 777px) {
  #location .logo {
    margin: 0 0 2.4em;
    order: 3;
  }
}
#location .logo svg {
  width: 100%;
  height: auto;
}

#location .logo svg circle{

    clip-path: none !important;
  }
#location .phone {
  letter-spacing: 0.03em;
  line-height: 2;
  font-size: clamp( 12px, 1em , 20px );
  margin: 0 0 1.05em;
  display: block;
}
#location .address {
  letter-spacing: 0.03em;
  line-height: 1.42857143;
  font-size: clamp( 12px, 0.7em , 14px );
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}
#location .address .icon {
  margin-bottom: 8px;
}
#location .officehours {
  line-height: 0;
  text-align: center;
  display: block;
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 2.14285714;
  font-size: clamp( 12px, 0.7em , 14px );
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  text-align: right;
  text-transform: uppercase;
  width: 43.43891403%;
  padding-right: 0.92857143em;
}
#location .officehours .hours {
  text-align: left;
  width: 56.56108597%;
}
/* ==================================================================
    #links
=================================================================== */
#links {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  border-top: 1px solid rgba(44, 168, 178, 0.5);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 5em;
  }
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}
#links .util a {
  letter-spacing: 0.1em;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.3em;
}
@media only screen and (max-width: 449px) {
  #links .util .divider.opp {
    display: none;
  }
}
/* ===============================================
    sesame link
=============================================== */
@media only screen and (max-width: 449px) {
  a#sesame-link {
    width: 100%;
  }
}
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
  success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #AB1606;
  float: left;
}
/* ===============================================
  Form Buttons
=============================================== */
form button {
  letter-spacing: 0.1em;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  padding: 0 1.5em;
  background-color: #AB1606;
  border: 1px solid #AB1606;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #06676f;
  background-color: #06676f;
}
form p {
  height: auto;
}
/* ===============================================
  chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
  blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
  generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #AB1606;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #06676f;
}
/* ===============================================
  .screenreader 
  a11y support for descriptive text on vaguely worded buttons
  https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
  blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
  custom content
=============================================== */
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
  PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes treewav1 {
  from {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: matrix(1, -0.05, -0.025, 1, -0.25, -0.25);
  }
  75% {
    transform: matrix(1, 0.1, 0.05, 1, 0.5, 0.5);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes treewav2 {
  from {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: matrix(1, -0.015, -0.015, 1, -0.25, -0.3);
  }
  75% {
    transform: matrix(1, 0.03, 0.03, 1, -0.5, 0.6);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes treewav3 {
  from {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: matrix(1, 0.045, -0.015, 1, -0.15, 0.3);
  }
  75% {
    transform: matrix(1, -0.09, 0.03, 1, 0, 0);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes treewav4 {
  from {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: matrix(1, -0.06, -0.03, 1, 0.6, 3);
  }
  75% {
    transform: matrix(1, 0.03, 0.015, 1, -0.3, -1.5);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/* ===============================================
  embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 39.58823529em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 39.58823529em , 1200px );
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
