@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@300;400;600&display=swap");:root{--bt--style--color: #dca83b}
/* hidden sections*/
.section--stats{display:none}
.section--testimonials{display: none}
.section--reviews{display:none}
.section--fma{display:none}
.section--agents{display:none}
.content__bg{display: none}
header::before {
	display:none!important;
}
.vgt-local-hero .hero {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.vgt-local-hero .hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.35) 48%, rgba(0,0,0,.12));
	z-index: 1;
}
.vgt-local-hero .wp-block-cover__image-background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.vgt-local-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}
.vgt-hero-content {
	max-width: 760px;
	padding: 120px 0 190px;
	color: #fff;
}
.vgt-hero-content h1 {
	font-family: "Playfair Display",serif;
	font-size: clamp(48px, 6vw, 86px);
	line-height: 1.02;
	font-weight: 400;
	margin: 0 0 28px;
	color: #fff;
}
.vgt-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.vgt-hero-buttons .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	background: #dca83b;
	color: #111;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none!important;
}
.vgt-hero-buttons .btn--secondary {
	background: #fff;
	color: #111;
}
#pageComponent636748{display: none}
.intro {
	padding-bottom: 60px;
}
.intro__title {display: none;}
.intro__buttons {display: none;}
/**/
/*custom sierra*/
.section--content > .content {padding:0}
.section--content > .content > .content__container {
	max-width: 100%;
	padding: 0;
}
#info_banner {
	transition: 300ms ease all 2s;
	height: 0;
	overflow: hidden;
	background: #000;
	z-index: 9999;
	position: relative;
    box-sizing: border-box
}
#info_banner.expanded {
	height: 71px;
	padding: 15px;
}
#info_banner .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#info_banner .container::after, #info_banner .container::before {
	content: " ";
	display: table;
}
#info_banner p {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin: 0!important;
	padding-right: 60px;
	color: #fff;

}
#info_banner p span {
	color: #dca83b;
	font-weight: 600;
}
.cy-custom .btn-alt {
	background: #dca83b;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 600;
	position: relative;
	transition: 300ms ease all;
	overflow: hidden;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.cy-custom .btn-alt:hover {
    background: #E7C47A; }
.cy-custom .btn-alt::before {
	 position: absolute;
            top: 0;
            left: -100%;
            z-index: 2;
            display: block;
            content: "";
            width: 80%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
}

.cy-custom .btn-alt:hover::before {
                -webkit-animation: shine 0.75s;
                animation: shine 0.75s;
            }




#expandcp {cursor:hand;cursor:pointer; }
#expacp {width:100%;margin:0px auto; }
#expendcp{margin-top: 30px;}
.btn.alt.wow.fadeInUp._Rmore{margin-top:20px!important}
.navbar-holder{position:relative;z-index:9}
.navbar-holder>.container{position:relative;max-width:1400px}
.navbar-holder .navbar{padding-top:40px}
.navbar-holder .navbar #main-nav-container>ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}
.navbar-holder .navbar #main-nav-container>ul>li{position:relative}
.navbar-holder .navbar #main-nav-container>ul>li.menu-item-has-children>a:after{content:"ï¸";font-family:"Font Awesome 5 Pro";padding-left:6px;font-size:13px}
.navbar-holder .navbar #main-nav-container>ul>li>a{color:#fff;padding:8px 20px;text-decoration:none;font-weight:600;text-transform:uppercase;display:block}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu{position:absolute;opacity:0;padding:0;top:100%;left:0;-webkit-transition:300ms ease all;transition:300ms ease all;list-style:none;background:#fff}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu li{border-bottom:rgba(0,0,0,0.1)}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a{color:#000;font-size:15px;text-transform:uppercase;white-space:nowrap;display:block;padding:10px 50px 10px 20px;text-decoration:none;font-weight:600;-webkit-transition:300ms ease all;transition:300ms ease all}
.navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a:hover{color:#fff;background:#000}
.navbar-holder .navbar #main-nav-container>ul>li:last-child .sub-menu{left:auto;right:0}
.navbar-holder .navbar #main-nav-container>ul>li:hover .sub-menu{opacity:1}
.navbar-holder.homepage{background:transparent;height:100px;margin-bottom:-100px}
.navbar-holder.internal{background:#292828}
.navbar-holder.internal .logobox{margin-right:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.navbar-holder.internal .navbar{padding-top:0;margin-left:auto}
.navbar-holder.internal .navbar #main-nav-container{padding:20px 0}
.navbar-holder.internal .navbar #main-nav-container #main-nav{margin-bottom:0}
.header-mobile .bt-login>ul{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}
.header-mobile .bt-login>ul li{width:50%}.header-mobile .bt-login>ul li a{color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:20px}
.header-mobile .bt-login>ul li a:hover{background-color:#555}

#hero_cta_bar {
	transform: translateY(-100%);
	z-index: 9999;
	width: 100%;
	background: rgba(0,0,0,.4);
	position: relative;
	height: 115px;
	margin-bottom: -115px;
	padding-right: 0px;
}
#hero_cta_bar .container {
	display: flex;
	align-items: end;
	max-width: 1300px;
}
#hero_cta_bar .container .cta {
    visibility: visible !important;
    animation-name: fadeInDown !important;
    animation-duration: 1s; /* Duración de la animación */
    animation-delay: 0s; /* Retraso antes de iniciar la animación */
}
#hero_cta_bar .container .cta a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 500!important;
	border-bottom: 2px solid #dca83b;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 10px;
	transition: 500ms ease all;
	font-family: "Poppins","Montserrat",Helvetica,sans-serif;
	position: relative;
}
#hero_cta_bar .container .cta a:hover {
	padding-bottom: 15px;
	padding-top: 0;
}
#hero_cta_bar .container .cta a span {
	display: block;
	color: #fff;
	font-size: 14px;
	/*font-weight: 400!important;*/
	letter-spacing: 0;
	text-transform: none;
	padding-bottom: 5px;
	padding-top: 3px;
}
#hero_cta_bar .container .cta a::after {
	content: "\203A";
	position: absolute;
	color: #dca83b;
	right: 10px;
	bottom: 3px;
	font-size: 30px;
	line-height: 1;
	transition: all 200ms ease 0s;
}
#hero_cta_bar .container .cta a:hover::after {
	transform: rotate(360deg) translateY(-15px);
}
#hero_cta_bar .container .cta {
	width: 33.3333333333%;
	padding: 20px 30px;
}
#hero_cta_bar .r-logo {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #dca83b;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 24px;
}
#hero_cta_bar .r-logo img {
	display: block;
	max-width: 92px;
	max-height: 92px;
	width: auto;
	height: auto;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(220,168,59,.45);
	box-sizing: border-box;
	padding: 12px;
}

/*animations*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@media (max-width: 991px){
    .intro__nearby-search .si-btn {
    display: none;
}
    .intro__nearby-search {
     margin: 0em 0 0;
}
    .nav-menu {right: 15px;}
    .header__bg {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0!important;
}
    .intro {max-height: 50vh;
	padding-bottom: 0px;
}
	.header {padding-right: 15px;padding-left: 15px}
 header#top{display:none}
.header-mobile{background-color:#292828;position:fixed;top:0;width:100%;z-index:9999}
.header-mobile.internal{position:relative}
    .logo{display:inline-block;font-size:60px;margin-left:20px;margin-top:0}
    .logo img{vertical-align:initial;max-width:200px;max-height:60px;margin-top:10px}
    .nav{width:100%;height:100%;position:fixed;background-color:#292828;overflow:hidden}
    .mobile-menu-class{padding-left:0;margin-bottom:0}
    .mobile-menu-class a{display:block;padding:20px;text-decoration:none;text-transform:uppercase;font-size:16px;color:#fff}
    .mobile-menu-class a:hover{background-color:#555}
    .nav{max-height:0;-webkit-transition:max-height 0.5s ease-out;transition:max-height 0.5s ease-out}
    .hamb{cursor:pointer;float:right;padding:40px 20px}.hamb-line{background:#fff;display:block;height:2px;position:relative;width:24px}
    .hamb-line::before,.hamb-line::after{background:#fff;content:"";display:block;height:100%;position:absolute;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;width:100%}.hamb-line::before{top:5px}.hamb-line::after{top:-5px}.side-menu{display:none}.side-menu:checked ~ nav{max-height:100vh}
    .side-menu:checked ~ .hamb .hamb-line{background:transparent}.side-menu:checked ~ .hamb .hamb-line::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0}
    .side-menu:checked ~ .hamb .hamb-line::after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0}
}
@media (min-width: 992px){
    .header-mobile{display:none}
    .hamb{display:none}
    .home header {
	min-height: 750px; height: 90vh;}
    .intro {
	height: 50vh;
}
    
}
.si-content-area ul:not(.si-content-label__body) li:not(.si-content-label__link)::before {
	display: none;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px; 
	padding-right: 0px; 
    margin-top: -161px;
}
#home215893 .logo {
    background: rgba(255,255,255,.4);
    
    box-sizing: border-box;
    padding: 14px;
}
#home215893 .logo img,
#home215893 .logo__img {
	filter: none !important;
}
#dynamic-nav .dynamic-menu-item > a {
	color: #fff;
}
.navigation__top-auth > a {
	color: rgb(255, 255, 255);
}
.lang__button{color:#fff;}
/*header{background: transparent}*/

#pageComponent651401{display: none;}
#home215893{font-family:"Raleway","Montserrat","Open Sans",Helvetica,sans-serif;scroll-behavior:smooth;font-weight:300;font-size:16px}
#home215893 .navbar-holder{position:relative;z-index:9}
#home215893 .navbar-holder>.container{position:relative;max-width:1400px}
#home215893 .navbar-holder .navbar{padding-top:40px}
#home215893 .navbar-holder .navbar #main-nav-container>ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li{position:relative}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li.menu-item-has-children>a:after{content:"ï¸";font-family:"Font Awesome 5 Pro";padding-left:6px;font-size:13px}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li>a{color:#fff;padding:8px 20px;text-decoration:none;font-weight:600;text-transform:uppercase;display:block}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu{position:absolute;opacity:0;padding:0;top:100%;left:0;-webkit-transition:300ms ease all;transition:300ms ease all;list-style:none;background:#fff}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu li{border-bottom:rgba(0,0,0,0.1)}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a{color:#000;font-size:15px;text-transform:uppercase;white-space:nowrap;display:block;padding:10px 50px 10px 20px;text-decoration:none;font-weight:600;-webkit-transition:300ms ease all;transition:300ms ease all}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li .sub-menu li a:hover{color:#fff;background:#000}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li:last-child .sub-menu{left:auto;right:0}
#home215893 .navbar-holder .navbar #main-nav-container>ul>li:hover .sub-menu{opacity:1}
#home215893 .navbar-holder.homepage{background:transparent;height:100px;margin-bottom:-100px}
#home215893 .navbar-holder.internal{background:#292828}
#home215893 .navbar-holder.internal .logobox{margin-right:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:initial;-ms-flex:initial;flex:initial}
#home215893 .navbar-holder.internal .navbar{padding-top:0;margin-left:auto}
#home215893 .navbar-holder.internal .navbar #main-nav-container{padding:20px 0}
#home215893 .navbar-holder.internal .navbar #main-nav-container #main-nav{margin-bottom:0}
#home215893 .header-mobile .bt-login>ul{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}
#home215893 .header-mobile .bt-login>ul li{width:50%}
#home215893 .header-mobile .bt-login>ul li a{color:#fff;text-transform:uppercase;text-decoration:none;display:block;padding:20px}#home215893 .header-mobile .bt-login>ul li a:hover{background-color:#555}
.wp-block-image{display:none}
@media (max-width: 991px){
    header.si-bgp--center div.container{padding-left: 0; padding-right: 0}
.wp-block-image{display:block; padding:5%}
#home215893 .logo img {
	filter: none !important;
}
  .home header {
    padding-bottom: 100px;
}
    .header {
	background: #fff;
	height: 115px;
}
.navigation__top-auth > a {
    color: rgb(0 0 0);
}
    .lang__button {
	color: #000;
}
#home215893 header#top{display:none}
#home215893 .header-mobile{background-color:#292828;position:fixed;top:0;width:100%;z-index:9999}
#home215893 .header-mobile.internal{position:relative}
#home215893 .logo{display:inline-block;font-size:60px;margin-left:20px;margin-top:0}
#home215893 .logo img{vertical-align:initial;max-width:200px;max-height:60px;margin-top:10px}
#home215893 .nav{width:100%;height:100%;position:fixed;background-color:#292828;overflow:hidden}
#home215893 .mobile-menu-class{padding-left:0;margin-bottom:0}
#home215893 .mobile-menu-class a{display:block;padding:20px;text-decoration:none;text-transform:uppercase;font-size:16px;color:#fff}
#home215893 .mobile-menu-class a:hover{background-color:#555}
#home215893 .nav{max-height:0;-webkit-transition:max-height 0.5s ease-out;transition:max-height 0.5s ease-out}
#home215893 .hamb{cursor:pointer;float:right;padding:40px 20px}
#home215893 .hamb-line{background:#fff;display:block;height:2px;position:relative;width:24px}
#home215893 .hamb-line::before,#home215893 .hamb-line::after{background:#fff;content:"";display:block;height:100%;position:absolute;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;width:100%}
#home215893 .hamb-line::before{top:5px}
#home215893 .hamb-line::after{top:-5px}
#home215893 .side-menu{display:none}
#home215893 .side-menu:checked ~ nav{max-height:100vh}
#home215893 .side-menu:checked ~ .hamb .hamb-line{background:transparent}
#home215893 .side-menu:checked ~ .hamb .hamb-line::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0}
#home215893 .side-menu:checked ~ .hamb .hamb-line::after{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0}}@media (min-width: 992px){#home215893 .header-mobile{display:none}
#home215893 .hamb{display:none}
}

 .wp-block-cover,
.wp-block-cover-image {
    position:relative;
    background-size:cover;
    background-position:50%;
    min-height:430px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1em;
    box-sizing:border-box
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    max-width:none;
    max-height:none;
    -o-object-fit:cover;
    object-fit:cover;
    outline:none;
    border:none;
    box-shadow:none
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index:0
}
.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
 	width: 100%;
    z-index: 1;
    color: #fff;
	}
.wp-block-buttons {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    column-gap:.5em
}
.wp-block-buttons>.wp-block-button {
    display:inline-block;
    margin-left:0;
    margin-right:.5em;
    margin-bottom:2.5em;
    text-decoration:none;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table;
}





#home215893 .wp-block-button .wp-block-button__link{border-radius:0;background-color:#000;color:#fff;text-transform:uppercase;letter-spacing:2px;font-weight:900;font-size:18px;padding:20px 45px;-webkit-transition:300ms ease all;transition:300ms ease all}
#home215893 .wp-block-button .wp-block-button__link:hover{background:#dca83b}
#home215893 .wp-block-button.is-style-secondary .wp-block-button__link{background-color:#dca83b}
#home215893 .wp-block-button.is-style-secondary .wp-block-button__link:hover{background-color:#000}
#home215893 .text-center{text-align:center}
#home215893 .container{width:100%;max-width:1500px}
#home215893 .hero {
	height: 60vw;
	max-height: 70vh;
	min-height: 700px;
}
#home215893 .cy-custom{position:relative}
@-ms-viewport{#home215893 .cy-custom{width:device-width}}
#home215893 .cy-custom html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}
#home215893 .cy-custom *{-webkit-box-sizing:inherit;box-sizing:inherit}
#home215893 .cy-custom *::before,#home215893 .cy-custom *::after{-webkit-box-sizing:inherit;box-sizing:inherit}
#home215893 .cy-custom .container,#home215893 .cy-custom .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width: 576px){
    #home215893 .cy-custom .container{max-width:540px}
}
@media (min-width: 768px){
    #home215893 .cy-custom .container{max-width:720px}
}
@media (min-width: 992px){
    #home215893 .cy-custom .container{max-width:960px}
}
@media (min-width: 1200px){
    #home215893 .cy-custom .container{max-width:1140px}
}
#home215893 .cy-custom .row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
#home215893 .cy-custom .no-gutters{margin-right:0;margin-left:0}
#home215893 .cy-custom .no-gutters>.col,#home215893 .cy-custom .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}
#home215893 .cy-custom .col-1,#home215893 .cy-custom .col-2,#home215893 .cy-custom .col-3,#home215893 .cy-custom .col-4,#home215893 .cy-custom .col-5,#home215893 .cy-custom .col-6,#home215893 .cy-custom .col-7,#home215893 .cy-custom .col-8,#home215893 .cy-custom .col-9,#home215893 .cy-custom .col-10,#home215893 .cy-custom .col-11,#home215893 .cy-custom .col-12,#home215893 .cy-custom .col,#home215893 .cy-custom .col-auto,#home215893 .cy-custom .col-sm-1,#home215893 .cy-custom .col-sm-2,#home215893 .cy-custom .col-sm-3,#home215893 .cy-custom .col-sm-4,#home215893 .cy-custom .col-sm-5,#home215893 .cy-custom .col-sm-6,#home215893 .cy-custom .col-sm-7,#home215893 .cy-custom .col-sm-8,#home215893 .cy-custom .col-sm-9,#home215893 .cy-custom .col-sm-10,#home215893 .cy-custom .col-sm-11,#home215893 .cy-custom .col-sm-12,#home215893 .cy-custom .col-sm,#home215893 .cy-custom .col-sm-auto,#home215893 .cy-custom .col-md-1,#home215893 .cy-custom .col-md-2,#home215893 .cy-custom .col-md-3,#home215893 .cy-custom .col-md-4,#home215893 .cy-custom .col-md-5,#home215893 .cy-custom .col-md-6,#home215893 .cy-custom .col-md-7,#home215893 .cy-custom .col-md-8,#home215893 .cy-custom .col-md-9,#home215893 .cy-custom .col-md-10,#home215893 .cy-custom .col-md-11,#home215893 .cy-custom .col-md-12,#home215893 .cy-custom .col-md,#home215893 .cy-custom .col-md-auto,#home215893 .cy-custom .col-lg-1,#home215893 .cy-custom .col-lg-2,#home215893 .cy-custom .col-lg-3,#home215893 .cy-custom .col-lg-4,#home215893 .cy-custom .col-lg-5,#home215893 .cy-custom .col-lg-6,#home215893 .cy-custom .col-lg-7,#home215893 .cy-custom .col-lg-8,#home215893 .cy-custom .col-lg-9,#home215893 .cy-custom .col-lg-10,#home215893 .cy-custom .col-lg-11,#home215893 .cy-custom .col-lg-12,#home215893 .cy-custom .col-lg,#home215893 .cy-custom .col-lg-auto,#home215893 .cy-custom .col-xl-1,#home215893 .cy-custom .col-xl-2,#home215893 .cy-custom .col-xl-3,#home215893 .cy-custom .col-xl-4,#home215893 .cy-custom .col-xl-5,#home215893 .cy-custom .col-xl-6,#home215893 .cy-custom .col-xl-7,#home215893 .cy-custom .col-xl-8,#home215893 .cy-custom .col-xl-9,#home215893 .cy-custom .col-xl-10,#home215893 .cy-custom .col-xl-11,#home215893 .cy-custom .col-xl-12,#home215893 .cy-custom .col-xl,#home215893 .cy-custom .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
#home215893 .cy-custom .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
#home215893 .cy-custom .col-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
#home215893 .cy-custom .col-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
#home215893 .cy-custom .col-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
#home215893 .cy-custom .col-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
#home215893 .cy-custom .col-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
#home215893 .cy-custom .col-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
#home215893 .cy-custom .col-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
#home215893 .cy-custom .col-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
#home215893 .cy-custom .col-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
#home215893 .cy-custom .col-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
#home215893 .cy-custom .col-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
#home215893 .cy-custom .col-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
#home215893 .cy-custom .col-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
#home215893 .cy-custom .order-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
#home215893 .cy-custom .order-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
#home215893 .cy-custom .order-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
#home215893 .cy-custom .order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
#home215893 .cy-custom .order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
#home215893 .cy-custom .order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
#home215893 .cy-custom .order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
#home215893 .cy-custom .order-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
#home215893 .cy-custom .order-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
#home215893 .cy-custom .order-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
#home215893 .cy-custom .order-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
#home215893 .cy-custom .order-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
#home215893 .cy-custom .order-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
#home215893 .cy-custom .order-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
#home215893 .cy-custom .order-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
#home215893 .cy-custom .offset-1{margin-left:8.333333%}
#home215893 .cy-custom .offset-2{margin-left:16.666667%}
#home215893 .cy-custom .offset-3{margin-left:25%}
#home215893 .cy-custom .offset-4{margin-left:33.333333%}
#home215893 .cy-custom .offset-5{margin-left:41.666667%}
#home215893 .cy-custom .offset-6{margin-left:50%}
#home215893 .cy-custom .offset-7{margin-left:58.333333%}
#home215893 .cy-custom .offset-8{margin-left:66.666667%}
#home215893 .cy-custom .offset-9{margin-left:75%}
#home215893 .cy-custom .offset-10{margin-left:83.333333%}
#home215893 .cy-custom .offset-11{margin-left:91.666667%}
@media (min-width: 576px){
    #home215893 .cy-custom .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home215893 .cy-custom .col-sm-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home215893 .cy-custom .col-sm-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home215893 .cy-custom .col-sm-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home215893 .cy-custom .col-sm-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home215893 .cy-custom .col-sm-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home215893 .cy-custom .col-sm-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home215893 .cy-custom .col-sm-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home215893 .cy-custom .col-sm-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home215893 .cy-custom .col-sm-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home215893 .cy-custom .col-sm-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home215893 .cy-custom .col-sm-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home215893 .cy-custom .col-sm-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home215893 .cy-custom .col-sm-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home215893 .cy-custom .order-sm-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home215893 .cy-custom .order-sm-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home215893 .cy-custom .order-sm-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home215893 .cy-custom .order-sm-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home215893 .cy-custom .order-sm-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home215893 .cy-custom .order-sm-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home215893 .cy-custom .order-sm-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home215893 .cy-custom .order-sm-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home215893 .cy-custom .order-sm-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home215893 .cy-custom .order-sm-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home215893 .cy-custom .order-sm-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home215893 .cy-custom .order-sm-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home215893 .cy-custom .order-sm-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home215893 .cy-custom .order-sm-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home215893 .cy-custom .order-sm-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home215893 .cy-custom .offset-sm-0{margin-left:0}
    #home215893 .cy-custom .offset-sm-1{margin-left:8.333333%}
    #home215893 .cy-custom .offset-sm-2{margin-left:16.666667%}
    #home215893 .cy-custom .offset-sm-3{margin-left:25%}
    #home215893 .cy-custom .offset-sm-4{margin-left:33.333333%}
    #home215893 .cy-custom .offset-sm-5{margin-left:41.666667%}
    #home215893 .cy-custom .offset-sm-6{margin-left:50%}
    #home215893 .cy-custom .offset-sm-7{margin-left:58.333333%}
    #home215893 .cy-custom .offset-sm-8{margin-left:66.666667%}
    #home215893 .cy-custom .offset-sm-9{margin-left:75%}
    #home215893 .cy-custom .offset-sm-10{margin-left:83.333333%}
    #home215893 .cy-custom .offset-sm-11{margin-left:91.666667%}
}
@media (min-width: 768px){
    #home215893 .cy-custom .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home215893 .cy-custom .col-md-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home215893 .cy-custom .col-md-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home215893 .cy-custom .col-md-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home215893 .cy-custom .col-md-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home215893 .cy-custom .col-md-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home215893 .cy-custom .col-md-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home215893 .cy-custom .col-md-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home215893 .cy-custom .col-md-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home215893 .cy-custom .col-md-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home215893 .cy-custom .col-md-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home215893 .cy-custom .col-md-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home215893 .cy-custom .col-md-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home215893 .cy-custom .col-md-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home215893 .cy-custom .order-md-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home215893 .cy-custom .order-md-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home215893 .cy-custom .order-md-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home215893 .cy-custom .order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home215893 .cy-custom .order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home215893 .cy-custom .order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home215893 .cy-custom .order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home215893 .cy-custom .order-md-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home215893 .cy-custom .order-md-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home215893 .cy-custom .order-md-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home215893 .cy-custom .order-md-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home215893 .cy-custom .order-md-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home215893 .cy-custom .order-md-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home215893 .cy-custom .order-md-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home215893 .cy-custom .order-md-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home215893 .cy-custom .offset-md-0{margin-left:0}
    #home215893 .cy-custom .offset-md-1{margin-left:8.333333%}
    #home215893 .cy-custom .offset-md-2{margin-left:16.666667%}
    #home215893 .cy-custom .offset-md-3{margin-left:25%}
    #home215893 .cy-custom .offset-md-4{margin-left:33.333333%}
    #home215893 .cy-custom .offset-md-5{margin-left:41.666667%}
    #home215893 .cy-custom .offset-md-6{margin-left:50%}
    #home215893 .cy-custom .offset-md-7{margin-left:58.333333%}
    #home215893 .cy-custom .offset-md-8{margin-left:66.666667%}
    #home215893 .cy-custom .offset-md-9{margin-left:75%}
    #home215893 .cy-custom .offset-md-10{margin-left:83.333333%}
    #home215893 .cy-custom .offset-md-11{margin-left:91.666667%}
}
@media (min-width: 992px){
    #home215893 .cy-custom .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home215893 .cy-custom .col-lg-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home215893 .cy-custom .col-lg-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home215893 .cy-custom .col-lg-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home215893 .cy-custom .col-lg-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home215893 .cy-custom .col-lg-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home215893 .cy-custom .col-lg-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home215893 .cy-custom .col-lg-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home215893 .cy-custom .col-lg-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home215893 .cy-custom .col-lg-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home215893 .cy-custom .col-lg-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home215893 .cy-custom .col-lg-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home215893 .cy-custom .col-lg-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home215893 .cy-custom .col-lg-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home215893 .cy-custom .order-lg-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home215893 .cy-custom .order-lg-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home215893 .cy-custom .order-lg-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home215893 .cy-custom .order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home215893 .cy-custom .order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home215893 .cy-custom .order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home215893 .cy-custom .order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home215893 .cy-custom .order-lg-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home215893 .cy-custom .order-lg-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home215893 .cy-custom .order-lg-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home215893 .cy-custom .order-lg-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home215893 .cy-custom .order-lg-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home215893 .cy-custom .order-lg-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home215893 .cy-custom .order-lg-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home215893 .cy-custom .order-lg-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home215893 .cy-custom .offset-lg-0{margin-left:0}
    #home215893 .cy-custom .offset-lg-1{margin-left:8.333333%}
    #home215893 .cy-custom .offset-lg-2{margin-left:16.666667%}
    #home215893 .cy-custom .offset-lg-3{margin-left:25%}
    #home215893 .cy-custom .offset-lg-4{margin-left:33.333333%}
    #home215893 .cy-custom .offset-lg-5{margin-left:41.666667%}
    #home215893 .cy-custom .offset-lg-6{margin-left:50%}
    #home215893 .cy-custom .offset-lg-7{margin-left:58.333333%}
    #home215893 .cy-custom .offset-lg-8{margin-left:66.666667%}
    #home215893 .cy-custom .offset-lg-9{margin-left:75%}
    #home215893 .cy-custom .offset-lg-10{margin-left:83.333333%}
    #home215893 .cy-custom .offset-lg-11{margin-left:91.666667%}
}
@media (min-width: 1200px){
    #home215893 .cy-custom .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;max-width:100%}
    #home215893 .cy-custom .col-xl-auto{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}
    #home215893 .cy-custom .col-xl-1{-ms-flex:0 0 8.333333%;-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
    #home215893 .cy-custom .col-xl-2{-ms-flex:0 0 16.666667%;-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
    #home215893 .cy-custom .col-xl-3{-ms-flex:0 0 25%;-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
    #home215893 .cy-custom .col-xl-4{-ms-flex:0 0 33.333333%;-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
    #home215893 .cy-custom .col-xl-5{-ms-flex:0 0 41.666667%;-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
    #home215893 .cy-custom .col-xl-6{-ms-flex:0 0 50%;-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
    #home215893 .cy-custom .col-xl-7{-ms-flex:0 0 58.333333%;-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
    #home215893 .cy-custom .col-xl-8{-ms-flex:0 0 66.666667%;-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
    #home215893 .cy-custom .col-xl-9{-ms-flex:0 0 75%;-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
    #home215893 .cy-custom .col-xl-10{-ms-flex:0 0 83.333333%;-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
    #home215893 .cy-custom .col-xl-11{-ms-flex:0 0 91.666667%;-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
    #home215893 .cy-custom .col-xl-12{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
    #home215893 .cy-custom .order-xl-first{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}
    #home215893 .cy-custom .order-xl-last{-ms-flex-order:13;-webkit-box-ordinal-group:14;order:13}
    #home215893 .cy-custom .order-xl-0{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}
    #home215893 .cy-custom .order-xl-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}
    #home215893 .cy-custom .order-xl-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}
    #home215893 .cy-custom .order-xl-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}
    #home215893 .cy-custom .order-xl-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}
    #home215893 .cy-custom .order-xl-5{-ms-flex-order:5;-webkit-box-ordinal-group:6;order:5}
    #home215893 .cy-custom .order-xl-6{-ms-flex-order:6;-webkit-box-ordinal-group:7;order:6}
    #home215893 .cy-custom .order-xl-7{-ms-flex-order:7;-webkit-box-ordinal-group:8;order:7}
    #home215893 .cy-custom .order-xl-8{-ms-flex-order:8;-webkit-box-ordinal-group:9;order:8}
    #home215893 .cy-custom .order-xl-9{-ms-flex-order:9;-webkit-box-ordinal-group:10;order:9}
    #home215893 .cy-custom .order-xl-10{-ms-flex-order:10;-webkit-box-ordinal-group:11;order:10}
    #home215893 .cy-custom .order-xl-11{-ms-flex-order:11;-webkit-box-ordinal-group:12;order:11}
    #home215893 .cy-custom .order-xl-12{-ms-flex-order:12;-webkit-box-ordinal-group:13;order:12}
    #home215893 .cy-custom .offset-xl-0{margin-left:0}
    #home215893 .cy-custom .offset-xl-1{margin-left:8.333333%}
    #home215893 .cy-custom .offset-xl-2{margin-left:16.666667%}
    #home215893 .cy-custom .offset-xl-3{margin-left:25%}
    #home215893 .cy-custom .offset-xl-4{margin-left:33.333333%}
    #home215893 .cy-custom .offset-xl-5{margin-left:41.666667%}
    #home215893 .cy-custom .offset-xl-6{margin-left:50%}
    #home215893 .cy-custom .offset-xl-7{margin-left:58.333333%}
    #home215893 .cy-custom .offset-xl-8{margin-left:66.666667%}
    #home215893 .cy-custom .offset-xl-9{margin-left:75%}
    #home215893 .cy-custom .offset-xl-10{margin-left:83.333333%}
    #home215893 .cy-custom .offset-xl-11{margin-left:91.666667%}
}
#home215893 .cy-custom .d-none{display:none !important}
#home215893 .cy-custom .d-inline{display:inline !important}
#home215893 .cy-custom .d-inline-block{display:inline-block !important}
#home215893 .cy-custom .d-block{display:block !important}
#home215893 .cy-custom .d-table{display:table !important}
#home215893 .cy-custom .d-table-row{display:table-row !important}
#home215893 .cy-custom .d-table-cell{display:table-cell !important}
#home215893 .cy-custom .d-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
#home215893 .cy-custom .d-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
@media (min-width: 576px){
    #home215893 .cy-custom .d-sm-none{display:none !important}
    #home215893 .cy-custom .d-sm-inline{display:inline !important}
    #home215893 .cy-custom .d-sm-inline-block{display:inline-block !important}
    #home215893 .cy-custom .d-sm-block{display:block !important}
    #home215893 .cy-custom .d-sm-table{display:table !important}
    #home215893 .cy-custom .d-sm-table-row{display:table-row !important}
    #home215893 .cy-custom .d-sm-table-cell{display:table-cell !important}
    #home215893 .cy-custom .d-sm-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home215893 .cy-custom .d-sm-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media (min-width: 768px){
    #home215893 .cy-custom .d-md-none{display:none !important}
    #home215893 .cy-custom .d-md-inline{display:inline !important}
    #home215893 .cy-custom .d-md-inline-block{display:inline-block !important}
    #home215893 .cy-custom .d-md-block{display:block !important}#home215893 .cy-custom .d-md-table{display:table !important}
    #home215893 .cy-custom .d-md-table-row{display:table-row !important}
    #home215893 .cy-custom .d-md-table-cell{display:table-cell !important}
    #home215893 .cy-custom .d-md-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home215893 .cy-custom .d-md-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media (min-width: 992px){
    #home215893 .cy-custom .d-lg-none{display:none !important}
    #home215893 .cy-custom .d-lg-inline{display:inline !important}
    #home215893 .cy-custom .d-lg-inline-block{display:inline-block !important}
    #home215893 .cy-custom .d-lg-block{display:block !important}
    #home215893 .cy-custom .d-lg-table{display:table !important}
    #home215893 .cy-custom .d-lg-table-row{display:table-row !important}
    #home215893 .cy-custom .d-lg-table-cell{display:table-cell !important}
    #home215893 .cy-custom .d-lg-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home215893 .cy-custom .d-lg-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media (min-width: 1200px){
    #home215893 .cy-custom .d-xl-none{display:none !important}
    #home215893 .cy-custom .d-xl-inline{display:inline !important}
    #home215893 .cy-custom .d-xl-inline-block{display:inline-block !important}#home215893 .cy-custom .d-xl-block{display:block !important}
    #home215893 .cy-custom .d-xl-table{display:table !important}
    #home215893 .cy-custom .d-xl-table-row{display:table-row !important}#home215893 .cy-custom .d-xl-table-cell{display:table-cell !important}
    #home215893 .cy-custom .d-xl-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home215893 .cy-custom .d-xl-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
@media print{
    #home215893 .cy-custom .d-print-none{display:none !important}
    #home215893 .cy-custom .d-print-inline{display:inline !important}
    #home215893 .cy-custom .d-print-inline-block{display:inline-block !important}
    #home215893 .cy-custom .d-print-block{display:block !important}
    #home215893 .cy-custom .d-print-table{display:table !important}
    #home215893 .cy-custom .d-print-table-row{display:table-row !important}
    #home215893 .cy-custom .d-print-table-cell{display:table-cell !important}
    #home215893 .cy-custom .d-print-flex{display:-ms-flexbox !important;display:-webkit-box !important;display:flex !important}
    #home215893 .cy-custom .d-print-inline-flex{display:-ms-inline-flexbox !important;display:-webkit-inline-box !important;display:inline-flex !important}
}
#home215893 .cy-custom .flex-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
#home215893 .cy-custom .flex-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
#home215893 .cy-custom .flex-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
#home215893 .cy-custom .flex-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
#home215893 .cy-custom .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
#home215893 .cy-custom .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
#home215893 .cy-custom .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
#home215893 .cy-custom .flex-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
#home215893 .cy-custom .flex-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
#home215893 .cy-custom .flex-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
#home215893 .cy-custom .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
#home215893 .cy-custom .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
#home215893 .cy-custom .justify-content-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
#home215893 .cy-custom .justify-content-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
#home215893 .cy-custom .justify-content-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
#home215893 .cy-custom .justify-content-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
#home215893 .cy-custom .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
#home215893 .cy-custom .align-items-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
#home215893 .cy-custom .align-items-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
#home215893 .cy-custom .align-items-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
#home215893 .cy-custom .align-items-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
#home215893 .cy-custom .align-items-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}
#home215893 .cy-custom .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}
#home215893 .cy-custom .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}
#home215893 .cy-custom .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}
#home215893 .cy-custom .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}
#home215893 .cy-custom .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}
#home215893 .cy-custom .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}
#home215893 .cy-custom .align-self-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}
#home215893 .cy-custom .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}
#home215893 .cy-custom .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}
#home215893 .cy-custom .align-self-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}
#home215893 .cy-custom .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}
#home215893 .cy-custom .align-self-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}
@media (min-width: 576px){
    #home215893 .cy-custom .flex-sm-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
    #home215893 .cy-custom .flex-sm-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
    #home215893 .cy-custom .flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
    #home215893 .cy-custom .flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
    #home215893 .cy-custom .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
    #home215893 .cy-custom .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
    #home215893 .cy-custom .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
    #home215893 .cy-custom .flex-sm-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
    #home215893 .cy-custom .flex-sm-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
    #home215893 .cy-custom .flex-sm-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
    #home215893 .cy-custom .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
    #home215893 .cy-custom .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
    #home215893 .cy-custom .justify-content-sm-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
    #home215893 .cy-custom .justify-content-sm-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
    #home215893 .cy-custom .justify-content-sm-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
    #home215893 .cy-custom .justify-content-sm-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
    #home215893 .cy-custom .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
    #home215893 .cy-custom .align-items-sm-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
    #home215893 .cy-custom .align-items-sm-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
    #home215893 .cy-custom .align-items-sm-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
    #home215893 .cy-custom .align-items-sm-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
    #home215893 .cy-custom .align-items-sm-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}
    #home215893 .cy-custom .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}
    #home215893 .cy-custom .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}
    #home215893 .cy-custom .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}
    #home215893 .cy-custom .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}
    #home215893 .cy-custom .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}
    #home215893 .cy-custom .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}
    #home215893 .cy-custom .align-self-sm-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}
    #home215893 .cy-custom .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}
    #home215893 .cy-custom .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}
    #home215893 .cy-custom .align-self-sm-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}
    #home215893 .cy-custom .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}
    #home215893 .cy-custom .align-self-sm-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}
}
@media (min-width: 768px){
    #home215893 .cy-custom .flex-md-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
    #home215893 .cy-custom .flex-md-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
    #home215893 .cy-custom .flex-md-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
    #home215893 .cy-custom .flex-md-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
    #home215893 .cy-custom .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
    #home215893 .cy-custom .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
    #home215893 .cy-custom .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
    #home215893 .cy-custom .flex-md-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
    #home215893 .cy-custom .flex-md-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
    #home215893 .cy-custom .flex-md-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
    #home215893 .cy-custom .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
    #home215893 .cy-custom .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
    #home215893 .cy-custom .justify-content-md-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
    #home215893 .cy-custom .justify-content-md-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
    #home215893 .cy-custom .justify-content-md-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
    #home215893 .cy-custom .justify-content-md-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
    #home215893 .cy-custom .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
    #home215893 .cy-custom .align-items-md-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
    #home215893 .cy-custom .align-items-md-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
    #home215893 .cy-custom .align-items-md-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
    #home215893 .cy-custom .align-items-md-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
    #home215893 .cy-custom .align-items-md-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}
    #home215893 .cy-custom .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}
    #home215893 .cy-custom .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}
    #home215893 .cy-custom .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}
    #home215893 .cy-custom .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}
    #home215893 .cy-custom .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}
    #home215893 .cy-custom .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}
    #home215893 .cy-custom .align-self-md-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}
    #home215893 .cy-custom .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}
    #home215893 .cy-custom .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}
    #home215893 .cy-custom .align-self-md-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}
    #home215893 .cy-custom .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}
    #home215893 .cy-custom .align-self-md-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}
}
@media (min-width: 992px){
    #home215893 .cy-custom .flex-lg-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}
    #home215893 .cy-custom .flex-lg-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}
    #home215893 .cy-custom .flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}
    #home215893 .cy-custom .flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}
    #home215893 .cy-custom .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}
    #home215893 .cy-custom .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}
    #home215893 .cy-custom .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}
    #home215893 .cy-custom .flex-lg-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}
    #home215893 .cy-custom .flex-lg-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}
    #home215893 .cy-custom .flex-lg-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}
    #home215893 .cy-custom .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}
    #home215893 .cy-custom .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}
    #home215893 .cy-custom .justify-content-lg-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}
    #home215893 .cy-custom .justify-content-lg-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}
    #home215893 .cy-custom .justify-content-lg-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}
    #home215893 .cy-custom .justify-content-lg-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}
    #home215893 .cy-custom .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}
    #home215893 .cy-custom .align-items-lg-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}
    #home215893 .cy-custom .align-items-lg-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}
    #home215893 .cy-custom .align-items-lg-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}
    #home215893 .cy-custom .align-items-lg-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}
    #home215893 .cy-custom .align-items-lg-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}#home215893 .cy-custom .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#home215893 .cy-custom .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#home215893 .cy-custom .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}#home215893 .cy-custom .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#home215893 .cy-custom .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#home215893 .cy-custom .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#home215893 .cy-custom .align-self-lg-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}#home215893 .cy-custom .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#home215893 .cy-custom .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#home215893 .cy-custom .align-self-lg-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}#home215893 .cy-custom .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#home215893 .cy-custom .align-self-lg-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){#home215893 .cy-custom .flex-xl-row{-ms-flex-direction:row !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;flex-direction:row !important}#home215893 .cy-custom .flex-xl-column{-ms-flex-direction:column !important;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;flex-direction:column !important}#home215893 .cy-custom .flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;flex-direction:row-reverse !important}#home215893 .cy-custom .flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;flex-direction:column-reverse !important}#home215893 .cy-custom .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}#home215893 .cy-custom .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}#home215893 .cy-custom .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}#home215893 .cy-custom .flex-xl-fill{-ms-flex:1 1 auto !important;-webkit-box-flex:1 !important;flex:1 1 auto !important}#home215893 .cy-custom .flex-xl-grow-0{-ms-flex-positive:0 !important;-webkit-box-flex:0 !important;flex-grow:0 !important}#home215893 .cy-custom .flex-xl-grow-1{-ms-flex-positive:1 !important;-webkit-box-flex:1 !important;flex-grow:1 !important}#home215893 .cy-custom .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}#home215893 .cy-custom .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}#home215893 .cy-custom .justify-content-xl-start{-ms-flex-pack:start !important;-webkit-box-pack:start !important;justify-content:flex-start !important}#home215893 .cy-custom .justify-content-xl-end{-ms-flex-pack:end !important;-webkit-box-pack:end !important;justify-content:flex-end !important}#home215893 .cy-custom .justify-content-xl-center{-ms-flex-pack:center !important;-webkit-box-pack:center !important;justify-content:center !important}#home215893 .cy-custom .justify-content-xl-between{-ms-flex-pack:justify !important;-webkit-box-pack:justify !important;justify-content:space-between !important}#home215893 .cy-custom .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}#home215893 .cy-custom .align-items-xl-start{-ms-flex-align:start !important;-webkit-box-align:start !important;align-items:flex-start !important}#home215893 .cy-custom .align-items-xl-end{-ms-flex-align:end !important;-webkit-box-align:end !important;align-items:flex-end !important}#home215893 .cy-custom .align-items-xl-center{-ms-flex-align:center !important;-webkit-box-align:center !important;align-items:center !important}#home215893 .cy-custom .align-items-xl-baseline{-ms-flex-align:baseline !important;-webkit-box-align:baseline !important;align-items:baseline !important}#home215893 .cy-custom .align-items-xl-stretch{-ms-flex-align:stretch !important;-webkit-box-align:stretch !important;align-items:stretch !important}#home215893 .cy-custom .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}#home215893 .cy-custom .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}#home215893 .cy-custom .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}#home215893 .cy-custom .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}#home215893 .cy-custom .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}#home215893 .cy-custom .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}#home215893 .cy-custom .align-self-xl-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}#home215893 .cy-custom .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}#home215893 .cy-custom .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}#home215893 .cy-custom .align-self-xl-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}#home215893 .cy-custom .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}#home215893 .cy-custom .align-self-xl-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}}
#home215893 .cy-custom .container{width:100%;max-width:1400px}
#home215893 .cy-custom h2{font-family:"Playfair Display",serif;font-size:60px;font-weight:300;margin-top:10px}#home215893 .cy-custom h4{font-family:"Raleway","Montserrat","Open Sans",Helvetica,sans-serif;text-transform:uppercase;letter-spacing:4px;font-size:20px;font-weight:300;margin:0}
#home215893 .cy-custom p{font-size:17px;line-height:1.9;margin-bottom:20px}
#home215893 .cy-custom .btn {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 13px;
	font-weight: 400;
	padding: 15px 30px 15px 35px !important;
	border: 1px solid #000;
	height: unset;
	line-height: 20px !important;
	color: #000;
	margin-top: 20px;
	border-radius: 0;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	max-width: 100%;
}
#home215893 .cy-custom .btn:hover{background:#000;color:#fff}
#home215893 .cy-custom .btn,
#home215893 .cy-custom .btn:hover,
#home215893 .cy-custom .btn:focus,
#home215893 .cy-custom .btn:active,
#home215893 .cy-custom .btn-alt,
#home215893 .cy-custom .btn-alt:hover,
#home215893 .cy-custom .btn-alt:focus,
#home215893 .cy-custom .btn-alt:active{
    text-decoration:none!important;
}
#home215893 .cy-custom .btn.alt{border:1px solid #fff;color:#fff}
#home215893 .cy-custom .btn.alt:hover{background:#fff;color:#000}
#home215893 .cy-custom .tagline{color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:5px;font-size:14px;position:absolute}
#home215893 .cy-custom .tagline:before{content:"";position:absolute;left:0;top:50%;width:50px;border-top:1px solid #fff;margin-left:-60px}
#home215893 .cy-custom .tagline.left{top:50%;left:50px;-webkit-transform:rotate(-90deg) translateX(-50%);transform:rotate(-90deg) translateX(-50%);-webkit-transform-origin:0 0;transform-origin:0 0}
#home215893 #action_bar {height: 60px;background: rgba(0,0,0,0.4);margin-top: -60px;position: absolute;bottom: 0;width: 100%;z-index: 995}
#home215893 #action_bar .inner{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1400px;margin:0 auto;height:60px}
#home215893 #action_bar .inner .bar-left{width:65%;z-index:9;padding-left:30px}
#home215893 #action_bar .inner .bar-right{width:35%;border-left:1px solid rgba(255,255,255,0.5);z-index:9;padding-left:30px}
#home215893 #action_bar .inner a{line-height:60px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:5px;font-size:14px;display:inline-block;text-decoration:none}
#home215893 #action_bar .inner a .iconfont{display:inline-block;-webkit-transform:rotate(90deg) translateX(3px);transform:rotate(90deg) translateX(3px)}
#home215893 #action_bar .inner a:hover{text-decoration:underline}
#home215893 #welcome_box{background:url(https://cy-boomtown-assets.s3.amazonaws.com/sites/valleegoldteam.com/images/vgt-logo-bg.jpg) bottom no-repeat,#1f1f1f;background-size:contain;padding-top:100px;padding-bottom:100px;margin-bottom:25px;color:#fff}
#home215893 #welcome_box .content-box .heading{padding-left:30px;margin-left:-30px;border-left:1px solid #fff;margin-bottom:25px; width: 100%;}
#home215893 #welcome_box .content-box .heading h2{color:#dca83b}
#home215893 #welcome_box .welcome-copy{width:100%}
#home215893 #welcome_box .welcome-copy p{margin-bottom:18px}
#home215893 #welcome_box .welcome-copy .welcome-lead{font-family:"Playfair Display",serif;font-size:46px;line-height:1.1;color:#dca83b;margin-bottom:24px}
#home215893 #welcome_box .welcome-copy strong{color:#dca83b;font-weight:600}
#home215893 #welcome_box .welcome-copy .welcome-cta{margin-top:8px}
#home215893 #welcome_box .lenders{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;-ms-flex-wrap:wrap;flex-wrap:wrap}
#home215893 #welcome_box .lenders img{max-height:90px;width:auto;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
#home215893 #welcome_box .image-box{padding-right:0;padding-left:100px}
#home215893 #welcome_box .image-box img{border-top-left-radius:6px;border-bottom-left-radius:6px;max-width:51vw}
#home215893 .full-banner{padding:13vw 30px;text-align:center;color:#fff;background-size:cover !important;position:relative;margin-bottom: 
1px; margin-top: 25px}
#home215893 .full-banner:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.3);z-index:1}
#home215893 .full-banner .inner{position:relative;z-index:9}
#home215893 .full-banner .icon{margin-bottom:25px;max-width:130px;width:22vw;height:auto;background:rgba(255,255,255,.78);border:1px solid rgba(220,168,59,.45);box-sizing:border-box;padding:14px}
#home215893 .full-banner h2{margin-bottom:0;line-height:1}
#home215893 .full-banner h4{margin-bottom:10px}
#home215893 .full-banner .btn{margin-top:70px}
#home215893 .half-banners{display:-webkit-box;display:-ms-flexbox;display:flex; gap:1px;}
#home215893 .half-banners .banner{padding:13vw 30px;text-align:center;color:#fff;background-size:cover !important;width:50%;position:relative}
#home215893 .half-banners .banner:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.3);z-index:1}
#home215893 .half-banners .banner .inner{position:relative;z-index:9}
#home215893 .half-banners .banner .icon{margin-bottom:25px;max-width:130px;width:22vw;height:auto;background:rgba(255,255,255,.78);border:1px solid rgba(220,168,59,.45);box-sizing:border-box;padding:14px}
#home215893 .half-banners .banner h2{margin-bottom:0;line-height:1}
#home215893 .half-banners .banner h4{margin-bottom:10px}
#home215893 .half-banners .banner .btn{margin-top:70px}
#home215893 #neighborhood_heading{text-align:center;padding-top:50px}
#home215893 #neighborhoods{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:25px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px; box-sizing: border-box}
#home215893 #neighborhoods .cy_area{display:block;width:calc(100% / 3);background:#000;overflow:hidden;border:1px solid #fff;position:relative}
#home215893 #neighborhoods .cy_area.ls{display:block;width:calc(100% / 2);background:#000;overflow:hidden;border:1px solid #fff;position:relative}

/*#home215893 #neighborhoods a:before{content:"";pointer-events:none;position:absolute;top:15px;right:15px;bottom:15px;left:15px;border:1px solid rgba(255,255,255,0.3);z-index:10}*/
#home215893 #neighborhoods div.cy_area:nth-child(10), #home215893 #neighborhoods div.cy_area:nth-child(11){width:calc(100% / 2)}
#home215893 #neighborhoods .cy_area:after{content:"";background:rgba(255,255,255,.78) url("https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/tucsonazrealestate.com/images/vgt-logo-2026.webp") center no-repeat;background-size:108px auto;border:1px solid rgba(220,168,59,.45);box-sizing:border-box;width:132px;height:78px;position:absolute;pointer-events:none;z-index:10;right:24px;bottom:24px}
#home215893 #neighborhoods .cy_area .inner{position:absolute;z-index:9;top:50%;left:50%;width:90%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);text-align:center;color:#fff}
#home215893 #neighborhoods .cy_area .inner .title{font-weight:400;font-size:28px;text-transform:uppercase;letter-spacing:2px; }
#home215893 #neighborhoods .cy_area img{width:100%;opacity:0.8;display:block;-webkit-transition:450ms ease all;transition:450ms ease all; margin:0!important}
#home215893 #neighborhoods .cy_area:hover img{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}
#home215893 #neighborhoods a{background: rgba(255,255,255,0.00); text-decoration: none; line-height: 50px; border:1px solid rgba(255,255,255,0.60)}
#home215893 #neighborhoods a:hover {background: #dca83b; color: #fff}
#home215893 #youtube_heading,#home215893 #instagram_heading{text-align:center;padding-bottom:10px}
#home215893 #stats{background:#131313;background-size:contain;padding-top:75px;padding-bottom:75px;color:#fff;text-align:center}
#home215893 #stats #stat_list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:50px 0 50px 0;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap}
#home215893 #stats #stat_list li{list-style:none;width:calc(100% / 4);padding:25px}
#home215893 #stats #stat_list.stats-two{justify-content:center}
#home215893 #stats #stat_list.stats-two li{width:calc(100% / 2);max-width:430px}
#home215893 #stats #stat_list li .num{font-size:55px;color:#dca83b;display:block;font-weight:600;margin-bottom:15px}
#home215893 #stats #stat_list li .label{display:block;font-weight:600;text-transform:uppercase;letter-spacing:5px;font-size:14px}
#home215893 #resources{padding:75px 30px;text-align:center;background:#fff;color:#1f1f1f}
#home215893 #resources .container{max-width:900px}
#home215893 #resources h2{color:#dca83b}
#home215893 #resources .btn{margin-top:30px}
#home215893 #reviews{background:url(https://cy-boomtown-assets.s3.amazonaws.com/sites/valleegoldteam.com/images/vgt-logo-bg.jpg) bottom no-repeat,#1f1f1f;background-size:contain;padding-top:100px;padding-bottom:100px;margin-bottom:75px;color:#fff;text-align:center}
#home215893 #reviews .elfsight-holder{padding-left:30px;padding-right:30px}
#home215893 #footer{background:#1f1f1f;color:#fff;padding:25px 0}
#home215893 #footer .container{text-align:center}
#home215893 #footer h2{color:#dca83b;font-size:36px;margin-bottom:10px}
#home215893 #footer p{margin:8px auto;max-width:900px}
#home215893 #footer .bt-footer__tenant-logo{display:inline-block;padding:0 30px}
#home215893 #footer .bt-footer__link{color:#dca83b}
#home215893 #footer .bt-footer-nav__menu .bt-footer-nav__menu-item a{color:#dca83b;font-size:13px}
#home215893 #footer .bt-footer__disclaimer{text-align:left}
#home215893 .vgt-custom-disclaimer{color:#fff;font-size:13px;line-height:1.6;text-align:center;max-width:900px;margin:20px auto 0}
@media (max-width: 1650px){
    #home215893 #welcome_box{padding-left:140px}
}
@media (max-width: 1199px){
    #home215893 #welcome_box .image-box{padding-left:40px}
    #home215893 #stats #stat_list li .num{font-size:45px}
}
@media (max-width: 991px){
    #home215893 .cy-custom h2{font-size:50px}
    #home215893 .md-hero.broker.banner-with-search-btn .media-content .title-text .media-subtitle{margin-top:0}
    #home215893 #action_bar{height:100px;margin-top:-100px}
    #home215893 #action_bar .inner{-ms-flex-wrap:wrap;flex-wrap:wrap}
    #home215893 #action_bar .inner .bar-left,#home215893 #action_bar .inner .bar-right{width:100%;border-left:none}
    #home215893 #welcome_box { padding-left: 90px;}
    #home215893 #welcome_box .image-box,#home215893 #welcome_box .content-box{width:100%;-webkit-box-flex:100% !important;-ms-flex:100% !important;flex:100%!important;max-width:100%;padding-left:0;padding-right:30px;display: flex; flex-wrap: wrap; justify-content: center;}
    #home215893 #welcome_box .image-box{margin-top:45px;padding-left:0}
    #home215893 #welcome_box .image-box img{max-width:90%;border-radius:6px}
    #home215893 #welcome_box .lenders {
    justify-content: center;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -ms-flex-wrap: wrap;
    width: 100%;
    flex-wrap: wrap;
}
    #home215893 #action_bar .inner a {line-height: 50px;}
    #home215893 #neighborhoods .cy_area{width:50%}
    #info_banner.expanded {
	height: 65px;
	padding: 12px;
}
}
@media (max-width: 800px){
    #home215893 .md-hero.broker.banner-with-search-btn .banner-button .btn-item{width:auto}
    #home215893 .hero {
    padding-top: 100px;
    height: 65vw;
    max-height: 100vh;
    min-height: 605px;
}
}
@media (max-width: 767px){
    #home215893 #stats #stat_list li{width:50%}
    #home215893 .md-featured-area.template6 .style-container .city-style{min-width:calc(100% / 2 - 1px);padding-top:38%}
    #home215893 .half-banners{-ms-flex-wrap:wrap;flex-wrap:wrap}
    #home215893 .half-banners .banner{width:100%}
    #neighborhoods > a > img{margin:0!important}
    #hero_cta_bar {
	transform: none;
	background: #000;
	margin-bottom: 0;
	height: auto;
	padding-right: 0;
}
    .home header {
	min-height: 300px;
	height: 50vh;
}
#hero_cta_bar .container .cta {
	width: 100%;
	padding: 10px;
}
#hero_cta_bar .r-logo {
	padding: 20px;
}
    #hero_cta_bar .container {
	flex-wrap: wrap;
}
}

@media (max-width: 600px){
    #home215893 #action_bar .inner a{letter-spacing:2px}
    #home215893 .hero .wp-block-image img{height:auto;max-width:80%;margin:0 auto;display:block}
    #home215893 #neighborhood_heading {padding-top: 30px;}
    #home215893 #neighborhoods div.cy_area:nth-child(10), #home215893 #neighborhoods div.cy_area:nth-child(11){width:100% }
    #home215893 #neighborhoods .cy_area, #home215893 #neighborhoods .cy_area.ls{width:100%;}
    #home215893 #neighborhoods {margin-bottom: 1px;}
    #home215893 .full-banner {margin-bottom: 1px;}
    #home215893 .md-hero.broker.banner-with-search-btn .media-content .title-text .media-title div{font-size:16px}
    #home215893 .md-hero.broker.banner-with-search-btn .media-content .title-text .media-subtitle div span{font-size:14vw}
    #home215893 .cy-custom .tagline.left{white-space:nowrap;left:20px;top:30%}
    #home215893 .cy-custom h2{font-size:10vw}
    #home215893 .cy-custom h4{font-size:3.5vw}
    #home215893 #welcome_box{padding-left:45px; padding-top: 50px;margin-bottom: 1px;}
    #home215893 #welcome_box .lenders {margin-top: 20px;gap: 10px;}
    #home215893 .md-featured-area.template6 .style-container .city-style{height:auto}
    #home215893 .md-featured-area.template6 .style-container .city-style .mask{background-color:rgba(25,25,25,0.7)}
    #home215893 .md-featured-area.template6 .style-container .city-style .mask .city-detail .position-box .style-title{font-size:15px}
    #home215893 #stats #stat_list li{width:100%}
}
@media (max-width: 450px){
    .nav-phone {font-size: 1rem;}
    #home215893 .md-featured-area.template6 .style-container .city-style{min-width:100%;padding-top:66%}
    #home215893 #action_bar .inner a {font-size: 13px;}
}
@media (max-width: 700px){
    .vgt-local-hero .hero{min-height:640px!important}
    .vgt-local-hero .wp-block-cover__inner-container{width:calc(100% - 32px)}
    .vgt-hero-content{padding:90px 0 170px}
    .vgt-hero-content h1{font-size:42px}
    .vgt-hero-buttons{display:grid;grid-template-columns:1fr}
    .vgt-hero-buttons .btn{width:100%;min-height:48px;padding:0 16px;font-size:13px}
}

/* Kathy Vallee 2026 brand updates - upload this CSS file to S3 */
#home215893 #neighborhoods > a:after,
#home215893 #neighborhoods .cy_area:after {
    content: "";
    background-color: rgba(255, 255, 255, .78);
    background-image: url("https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/tucsonazrealestate.com/images/vgt-logo-2026.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 108px auto;
    border: 1px solid rgba(220, 168, 59, .45);
    box-sizing: border-box;
    width: 132px;
    height: 78px;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    right: 24px;
    bottom: 24px;
}

@media (max-width: 600px) {
    #home215893 #neighborhoods > a:after,
    #home215893 #neighborhoods .cy_area:after {
        width: 112px;
        height: 66px;
        right: 16px;
        bottom: 16px;
        background-size: 92px auto;
    }
}

