@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.fader.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fader.three {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

 .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.you-interiors .split_row.grid-x{
    width: 100% !important;
}

.grid-x.grid-padding-x.section_copy_row {
    margin-bottom: 40px !important;
}
/*.team_data h2 {
    text-align: left !important;
    font-size: 30px;
    color: #C9954E !important;
    line-height: 60px !important;
    max-width: min(90%, 700px);
}*/
.fourteen_section_data h3 {
    max-width: min(90%, 700px);
    line-height: 45px;
    color: #ffffff;
    font-size:30px;
    line-height: 40px;
    margin-bottom: 0;
}
.subsection_intro_row .fourteen_section_data h4 {
    max-width: min(90%, 700px);
    font-size:25px;
    line-height: 35px;
    color: #ffffff;
    padding: 0 0px;
    text-transform:none;
    text-align:left;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0px ;
    max-width: inherit;
    text-shadow:none;
}

.split_nested_text p, .section_copy_row p, .split_nested_text h3 {
    text-align: left;
    max-width: min(90%, 700px);
    margin-bottom: 0;
    font-size: 20px !important;
    line-height: 40px !important;
    color: #ffffff;
}
.pbtop {
    padding-top: 50px;
}
.dev_heading{
    margin: 10px 0 50px 0 !important;
}
@media screen and (max-width: 39.9375em) {
	
.container, .reveal{
    font-size: 11px;
}
	
body{
    background: #495871;
}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 40px;
}

.mt{}

.pb{}

.lpb{}

.pt{}

.grid-x{
    max-width: min(96.66%, 640px);
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.reveal{
    padding: 0 0 140px;
    overflow: visible;
    width: 100%;
    max-width: inherit;
    top: 0 !important;
    border: none;
    background-color: #495871;
    background-image: url(../img/intro1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: scroll !important;
}

.register_overlay{
    background-color: rgba(10,10,20,0.45);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#register{
    position: relative;
    z-index: 40;
}

.register_row{
    min-height: auto;
    max-width: min(95%, 500px);
}

.stamp_col{
    border-right: 0px solid #e0ded5;
    padding: 0px 0;
}

.stamp{
    max-width: min(150px, 80%);
    margin: 0 auto;
    display: none;
}

.form_col{}

.form_col h4{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin: 0px auto 20px;
    max-width: min(400px, 90%);
    font-size: 1.45em;
}

.form_col h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 70px auto 10px;
    max-width: min(550px, 100%);
    font-size: 2.4em;
}

.form_wrap{
    margin: 0 auto 40px;
    text-align: center;
    max-width: min(90%, 500px);
}

.bottom_form_row{}

.bottom_form_col{}

.cl_wrap{
    text-align: center;
}

.cl{
    height: 20px;
    margin: 0 auto;
}

.cl1{}

.cl2{}

.cl3{}

.cl4{}

.cl5{
    /* height: 40px; */
    /* margin: 0 auto 20px; */
}

.disclaimer_row{}

.disclaimer_col{}
                               
.disclaimer_row h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 10px auto 0;
    max-width: min(740px, 90%);
    font-size: 1.20em;
}

.close-button, .overlay-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0px solid #aaa;
    padding: 0px;
    font-size: inherit;
    z-index: 50;
}
       
.close_modal{}

.close_modal .st0{
    fill: #e0ded5;
}

#video_outer_wrap{}

.video_hero_holder{}

.video_overlay{
    position: fixed;
    z-index: 9;
    border: solid #ebe2d9;
    border-width: 0;
    background: #495871;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    }

.is-reveal-open .video_overlay{
    background: #495871;
    background: rgba(0,0,0,0.5);
}

#video_holder{    z-index: 0;
    position: absolute;
    border: 0;
    padding: 0;}

#bgvid{position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/video_hero.jpg') no-repeat;
    background-size: cover;}
	
	
.bottom_form_col1{}

.bottom_form_col2{}

.cl_wrap1{}

.cl_wrap2{}

.top_nav_wrap{
    background-color: transparent;
    background-image: none;
}

.scrolled .top_nav_wrap{
    background-color: #EDEBE2;
    background-image: url(../img/egg-shell1.png);
}

#navigation{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
}

.top_nav_row{
    max-width: 100%;
    padding: 20px 40px 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .top_nav_row{
    padding: 10px 40px 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.top_nav_row .cell{}

.left_col{}

.nav_logo{
    display: none;
    position: relative;
    width: 200px;
    z-index: 1;
}

.scrolled .nav_logo{
    display: none;
}

.nav_logo .cls-1{fill: #6b7371;}

.scrolled .nav_logo .cls-1{fill: #6b7371;}

.desktop_phone_link{
    z-index: 2;
}

.scrolled .desktop_phone_link{
    /* display: block; */
    color: #6b7371 !important;
}

.middle_col{}

.middle_col ul, .right_col ul, .desktop_phone_link{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    list-style-type: none;
    color: #e0ded5 !important;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 0px auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 1.4em;
}

.middle_col li{
    display: inline-block;
    margin: 0 13px;
}

.middle_col li a{}

.middle_col li a:hover{}

.scrolled .middle_col ul, .scrolled .right_col ul{
    color: #6b7371 !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .middle_col li{}

.scrolled .middle_col li a{}

.scrolled .middle_col li a:hover{}

.right_col{}

.right_col ul{
    text-align: right;
}

.right_col li{}

.desktop_register_link{}

.desktop_register_link span {
  position: relative;
}

.desktop_register_link span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.desktop_register_link span:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.scrolled .desktop_register_link span::before{
    background-color: #6b7371;
}

.scrolled .desktop_register_link{}

.nav_hr{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(224, 222, 213, 0.5);
}

.scrolled .nav_hr{
    border-bottom: 1px solid #6b7371;
    max-width: calc(100% - 80px);
    left: 40px;
}

.mobile_topbar{
    background: transparent;
    position: fixed;
    z-index: 97;
    top: 0;
    width: 100%;
    height: 45px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
}

.homepage .mobile_topbar{}

.scrolled .mobile_topbar{
    background-color: #fff;
    background-image: none;
    z-index: 97;
    padding-left: 0;
    padding-right: 0;
}

.scrolled .homepage .mobile_topbar{}

.homepage .mobile_logo{}

.mobile_logo{
    width: 160px;
    margin: 0px 0 0 15px;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
	
	.subpage .mobile_logo{opacity: 0;}

.scrolled .mobile_logo{
    opacity: 1;
    margin: 0px 0 0 15px;
}

.scrolled .homepage .mobile_logo{}

.mobile_topbar .cell{}

.mobile_nav_icon{
    font-family: 'ElegantIcons';
    color: #fff !important;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 30;
    padding: 9px;
    line-height: 100%;
    background: #525A58;
    border-radius: 0;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    width: 45px;
}

.scrolled .mobile_nav_icon{
    right: 0;
    top: 0;
}

.hamburger{
}

.scrolled .hamburger{}

.register_fixed_row{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -65px;
    z-index: 39;
    max-width: inherit;
    background: transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .register_fixed_row{
    bottom: -1px;
    transition-delay: 8s;
}

.register_fixed_row h6{
    text-align: center;
    font-size: 1em;
    margin: 0 auto 0;
    color: #fff;
}

.fixed_register{
    text-align: center;
    max-width: inherit;
    margin: 0 auto;
    color: #fff;
    font-size: 1.1em;
    line-height: 120%;
    font-family: "neue-haas-unica";
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 12px 20px 15px;
    border: #525A58 solid;
    border-width: 1px 1px 0px;
    display: inline-block;
    width: auto;
    background: #525A58;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
}


.close_modal, .close_menu {
    fill: #aaa;
    width: 100%;
}

.close_modal .cls-1 {
}

.close-button, .overlay-close {
}


.overlay {
    background-color: rgba(82, 90, 88, 0.9);
}

.overlay {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: inherit;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 92%;
}

.overlay .overlay-close {
}


.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 4);
    min-height: 54px;
    text-align: center;
}

.overlay ul li a {
    list-style: none;
    display: inline;
    color: #fff;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 2.3em;
    font-family: "Beaufort-Regular";
    font-weight: 400;
    line-height: 125%;
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.overlay ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	line-height: 125%;
}

.overlay_close_cross{}

#homepage{
    min-height: 100vh;
}

.fixed_top_section{
    /* position: absolute; */
}

.home_wrap{
    min-height: 100vh;
    z-index: 15;
    position: fixed;
    width: 100%;
}

.middle_row_wrap{
    position: relative;
}

.middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.middle_col{}

.home_logo{
    margin: 0 auto 10vh;
    display: block;
    max-width: min(90%, 480px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.home_logo .cls-1{fill:#e0ded5;}

.scrolled .home_logo{
    /* max-width: min(100%, 1750px); */
    transition-delay: 2s;
}

.scrolled .home_logo .cls-1{
    fill: rgba(255,255,255,0.45);
}

.bottom_row_wrap {
    background: transparent;
    position: relative;
    /* padding: 0 0 120px 0; */
}

.is-reveal-open .bottom_row_wrap {}

.scrolled .bottom_row_wrap {
    opacity: 0;
}

.bottom_row{
    max-width: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 140px 0;
}

 .scrolled.bottom_row{}

.bottom_col{}

.hero_text_wrap{}

.scrolled .hero_text_wrap{}

.hero_text_wrap h1{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 30px;
    max-width: min(400px, 90%);
    font-size: 1.9em;
}

.subpage_down_link{}

.subpage_down{
    height: 25px;
    margin: 0 auto;
    display: block;
}

#design{}

.subsection{
    position: relative;
    padding: 80px 0 0 0;
}

.subsection .grid-x{
    position: relative;
    z-index: 20;
}

.subsection_background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #EDEBE2;
    background-image: none;
}

.intro_row{}

.intro_row h1{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 15px;
    max-width: min(900px, 100%);
    font-size: 1.5em;
}

.intro_row h2{
    color: #C9954E;
    text-align: center;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0;
    font-variant-ligatures: common-ligatures;
    text-rendering: auto;
    max-width: inherit;
    text-transform: none;
    line-height: 125%;
    letter-spacing: 0.06em;
    margin: 0px auto 30px;
    font-size: 1.1em;
}

.fade_gallery{
    line-height: 0;
}

.fade_gallery img{
    min-width: 100%;
}

.fullWidth{
    max-width: 100%;
}

.fullWidth .cell{
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.fullWidth img{
    min-width: 100%;
}

.large_text_row{}

.large_text_row .cell{}

.large_text_row h1, .large_text_row h2, .life_split_text_wrap h1, .life_split_text_wrap h2{
    color: #C9954E;
    font-family: "Beaufort-Light";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.00em;
    margin: 0px auto 0px;
    max-width: min(400px, 90%);
    font-size: 2.2em;
}

.large_text_row h2, .life_split_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    /* font-size: 4.0em; */
    line-height: 130%;
    margin: 0 auto 40px;
    font-size: 2.0em;
}

.split_row{
    max-width: 100rem;
    /* background-color: rgba(255,255,255,0.5); */
}

.split_img_col{}

.split_img_wrap{
    background-color: transparent;
    top: 0;
    left: 0;
    min-height: auto;
    background-size: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 10;
}

.split_img_wrap img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.split_img_wrap1{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/image11-31-32.png');
}

.split_img_wrap2{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/I3_W143_SF_Masterbedroom_01-new.jpg');
}

.split_img_wrap3{
    background-image: url(../img/render8.jpg);
}

.split_img_wrap4{
    background-image: url(../img/life3.jpg);
}

.split_img_wrap5{
    background-image: url(../img/life9.jpg);
}

.split_img_wrap6{
    background-image: url(../img/life18.jpg);
}

.split_img_wrap7{}

.split_img_wrap8{}

.split_img_wrap9{}

.split_img_wrap10{}

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

.split_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.split_text_wrap h4, .copy_row p, .render_copy_row p, .texture_nested_row p, .team_copy_col p, .life_grid_row p, .mayd_text_wrap p{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 40px auto 0px;
    max-width: min(100%, 450px);
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.subsection_intro_row{
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0  50px;
    max-width: calc(100% - 1.3rem);
}

.subsection_intro_row .cell{
    position: relative;
    z-index: 12;
}


.subsection_intro_row h1{
    color: #fff;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 20px auto 0px;
    max-width: min(400px, 90%);
    letter-spacing: 0.03em;
    line-height: 150%;
    font-size: 1.25em;
    text-shadow: 1px 1px 1px rgb(20 20 20 / 20%);
}

.copy_row{}

.copy_row h1{}

.copy_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 30px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 120%;
    font-size: 2.0em;
}

.copy_row p{
    margin: 0 auto 0 0;
}

.subsection_intro_row2{}

.subsection_intro_row2 h4{}

.subsection_intro_row2 h1{}

.render_copy_row{}

.render_copy_row .cell{}

.render_copy_row h2, .texture_nested_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px;
    max-width: 100%;
    letter-spacing: 0.02em;
    line-height: 140%;
    font-size: 1.70em;
}

.render_copy_row p{
    margin: 0px auto 40px;
}

.material_row{}

.material_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.texture_copy_wrap{}

.texture_nested_row{}

.texture_nested_row .cell{}

.texture_nested_row h1{
    margin: 40px 0 30px 0;
}

.texture_nested_row2{}

.texture_nested_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.45em;
}

.texture_nested_row hr, .life_grid_hr{
    max-width: min(100%, 800px);
    margin: 5px auto 10px 0;
    border-bottom: 1px solid #6b7371;
}

.texture_nested_row p{
    margin: 0 auto 25px 0;
    max-width: min(95%, 450px);
    font-size: 1.15em;
}

.team_row{}

.team_row .cell {}

.team_nested_row{}

.render_nested_row{}

.team_img_wrap{
    position: relative;
    margin: 0 auto 30px 0;
}

.team_img_wrap img{}

.double_render_row{}

.double_render_row .cell{}

.team_title_col h3{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 130%;
    font-size: 1.6em;
}

.team_copy_col p{
    margin: 0px auto 30px;
    font-size: 1.3em;
}

.render_title_col h3{}

.render_copy_col p{}

.lpb{
    padding-bottom: 50px;
}

#locale{}

.subpage_top_section{
    /* display: none; */
    position: relative;
    /* background-color: #222; */
    z-index: 20;
    margin-bottom: 0px;
    min-height: 100vh;
    width: 100%;
}

.subpage_top_section .home_wrap{
    /* z-index: 99; */
}

.subpage_top_section .bottom_row_wrap{}

.subpage_top_section .subpage_text_wrap{}

.subpage_top_section .subpage_text_wrap h1{
    font-size: 1.5em;
    max-width: min(400px, 90%);
    margin: 0 auto 20px;
}

.subpage_top_section .subpage_text_wrap h6{
    color: #e0ded5;
    text-transform: uppercase;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 30px;
    max-width: 100%;
    letter-spacing: 0.08em;
    line-height: 140%;
    font-size: 1.0em;
    }

.subpage_top_section .subpage_text_wrap h6 a span {
  position: relative;
}

.subpage_top_section .subpage_text_wrap h6 a span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.75s ease-in-out;
}

.subpage_top_section .subpage_text_wrap h6 a span:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.subpage_top_section .subpage_down{}

#subpage_image_holder{}

.image_overlay{}

#subpage_image_holder{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    }

.image_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(15,15,25,0.50);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#hero_image, #hero_image2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.vegas-slide, .vegas-slide-inner {
    height: 100%;
}

.subsection_background{}

.life_split_row{
    max-width: calc(100% - 0px);
}

.life_split_text_wrap{
    margin: 30px auto 40px;
    max-width: 90%;
}

.life_split_text_wrap h1{
    font-family: "Beaufort-Regular";
}

.life_split_text_wrap h1, .life_split_text_wrap h2{
    font-size: 1.80em;
}

.life_grid_row{}

.life_grid_row .cell {}

.life_grid_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 30px;
    max-width: 100%;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.7em;
}

.life_grid_img{
    margin: 0 auto 5px 0;
}

.life_grid_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.01em;
    line-height: 140%;
    font-size: 1.0em;
}

.life_grid_hr{
    max-width: min(100%, 800px);
    margin: 5px 0 15px 0;
    /* border-bottom: 1px solid #6b7371; */
}

.life_grid_row h6{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 5px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.10em;
}

.life_grid_row p{
    margin: 0 auto 30px 0;
    font-size: 1.25em;
}

.aerial_row{}

.aerial_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-size: 15px !important;
    line-height: 16px !important;
    text-align: left;
    color: #495871 !important;
    text-transform: none;
    font-family: "neue-haas-unica" !important;
}

.hs-hotspot-oval, .hs-hotspot-rect, .hs-hotspot-spot {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    margin-left: -15px !important;
    margin-top: -15px !important;
}

#creators{}

.subpage_text_wrap2 h1{
    max-width: min(700px, 90%) !important;
    margin: 0 auto 30px !important;
}

#hero_image2{}

.mayd_team_split{}

.mayd_team_split .cell{}

.mayd_text_wrap{
    max-width: 100%;
    margin: 0 auto;
}

.mayd_text_wrap h1, .mayd_text_wrap h2{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 40px auto 0px 0;
    max-width: min(1150px, 100%);
    font-size: 2.00em;
}

.mayd_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    margin: 0 0 0 0;
}

.mayd_text_wrap p{
    margin: 20px auto 30px;
}

.sig{
    height: 45px;
    margin: 0 0 0 0;
}

.sig1{}

.sig2{
    display: none;
}

.sig3{}

.sig4{
    display: none;
}

.mayd_text_wrap h5{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
}

.mayd_img_wrap{}

.mayd_img_wrap img {
    max-height: 85vh;
    margin: 0 auto;
    display: block;
}

.team_interview_wrap{
    background-color: #6b7371;
    background-image: url(../img/egg-shell2.png);
    position: relative;
    background-repeat: repeat;
    z-index: 20;
    padding: 50px 0 40px;
    /* margin: 0 auto; */
}

.team_interview_row{
    max-width: min(96.66%, 640px);
}

.team_interview_row1{
    margin-bottom: 30px;
}

.team_interview_row2{}

.team_interview_row h1, .team_interview_row h2{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(600px, 90%);
    font-size: 2.50em;
}

.team_interview_row h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.interview_img_wrap{}

.interview_img_wrap img{
    max-width: min(500px, 90%);
    margin: 0 auto 0 0;
    display: block;
}

.team_interview_row h3, .team_interview_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row h4{
    font-weight: 300;
    margin: 0 0 0 0;
}

.team_interview_row2 h5, .team_interview_row2 p{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 15px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row2 p{
    margin: 0px auto 35px;
    font-weight: 400;
}

#footer{
    padding: 80px 0 140px 0;
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
    position: relative;
    z-index: 40;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_background{
    background-color: rgba(20,20,20,0.35);
    box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 15%);
}

.footer_overlay{}

.footer_row, .disclaimer_footer_row{
    max-width: 88rem;
}

.footer_row .cell{}

.footer_row h1, .footer_row h2{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 10px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.35em;
}

.footer_row h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 10px 0;
    max-width: min(850px, 100%);
    font-size: 2.3em;
}

.footer_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 20px;
    max-width: min(500px,90%);
    letter-spacing: 0.04em;
    line-height: 140%;
    font-size: 1.5em;
    display: none;
}

.footer_row h3{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 300;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 30px 0;
    max-width: 100%;
    letter-spacing: 0.04em;
    line-height: 180%;
    font-size: 1.1em;
    opacity: 1;
}

.footer_row h2{
    margin: 0px auto 15px 0;
}

.footer_form_wrap{
    max-width: min(90%, 400px);
    margin: 0 auto;
}

.disclaimer_footer_row{}

.disclaimer_footer_row1{}

.disclaimer_footer_row2{}

.disclaimer_footer_col{}

#footer .disclaimer_footer_col h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 45px auto 20px;
    max-width: min(740px, 90%);
    font-size: 1.3em;
}

.disclaimer_footer_col ul{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 0px auto 0px;
    max-width: 100%;
    font-size: 0.95em;
}

.disclaimer_footer_col li{
    display: block;
    margin: 0 auto 10px;
}

.disclaimer_footer_col li a{}

.disclaimer_footer_col li a:hover{}

.caption{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
    position: absolute;
    left: inherit;
    right: 20px;
    bottom: 15px;
}

.team_caption{}

#hero_image{}

#hero_image2{}

.narrow_row{
    max-width: min(95%, 400px);
}

.subsection_intro_overlay{
    background-color: rgba(10,10,20,0.35);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.blue_split_row{
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
}

.blue_split_row h4{
    color: #e0ded5;
}

.blue_split_row h1{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.blue_split_row h2{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.white_row{background-color: rgba(255 255 255 / 0%);}

	

.disclaimer_footer_col{}

.disclaimer_footer_col1{}

.disclaimer_footer_col2{}

.disclaimer_footer_col2{}

.cl_img_wrap{
    display: inline-block;
}

.cl_img_wrap h6{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 10px auto 0;
    max-width: inherit;
    font-size: 0.9em;
    opacity: 0.9;
}

.cl_img_wrap1{
    margin: 0 auto 45px;
}

.cl_img_wrap2{
    margin: 0 10px 20px;
}

.cl6{}

.bottom_form_row{}

.bottom_form_row .cl_wrap2{}

.bottom_form_row .cl_img_wrap2{}
   
.bottom_form_row .cl{}

.bottom_form_row .cl_wrap2{}

	
}
@media screen and (min-width: 40em) {
    .subsection .grid-x {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100vw - 20px);
    }	
    .subsection .grid-x .cell {
        position: relative;
    }
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
.container, .reveal{
    font-size: 12px;
}
	
body{
    background: #495871;
}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 60px;
}

.mt{}



.lpb{}

.pt{}

.grid-x{
    max-width: min(95%, 984px);
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.reveal{background-color: #495871;background-image: url('../img/intro1.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;overflow: visible;width: 100%;max-width: inherit;top: 0 !important;border: none;outline: none;overflow-y: scroll !important;}

.register_overlay{
    background-color: rgba(10,10,20,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#register{
    /* overflow-y: scroll !important; */
    position: relative;
    z-index: 20;
}

.register_row{
    min-height: auto;
    max-width: 100rem;
    margin: 0 auto;
}

.stamp_col{
    border-right: 0px solid #e0ded5;
    padding: 0px 0;
}

.stamp{
    max-width: min(140px, 80%);
    margin: 30px auto 20px;
    display: block;
}

.form_col{}

.form_col h4{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin: 0px auto 25px;
    max-width: min(400px, 90%);
    font-size: 1.5em;
}

.form_col h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 10px auto 10px;
    max-width: min(850px, 90%);
    font-size: 2.5em;
}

.form_wrap{
    margin: 0 auto 35px;
    text-align: center;
    max-width: min(500px, 90%);
}

.bottom_form_row{}

.bottom_form_col{}

.cl_wrap{
    text-align: center;
}

.cl{
    height: 30px;
    margin: 0 auto;
}

.cl1{}

.cl2{}

.cl3{}

.cl4{}

.cl5{
    /* height: 45px; */
    margin: 0 auto 0px;
}

.disclaimer_row{}

.disclaimer_col{}
                               
.disclaimer_row h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 30px auto 150px;
    max-width: min(740px, 90%);
    font-size: 1.10em;
}

.close-button, .overlay-close{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0px solid #aaa;
    padding: 2px;
    font-size: inherit;
    z-index: 50;
}
       
.close_modal{}

.close_modal .st0{
    fill: #e0ded5;
}

#video_outer_wrap{}

.video_hero_holder{}

.video_overlay{
    position: fixed;
    z-index: 9;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    }

.is-reveal-open .video_overlay{
    background: #495871;
    background: rgba(0,0,0,0.5);
}

#video_holder{    z-index: 0;
    position: absolute;
    border: 0;
    padding: 0;}

#bgvid{position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/video_hero.jpg') no-repeat;
    background-size: cover;}
	
	
.bottom_form_col1{}

.bottom_form_col2{}

.cl_wrap1{}

.cl_wrap2{}

.top_nav_wrap{
    background-color: transparent;
    background-image: none;
}

.scrolled .top_nav_wrap{
    background-color: #EDEBE2;
    background-image: url(../img/egg-shell1.png);
}

#navigation{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
}

.top_nav_row{
    max-width: 100%;
    padding: 20px 20px 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .top_nav_row{
    padding: 10px 20px 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.top_nav_row .cell{}

.left_col{}

.nav_logo{
    display: none;
    position: relative;
    width: 200px;
    z-index: 1;
}

.scrolled .nav_logo{
    display: none;
}

.nav_logo .cls-1{fill: #6b7371;}

.scrolled .nav_logo .cls-1{fill: #6b7371;}

.desktop_phone_link{
    z-index: 2;
}

.scrolled .desktop_phone_link{
    /* display: block; */
    color: #6b7371 !important;
}

.middle_col{}

.middle_col ul, .right_col ul, .desktop_phone_link{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    list-style-type: none;
    color: #e0ded5 !important;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 0px auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 1.3em;
}

.middle_col li{
    display: inline-block;
    margin: 0 10px;
}

.middle_col li a{}

.middle_col li a:hover{}

.scrolled .middle_col ul, .scrolled .right_col ul{
    color: #6b7371 !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .middle_col li{}

.scrolled .middle_col li a{}

.scrolled .middle_col li a:hover{}

.right_col{}

.right_col ul{
    text-align: right;
}

.right_col li{}

.desktop_register_link{}

.desktop_register_link span {
  position: relative;
}

.desktop_register_link span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.desktop_register_link span:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.scrolled .desktop_register_link span::before{
    background-color: #6b7371;
}

.scrolled .desktop_register_link{}

.nav_hr{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(224, 222, 213, 0.5);
}

.scrolled .nav_hr{
    border-bottom: 1px solid #6b7371;
    max-width: min(95%, 984px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.mobile_topbar{
    background: transparent;
    position: fixed;
    z-index: 97;
    top: 0;
    width: 100%;
    height: 45px;
    padding-right: 0;
    padding-left: 0;
}

.homepage .mobile_topbar{}

.scrolled .mobile_topbar{
    background: #f1f0eb;
    background-color: #f1f0eb;
    z-index: 97;
    padding-left: 0;
    padding-right: 0;
}

.scrolled .homepage .mobile_topbar{}

.homepage .mobile_logo{}

.mobile_logo{
    width: 110px;
    margin: 0px 0 0 15px;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
	
	.subpage .mobile_logo{ opacity: 1;}

.scrolled .mobile_logo{
    opacity: 1;
    margin: 0px 0 0 15px;
}

.scrolled .homepage .mobile_logo{}

.mobile_topbar .cell{}

.mobile_nav_icon{
    font-family: 'ElegantIcons';
    color: #fff !important;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 30;
    padding: 9px;
    line-height: 100%;
    background: #222;
    border-radius: 0;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    width: 45px;
}

.scrolled .mobile_nav_icon{}

.hamburger{
}

.scrolled .hamburger{}

.register_fixed_row{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -65px;
    z-index: 40;
    max-width: inherit;
    background: transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .register_fixed_row{
    bottom: 0;
    transition-delay: 6s;
}

.register_fixed_row h6{
    text-align: center;
    font-size: 1em;
    margin: 0 auto 0;
    color: #fff;
}

.fixed_register{
    text-align: center;
    max-width: inherit;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2em;
    line-height: 120%;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 20px 16px;
    border: #222 solid;
    border-width: 1px 1px 0px;
    display: inline-block;
    width: auto;
    background: #222;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
}


.close_modal, .close_menu {
    fill: #aaa;
    width: 100%;
}

.close_modal .cls-1 {
}

.close-button, .overlay-close {
}


.overlay {
    background-color: rgba(20,20,20,0.95);
}

.overlay {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: inherit;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 92%;
}

.overlay .overlay-close {
}


.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 75%;
    font-size: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 6);
    min-height: 54px;
    text-align: center;
}

.overlay ul li a {
    list-style: none;
    display: inline;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.3em;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    line-height: 125%;
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.overlay ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	line-height: 125%;
}

.overlay_close_cross{}

#homepage{
    min-height: 100vh;
}

.fixed_top_section{
    /* position: absolute; */
}

.home_wrap{
    min-height: 100vh;
    z-index: 15;
    position: fixed;
    width: 100%;
}

.middle_row_wrap{
    position: relative;
}

.middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.middle_col{}

.home_logo{
    margin: 0 auto 70px;
    display: block;
    max-width: min(80%, 950px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.home_logo .cls-1{fill:#e0ded5;}

.scrolled .home_logo{
    /* max-width: min(90%, 1750px); */
    transition-delay: 2s;
}

.scrolled .home_logo .cls-1{
    fill: rgba(255,255,255,0.45);
}

.bottom_row_wrap {
    background: transparent;
    position: relative;
    /* padding: 0 0 120px 0; */
}

.is-reveal-open .bottom_row_wrap {}

.scrolled .bottom_row_wrap {
    opacity: 0;
}

.bottom_row{
    max-width: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 135px 0;
}

 .scrolled.bottom_row{}

.bottom_col{}

.hero_text_wrap{}

.scrolled .hero_text_wrap{}

.hero_text_wrap h1{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 25px;
    max-width: min(500px, 90%);
    font-size: 1.95em;
}

.subpage_down_link{}

.subpage_down{
    height: 25px;
    margin: 0 auto;
    display: block;
}

#design{}

.subsection{
    position: relative;
    padding: 100px 0 0 0;
}

.subsection .grid-x{
    position: relative;
    z-index: 20;
}

.subsection_background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #EDEBE2;
    background-image: url("../img/egg-shell1.png");
}

.intro_row{}

.intro_row h1{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 25px;
    max-width: min(1150px, 90%);
    font-size: 1.9em;
}

.intro_row h2{
    color: #C9954E;
    text-align: center;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0;
    font-variant-ligatures: common-ligatures;
    text-rendering: auto;
    max-width: inherit;
    text-transform: none;
    line-height: 125%;
    letter-spacing: 0.06em;
    margin: 0px auto 0px 0px;
    font-size: 1.2em;
}

.fade_gallery{
    line-height: 0;
}

.fade_gallery img{
    min-width: 100%;
}

.fullWidth{
    max-width: min(95%, 984px);
}

.fullWidth .cell{
    padding-right: 0;
    padding-left: 0;
}

.fullWidth img{
    min-width: 100%;
}

.large_text_row{}

.large_text_row .cell{}

.large_text_row h1, .large_text_row h2, .life_split_text_wrap h1, .life_split_text_wrap h2{
    color: #C9954E;
    font-family: "Beaufort-Light";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.00em;
    margin: 0px auto 0px;
    max-width: min(950px, 90%);
    font-size: 2.5em;
}

.large_text_row h2, .life_split_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    text-align: center;
    margin: 0px auto 50px;
    /* font-size: 4.0em; */
}

.split_row{
    max-width: min(95%, 984px);
    /* background-color: rgba(255,255,255,0.5); */
}

.split_img_col{}

.split_img_wrap{
    background-color: transparent;
    top: 0;
    left: 0;
    min-height: auto;
    background-size: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 10;
}

.split_img_wrap img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.split_img_wrap1{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/image11-31-32.png');
}

.split_img_wrap2{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/I3_W143_SF_Masterbedroom_01-new.jpg');
}

.split_img_wrap3{
    background-image: url(../img/render8.jpg);
}

.split_img_wrap4{
    background-image: url(../img/life3.jpg);
}

.split_img_wrap5{
    background-image: url(../img/life9.jpg);
}

.split_img_wrap6{
    background-image: url(../img/life18.jpg);
}

.split_img_wrap7{}

.split_img_wrap8{}

.split_img_wrap9{}

.split_img_wrap10{}

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

.split_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.split_text_wrap h4, .copy_row p, .render_copy_row p, .texture_nested_row p, .team_copy_col p, .life_grid_row p, .mayd_text_wrap p{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 30px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.35em;
}

.subsection_intro_row{
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 0  90px;
}

.subsection_intro_row .cell{
    position: relative;
    z-index: 12;
}


.subsection_intro_row h4 {
    color: #c9954e;
    padding: 15px 50px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: inherit;
    font-size: 30px;
    text-shadow: none;
}

.subsection_intro_row h1{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 20px auto 0px;
    max-width: min(600px, 90%);
    letter-spacing: 0.03em;
    line-height: 150%;
    font-size: 1.35em;
    text-shadow: 1px 1px 1px rgb(20 20 20 / 20%);
}

.copy_row{}

.copy_row h1{}

.copy_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 120%;
    font-size: 1.7em;
}

.copy_row p{
    margin: 0 auto 0 0;
}

.subsection_intro_row2{}

.subsection_intro_row2 h4{}

.subsection_intro_row2 h1{}

.render_copy_row{}

.render_copy_row .cell{}

.render_copy_row h2, .texture_nested_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px;
    max-width: 100%;
    letter-spacing: 0.02em;
    line-height: 140%;
    font-size: 1.80em;
}

.render_copy_row p{}

.material_row{}

.material_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.texture_copy_wrap{}

.texture_nested_row{}

.texture_nested_row .cell{}

.texture_nested_row h1{
    margin: 0px 0 50px 0;
}

.texture_nested_row2{}

.texture_nested_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.45em;
}

.texture_nested_row hr, .life_grid_hr{
    max-width: min(95%, 800px);
    margin: 5px auto 20px 0;
    border-bottom: 1px solid #6b7371;
}

.texture_nested_row p{
    margin: 0 auto 40px 0;
    max-width: min(90%, 800px);
    font-size: 1.15em;
}

.team_row{}

.team_row .cell {}

.team_nested_row{}

.render_nested_row{}

.team_img_wrap{
    position: relative;
    margin: 0 auto 45px 0;
}

.team_img_wrap img{}

.double_render_row{}

.double_render_row .cell{}

.team_title_col h3{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 130%;
    font-size: 1.6em;
}

.team_copy_col p{
    margin: 0 0 40px 0;
    font-size: 1.3em;
}

.render_title_col h3{}

.render_copy_col p{}

.lpb{
    padding-bottom: 80px;
}

#locale{}

.subpage_top_section{
    /* display: none; */
    position: relative;
    /* background-color: #222; */
    z-index: 20;
    margin-bottom: 0px;
    min-height: 100vh;
    width: 100%;
}

.subpage_top_section .home_wrap{
    /* z-index: 99; */
}

.subpage_top_section .bottom_row_wrap{}

.subpage_top_section .subpage_text_wrap{}

.subpage_top_section .subpage_text_wrap h1{
    font-size: 1.6em;
    max-width: min(530px, 90%);
    margin: 0 auto 20px;
}

.subpage_top_section .subpage_text_wrap h6{
    color: #e0ded5;
    text-transform: uppercase;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 30px;
    max-width: 100%;
    letter-spacing: 0.08em;
    line-height: 140%;
    font-size: 1.0em;
    }

.subpage_top_section .subpage_text_wrap h6 a span {
  position: relative;
}

.subpage_top_section .subpage_text_wrap h6 a span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.75s ease-in-out;
}

.subpage_top_section .subpage_text_wrap h6 a span:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.subpage_top_section .subpage_down{}

#subpage_image_holder{}

.image_overlay{}

#subpage_image_holder{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    }

.image_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(15,15,25,0.40);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#hero_image, #hero_image2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.vegas-slide, .vegas-slide-inner {
    height: 100%;
}

.subsection_background{}

.life_split_row{
    max-width: calc(100% - 80px);
}

.life_split_text_wrap{}

.life_split_text_wrap h1{
    /* font-family: "Beaufort-Regular"; */
    text-align: center;
    margin: 30px auto 10px;
}

.life_split_text_wrap h1, .life_split_text_wrap h2{
    font-size: 2.50em;
}

.life_grid_row{}

.life_grid_row .cell {}

.life_grid_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.7em;
}

.life_grid_img{
    margin: 0 auto 5px 0;
}

.life_grid_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.15em;
}

.life_grid_hr{
    max-width: min(100%, 800px);
    margin: 5px 0 15px 0;
    /* border-bottom: 1px solid #6b7371; */
}

.life_grid_row h6{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 5px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.10em;
}

.life_grid_row p{
    margin: 0 auto 0 0;
    font-size: 1.25em;
}

.aerial_row{}

.aerial_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-size: 15px !important;
    line-height: 16px !important;
    text-align: left;
    color: #495871 !important;
    text-transform: none;
    font-family: "neue-haas-unica" !important;
}

.hs-hotspot-oval, .hs-hotspot-rect, .hs-hotspot-spot {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    margin-left: -10px !important;
    margin-top: -10px !important;
}

#creators{}

.subpage_text_wrap2 h1{
    max-width: min(530px, 90%) !important;
    margin: 0 auto 30px !important;
}

#hero_image2{}

.mayd_team_split{}

.mayd_team_split .cell{}

.mayd_text_wrap{
    max-width: 100%;
    margin: 0 auto;
}

.mayd_text_wrap h1, .mayd_text_wrap h2{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(1150px, 100%);
    font-size: 2.00em;
}

.mayd_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
}

.mayd_text_wrap p{
    margin: 20px auto 20px;
}

.sig{
    height: 45px;
    margin: 0 0 0 0;
}

.sig1{}

.sig2{
    display: none;
}

.sig3{}

.sig4{
    display: none;
}

.mayd_text_wrap h5{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
}

.mayd_img_wrap{}

.mayd_img_wrap img {
    max-height: 85vh;
    margin: 0 auto;
    display: block;
}

.team_interview_wrap{
    background-color: #6b7371;
    background-image: url(../img/egg-shell2.png);
    position: relative;
    background-repeat: repeat;
    z-index: 20;
    padding: 100px 0 80px;
    /* margin: 0 auto; */
}

.team_interview_row{
    max-width: 100rem;
}

.team_interview_row1{
    margin-bottom: 50px;
}

.team_interview_row2{}

.team_interview_row h1, .team_interview_row h2{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(900px, 100%);
    font-size: 2.80em;
}

.team_interview_row h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    margin: 0 0 50px 0;
}

.interview_img_wrap{}

.interview_img_wrap img{
    max-width: min(500px, 90%);
    margin: 0 auto 0 0;
    display: block;
}

.team_interview_row h3, .team_interview_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 15px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row h4{
    font-weight: 300;
    margin: 0 0 0 0;
}

.team_interview_row2 h5, .team_interview_row2 p{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 15px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row2 p{
    margin: 0px auto 35px;
    font-weight: 400;
}

#footer{
    padding: 60px 0 140px 0;
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
    position: relative;
    z-index: 20;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_background{
    background-color: rgba(20,20,20,0.4);
    box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 15%);
}

.footer_overlay{}

.footer_row, .disclaimer_footer_row{
    max-width: min(95%, 984px);
}

.footer_row .cell{}

.footer_row h1, .footer_row h2{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.footer_row h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 20px auto 15px 0;
    max-width: min(850px, 100%);
    font-size: 2.5em;
}

.footer_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px 0;
    max-width: min(500px,95%);
    letter-spacing: 0.04em;
    line-height: 140%;
    font-size: 1.35em;
}

.footer_row h3{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 300;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.04em;
    line-height: 160%;
    font-size: 0.9em;
    opacity: 0.8;
}

.footer_row h2{
    margin: 0px auto 15px 0;
}

.footer_form_wrap{}

.disclaimer_footer_row{}

.disclaimer_footer_row1{}

.disclaimer_footer_row2{}

.disclaimer_footer_col{}

#footer .disclaimer_footer_col h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 60px auto 40px;
    max-width: min(740px, 90%);
    font-size: 1.1em;
}

.disclaimer_footer_col ul{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 0px auto 0px;
    max-width: 100%;
    font-size: 0.85em;
}

.disclaimer_footer_col li{
    display: inline-block;
    margin: 0 10px;
}

.disclaimer_footer_col li a{}

.disclaimer_footer_col li a:hover{}

.caption{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
    position: absolute;
    left: inherit;
    right: 20px;
    bottom: 15px;
}

.team_caption{}

#hero_image{}

#hero_image2{}

.narrow_row{
    max-width: min(95%, 984px);
}

.subsection_intro_overlay{
    background-color: rgba(10,10,20,0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.blue_split_row{
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
}

.blue_split_row h4{
    color: #e0ded5;
}

.blue_split_row h1{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.blue_split_row h2{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.white_row{background-color: rgba(255 255 255 / 0%);}

	

.disclaimer_footer_col{}

.disclaimer_footer_col1{}

.disclaimer_footer_col2{}

.disclaimer_footer_col2{}

.cl_img_wrap{
    display: inline-block;
}

.cl_img_wrap h6{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 10px auto 30px;
    max-width: inherit;
    font-size: 0.8em;
    opacity: 0.9;
}

.cl_img_wrap1{
    margin: 0 auto 45px;
}

.cl_img_wrap2{
    margin: 0 20px;
}

.cl6{}

.bottom_form_row{}

.bottom_form_row .cl_wrap2{}

.bottom_form_row .cl_img_wrap2{}
   
.bottom_form_row .cl{}

.bottom_form_row .cl_wrap2{}

}
@media screen and (min-width: 64em) {
    .subsection .grid-x {
        max-width: min(95%, 110rem);
    }	
    .subsection .grid-x .cell {
        position: relative;
    }
    .grid-x > .large-6 {
        width: 50%;
    }
.container, .reveal{
    font-size: 13px;
}
	
body{
    background: #495871;
}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 100px;
}

.mt{}



.lpb{}

.pt{}

.grid-x{
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.reveal{}

.register_overlay{
}

#register{}

.register_row{
    min-height: auto;
    max-width: min(90%, 1400px);
    margin: 20px auto 40px;
}

.stamp_col{
    border-right: 1px solid #e0ded5;
    padding: 80px 0;
}

.stamp{
    max-width: min(260px, 80%);
    margin: 0 auto;
    display: block;
}

.form_col{}

.form_col h4{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin: 0px auto 25px;
    max-width: min(400px, 100%);
    font-size: 1.25em;
}

.form_col h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 20px auto 5px;
    max-width: min(850px, 100%);
    font-size: 2.0em;
}

.form_wrap{
    margin: 0 auto 20px;
    text-align: center;
    max-width: min(100%, 450px);
}

.bottom_form_row{}

.bottom_form_col{}

.cl_wrap{
    text-align: center;
}

.cl{
    height: 28px;
    margin: 0 auto;
}

.cl1{}

.cl2{}

.cl3{}

.cl4{}

.cl5{
    /* height: 45px; */
    margin: 0 auto 0px;
}

.disclaimer_row{}

.disclaimer_col{}
                               
.disclaimer_row h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 30px auto 100px;
    max-width: min(740px, 90%);
    font-size: 1.10em;
}

.close-button, .overlay-close{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0px solid #aaa;
    padding: 2px;
    font-size: inherit;
}
       
.close_modal{}

.close_modal .st0{
    fill: #e0ded5;
}


#video_outer_wrap{}

.video_hero_holder{}

.video_overlay{
    position: fixed;
    z-index: 9;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    }

.is-reveal-open .video_overlay{
    background: #495871;
    background: rgba(0,0,0,0.5);
}

#video_holder{    z-index: 0;
    position: absolute;
    border: 0;
    padding: 0;}

#bgvid{position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/video_hero.jpg') no-repeat;
    background-size: cover;}
	
	
.bottom_form_col1{}

.bottom_form_col2{}

.cl_wrap1{}

.cl_wrap2{}

.top_nav_wrap{
    background-color: transparent;
    background-image: none;
}

.scrolled .top_nav_wrap{
    background-color: #EDEBE2;
    background-image: url(../img/egg-shell1.png);
}

#navigation{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
}

.top_nav_row{
    max-width: 100%;
    padding: 15px 30px 15px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .top_nav_row{
    padding: 10px 30px 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.top_nav_row .cell{}

.left_col{}

.nav_logo{
    display: none;
    position: relative;
    width: 200px;
    z-index: 1;
}

.scrolled .nav_logo{
    display: none;
}

.nav_logo .cls-1{fill: #6b7371;}

.scrolled .nav_logo .cls-1{fill: #6b7371;}

.desktop_phone_link{
    z-index: 2;
}

.scrolled .desktop_phone_link{
    /* display: block; */
    color: #6b7371 !important;
}

.middle_col{}

.middle_col ul, .right_col ul, .desktop_phone_link{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    list-style-type: none;
    color: #e0ded5 !important;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 0px auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 1.35em;
}

.middle_col li{
    display: inline-block;
    margin: 0 15px;
}

.middle_col li a{}

.middle_col li a:hover{}

.scrolled .middle_col ul, .scrolled .right_col ul{
    color: #6b7371 !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .middle_col li{}

.scrolled .middle_col li a{}

.scrolled .middle_col li a:hover{}

.right_col{}

.right_col ul{
    text-align: right;
}

.right_col li{}

.desktop_register_link{}

.desktop_register_link span {
  position: relative;
}

.desktop_register_link span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.desktop_register_link span:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.scrolled .desktop_register_link span::before{
    background-color: #6b7371;
}

.scrolled .desktop_register_link{}

.nav_hr{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(224, 222, 213, 0.5);
}

.scrolled .nav_hr{
    border-bottom: 1px solid #6b7371;
    max-width: calc(100% - 60px);
    left: 0;
}

.mobile_topbar{
    background: transparent;
    position: fixed;
    z-index: 97;
    top: 0;
    width: 100%;
    height: 45px;
    padding-right: 0;
    padding-left: 0;
}

.homepage .mobile_topbar{}

.scrolled .mobile_topbar{
    background: #f1f0eb;
    background-color: #f1f0eb;
    z-index: 97;
    padding-left: 0;
    padding-right: 0;
}

.scrolled .homepage .mobile_topbar{}

.homepage .mobile_logo{}

.mobile_logo{
    width: 110px;
    margin: 0px 0 0 15px;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
	
	.subpage .mobile_logo{ opacity: 1;}

.scrolled .mobile_logo{
    opacity: 1;
    margin: 0px 0 0 15px;
}

.scrolled .homepage .mobile_logo{}

.mobile_topbar .cell{}

.mobile_nav_icon{
    font-family: 'ElegantIcons';
    color: #fff !important;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 30;
    padding: 9px;
    line-height: 100%;
    background: #222;
    border-radius: 0;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    width: 45px;
}

.scrolled .mobile_nav_icon{}

.hamburger{
}

.scrolled .hamburger{}

.register_fixed_row{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -65px;
    z-index: 40;
    max-width: inherit;
    background: transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .register_fixed_row{
    bottom: 0;
    transition-delay: 6s;
}

.register_fixed_row h6{
    text-align: center;
    font-size: 1em;
    margin: 0 auto 0;
    color: #fff;
}

.fixed_register{
    text-align: center;
    max-width: inherit;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2em;
    line-height: 120%;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 20px 16px;
    border: #222 solid;
    border-width: 1px 1px 0px;
    display: inline-block;
    width: auto;
    background: #222;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
}


.close_modal, .close_menu {
    fill: #aaa;
    width: 100%;
}

.close_modal .cls-1 {
}

.close-button, .overlay-close {
}


.overlay {
    background-color: rgba(20,20,20,0.95);
}

.overlay {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: inherit;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 92%;
}

.overlay .overlay-close {
}


.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 75%;
    font-size: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 6);
    min-height: 54px;
    text-align: center;
}

.overlay ul li a {
    list-style: none;
    display: inline;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.3em;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    line-height: 125%;
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.overlay ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	line-height: 125%;
}

.overlay_close_cross{}

#homepage{
    min-height: 100vh;
}

.fixed_top_section{
    /* position: absolute; */
}

.home_wrap{
    min-height: 100vh;
    z-index: 15;
    position: fixed;
    width: 100%;
}

.middle_row_wrap{
    position: relative;
}

.middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.middle_col{}

.home_logo{
    margin: 0 auto 20px;
    display: block;
    max-width: min(90%, 600px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.home_logo .cls-1{fill:#e0ded5;}

.scrolled .home_logo{
    /* max-width: min(90%, 1750px); */
    transition-delay: 2s;
}

.scrolled .home_logo .cls-1{
    fill: rgba(255,255,255,0.45);
}

.bottom_row_wrap {
    background: transparent;
    position: relative;
    /* padding: 0 0 120px 0; */
}

.is-reveal-open .bottom_row_wrap {}

.scrolled .bottom_row_wrap {
    opacity: 0;
}

.bottom_row{
    max-width: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 40px 0;
}

 .scrolled.bottom_row{}

.bottom_col{}

.hero_text_wrap{}

.scrolled .hero_text_wrap{}

.hero_text_wrap h1{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 30px;
    max-width: min(550px, 90%);
    font-size: 2.0em;
}

.subpage_down_link{}

.subpage_down{
    height: 25px;
    margin: 0 auto;
    display: block;
}

#design{}

.subsection{
    position: relative;
    padding: 120px 0 0 0;
}

.subsection .grid-x{
    position: relative;
    z-index: 20;
}

.subsection_background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #EDEBE2;
    background-image: url("../img/egg-shell1.png");
}

.intro_row{}

.intro_row h1{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 25px;
    max-width: min(1200px, 90%);
    font-size: 2.1em;
}

.intro_row h2{
    color: #C9954E;
    text-align: center;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0;
    font-variant-ligatures: common-ligatures;
    text-rendering: auto;
    max-width: inherit;
    text-transform: none;
    line-height: 125%;
    letter-spacing: 0.06em;
    margin: 0px auto 0px 0px;
    font-size: 1.25em;
}

.fade_gallery{
    line-height: 0;
}

.fade_gallery img{
    min-width: 100%;
}

.fullWidth{
    max-width: calc(100% - 60px);
}

.fullWidth .cell{
    padding-right: 0;
    padding-left: 0;
}

.fullWidth img{
    min-width: 100%;
}

.large_text_row{}

.large_text_row .cell{}

.large_text_row h1, .large_text_row h2, .life_split_text_wrap h1, .life_split_text_wrap h2{
    color: #C9954E;
    font-family: "Beaufort-Light";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.00em;
    margin: 0px auto 0px 0;
    max-width: min(650px, 90%);
    font-size: 2.75em;
}

.large_text_row h2, .life_split_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    /* font-size: 4.0em; */
}

.split_row{
    max-width: calc(100% - 60px);
    /* background-color: rgba(255,255,255,0.5); */
}

.split_img_col{}

.split_img_wrap{
    background-color: transparent;
    top: 0;
    left: 0;
    min-height: auto;
    background-size: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.split_img_wrap img{
    display: block;
    max-width: min(100%, 784px);
}

.split_img_wrap1{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/image11-31-32.png');
}

.split_img_wrap2{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/I3_W143_SF_Masterbedroom_01-new.jpg');
}

.split_img_wrap3{
    background-image: url(../img/render8.jpg);
}

.split_img_wrap4{
    background-image: url(../img/life3.jpg);
}

.split_img_wrap5{
    background-image: url(../img/life9.jpg);
}

.split_img_wrap6{
    background-image: url(../img/life18.jpg);
}

.split_img_wrap7{}

.split_img_wrap8{}

.split_img_wrap9{}

.split_img_wrap10{}

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

.split_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.split_text_wrap h4, .copy_row p, .render_copy_row p, .texture_nested_row p, .team_copy_col p, .life_grid_row p, .mayd_text_wrap p{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 30px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.subsection_intro_row{
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0  100px;
}

.subsection_intro_row .cell{
    position: relative;
    z-index: 12;
}

.subsection_intro_row h4 {
    color: #c9954e;
    padding: 15px 50px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: inherit;
    font-size: 35px;
    text-shadow: none;
}


.subsection_intro_row h1{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 20px auto 0px;
    max-width: min(600px, 90%);
    letter-spacing: 0.03em;
    line-height: 150%;
    font-size: 1.35em;
    text-shadow: 1px 1px 1px rgb(20 20 20 / 20%);
}

.copy_row{}

.copy_row h1{}

.copy_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 120%;
    font-size: 2.0em;
}

.copy_row p{
    margin: 0 auto 0 0;
}

.subsection_intro_row2{}

.subsection_intro_row2 h4{}

.subsection_intro_row2 h1{}

.render_copy_row{}

.render_copy_row .cell{}

.render_copy_row h2, .texture_nested_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 30px;
    max-width: 100%;
    letter-spacing: 0.02em;
    line-height: 140%;
    font-size: 1.60em;
}

.render_copy_row p{}

.material_row{}

.material_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.texture_copy_wrap{}

.texture_nested_row{}

.texture_nested_row .cell{}

.texture_nested_row h1{
    margin: 125px 0 50px 0;
}

.texture_nested_row2{}

.texture_nested_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.35em;
}

.texture_nested_row hr, .life_grid_hr{
    max-width: min(95%, 800px);
    margin: 5px auto 20px 0;
    border-bottom: 1px solid #6b7371;
}

.texture_nested_row p{
    margin: 0 auto 40px 0;
    max-width: min(90%, 800px);
    font-size: 1.05em;
}

.team_row{}

.team_row .cell {}

.team_nested_row{
    max-width: inherit;
}

.render_nested_row{}

.team_img_wrap{
    position: relative;
    margin: 0 auto 45px 0;
}

.team_img_wrap img{}

.double_render_row{}

.double_render_row .cell{}

.team_title_col h3{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 130%;
    font-size: 1.3em;
}

.team_copy_col p{
    margin: 0 0 0 0;
    font-size: 1.3em;
}

.render_title_col h3{}

.render_copy_col p{}

.lpb{
    padding-bottom: 150px;
}

#locale{}

.subpage_top_section{
    /* display: none; */
    position: relative;
    /* background-color: #222; */
    z-index: 20;
    margin-bottom: 0px;
    min-height: 100vh;
    width: 100%;
}

.subpage_top_section .home_wrap{
    /* z-index: 99; */
}

.subpage_top_section .bottom_row_wrap{}

.subpage_top_section .subpage_text_wrap{}

.subpage_top_section .subpage_text_wrap h1{
    font-size: 1.8em;
    max-width: min(650px, 90%);
    margin: 0 auto 20px;
}

.subpage_top_section .subpage_text_wrap h6{
    color: #e0ded5;
    text-transform: uppercase;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 30px;
    max-width: 100%;
    letter-spacing: 0.08em;
    line-height: 140%;
    font-size: 1.0em;
    }

.subpage_top_section .subpage_text_wrap h6 a span {
  position: relative;
}

.subpage_top_section .subpage_text_wrap h6 a span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.75s ease-in-out;
}

.subpage_top_section .subpage_text_wrap h6 a span:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.subpage_top_section .subpage_down{}

#subpage_image_holder{}

.image_overlay{}

#subpage_image_holder{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    }

.image_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(15,15,25,0.40);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#hero_image, #hero_image2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.vegas-slide, .vegas-slide-inner {
    height: 100%;
}

.subsection_background{}

.life_split_row{
    max-width: calc(100% - 80px);
}

.life_split_text_wrap{}

.life_split_text_wrap h1{
    /* font-family: "Beaufort-Regular"; */
}

.life_split_text_wrap h1, .life_split_text_wrap h2{
    font-size: 2.30em;
}

.life_grid_row{}

.life_grid_row .cell {}

.life_grid_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.7em;
}

.life_grid_img{
    margin: 0 auto 5px 0;
}

.life_grid_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.15em;
}

.life_grid_hr{
    max-width: min(100%, 800px);
    margin: 5px 0 15px 0;
    /* border-bottom: 1px solid #6b7371; */
}

.life_grid_row h6{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 5px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.10em;
}

.life_grid_row p{
    margin: 0 auto 0 0;
    font-size: 1.25em;
}

.aerial_row{}

.aerial_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-size: 15px !important;
    line-height: 16px !important;
    text-align: left;
    color: #495871 !important;
    text-transform: none;
    font-family: "neue-haas-unica" !important;
}

.hs-hotspot-oval, .hs-hotspot-rect, .hs-hotspot-spot {
    position: absolute;
    width: 26px !important;
    height: 26px !important;
    margin-left: -13px !important;
    margin-top: -13px !important;
}

#creators{}

.subpage_text_wrap2 h1{
    max-width: min(650px, 90%) !important;
    margin: 0 auto 30px !important;
}

#hero_image2{}

.mayd_team_split{}

.mayd_team_split .cell{}

.mayd_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.mayd_text_wrap h1, .mayd_text_wrap h2{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(1150px, 100%);
    font-size: 2.30em;
}

.mayd_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
}

.mayd_text_wrap p{
    margin: 40px auto 40px;
}

.sig{
    height: 45px;
    margin: 0 0 0 0;
}

.sig1{}

.sig2{
    display: none;
}

.sig3{}

.sig4{
    display: none;
}

.mayd_text_wrap h5{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
}

.mayd_img_wrap{}

.mayd_img_wrap img {
    max-height: 85vh;
    margin: 0 auto;
    display: block;
}

.team_interview_wrap{
    background-color: #6b7371;
    background-image: url(../img/egg-shell2.png);
    position: relative;
    background-repeat: repeat;
    z-index: 20;
    padding: 100px 0 80px;
    /* margin: 0 auto; */
}

.team_interview_row{
    max-width: calc(100% - 60px);
}

.team_interview_row1{
    margin-bottom: 90px;
}

.team_interview_row2{}

.team_interview_row h1, .team_interview_row h2{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(900px, 100%);
    font-size: 3.00em;
}

.team_interview_row h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    margin: 0 0 70px 0;
}

.interview_img_wrap{}

.interview_img_wrap img{
    max-width: min(500px, 90%);
    margin: 0 auto 0 0;
    display: block;
}

.team_interview_row h3, .team_interview_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row h4{
    font-weight: 300;
    margin: 0 0 0 0;
}

.team_interview_row2 h5, .team_interview_row2 p{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 15px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row2 p{
    margin: 0px auto 35px;
    font-weight: 400;
}

#footer{
    padding: 90px 0 80px 0;
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
    position: relative;
    z-index: 20;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_background{
    background-color: rgba(20,20,20,0.4);
    box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 15%);
}

.footer_overlay{}

.footer_row, .disclaimer_footer_row{
    max-width: calc(100% - 60px);
}

.footer_row .cell{}

.footer_row h1, .footer_row h2{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 30px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.footer_row h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 20px auto 15px 0;
    max-width: min(850px, 100%);
    font-size: 2.35em;
}

.footer_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px 0;
    max-width: min(500px,90%);
    letter-spacing: 0.04em;
    line-height: 140%;
    font-size: 1.5em;
}

.footer_row h3{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 300;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.04em;
    line-height: 160%;
    font-size: 1.1em;
    opacity: 0.8;
}

.footer_row h2{
    margin: 0px auto 25px 0;
}

.footer_form_wrap{}

.disclaimer_footer_row{}

.disclaimer_footer_row1{}

.disclaimer_footer_row2{}

.disclaimer_footer_col{}

#footer .disclaimer_footer_col h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 60px auto 40px;
    max-width: min(740px, 90%);
    font-size: 1.1em;
}

.disclaimer_footer_col ul{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 0px auto 0px;
    max-width: 100%;
    font-size: 0.95em;
}

.disclaimer_footer_col li{
    display: inline-block;
    margin: 0 20px;
}

.disclaimer_footer_col li a{}

.disclaimer_footer_col li a:hover{}

.caption{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
    position: absolute;
    left: inherit;
    right: 20px;
    bottom: 15px;
}

.team_caption{}

#hero_image{}

#hero_image2{}

.narrow_row{
    max-width: calc(100% - 160px);
}

.subsection_intro_overlay{
    background-color: rgba(10,10,20,0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.blue_split_row{
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
}

.blue_split_row h4{
    color: #e0ded5;
}

.blue_split_row h1{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.blue_split_row h2{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.white_row{background-color: rgba(255 255 255 / 0%);}

	

.disclaimer_footer_col{}

.disclaimer_footer_col1{}

.disclaimer_footer_col2{}

.disclaimer_footer_col2{}

.cl_img_wrap{
    display: inline-block;
}

.cl_img_wrap h6{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 15px auto 0;
    max-width: inherit;
    font-size: 0.8em;
    opacity: 0.9;
}

.cl_img_wrap1{
    margin: 0 auto 45px;
}

.cl_img_wrap2{
    margin: 0 15px;
}

.cl6{}

.bottom_form_row{}

.bottom_form_row .cl_wrap2{}

.bottom_form_row .cl_img_wrap2{}
   
.bottom_form_row .cl{}

.bottom_form_row .cl_wrap2{}

	
}
@media screen and (min-width: 90em) {
	.subsection .grid-x {
        max-width: min(90%, 110rem);
    }
    .subsection .grid-x .cell {
        position: relative;
    }
.container, .reveal{
    font-size: 14px;
}

body{
    background: #495871;
}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 120px;
}

.mt{}


.lpb{}

.pt{}

.grid-x{
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.reveal{}

.register_overlay{
}

#register{}

.register_row{
    /* min-height: 66vh; */
    max-width: min(90%, 1500px);
    margin: 50px auto 40px;
}

.stamp_col{
    border-right: 1px solid #e0ded5;
    padding: 80px 0;
}

.stamp{
    max-width: min(320px, 80%);
    margin: 0 auto;
    display: block;
}

.form_col{}

.form_col h4{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin: 0px auto 30px;
    max-width: min(500px, 90%);
    font-size: 1.45em;
}

.form_col h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 20px auto 5px;
    max-width: min(500px, 100%);
    font-size: 2.5em;
}

.form_wrap{
    margin: 0 auto 20px;
    text-align: center;
    max-width: min(500px, 90%);
}

.bottom_form_row{}

.bottom_form_col{}

.cl_wrap{
    text-align: center;
}

.cl{
    height: 33px;
    margin: 0 auto;
}

.cl1{}

.cl2{}

.cl3{}

.cl4{}

.cl5{
    /* height: 50px; */
    margin: 0 auto 0px;
}

.disclaimer_row{}

.disclaimer_col{}
                               
.disclaimer_row h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 30px auto 80px;
    max-width: min(740px, 90%);
    font-size: 1.10em;
}

.close-button, .overlay-close{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0px solid #aaa;
    padding: 2px;
    font-size: inherit;
}
       
.close_modal{}

.close_modal .st0{
    fill: #e0ded5;
}

#video_outer_wrap{}

.video_hero_holder{}

.video_overlay{
    position: fixed;
    z-index: 9;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    }

.is-reveal-open .video_overlay{
    background: #495871;
    background: rgba(0,0,0,0.5);
}

#video_holder{    z-index: 0;
    position: absolute;
    border: 0;
    padding: 0;}

#bgvid{position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/video_hero.jpg') no-repeat;
    background-size: cover;}	
	
	
.bottom_form_col1{}

.bottom_form_col2{}

.cl_wrap1{}

.cl_wrap2{}

.top_nav_wrap{
    background-color: transparent;
    background-image: none;
}

.scrolled .top_nav_wrap{
    background-color: #EDEBE2;
    background-image: url(../img/egg-shell1.png);
}

#navigation{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
}

.top_nav_row{
    max-width: 100%;
    padding: 20px 40px 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .top_nav_row{
    padding: 10px 40px 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.top_nav_row .cell{}

.left_col{}

.nav_logo{
    display: none;
    position: relative;
    width: 200px;
    z-index: 1;
}

.scrolled .nav_logo{
    display: none;
}

.nav_logo .cls-1{fill: #6b7371;}

.scrolled .nav_logo .cls-1{fill: #6b7371;}

.desktop_phone_link{
    z-index: 2;
}

.scrolled .desktop_phone_link{
    /* display: block; */
    color: #6b7371 !important;
}

.middle_col{}

.middle_col ul, .right_col ul, .desktop_phone_link{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    list-style-type: none;
    color: #e0ded5 !important;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 0px auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 1.4em;
}

.middle_col li{
    display: inline-block;
    margin: 0 18px;
}

.middle_col li a{}

.middle_col li a:hover{}

.scrolled .middle_col ul, .scrolled .right_col ul{
    color: #6b7371 !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .middle_col li{}

.scrolled .middle_col li a{}

.scrolled .middle_col li a:hover{}

.right_col{}

.right_col ul{
    text-align: right;
}

.right_col li{}

.desktop_register_link{}

.desktop_register_link span {
  position: relative;
}

.desktop_register_link span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.desktop_register_link span:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.scrolled .desktop_register_link span::before{
    background-color: #6b7371;
}

.scrolled .desktop_register_link{}

.nav_hr{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(224, 222, 213, 0.5);
}

.scrolled .nav_hr{
    border-bottom: 1px solid #6b7371;
    max-width: calc(100% - 80px);
    left: 0;
}

.mobile_topbar{
    background: transparent;
    position: fixed;
    z-index: 97;
    top: 0;
    width: 100%;
    height: 45px;
    padding-right: 0;
    padding-left: 0;
}

.homepage .mobile_topbar{}

.scrolled .mobile_topbar{
    background: #f1f0eb;
    background-color: #f1f0eb;
    z-index: 97;
    padding-left: 0;
    padding-right: 0;
}

.scrolled .homepage .mobile_topbar{}

.homepage .mobile_logo{}

.mobile_logo{
    width: 110px;
    margin: 0px 0 0 15px;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
	
	.subpage .mobile_logo{ opacity: 1;}

.scrolled .mobile_logo{
    opacity: 1;
    margin: 0px 0 0 15px;
}

.scrolled .homepage .mobile_logo{}

.mobile_topbar .cell{}

.mobile_nav_icon{
    font-family: 'ElegantIcons';
    color: #fff !important;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 30;
    padding: 9px;
    line-height: 100%;
    background: #222;
    border-radius: 0;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    width: 45px;
}

.scrolled .mobile_nav_icon{}

.hamburger{
}

.scrolled .hamburger{}

.register_fixed_row{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -65px;
    z-index: 40;
    max-width: inherit;
    background: transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .register_fixed_row{
    bottom: 0;
    transition-delay: 6s;
}

.register_fixed_row h6{
    text-align: center;
    font-size: 1em;
    margin: 0 auto 0;
    color: #fff;
}

.fixed_register{
    text-align: center;
    max-width: inherit;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2em;
    line-height: 120%;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 20px 16px;
    border: #222 solid;
    border-width: 1px 1px 0px;
    display: inline-block;
    width: auto;
    background: #222;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
}


.close_modal, .close_menu {
    fill: #aaa;
    width: 100%;
}

.close_modal .cls-1 {
}

.close-button, .overlay-close {
}


.overlay {
    background-color: rgba(20,20,20,0.95);
}

.overlay {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: inherit;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 92%;
}

.overlay .overlay-close {
}


.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 75%;
    font-size: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 6);
    min-height: 54px;
    text-align: center;
}

.overlay ul li a {
    list-style: none;
    display: inline;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.3em;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    line-height: 125%;
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.overlay ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	line-height: 125%;
}

.overlay_close_cross{}

#homepage{
    min-height: 100vh;
}

.fixed_top_section{
    /* position: absolute; */
}

.home_wrap{
    min-height: 100vh;
    z-index: 15;
    position: fixed;
    width: 100%;
}

.middle_row_wrap{
    position: relative;
}

.middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.middle_col{}

.home_logo{
    margin: 0 auto 20px;
    display: block;
    max-width: min(90%, 800px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.home_logo .cls-1{fill:#e0ded5;}

.scrolled .home_logo{
    /* max-width: min(90%, 1750px); */
    transition-delay: 2s;
}

.scrolled .home_logo .cls-1{
    fill: rgba(255,255,255,0.45);
}

.bottom_row_wrap {
    background: transparent;
    position: relative;
    /* padding: 0 0 120px 0; */
}

.is-reveal-open .bottom_row_wrap {}

.scrolled .bottom_row_wrap {
    opacity: 0;
}

.bottom_row{
    max-width: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 55px 0;
}

 .scrolled.bottom_row{}

.bottom_col{}

.hero_text_wrap{}

.scrolled .hero_text_wrap{}

.hero_text_wrap h1{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 25px;
    max-width: min(670px, 90%);
    font-size: 2.2em;
}

.subpage_down_link{}

.subpage_down{
    height: 25px;
    margin: 0 auto;
    display: block;
}

#design{}

.subsection{
    position: relative;
    padding: 130px 0 0 0;
}

.subsection .grid-x{
    position: relative;
    z-index: 20;
}

.subsection_background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #EDEBE2;
    background-image: url("../img/egg-shell1.png");
}

.intro_row{}

.intro_row h1{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 30px;
    max-width: min(1320px, 90%);
    font-size: 2.2em;
}

.intro_row h2{
    color: #C9954E;
    text-align: center;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0;
    font-variant-ligatures: common-ligatures;
    text-rendering: auto;
    max-width: inherit;
    text-transform: none;
    line-height: 125%;
    letter-spacing: 0.06em;
    margin: 0px auto 0px 0px;
    font-size: 1.2em;
}

.fade_gallery{
    line-height: 0;
}

.fade_gallery img{
    min-width: 100%;
}

.fullWidth{
    max-width: calc(100% - 80px);
}

.fullWidth .cell{
    padding-right: 0px;
    padding-left: 0px;
}

.fullWidth img{
    min-width: 100%;
}

.large_text_row{}

.large_text_row .cell{}

.large_text_row h1, .large_text_row h2, .life_split_text_wrap h1, .life_split_text_wrap h2{
    color: #C9954E;
    font-family: "Beaufort-Light";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.00em;
    margin: 0px auto 0px 0;
    max-width: min(800px, 90%);
    font-size: 3.15em;
}

.large_text_row h2, .life_split_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    /* font-size: 4.0em; */
}

.split_row{
    max-width: calc(100% - 80px);
    /* background-color: rgba(255,255,255,0.5); */
}

.split_img_col{}

.split_img_wrap{
    background-color: transparent;
    top: 0;
    left: 0;
    min-height: min(90vh, 1050px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.split_img_wrap img{
    display: none;
}

.split_img_wrap1{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/image11-31-32.png');
}

.split_img_wrap2{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/I3_W143_SF_Masterbedroom_01-new.jpg');
}

.split_img_wrap3{
    background-image: url(../img/render8.jpg);
}

.split_img_wrap4{
    background-image: url(../img/life3.jpg);
}

.split_img_wrap5{
    background-image: url(../img/life9.jpg);
}

.split_img_wrap6{
    background-image: url(../img/life18.jpg);
}

.split_img_wrap7{}

.split_img_wrap8{}

.split_img_wrap9{}

.split_img_wrap10{}

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

.split_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.split_text_wrap h4, .copy_row p, .render_copy_row p, .texture_nested_row p, .team_copy_col p, .life_grid_row p, .mayd_text_wrap p{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 50px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.35em;
}

.subsection_intro_row{
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 0  110px;
}

.subsection_intro_row .cell{
    position: relative;
    z-index: 12;
}

.subsection_intro_row h4 {
    color: #c9954e;
    padding: 15px 50px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: inherit;
    font-size: 35px;
    text-shadow: none;
}

.subsection_intro_row h1{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 20px auto 0px;
    max-width: min(700px, 90%);
    letter-spacing: 0.03em;
    line-height: 150%;
    font-size: 1.35em;
    text-shadow: 1px 1px 1px rgb(20 20 20 / 20%);
}

.copy_row{}

.copy_row h1{}

.copy_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 120%;
    font-size: 2.0em;
}

.copy_row p{
    margin: 0 auto 0 0;
}

.subsection_intro_row2{}

.subsection_intro_row2 h4{}

.subsection_intro_row2 h1{}

.render_copy_row{}

.render_copy_row .cell{}

.render_copy_row h2, .texture_nested_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.02em;
    line-height: 140%;
    font-size: 1.80em;
}

.render_copy_row p{}

.material_row{}

.material_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.texture_copy_wrap{}

.texture_nested_row{}

.texture_nested_row .cell{}

.texture_nested_row h1{
    margin: 35px 0 50px 0;
}

.texture_nested_row2{}

.texture_nested_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.45em;
}

.texture_nested_row hr, .life_grid_hr{
    max-width: min(95%, 800px);
    margin: 5px auto 20px 0;
    border-bottom: 1px solid #6b7371;
}

.texture_nested_row p{
    margin: 0 auto 40px 0;
    max-width: min(90%, 800px);
    font-size: 1.15em;
}

.team_row{}

.team_row .cell {}

.team_nested_row{}

.render_nested_row{}

.team_img_wrap{
    position: relative;
    margin: 0 auto 45px 0;
}

.team_img_wrap img{}

.double_render_row{}

.double_render_row .cell{}

.team_title_col h3{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 130%;
    font-size: 1.6em;
}

.team_copy_col p{
    margin: 0 0 0 0;
    font-size: 1.3em;
}

.render_title_col h3{}

.render_copy_col p{}

.lpb{
    padding-bottom: 100px;
}

#locale{}

.subpage_top_section{
    /* display: none; */
    position: relative;
    /* background-color: #222; */
    z-index: 20;
    margin-bottom: 0px;
    min-height: 100vh;
    width: 100%;
}

.subpage_top_section .home_wrap{
    /* z-index: 99; */
}

.subpage_top_section .bottom_row_wrap{}

.subpage_top_section .subpage_text_wrap{}

.subpage_top_section .subpage_text_wrap h1{
    font-size: 1.8em;
    max-width: min(700px, 90%);
    margin: 0 auto 20px;
}

.subpage_top_section .subpage_text_wrap h6{
    color: #e0ded5;
    text-transform: uppercase;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 30px;
    max-width: 100%;
    letter-spacing: 0.08em;
    line-height: 140%;
    font-size: 1.0em;
    }

.subpage_top_section .subpage_text_wrap h6 a span {
  position: relative;
}

.subpage_top_section .subpage_text_wrap h6 a span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.75s ease-in-out;
}

.subpage_top_section .subpage_text_wrap h6 a span:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.subpage_top_section .subpage_down{}

#subpage_image_holder{}

.image_overlay{}

#subpage_image_holder{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    }

.image_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(15,15,25,0.40);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#hero_image, #hero_image2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.vegas-slide, .vegas-slide-inner {
    height: 100%;
}

.subsection_background{}

.life_split_row{
    max-width: calc(100% - 80px);
}

.life_split_text_wrap{}

.life_split_text_wrap h1{
    /* font-family: "Beaufort-Regular"; */
}

.life_split_text_wrap h1, .life_split_text_wrap h2{
    font-size: 2.70em;
    max-width: min(800px, 95%);
}

.life_grid_row{}

.life_grid_row .cell {}

.life_grid_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.7em;
}

.life_grid_img{
    margin: 0 auto 5px 0;
}

.life_grid_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.life_grid_hr{
    max-width: min(100%, 800px);
    margin: 5px 0 15px 0;
    /* border-bottom: 1px solid #6b7371; */
}

.life_grid_row h6{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 5px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.10em;
}

.life_grid_row p{
    margin: 0 auto 0 0;
    font-size: 1.25em;
}

.aerial_row{}

.aerial_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-size: 15px !important;
    line-height: 16px !important;
    text-align: left;
    color: #495871 !important;
    text-transform: none;
    font-family: "neue-haas-unica" !important;
}

.hs-hotspot-oval, .hs-hotspot-rect, .hs-hotspot-spot {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    margin-left: -15px !important;
    margin-top: -15px !important;
}

#creators{}

.subpage_text_wrap2 h1{
    max-width: min(700px, 90%) !important;
    margin: 0 auto 30px !important;
}

#hero_image2{}

.mayd_team_split{}

.mayd_team_split .cell{}

.mayd_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.mayd_text_wrap h1, .mayd_text_wrap h2{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(1150px, 100%);
    font-size: 2.90em;
}

.mayd_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
}

.mayd_text_wrap p{
    margin: 90px auto 40px;
}

.sig{
    height: 65px;
    margin: 0 0 0 0;
}

.sig1{}

.sig2{
    display: none;
}

.sig3{}

.sig4{
    display: none;
}

.mayd_text_wrap h5{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
}

.mayd_img_wrap{}

.mayd_img_wrap img {
    max-height: 85vh;
    margin: 0 auto;
    display: block;
}

.team_interview_wrap{
    background-color: #6b7371;
    background-image: url(../img/egg-shell2.png);
    position: relative;
    background-repeat: repeat;
    z-index: 20;
    padding: 100px 0 80px;
    /* margin: 0 auto; */
}

.team_interview_row{
    max-width: calc(100% - 80px);
}

.team_interview_row1{
    margin-bottom: 90px;
}

.team_interview_row2{}

.team_interview_row h1, .team_interview_row h2{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(900px, 100%);
    font-size: 3.50em;
}

.team_interview_row h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    margin: 0 0 70px 0;
}

.interview_img_wrap{}

.interview_img_wrap img{
    max-width: min(500px, 90%);
    margin: 0 auto 0 0;
    display: block;
}

.team_interview_row h3, .team_interview_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row h4{
    font-weight: 300;
    margin: 0 0 0 0;
}

.team_interview_row2 h5, .team_interview_row2 p{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 15px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row2 p{
    margin: 0px auto 35px;
    font-weight: 400;
}

#footer{
    padding: 90px 0 80px 0;
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
    position: relative;
    z-index: 20;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_background{
    background-color: rgba(20,20,20,0.4);
    box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 15%);
}

.footer_overlay{}

.footer_row, .disclaimer_footer_row{
    max-width: 78rem;
}

.footer_row .cell{}

.footer_row h1, .footer_row h2{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 50px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.footer_row h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 20px auto 15px 0;
    max-width: min(850px, 100%);
    font-size: 2.5em;
}

.footer_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px 0;
    max-width: min(450px,90%);
    letter-spacing: 0.04em;
    line-height: 140%;
    font-size: 1.5em;
}

.footer_row h3{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 300;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.04em;
    line-height: 160%;
    font-size: 1.0em;
    opacity: 0.8;
}

.footer_row h2{
    margin: 0px auto 45px 0;
}

.footer_form_wrap{}

.disclaimer_footer_row{}

.disclaimer_footer_row1{}

.disclaimer_footer_row2{}

.disclaimer_footer_col{}

#footer .disclaimer_footer_col h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 80px auto 60px;
    max-width: min(740px, 90%);
    font-size: 1.1em;
}

.disclaimer_footer_col ul{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 0px auto 0px;
    max-width: 100%;
    font-size: 0.95em;
}

.disclaimer_footer_col li{
    display: inline-block;
    margin: 0 20px;
}

.disclaimer_footer_col li a{}

.disclaimer_footer_col li a:hover{}

.caption{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
    position: absolute;
    left: inherit;
    right: 20px;
    bottom: 15px;
}

.team_caption{}

#hero_image{}

#hero_image2{}

.narrow_row{
    max-width: 75rem;
}

.subsection_intro_overlay{
    background-color: rgba(10,10,20,0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.blue_split_row{
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
}

.blue_split_row h4{
    color: #e0ded5;
}

.blue_split_row h1{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.blue_split_row h2{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.white_row{background-color: rgba(255 255 255 / 0%);}

	

.disclaimer_footer_col{}

.disclaimer_footer_col1{}

.disclaimer_footer_col2{}

.disclaimer_footer_col2{}

.cl_img_wrap{
    display: inline-block;
}

.cl_img_wrap h6{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 15px auto 0;
    max-width: inherit;
    font-size: 0.8em;
    opacity: 0.9;
}

.cl_img_wrap1{
    margin: 0 auto 45px;
}

.cl_img_wrap2{
    margin: 0 20px;
}

.cl6{}

.bottom_form_row{}

.bottom_form_row .cl_wrap2{}

.bottom_form_row .cl_img_wrap2{}
   
.bottom_form_row .cl{}

.bottom_form_row .cl_wrap2{}

	
	
}
@media screen and (min-width: 120em) {
    .subsection .grid-x {
        max-width: min(90%, 110rem);
    }
    .subsection .grid-x .cell {
        position: relative;
    }
.container, .reveal{
    font-size: 16px;
}

body{
    background: #495871;
}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 150px;
}
.mb60{
     margin-bottom: 60px;
}
.mt{}

.pb{
    padding-bottom: 50px;
}

.lpb{}

.pt{}

.grid-x{
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.reveal{
}

.register_overlay{
}

#register{}

.register_row{
    /* min-height: 70vh; */
    max-width: 100rem;
    margin: 50px auto 70px;
}

.stamp_col{
    border-right: 1px solid #e0ded5;
    padding: 100px 0;
}

.stamp{
    max-width: min(420px, 80%);
    margin: 0 auto;
    display: block;
}

.form_col{}

.form_col h4{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin: 0px auto 30px;
    max-width: min(550px, 90%);
    font-size: 1.6em;
}

.form_col h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 20px auto 10px;
    max-width: min(850px, 100%);
    font-size: 2.7em;
}

.form_wrap{
    margin: 0 auto 20px;
    text-align: center;
    max-width: min(90%, 600px);
}

.bottom_form_row{}

.bottom_form_col{}

.cl_wrap{
    text-align: center;
    /* display: inline-block; */
}

.cl{
    height: 38px;
    margin: 0 auto;
}

.cl1{}

.cl2{}

.cl3{}

.cl4{}

.cl5{
    /* height: 60px; */
    margin: 0 auto 0px;
}

.disclaimer_row{}

.disclaimer_col{}
                               
.disclaimer_row h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 40px auto 80px;
    max-width: min(740px, 90%);
    font-size: 1.10em;
}

.close-button, .overlay-close{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0px solid #aaa;
    padding: 2px;
    font-size: inherit;
}
       
.close_modal{}

.close_modal .st0{
    fill: #e0ded5;
}


#video_outer_wrap{}

.video_hero_holder{}

.video_overlay{
    position: fixed;
    z-index: 9;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    }

.is-reveal-open .video_overlay{
    background: #495871;
    background: rgba(0,0,0,0.5);
}

#video_holder{    z-index: 0;
    position: absolute;
    border: 0;
    padding: 0;}

#bgvid{position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/video_hero.jpg') no-repeat;
    background-size: cover;}	
	
	
.bottom_form_col1{}

.bottom_form_col2{}

.cl_wrap1{}

.cl_wrap2{}

.top_nav_wrap{
    background-color: transparent;
    background-image: none;
}

.scrolled .top_nav_wrap{
    background-color: #E3E3E3;
    background-image: url(../img/egg-shell1.png);
}

#navigation{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
}

.top_nav_row{
    max-width: 100%;
    padding: 20px 40px 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .top_nav_row{
    padding: 10px 40px 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.top_nav_row .cell{}

.left_col{}

.nav_logo{
    display: none;
    position: relative;
    width: 200px;
    z-index: 1;
}

.scrolled .nav_logo{
    display: none;
}

.nav_logo .cls-1{fill: #6b7371;}

.scrolled .nav_logo .cls-1{fill: #6b7371;}

.desktop_phone_link{
    z-index: 2;
}

.scrolled .desktop_phone_link{
    /* display: block; */
    color: #6b7371 !important;
}

.middle_col{}

.middle_col ul, .right_col ul, .desktop_phone_link{
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    list-style-type: none;
    color: #e0ded5 !important;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 0px auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    letter-spacing: 0.03em;
    font-size: 1.4em;
}

.middle_col li{
    display: inline-block;
    margin: 0 20px;
}

.middle_col li a{
    color: #C9954E !important;
}

.middle_col li a:hover{}

.scrolled .middle_col ul, .scrolled .right_col ul{
    color: #6b7371 !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .middle_col li{}

.scrolled .middle_col li a{
    color: #C9954E !important;
}

.scrolled .middle_col li a:hover{}

.right_col{}

.right_col ul{
    text-align: right;
}

.right_col li{}

.desktop_register_link{}

.desktop_register_link span {
  position: relative;
  color: #C9954E !important;
}

.desktop_register_link span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: #C9954E;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.75s ease-in-out;
}

.desktop_register_link span:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.scrolled .desktop_register_link span::before{
    background-color: #6b7371;
}

.scrolled .desktop_register_link{}

.nav_hr{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(224, 222, 213, 0.5);
}

.scrolled .nav_hr{
    border-bottom: 1px solid #6b7371;
    max-width: calc(100% - 80px);
    left: 0;
}

.mobile_topbar{
    background: transparent;
    position: fixed;
    z-index: 97;
    top: 0;
    width: 100%;
    height: 45px;
    padding-right: 0;
    padding-left: 0;
}

.homepage .mobile_topbar{}

.scrolled .mobile_topbar{
    background: #f1f0eb;
    background-color: #f1f0eb;
    z-index: 97;
    padding-left: 0;
    padding-right: 0;
}

.scrolled .homepage .mobile_topbar{}

.homepage .mobile_logo{}

.mobile_logo{
    width: 110px;
    margin: 0px 0 0 15px;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
	
	.subpage .mobile_logo{ opacity: 1;}

.scrolled .mobile_logo{
    opacity: 1;
    margin: 0px 0 0 15px;
}

.scrolled .homepage .mobile_logo{}

.mobile_topbar .cell{}

.mobile_nav_icon{
    font-family: 'ElegantIcons';
    color: #fff !important;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 30;
    padding: 9px;
    line-height: 100%;
    background: #222;
    border-radius: 0;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    width: 45px;
}

.scrolled .mobile_nav_icon{}

.hamburger{
}

.scrolled .hamburger{}

.register_fixed_row{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -65px;
    z-index: 40;
    max-width: inherit;
    background: transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.scrolled .register_fixed_row{
    bottom: 0;
    transition-delay: 6s;
}

.register_fixed_row h6{
    text-align: center;
    font-size: 1em;
    margin: 0 auto 0;
    color: #fff;
}

.fixed_register{
    text-align: center;
    max-width: inherit;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2em;
    line-height: 120%;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 20px 16px;
    border: #222 solid;
    border-width: 1px 1px 0px;
    display: inline-block;
    width: auto;
    background: #222;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
}


.close_modal, .close_menu {
    fill: #aaa;
    width: 100%;
}

.close_modal .cls-1 {
}

.close-button, .overlay-close {
}


.overlay {
    background-color: rgba(20,20,20,0.95);
}

.overlay {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: inherit;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 92%;
}

.overlay .overlay-close {
}


.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 75%;
    font-size: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 6);
    min-height: 54px;
    text-align: center;
}

.overlay ul li a {
    list-style: none;
    display: inline;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.3em;
    font-family: "GT America Mono Regular";
    font-weight: 400;
    line-height: 125%;
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: inherit;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.overlay ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	line-height: 125%;
}

.overlay_close_cross{}

#homepage{
    min-height: 100vh;
}

.fixed_top_section{
    /* position: absolute; */
}

.home_wrap{
    min-height: 100vh;
    z-index: 15;
    position: fixed;
    width: 100%;
}

.middle_row_wrap{
    position: relative;
}

.middle_row{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.middle_col{}

.home_logo{
    margin: 0 auto 20px;
    display: block;
    max-width: min(90%, 1150px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.home_logo .cls-1{fill:#e0ded5;}

.scrolled .home_logo{
    /* max-width: min(90%, 1750px); */
    transition-delay: 2s;
}

.scrolled .home_logo .cls-1{
    fill: rgba(255,255,255,0.45);
}

.bottom_row_wrap {
    background: transparent;
    position: relative;
    /* padding: 0 0 120px 0; */
}

.is-reveal-open .bottom_row_wrap {}

.scrolled .bottom_row_wrap {
    opacity: 0;
}

.bottom_row{
    max-width: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 85px 0;
}

 .scrolled.bottom_row{}

.bottom_col{}

.hero_text_wrap{}

.scrolled .hero_text_wrap{}

.hero_text_wrap h1{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 30px;
    max-width: min(750px, 90%);
    font-size: 2.3em;
}

.subpage_down_link{}

.subpage_down{
    height: 30px;
    margin: 0 auto;
    display: block;
}

#design{}

.subsection{
    position: relative;
    padding: 150px 0 0 0;
}

.subsection .grid-x{
    position: relative;
    z-index: 20;
}

.subsection_background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
    background-image: url("../img/egg-shell1.png");
}

.intro_row{}

.intro_row h1{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 0px auto 35px;
    max-width: min(1350px, 90%);
    font-size: 2.3em;
}

.intro_row h2{
    color: #C9954E;
    text-align: center;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0;
    font-variant-ligatures: common-ligatures;
    text-rendering: auto;
    max-width: inherit;
    text-transform: none;
    line-height: 125%;
    letter-spacing: 0.06em;
    margin: 0px auto 0px 0px;
    font-size: 1.25em;
}

.fade_gallery{
    line-height: 0;
}

.fade_gallery img{
    min-width: 100%;
}

.fullWidth{
    max-width: 100%;
}

.fullWidth .cell{
    padding-right: 40px;
    padding-left: 40px;
}

.fullWidth img{
    min-width: 100%;
}

.large_text_row{}

.large_text_row .cell{}

.large_text_row h1, .large_text_row h2, .life_split_text_wrap h1, .life_split_text_wrap h2{
    color: #C9954E;
    font-family: "Beaufort-Light";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.00em;
    margin: 0px auto 0px 0;
    max-width: min(950px, 90%);
    font-size: 3.25em;
}

.large_text_row h2, .life_split_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    /* font-size: 4.0em; */
}

.split_row{
    max-width: 100rem;
    /* background-color: rgba(255,255,255,0.5); */
}

.split_img_col{}

.split_img_wrap{
    background-color: transparent;
    top: 0;
    left: 0;
    min-height: min(90vh, 1050px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.split_img_wrap img{
    display: none;
}

.split_img_wrap1{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/image11-31-32.png');
}

.split_img_wrap2{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/I3_W143_SF_Masterbedroom_01-new.jpg');
    background-size: 100% 50%;
}

.split_img_wrap3{
    background-image: url(../img/render8.jpg);
}

.split_img_wrap4{
    background-image: url(../img/life3.jpg);
}

.split_img_wrap5{
    background-image: url(../img/life9.jpg);
}

.split_img_wrap6{
    background-image: url(../img/life18.jpg);
}

.split_img_wrap7{}

.split_img_wrap8{}

.split_img_wrap9{}

.split_img_wrap10{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/55-A-CARTER-37.png');
}
.split_img_wrap11{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/55-A-CARTER-39.png');
}
.split_img_wrap12{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/light-scheme-new2.png');
}
.split_img_wrap13{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/55-A-CARTER.png');
}
.split_img_wrap14{
    background-image: url('https://yurugacammeraynew.spandandentalclinic.com/wp-content/uploads/2024/03/55-A-CARTER-architect.png');
}



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

.split_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.split_text_wrap h4, .copy_row p, .render_copy_row p, .texture_nested_row p, .team_copy_col p, .life_grid_row p, .mayd_text_wrap p{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 50px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.35em;
}

.subsection_intro_row{
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0  150px;
}

.subsection_intro_row .cell{
    position: relative;
    z-index: 12;
}
.subsection_intro_row h4 {
    color: #c9954e;
    padding: 15px 50px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: inherit;
    font-size: 35px;
    text-shadow: none;
}


.subsection_intro_row h1{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 20px auto 0px;
    max-width: min(800px, 90%);
    letter-spacing: 0.03em;
    line-height: 150%;
    font-size: 1.35em;
    text-shadow: 1px 1px 1px rgb(20 20 20 / 20%);
}

.copy_row{}

.copy_row h1{}

.copy_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 120%;
    font-size: 2.0em;
}

.copy_row p{
    margin: 0 auto 0 0;
}

.subsection_intro_row2{}

.subsection_intro_row2 h4{
    margin-bottom: 50px;
}

.subsection_intro_row2 h1{}

.render_copy_row{}

.render_copy_row .cell{}

.render_copy_row h2, .texture_nested_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.02em;
    line-height: 140%;
    font-size: 2.00em;
}

.render_copy_row p{}

.material_row{}

.material_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.texture_copy_wrap{}

.texture_nested_row{}

.texture_nested_row .cell{}

.texture_nested_row h1{
    margin: 125px 0 50px 0;
}

.texture_nested_row2{}

.texture_nested_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.45em;
}

.texture_nested_row hr, .life_grid_hr{
    max-width: min(95%, 800px);
    margin: 5px auto 20px 0;
    border-bottom: 1px solid #6b7371;
}

.texture_nested_row p{
    margin: 0 auto 40px 0;
    max-width: min(90%, 800px);
    font-size: 1.15em;
}

.team_row{}

.team_row .cell {}

.team_nested_row{}

.render_nested_row{}

.team_img_wrap{
    position: relative;
    margin: 0 auto 45px 0;
}

.team_img_wrap img{}

.double_render_row{}

.double_render_row .cell{}

.team_title_col h3{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 130%;
    font-size: 1.6em;
}

.team_copy_col p{
    margin: 0 0 0 0;
    font-size: 1.3em;
}

.render_title_col h3{}

.render_copy_col p{}

.lpb{
    padding-bottom: 150px;
}

#locale{}

.subpage_top_section{
    /* display: none; */
    position: relative;
    /* background-color: #222; */
    z-index: 20;
    margin-bottom: 0px;
    min-height: 100vh;
    width: 100%;
}

.subpage_top_section .home_wrap{
    /* z-index: 99; */
}

.subpage_top_section .bottom_row_wrap{}

.subpage_top_section .subpage_text_wrap{}

.subpage_top_section .subpage_text_wrap h1{
    font-size: 1.8em;
    max-width: min(800px, 90%);
    margin: 0 auto 20px;
}

.subpage_top_section .subpage_text_wrap h6{
    color: #e0ded5;
    text-transform: uppercase;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: center;
    text-rendering: auto;
    margin: 0px auto 30px;
    max-width: 100%;
    letter-spacing: 0.08em;
    line-height: 140%;
    font-size: 1.0em;
    }

.subpage_top_section .subpage_text_wrap h6 a span {
  position: relative;
}

.subpage_top_section .subpage_text_wrap h6 a span::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e0ded5;
  transform-origin: bottom left;
  transform: scaleX(1);
  transition: transform 0.75s ease-in-out;
}

.subpage_top_section .subpage_text_wrap h6 a span:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.subpage_top_section .subpage_down{}

#subpage_image_holder{}

.image_overlay{}

#subpage_image_holder{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    }

.image_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(15,15,25,0.40);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#hero_image, #hero_image2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.vegas-slide, .vegas-slide-inner {
    height: 100%;
}

.subsection_background{}

.life_split_row{
    max-width: calc(100% - 80px);
}

.life_split_text_wrap{}

.life_split_text_wrap h1{
    /* font-family: "Beaufort-Regular"; */
}

.life_split_text_wrap h1, .life_split_text_wrap h2{
    font-size: 3.00em;
}

.life_grid_row{}

.life_grid_row .cell {}

.life_grid_row h1{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 40px;
    max-width: 100%;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.7em;
}

.life_grid_img{
    margin: 0 auto 10px 0;
}

.life_grid_row h2{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.life_grid_hr{
    max-width: min(100%, 800px);
    margin: 5px 0 15px 0;
    /* border-bottom: 1px solid #6b7371; */
}

.life_grid_row h6{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 5px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.10em;
}

.life_grid_row p{
    margin: 0 auto 0 0;
    font-size: 1.25em;
}

.aerial_row{}

.aerial_row .cell{
    padding-right: 0;
    padding-left: 0;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-size: 15px !important;
    line-height: 16px !important;
    text-align: left;
    color: #495871 !important;
    text-transform: none;
    font-family: "neue-haas-unica" !important;
}

.hs-hotspot-oval, .hs-hotspot-rect, .hs-hotspot-spot {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    margin-left: -15px !important;
    margin-top: -15px !important;
}

#creators{}

.subpage_text_wrap2 h1{
    max-width: min(700px, 90%) !important;
    margin: 0 auto 30px !important;
}

#hero_image2{}

.mayd_team_split{}

.mayd_team_split .cell{}

.mayd_text_wrap{
    max-width: min(80%, 750px);
    margin: 0 auto;
}

.mayd_text_wrap h1, .mayd_text_wrap h2{
    color: #6b7371;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(1150px, 100%);
    font-size: 2.90em;
}

.mayd_text_wrap h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
}

.mayd_text_wrap p{
    margin: 90px auto 40px;
}

.sig{
    height: 65px;
    margin: 0 0 0 0;
}

.sig1{}

.sig2{
    display: none;
}

.sig3{}

.sig4{
    display: none;
}

.mayd_text_wrap h5{
    color: #6b7371;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 20px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
}

.mayd_img_wrap{}

.mayd_img_wrap img {
    max-height: 85vh;
    margin: 0 auto;
    display: block;
}

.team_interview_wrap{
    background-color: #6b7371;
    background-image: url(../img/egg-shell2.png);
    position: relative;
    background-repeat: repeat;
    z-index: 20;
    padding: 100px 0 80px;
    /* margin: 0 auto; */
}

.team_interview_row{
    max-width: 100rem;
}

.team_interview_row1{
    margin-bottom: 90px;
}

.team_interview_row2{}

.team_interview_row h1, .team_interview_row h2{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin: 0px auto 0px 0;
    max-width: min(900px, 100%);
    font-size: 3.50em;
}

.team_interview_row h2{
    font-family: "neue-haas-unica";
    letter-spacing: 0.0em;
    font-weight: 300;
    margin: 0 0 70px 0;
}

.interview_img_wrap{}

.interview_img_wrap img{
    max-width: min(500px, 90%);
    margin: 0 auto 0 0;
    display: block;
}

.team_interview_row h3, .team_interview_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 20px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row h4{
    font-weight: 300;
    margin: 0 0 0 0;
}

.team_interview_row2 h5, .team_interview_row2 p{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 500;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 15px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
}

.team_interview_row2 p{
    margin: 0px auto 35px;
    font-weight: 400;
}

#footer{
    padding: 90px 0 80px 0;
    margin-bottom: -85px !important;
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
    position: relative;
    z-index: 20;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_background{
    background-color: rgba(20,20,20,0.4);
    box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 15%);
}

.footer_overlay{}

.footer_row, .disclaimer_footer_row{
    max-width: 88rem;
}

.footer_row .cell{}

.footer_row h1, .footer_row h2{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 50px 0;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.25em;
}

.footer_row h5{
    color: #e0ded5;
    font-family: "Beaufort-Regular";
    padding: 0 0px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.01em;
    margin: 20px auto 15px 0;
    max-width: min(850px, 100%);
    font-size: 2.5em;
}

.footer_row h4{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 20px 0;
    max-width: min(500px,90%);
    letter-spacing: 0.04em;
    line-height: 140%;
    font-size: 1.5em;
}

.footer_row h3{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 300;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px 0;
    max-width: 100%;
    letter-spacing: 0.04em;
    line-height: 160%;
    font-size: 1.0em;
    opacity: 0.8;
}

.footer_row h2{
    margin: 0px auto 45px 0;
}

.footer_form_wrap{}

.disclaimer_footer_row{}

.disclaimer_footer_row1{}

.disclaimer_footer_row2{}

.disclaimer_footer_col{}

#footer .disclaimer_footer_col h3{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 80px auto 60px;
    max-width: min(740px, 90%);
    font-size: 1.0em;
}

.disclaimer_footer_col ul{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 0px auto 0px;
    max-width: 100%;
    font-size: 0.85em;
}

.disclaimer_footer_col li{
    display: inline-block;
    margin: 0 20px;
}

.disclaimer_footer_col li a{}

.disclaimer_footer_col li a:hover{}

.caption{
    color: #e0ded5;
    text-transform: none;
    font-family: "neue-haas-unica";
    font-weight: 400;
    padding: 0 0 0 0px;
    text-align: left;
    text-rendering: auto;
    margin: 0px auto 0px;
    max-width: 100%;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
    position: absolute;
    left: inherit;
    right: 20px;
    bottom: 15px;
}

.team_caption{}

#hero_image{}

#hero_image2{}

.narrow_row{
    max-width: 80rem;
}

.subsection_intro_overlay{
    background-color: rgba(10,10,20,0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.blue_split_row{
    background-color: #6b7371;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/intro1.jpg);
}

.blue_split_row h4{
    color: #e0ded5;
}

.blue_split_row h1{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.blue_split_row h2{
    color: #EDEBE2;
    text-shadow: 1px 1px 2px rgb(20 20 20 / 20%);
}

.white_row{background-color: rgba(255 255 255 / 0%);}

	

.disclaimer_footer_col{}

.disclaimer_footer_col1{}

.disclaimer_footer_col2{}

.disclaimer_footer_col2{}

.cl_img_wrap{
    display: inline-block;
}

.cl_img_wrap h6{
    color: #e0ded5;
    font-family: "neue-haas-unica";
    padding: 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12em;
    margin: 15px auto 0;
    max-width: inherit;
    font-size: 0.8em;
    opacity: 0.9;
}

.cl_img_wrap1{
    margin: 0 auto 45px;
}

.cl_img_wrap2{
    margin: 0 20px;
}

.cl6{}

.bottom_form_row{}

.bottom_form_row .cl_wrap2{}

.bottom_form_row .cl_img_wrap2{}
   
.bottom_form_row .cl{}

.bottom_form_row .cl_wrap2{}

	
}
.you-interiors .split_row .split_text_col{
    min-width: 640px;
}












