/*
Theme Name: Divi Child
Template: Divi
*/

/***** Fonts *****/

@import url("https://use.typekit.net/hcw5tmj.css");
@import url("https://use.typekit.net/hcw5tmj.css");

.alfabet{
	font-family: "alfabet", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.stratum{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.stratum-medium{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.stratum-bold{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 700;
	font-style: normal;
}
/***** End Fonts *****/

/**** General Styles ****/

body{
	font-family: 'alfabet';
	color: #000000;
}

p{
	margin: 0 0 20px;
	padding-bottom: 0;
}

a{
	color:#B19548;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.anchor-white{
	color:#ffffff;
	text-decoration:underline;
}

.dbs-hide{
	display: none !important;
}

.dbs-img-center{
	display:block;
	margin:0 auto;
}

.dbs-text-center{
	text-align: center;
}

.dbs-flex{
	display: flex !important;
}

.dbs-white{
	color:#ffffff;
}

.dbs-white-hover{
	color:#ffffff;
}

.dbs-bg-hover:hover .dbs-white-hover{
	color:#27508f;
}

.lsp-4{
	letter-spacing:4px;
}

.dbs-btn-spacing-right{
	margin-right:15px;
}

.dbs-btn-spacing-left{
	margin-left:15px;
}

.dbs-body-copy{
	font-family: "alfabet", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	line-height:1.8em;
} 

.dbs-black{
	color:#000000;
}

.dbs-white{
	color:#ffffff;
}

.mb-60{
	margin-bottom:60px;
}

.dbs-medium{
	font-weight:500;
}

.dbs-bold{
	font-weight:900;
}

/**** End General Styles ****/

/***** Nav *****/

.dbs-nav-wrapper{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 82%, rgba(177,149,72,1) 82%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 82%, rgba(177,149,72,1) 82%);
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 82%, rgba(177,149,72,1) 82%);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.dbs-nav-flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.dbs-nav-left{
	
}

.dbs-nav-left img{
	max-width:260px;
}

.dbs-nav-right{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.dbs-nav-link{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	font-size:17px;
	margin-bottom:0;
	line-height:1.3em;
	text-align:center;
	margin:0 35px;
	padding:10px 0;
	letter-spacing:1px;
	text-decoration:none;
}

/* Underline From Left */
.dbs-nav-link-border {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.dbs-nav-link-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0px;
  background: #CBAF61;
  height: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.dbs-nav-link-border:hover:before, .dbs-nav-link-border:focus:before, .dbs-nav-link-border:active:before {
  right: 0;
}

.dbs-active-nav:before{
	right: 0;
}

.dbs-nav-link-apply{
    max-width:200px;
  margin:auto;
  position:relative;
  overflow:hidden;
}

.dbs-nav-link-apply:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background-image: linear-gradient(
        70deg,
        rgba(231,223,200, 0) 20%,
        rgba(231,223,200, .5),
        rgba(231,223,200, 0) 80%
    );
    top: 0;
    left: 0;
    animation-name: shine;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    z-index:1;
}

.dbs-nav-link-apply:hover:before {
    background-image: linear-gradient(
        70deg,
        rgba(231,223,200, 0) 20%,
        rgba(231,223,200, 0),
        rgba(231,223,200, 0) 80%
    );
}

.dbs-nav-link-apply{
    font-size:20px;
    padding:30px 30px;
    background-color:#B19548;
	line-height:1.2em;
}

.dbs-nav-link-apply:hover{
    background-color:#ffffff;
    color:#B19548;
}

@keyframes shine {
    0% {left: -400px}
    100% {left: 100%}
}

.dbs-mobile-nav .et_pb_menu__logo img{
	max-width:260px;
}

/**** End Nav ****/

/***** Footer *****/

.dbs-footer-info{
	font-family: 'alfabet';
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	font-size:14px;
	margin-bottom:0;
}

.dbs-footer-social{
	justify-content:flex-end;
}

.dbs-social-icon{
	height:35px;
	margin-right:8px;
	margin-left:8px;
}

.dbs-footer-disclaimer{
	font-family: 'alfabet';
	font-weight: 400;
	font-style: normal;
	color: #ACACAC;
	font-size:11px;
	margin-bottom:0;
	line-height:1.6em;
}

.dbs-disclaimer{
	font-family: 'alfabet';
	font-weight: 400;
	font-style: normal;
	color: #000000;
	font-size:11px;
	margin-bottom:0;
	line-height:1.6em;
}

/***** End Footer *****/

/***** Headings *****/

.dbs-heading-1{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	font-size:60px;
	line-height:1.2em;
	letter-spacing:2px;
}

.dbs-heading-2{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	font-size:34px !important;
	line-height:1.2em;
	letter-spacing:2px;
}

.dbs-heading-3{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:28px;
	line-height:1.2em;
	letter-spacing:2px;
}

.dbs-heading-4{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	font-size:60px;
	line-height:1.2em;
	letter-spacing:2px;
}

.dbs-heading-5{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:42px;
	line-height:1.2em;
	letter-spacing:2px;
}

.dbs-heading-6{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:90px;
	line-height:1.2em;
	letter-spacing:2px;
}

.dbs-tagline-top{
	font-family: 'alfabet';
	font-weight: 400;
	font-style: normal;
	color: #CBAF61;
	font-size:23px;
	margin-bottom:0;
	letter-spacing:7px;
}

.dbs-black{
	color:#000000;
}

.dbs-white{
	color:#ffffff;
}

.dbs-green{
	color:#B19548;
}

/***** End Headings *****/

/***** Buttons *****/

.dbs-blue-button{
	background:#27508F;
	padding:15px 30px;
	color:#ffffff;
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:23px;
	letter-spacing:2px;
	border:1px solid #27508F;
	text-decoration:none;
	text-align:center;
}

.dbs-blue-button:hover{
	background:#ffffff;
	color:#27508F;
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:23px;
	letter-spacing:2px;
	border:1px solid #27508F;
	text-decoration:none;
}

.dbs-green-button{
	background:#B19548;
	padding:15px 30px;
	color:#ffffff;
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:23px;
	letter-spacing:2px;
	border:1px solid #B19548;
	text-decoration:none;
}

.dbs-green-button:hover{
	background:#ffffff;
	padding:15px 30px;
	color:#B19548;
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:23px;
	letter-spacing:2px;
	border:1px solid #B19548;
	text-decoration:none;
}

/***** End Buttons *****/


.dbs-flex-1{
	display:flex;
}

.dbs-flex-1-inner{
	display:flex;
}

.dbs-flex-1-left{
	width:20%;
	display:flex;
	justify-content:flex-end;
}

.dbs-flex-1-right{
	width:80%;
	margin-top:-8.4%;
}

.dbs-flex-1-inner-left{
	flex:1;
	margin-top:-7px;
}

.dbs-flex-1-inner-right{
	flex:1;
	padding-left:4%;
	padding-right:18%;
	padding-top:3%;
	padding-bottom:5%;
	background:#ffffff;
	z-index:999;
	margin-top:-7px;
}

.dbs-flex-1-inner-right-mobile{
	flex:1;
	padding-left:4%;
	padding-right:18%;
	padding-top:3%;
	padding-bottom:5%;
	z-index:999;
	margin-top:-7px;
}

.dbs-inner-divider{
	max-width:65px;
	margin-top:20px;
	margin-bottom:30px;
}

.dbs-center-divider{
	max-width:65px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
	display:block;
}

.dbs-sideways{
	max-width:215px;
	margin-bottom:-400px;
	z-index:999;
}

.dbs-incentives{
	z-index:999;
	position:relative;
}

.dbs-pilot{
	margin-bottom:-150px;
	position:relative;
	z-index:999;
}

.dbs-flex-2{
	display:flex;
	align-items:center;
	margin-top:250px;
}

.dbs-flex-2-left{
	flex:2;
}

.dbs-flex-2-right{
	flex:1;
	background:#ffffff;
	max-height:550px;
	padding:4%;
	margin-left:-17%;
	margin-right:9%;
}

.dbs-benefits-text{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	font-size:24px;
	line-height:1.3em;
	letter-spacing:1px;
}

.gfield_required{
	display:none !important;
}

#field_1_1 .gfield_label, #field_1_3 .gfield_label, #field_1_4 .gfield_label, #field_1_5 .gfield_label, #field_1_6 .gfield_label, #field_1_9 .gfield_label{
	display:none !important;
}

.ginput_container input[type="text"], .ginput_container input[type="tel"], .ginput_container input[type="email"]{
	background-color:#917830;
	border:1px solid #917830;
	border-radius:0;
	color:#ffffff !important;
	font-family: 'alfabet';
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	letter-spacing:1px;
	padding: 25px 20px;
}

.ginput_container input[type="text"]:focus, .ginput_container input[type="tel"]:focus, .ginput_container input[type="email"]:focus, .ginput_container select:focus, .ginput_container textarea:focus{
	outline:3px solid #9C8544 !important
}

.ginput_container select{
	appearance: none; /* Removes the default arrow */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
	background-color:#917830;
	border:1px solid #917830;
	border-radius:0;
	color:#ffffff !important;
	font-family: 'alfabet';
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	letter-spacing:1px;
	height:52px;
	padding-top:4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("/wp-content/uploads/2025/05/polygon.png");
	background-size: 20px 12px;
	background-repeat: no-repeat;
	background-position: 10px right;
	background-position-y:center;
}

.ginput_container select:hover, .ginput_container select:focus{
	background-image: url("/wp-content/uploads/2025/05/polygon.png");
}

.ginput_container textarea{
	background-color:#917830;
	border:1px solid #917830;
	border-radius:0;
	color:#CCAD51 !important;
	font-family: 'alfabet';
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	letter-spacing:1px;
	padding: 25px 20px;
}

.gfield_label{
	color:#ffffff !important;
	font-family: 'alfabet' !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size:17px !important;
	letter-spacing:1px !important;
}

#field_1_8{
	color:#ffffff !important;
	font-family: 'alfabet' !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

#gform_submit_button_1{
	color:#ffffff !important;
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:18px !important;
	letter-spacing:1px;
	padding: 15px 40px;
	border-radius:0;
	background-color:#27508F;
	border:1px solid #27508F;
	margin:0 auto;
}

#gform_submit_button_1:hover{
	color:#27508F !important;
	background-color:#ffffff;
	border:1px solid #27508F;
	margin:0 auto;
}

.dbs-ul-spacing li{
	margin-bottom:10px;
}

.dbs-ul-spacing li::marker {
  color: #CBAF61;
}

.dbs-text-width{
	max-width:980px;
	margin:0 auto;
}

.dbs-link-underline{
	text-decoration: underline !important;
	text-decoration-color:#B19548 !important;
}

.dbs-link-underline:hover{
	text-decoration: none !important;
}

.wptb-table-container table td p {
    color:#ffffff !important;
    font-family: "alfabet", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size:17px;
}

.wptb-table-container table td .wptb-element-text-1 div p{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:22px !important;
	letter-spacing:1px;
	color:#CBAF61 !important;
}

.wptb-table-container table td .wptb-element-text-2 div p{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:22px !important;
	letter-spacing:1px;
	color:#CBAF61 !important;
}

.wptb-table-container table td .wptb-element-text-3 div p{
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:22px !important;
	letter-spacing:1px;
	color:#CBAF61 !important;
}

.wptb-row:nth-of-type(1){
	border-bottom:1px solid #CBAF61;
}

.wptb-cell:nth-child(3n+2){
	border-right:1px solid #CBAF61 !important;
}

.wptb-cell:nth-child(3n+1){
	border-right:1px solid #CBAF61 !important;
}

.wptb-table-container {
    margin: 30px auto;
    margin-bottom:10px !important;
}

.dbs-ben-flex{
	display:flex;
	align-items:center;
}

.dbs-ben-left{
	display: flex;
	flex:1;
	margin-right:20px;
	justify-content: flex-end;
    
}

.dbs-ben-right{
	flex:3;
}


.dbs-ben-left img{
	width:90px;
}

#mobile_menu1 li a{
	text-decoration:none !important;
}














@media(min-width:2150px){

	.dbs-nav-wrapper{
		background: rgb(0,0,0);
		background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 75%, rgba(177,149,72,1) 75%);
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 75%, rgba(177,149,72,1) 75%);
		background: linear-gradient(90deg, rgba(0,0,0,1) 75%, rgba(177,149,72,1) 75%);
	}

}

@media(min-width:1310px){

	.dbs-mobile-nav{
		display:none !important;
	}
}


@media(max-width:1310px){

	.dbs-nav-wrapper{
		display: none !important;
	}

	.et_pb_menu__menu{
      display: none !important;
    }

    #et_top_search {
      display: none;
    }

    .et_mobile_nav_menu{
		display: block;
		float: none;
		margin: 0 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
    }

    .et_mobile_menu{
    	width:300px;
    	left: -webkit-calc(100% - 300px);
	    left:    -moz-calc(100% - 300px);
	    left:         calc(100% - 300px);
    }

    .et_pb_menu .et_pb_menu__wrap{
    	justify-content:flex-end;
    }

    #mobile_menu1{
    	top:100%;
    	padding:3%;
    }

    #mobile_menu1 li a{
    	font-family: "stratum-1-web", sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #ffffff;
		font-size:17px;
    }
}

@media(min-width:980px){
	.wptb-preview-table tr:nth-of-type(1){
	    background-color: rgba(0,0,0, 0.85) !important;
	}

	.wptb-preview-table tr:nth-of-type(2){
	    background-color: rgba(0,0,0, 0.85) !important;
	}

	.wptb-preview-table tr:nth-of-type(3){
	    background-color: rgba(71,53,23, 0.85) !important;
	}

	.wptb-preview-table tr:nth-of-type(4){
	    background-color: rgba(0,0,0, 0.85) !important;
	}

	.wptb-preview-table tr:nth-of-type(5){
	    background-color: rgba(71,53,23, 0.85) !important;
	}

	.wptb-preview-table tr:nth-of-type(6){
	    background-color: rgba(0,0,0, 0.85) !important;
	}

	.wptb-preview-table tr:nth-of-type(7){
	    background-color: rgba(71,53,23, 0.85) !important;
	}
}

@media(max-width:980px){

	.dbs-footer-social{
		justify-content:flex-start;
	}

	.dbs-flex-1-inner-right{
		padding-left:5%;
		padding-right:5%;
		padding-top:3%;
	}

	.dbs-heading-6{
		font-size:70px;
		line-height:1.2em;
		letter-spacing:2px;
	}

	.dbs-heading-4{
		font-size:55px;
		line-height:1.2em;
		letter-spacing:2px;
	}

	.wptb-cell:nth-child(3n+2){
		border-right:1px solid rgba(0,0,0, 0.00) !important;
	}

	.wptb-row:nth-child(3n+1){
		border-bottom:1px solid #CBAF61 !important;
	}

	.wptb-row:nth-child(3n+3){
		border-bottom:1px solid #CBAF61 !important;
	}

	.wptb-row:nth-child(3n+1){
		border-top:none !important;
	}

	.wptb-preview-table .wptb-row:nth-child(3n+1){
	    background-color: rgba(0,0,0, 0.85) !important;
	}

	.wptb-preview-table .wptb-row:nth-child(3n+2){
	    background-color: rgba(71,53,23, 0.85) !important;
	}

	.wptb-preview-table .wptb-row:nth-child(3n+3){
	    background-color: rgba(71,53,23, 0.85) !important;
	}

}

@media(max-width:767px){

	.dbs-heading-1{
		font-size:47px;
		line-height:1.2em;
		letter-spacing:2px;
	}

	.dbs-blue-button{
		font-size:19px;
		letter-spacing:2px;
	}

	.dbs-blue-button:hover{
		font-size:19px;
		letter-spacing:2px;
	}

	.dbs-heading-6{
		font-size:50px;
		line-height:1.2em;
		letter-spacing:2px;
	}

	.dbs-heading-4{
		font-size:42px;
		line-height:1.2em;
		letter-spacing:2px;
	}
	
	.dbs-tagline-top{
		font-size:20px;
		margin-bottom:0;
		letter-spacing:5px;
	}

}

@media(max-width:575px){
	
}
