@media (min-width: 992px){
	.footer .footer_main{
		box-shadow: 0px 45px 54.4px 0px rgb(213 208 178 / 25%);
	}
}

/* Main Banner Section */
.main-banner{
	position: relative;
	max-height: 500px;
	height: 100dvh;
}

@media (min-width: 768px){
	.main-banner{
		max-height: 650px;
	}
}

@media (min-width: 992px){
	.main-banner{
		max-height: 830px;
	}
}

@media (min-width: 1200px){
	.main-banner{
		max-height: 650px;
		min-height: 450px;
	}
}

@media (min-width: 1600px){
	.main-banner{
		max-height: 830px;
	}
}

.main-banner_bg{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}

.main-banner .container{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding-bottom: 32px;
}

@media (min-width: 768px){
	.main-banner .container{
		padding-bottom: 68px;
	}
}

.main-banner_gradient{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 140px;
	opacity: 0.8;
	background: linear-gradient(180deg, rgba(34, 31, 31, 0.00) 0%, #221F1F 100%);
}

@media (min-width: 768px){
	.main-banner_gradient{
		display: none;
	}
}

.main-banner_title{
	display: block;
	margin: 0 auto;
	max-width: 320px;
	color: var(--light-01);
	font-size: 40px;
	font-weight: 400;
	line-height: 95%; 
	text-shadow: 0px 4px 0px var(--blue);
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.main-banner_title{
		margin: 0;
		max-width: 470px;
		text-align: left;
		font-size: 68px;
		text-shadow: 0px 6px 0px var(--blue);
	}
}

@media (min-width: 992px){
	.main-banner_title{
		max-width: 690px;
		text-align: left;
		font-size: 100px;
		text-shadow: 0px 10px 0px var(--blue);
	}
}

@media (min-width: 1600px){
	.main-banner_title{
		max-width: 820px;
		font-size: 120px;
	}
}

.main-banner_button{
	display: none;
	margin-bottom: 24px;
	width: 100px;
	padding: 0;
	background-color: transparent;
	border: none;
	opacity: 0.2;
	transition: all ease 0.4s;
	cursor: pointer;
}

@media (min-width: 768px){
	.main-banner_button{
		display: block;
	}
}

@media (min-width: 992px){
	.main-banner_button{
		width: 120px;
	}
}

.main-banner_button:hover{
	opacity: 1;
}

.main-banner_button_img{
	width: 100%;
}

/* Right Place Section */

.right-place{
	padding: 32px 0 40px;
	background-color: var(--orange);
	color: var(--dark-00);
	overflow: hidden;
}

.right-place .container{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 992px){
	.right-place .container{
		flex-direction: row;
		align-items: initial;
		height: 100%;
	}
}

.right-place_info{
	text-align: center;
}

@media (min-width: 992px){
	.right-place_info{
		padding-top: 0;
		margin-right: 49px;
		text-align: left;
		max-width: 385px;
	}
}

@media (min-width: 1600px){
	.right-place_info{
		margin-right: 121px;
		max-width: 410px;
	}
}

.right-place_title{
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

@media (min-width: 992px){
	.right-place_title{
		font-size: 40px;
	}
}

.right-place_text{
	margin: 0;
	font-family: "futura-pt";
	font-size: 20px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 992px){
	.right-place_text{
		margin: 0;
		font-size: 20px;
	}
}

@media (min-width: 1600px){
	.right-place_text{
		font-size: 24px;
	}
}

.right-place_logo{
	position: relative;
	margin-top: 70px;
	width: 220px;
}

@media (min-width: 992px){
	.right-place_logo{
		position: static;
		margin-top: 0;
		width: 335px;
	}
}

.right-place_images-wrapper{
	position: relative;
}

@media (min-width: 992px){
	.right-place_images-wrapper{
		position: static;
		align-self: center;
	}
}

.right-place_image{
	position: absolute;
	bottom: -45px;
    right: 80px;
    width: 260px;
	transform: translateX(100%);
}

@media (min-width: 768px){
	.right-place_image{
		bottom: -40px;
		right: 20px;
	}
}

@media (min-width: 992px){
	.right-place_image{
		right: -200px;
		width: 460px;
		transform: none;
	}
}

@media (min-width: 1200px){
	.right-place_image{
		top: -32px;
		right: -225px;
		width: 710px;
	}
}

@media (min-width: 1600px){
	.right-place_image{
		width: 785px;
		top: -32px;
		right: -205px;
	}
}

@media (min-width: 1200px){
	.right-place_image--mobile{
		display: none;
	}
}

.right-place_image--desktop{
	display: none;
}

@media (min-width: 1200px){
	.right-place_image--desktop{
		display: block;
	}
}

/* Blog Section */

.blog-sect{
	background-color: var(--light-01);
	overflow: hidden;
}

.blog-sect .container{
	position: relative;
	padding-top: 66px;
	padding-bottom: 51px;
}

@media (min-width: 992px){
	.blog-sect .container{
		display: flex;
		align-items: flex-start;
	}
}

@media (min-width: 992px){
	.blog-sect .container{
		padding-top: 88px;
		padding-bottom: 57px;
	}
}

.blog-sect_bg{
	position: absolute;
	z-index: 1;
	width: 500px;
	pointer-events: none;
}

@media (min-width: 768px){
	.blog-sect_bg{
		width: 600px;
	}
}

@media (min-width: 992px){
	.blog-sect_bg{
		width: 950px;
	}
}

@media (min-width: 1200px){
	.blog-sect_bg{
		width: 1200px;
	}
}

.blog-sect_bg.blog-sect_bg--1{
	top: -180px;
	right: -250px;
}

@media (min-width: 768px){
	.blog-sect_bg.blog-sect_bg--1{
		top: initial;
		right: initial;
		bottom: 190px;
		left: -290px;
	}
}

@media (min-width: 992px){
	.blog-sect_bg.blog-sect_bg--1{
		bottom: -240px;
		left: -210px;
	}
}

@media (min-width: 1200px){
	.blog-sect_bg.blog-sect_bg--1{
		left: -260px;
	}
}

@media (min-width: 1600px){
	.blog-sect_bg.blog-sect_bg--1{
		left: -270px;
	}
}

.blog-sect_bg.blog-sect_bg--2{
	top: 23%;
	left: -200px;
}

@media (min-width: 768px){
	.blog-sect_bg.blog-sect_bg--2{
		top: -210px;
		left: initial;
		right: -330px;
	}
}

@media (min-width: 992px){
	.blog-sect_bg.blog-sect_bg--2{
		top: initial;
		bottom: -240px;
		right: -850px;
	}
}

@media (min-width: 1200px){
	.blog-sect_bg.blog-sect_bg--2{
		right: -1050px;
	}
}

@media (min-width: 1600px){
	.blog-sect_bg.blog-sect_bg--2{
		right: -950px;
	}
}

.blog-sect_bg.blog-sect_bg--3{
	bottom: 150px;
	right: -250px;
}

@media (min-width: 768px){
	.blog-sect_bg.blog-sect_bg--3{
		display: none;
	}
}

.blog-sect_left{
	position: relative;
	z-index: 2;
	text-align: center;
	margin-bottom: 56px;
}

@media (min-width: 992px){
	.blog-sect_left{
		margin-bottom: 0;
		max-width: 385px;
		margin-right: 100px;
		text-align: left;
	}
}

@media (min-width: 1200px){
	.blog-sect_left{
		max-width: 610px;
	}
}

@media (min-width: 1600px){
	.blog-sect_left{
		margin-right: 220px;
	}
}

.blog-sect_tag{
	margin-top: 0;
	margin-bottom: 16px;
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 16px;
	font-weight: 800;
	line-height: 120%;
}

@media (min-width: 992px){
	.blog-sect_tag{
		margin-bottom: 24px;
		font-size: 18px;
	}
}

.blog-sect_title{
	margin-top: 0;
	margin-bottom: 16px;
	color: var(--dark-00);
	text-shadow: 0px 4px 0px #CEC58D;
	font-size: 48px;
	font-weight: 400;
	line-height: 94%;
	text-transform: uppercase;
}

@media (min-width: 992px){
	.blog-sect_title{
		margin-bottom: 16px;
		text-shadow: 0px 5px 0px #CEC58D;
		font-size: 42px;
	}
}

@media (min-width: 1200px){
	.blog-sect_title{
		margin-bottom: 24px;
		text-shadow: 0px 8px 0px #CEC58D;
		font-size: 67px;
	}
}

.blog-sect_text{
	margin-top: 0;
	margin-bottom: 32px;
	font-family: "futura-pt";
	color: var(--dark-00);
	font-size: 16px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 992px){
	.blog-sect_text{
		margin-bottom: 16px;
		font-size: 20px;
	}
}

@media (min-width: 1200px){
	.blog-sect_text{
		margin-bottom: 24px;
		font-size: 24px;
	}
}

.blog-sect_btn{
	width: 214px;
}

@media (min-width: 768px){
	.blog-sect_btn{
		width: 180px;
	}
}

.blog-sect_image{
	display: none;
	margin-left: 130px;
	margin-top: 10px;
	width: 200px;
}

@media (min-width: 992px){
	.blog-sect_image{
		display: block;
		margin-left: 135px;
		margin-top: -10px;
		width: 280px;
	}
}

@media (min-width: 1200px){
	.blog-sect_image{
		margin-left: 210px;
		margin-top: -20px;
		width: 404px;
	}
}

@media (min-width: 1600px){
	.blog-sect_image{
		margin-left: 265px;
	}
}

.blog-sect_right{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 24px;
	row-gap: 48px;
}

@media (min-width: 768px){
	.blog-sect_right{
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px){
	.blog-sect_right{
		grid-template-columns: 1fr;
		row-gap: 40px;
	}
}

@media (max-width: 991px){
	.blog-sect_right .card-post:nth-of-type(3){
		display: none;
	}
}

/* Tour Section */

.tour-sect{
	background-color: var(--blue);
	overflow: hidden;
}

.tour-sect .container{
	position: relative;
	text-align: center;
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 992px){
	.tour-sect .container{
		display: flex;
		justify-content: space-between;
		text-align: left;
		padding-top: 88px;
		padding-bottom: 88px;
	}
}

.tour-sect_img{
	position: absolute;
	top: 440px;
	left: -30px;
	width: 100%;
}

@media (min-width: 768px){
	.tour-sect_img{
		top: 330px;
		left: -80px;
		width: 600px;
	}
}

@media (min-width: 992px){
	.tour-sect_img{
		top: 0;
		left: initial;
		right: -30px;
		width: 600px;
	}
}

@media (min-width: 1200px){
	.tour-sect_img{
		top: initial;
		bottom: -210px;
		right: -160px;
		width: 1200px;
	}
}

@media (max-width: 1199px){
	.tour-sect_img.desktop{
		display: none;
	}
}

@media (min-width: 1200px){
	.tour-sect_img.mobile{
		display: none;
	}
}

.tour-sect_info{
	position: relative;
	z-index: 2;
}

@media (min-width: 992px){
	.tour-sect_info{
		display: flex;
		flex-direction: column;
		max-width: 450px;
	}
}

.tour-sect_title{
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--light-01);
	text-shadow: 0px 8px 0px #0070AE;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 94%;
	text-transform: uppercase;
}

@media (min-width: 992px){
	.tour-sect_title{
		font-size: 67px;
		text-transform: uppercase;
	}
}

.tour-sect_text{
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 16px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 992px){
	.tour-sect_text{
		font-size: 20px;
	}
}

@media (min-width: 992px){
	.tour-sect_text:nth-of-type(2){
		order: 3;
		margin-top: 24px;
		margin-bottom: 0;
	}	
}

.tour-sect_preview{
	margin: 0;
	color: var(--light-01);
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 992px){
	.tour-sect_preview{
		order: 2;
		font-size: 24px;
	}	
}

.tour-sect_form-wrapper{
	position: relative;
	z-index: 2;
	margin-top: 24px;
}

@media (min-width: 992px){
	.tour-sect_form-wrapper{
		margin-top: 0;
		max-width: 425px;
		padding: 32px;
		border-bottom: 4px solid rgba(0, 0, 0, 0.15);
		background-color: rgba(0, 112, 174, 0.85);
	}
}

.tour-sect_form p{
	margin: 0;
}

.tour-sect_form input{
	margin-bottom: 12px;
	padding: 10px;
	width: 100%;
	background-color: var(--light-01);
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
	border: none;
}

.tour-sect_form input::placeholder{
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: normal;
}

.tour-sect_form input[type="submit"], .tour-sect_form button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 190px;
	padding: 0 15px;
	height: 32px;
	font-family: "futura-pt";
	font-weight: 500;
	font-size: 18px;
	background-color: var(--red);
	color: var(--light-01);
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all ease 0.4s;
}

.tour-sect_form input[type="submit"]:hover,
.tour-sect_form input[type="submit"]:focus,
.tour-sect_form input[type="submit"]:focus:hover,
.tour-sect_form button:hover,
.tour-sect_form button:focus,
.tour-sect_form button:focus:hover{
	background-color: var(--orange);
	color: var(--dark-00);
}

.tour-sect_form-wrapper_title{
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--light-01);
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

@media (min-width: 992px){
	.tour-sect_form-wrapper_title{
		margin-bottom: 12px;
		font-size: 40px;
	}
}

.tour-sect_form-wrapper_text{
	margin-top: 0;
	margin-bottom: 16px;
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
}

@media (min-width: 992px){
	.tour-sect_form-wrapper_text{
		margin-bottom: 16px;
		font-size: 20px;
	}
}

.tour-sect_form-box{
	margin-top: 136px;
	padding: 40px;
	border-bottom: 4px solid rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 112, 174, 0.85);
}

@media (min-width: 992px){
	.tour-sect_form-box{
		margin-top: 0;
		padding: 0;
		border-bottom: none;
		background-color: transparent;
	}
}

@media (max-width: 991px){
	.tour-sect_form-box .btn{
		width: 100%;
	}
}

/* Team Section */

.team-sect{
	position: relative;
	background-color: var(--dark-00);
	color: var(--light-02);
	overflow: hidden;
}

.team-sect_top{
	padding: 48px 0 32px;
}

@media (min-width: 768px){
	.team-sect_top{
		padding: 25px 0;
	}
}

.team-sect_top .container{
	text-align: center;
}

@media (min-width: 768px){
	.team-sect_top .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
		column-gap: 16px;
	}
}

.team-sect_title{
	margin-top: 0;
	margin-bottom: 24px;
	text-shadow: 0px 4px 0px #533E27;
	font-size: 48px;
	font-weight: 400;
	line-height: 94%;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.team-sect_title{
		margin-bottom: 0;
		font-size: 52px;
	}
}

@media (min-width: 992px){
	.team-sect_title{
		font-size: 67px;
		text-shadow: 0px 8px 0px #533E27;
	}
}

.team-sect_text{
	margin: 0;
	font-family: "futura-pt";
	font-size: 16px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.team-sect_text{
		max-width: 250px;
	}
}

@media (min-width: 992px){
	.team-sect_text{
		max-width: 380px;
		font-size: 20px;
	}
}

@media (min-width: 1600px){
	.team-sect_text{
		max-width: 450px;
	}
}

.team-sect_backpack{
	position: absolute;
	left: 50%;
	bottom: 195px;
	width: 85px;
	z-index: 2;
	pointer-events: none;
	transform: translateX(-50%);
}

@media (min-width: 768px){
	.team-sect_backpack{
		position: static;
		width: 100px;
		transform: none;
	}
}

@media (min-width: 992px){
	.team-sect_backpack{
		width: 170px;
	}
}

.team-sect_bottom{
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 48px;
}

@media (min-width: 768px){
	.team-sect_bottom{
		padding-bottom: 0;
	}
}

.team-sect_bottom .container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 768px){
	.team-sect_bottom .container{
		position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		transform: translate(-50%,-50%);
	}
}

.team-sect_bg-img{
	margin-bottom: 60px;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

@media (min-width: 768px){
	.team-sect_bg-img{
		margin-bottom: 0;
		height: auto;
	}
}

@media (max-width: 767px){
	.team-sect_bg-img.desktop{
		display: none;
	}
}

@media (min-width: 768px){
	.team-sect_bg-img.mobile{
		display: none;
	}
}

.team-sect_label{
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
	padding: 16px 32px;
	background-color: rgba(241, 222, 160, 0.88);
	color: var(--dark-00);
	font-family: "futura-pt";
	font-size: 24px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.team-sect_label{
		margin-bottom: 24px;
		padding: 24px 32px;
		font-size: 20px;
	}
}

@media (min-width: 992px){
	.team-sect_label{
		width: 585px;
		padding: 32px;
		font-size: 28px;
	}
}

.team-sect .btn{
	width: 160px;
}

@media (min-width: 768px){
	.team-sect .btn{
		width: 130px;
	}
}

@media (min-width: 992px){
	.team-sect .btn{
		width: 160px;
	}
}

/* Testimonials Section */

.testimonial-sect{
	position: relative;
	overflow: hidden;
}

.testimonial-sect_item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 90px;
	padding-bottom: 90px;
	height: auto;
	min-height: 470px;
	text-align: center;
	font-family: "futura-pt";
}

@media (min-width: 768px){
	.testimonial-sect_item{
		align-items: center;
		min-height: initial;
		height: 500px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 992px){
	.testimonial-sect_item{
		height: 580px;
	}
}

.testimonial-sect .container{
	position: relative;
}

.testimonial-sect_text{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.testimonial-sect_text{
		margin: 0 auto;
		max-width: 90%;
	}
}

@media (min-width: 992px){
	.testimonial-sect_text{
		max-width: 790px;
		font-size: 22px;
	}
}

@media (min-width: 1600px){
	.testimonial-sect_text{
		max-width: 920px;
	}
}

.testimonial-sect_img{
	margin-top: 32px;
	width: 56px;
	border-radius: 50%;
	object-fit: cover;
	overflow: hidden;
}

@media (min-width: 768px){
	.testimonial-sect_img{
		margin-top: 40px;
	}
}

.testimonial-sect_name{
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 992px){
	.testimonial-sect_name{
		margin-top: 16px;
		font-size: 20px;
	}
}

.testimonial-sect_extra{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
}

@media (min-width: 992px){
	.testimonial-sect_extra{
		font-size: 14px;
	}
}

.testimonial-sect .controllers{
	position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}

.testimonial-sect .swiper-button-next,
.testimonial-sect .swiper-button-prev{
	color: var(--light-01);
	width: 48px;
	transition: opacity ease 0.4s;
	pointer-events: all;
}

.testimonial-sect .swiper-button-next path,
.testimonial-sect .swiper-button-prev path{
	fill: var(--light-01);
}


.testimonial-sect .swiper-button-next circle,
.testimonial-sect .swiper-button-prev circle{
	stroke: var(--light-01);
}

@media (max-width: 767px){
	.testimonial-sect .swiper-button-next,
	.testimonial-sect .swiper-button-prev{
		top: 107%;
		margin-top: 0;
	}
}

.testimonial-sect .swiper-button-prev::after,
.testimonial-sect .swiper-button-next::after{
	content: none;
}

.testimonial-sect .swiper-button-next .swiper-button_icon,
.testimonial-sect .swiper-button-prev .swiper-button_icon{
	width: 48px;
}

.testimonial-sect .swiper-button-prev{
	left: 24px;
}

.testimonial-sect .swiper-button-next{
	right: 24px;
}

.testimonial-sect .swiper-pagination{
	bottom: 38px;
	pointer-events: all;
}

@media (min-width: 992px){
	.testimonial-sect .swiper-pagination{
		bottom: 68px;
	}
}

.testimonial-sect .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #EFE9C7;
	opacity: 1;
}

.testimonial-sect .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--orange);
}

.testimonial-sect_detail{
	display: none;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}

@media (min-width: 768px){
	.testimonial-sect_detail{
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
	}
}

@media (min-width: 992px){
	.testimonial-sect_detail{
		margin-top: 32px;
		max-width: 790px;
	}
}

@media (min-width: 1600px){
	.testimonial-sect_detail{
		max-width: 920px;
	}
}

.testimonial-sect_detail::before,
.testimonial-sect_detail::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--light-02);
}

.testimonial-sect_detail_icon-wrapper{
	display: block;
	padding: 0 16px;
}

@media (min-width: 992px){
	.testimonial-sect_detail_icon-wrapper{
		padding: 0 26px;
	}
}

.testimonial-sect_detail_icon{
	width: 28px;
}

@media (min-width: 992px){
	.testimonial-sect_detail_icon{
		width: 36px;
	}
}

/* Dark */

.testimonial-sect_item.dark{
	color: var(--light-01);
	background-color: #202020;
	background-image: url(http://agile-moose.flywheelstaging.com/wp-content/uploads/2024/05/testimonial-bg-img-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-sect .swiper-pagination-bullet{
	background: var(--light-01);
}

/* Light */

.testimonial-sect_item.light{
	color: var(--dark-00);
	background-color: var(--light-01);
}

.testimonial-sect_item.light .testimonial-sect_detail{
	display: flex;
	filter: invert(100%);
}

.testimonial-sect .controllers.light .swiper-button-next path,
.testimonial-sect .controllers.light .swiper-button-prev path{
	fill: var(--dark-00);
}

.testimonial-sect .controllers.light .swiper-button-next circle,
.testimonial-sect .controllers.light .swiper-button-prev circle{
	stroke: var(--dark-00);
}

.testimonial-sect .controllers.light .swiper-pagination-bullet{
	background-color: var(--light-02);
}

.testimonial-sect .controllers.light .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--blue);
}

/* Orange */

.testimonial-sect_item.orange{
	align-items: center;
	color: var(--light-01);
	background-color: var(--orange);
	background-image: url(http://agile-moose.flywheelstaging.com/wp-content/uploads/2024/05/testimonials-bg-orange-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-sect_item.orange .testimonial-sect_text{
	font-family: "league-gothic", sans-serif;
	color: var(--light-01);
	font-size: 26px;
	font-weight: 400;
	line-height: 94%;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.32);
	text-transform: uppercase;
}

@media (min-width: 992px){
	.testimonial-sect_item.orange .testimonial-sect_text{
		font-size: 64px;
		text-shadow: 0px 8px 0px rgba(0, 0, 0, 0.32);
	}
}

.testimonial-sect_item.orange .testimonial-sect_name{
	font-family: "league-gothic", sans-serif;
	color: #68001C;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}

.testimonial-sect_item.orange .testimonial-sect_extra{
	color: var(--light-01);
}

.testimonial-sect .controllers.orange .swiper-button-next,
.testimonial-sect .controllers.orange .swiper-button-prev{
	color: var(--light-01);
}

.testimonial-sect .controllers.orange .swiper-pagination-bullet{
	background: var(--light-02);
}

.testimonial-sect .controllers.orange .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--blue);
}

/* Blue */

.testimonial-sect_item.blue{
	color: var(--light-02);
	background-color: var(--blue);
}

.testimonial-sect_item.blue .testimonial-sect_detail{
	display: flex;
}

.testimonial-sect .controllers.blue .swiper-button-next path,
.testimonial-sect .controllers.blue .swiper-button-prev path{
	fill: var(--light-02);
}

.testimonial-sect .controllers.blue .swiper-button-next circle,
.testimonial-sect .controllers.blue .swiper-button-prev circle{
	stroke: var(--light-02);
}

.testimonial-sect .controllers.blue .swiper-pagination-bullet{
	background-color: var(--light-02);
}

.testimonial-sect .controllers.blue .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #0070AE;
}

/* Red */

.testimonial-sect_item.red{
	color: var(--light-02);
	background-color: var(--red);
	background-image: url(http://agile-moose.flywheelstaging.com/wp-content/uploads/2024/05/testimonials-bg-red-scaled.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.testimonial-sect_item.red .testimonial-sect_text{
	font-family: "league-gothic", sans-serif;
	color: inherit;
	font-size: 26px;
	font-weight: 400;
	line-height: 94%;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.32);
	text-transform: uppercase;
}

@media (min-width: 992px){
	.testimonial-sect_item.red .testimonial-sect_text{
		font-size: 32px;
	}
}

.testimonial-sect_item.red .testimonial-sect_name{
	font-family: "league-gothic", sans-serif;
	color: inherit;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

.testimonial-sect .controllers.red .swiper-pagination-bullet{
	background-color: var(--light-02);
}

.testimonial-sect .controllers.red .swiper-button-next path,
.testimonial-sect .controllers.red .swiper-button-prev path{
	fill: var(--light-02);
}

.testimonial-sect .controllers.red .swiper-button-next circle,
.testimonial-sect .controllers.red .swiper-button-prev circle{
	stroke: var(--light-02);
}

.testimonial-sect .controllers.red .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #0070AE;
}

/* Green */

.testimonial-sect_item.green{
	color: var(--light-02);
	background-color: var(--green);
}

.testimonial-sect_item.green .testimonial-sect_detail{
	display: flex;
}

.testimonial-sect_item.green .testimonial-sect_name{
	font-family: "league-gothic", sans-serif;
	color: inherit;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

.testimonial-sect .controllers.green .swiper-pagination-bullet{
	background-color: var(--light-02);
}

.testimonial-sect .controllers.green .swiper-button-next path,
.testimonial-sect .controllers.green .swiper-button-prev path{
	fill: var(--light-02);
}

.testimonial-sect .controllers.green .swiper-button-next circle,
.testimonial-sect .controllers.green .swiper-button-prev circle{
	stroke: var(--light-02);
}

.testimonial-sect .controllers.green .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #0070AE;
}

/* Admission Section */

.admission{
	color: var(--light-01);
	background-color: var(--red);
	overflow: hidden;
}

.admission .container{
	position: relative;
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
}

@media (min-width: 768px){
	.admission .container{
		padding-top: 88px;
		padding-bottom: 92px;
		text-align: left;
	}
}

.admission_person{
	position: absolute;
	top: 110px;
	z-index: 1;
	right: -70px;
	width: 440px;
	pointer-events: none;
}

@media (min-width: 768px){
	.admission_person{
		top: 0;
		right: -60px;
		width: 440px;
	}
}

@media (min-width: 992px){
	.admission_person{
		right: -70px;
		width: 550px;
	}
}

@media (min-width: 1200px){
	.admission_person{
		right: -100px;
		width: 720px;
	}
}

@media (min-width: 1600px){
	.admission_person{
		right: -20px;
		width: 740px;
	}
}

.admission_bg{
	position: absolute;
	z-index: 1;
	bottom: -550px;
	width: 1050px;
	opacity: 0.4;
	pointer-events: none;
}

@media (min-width: 768px){
	.admission_bg{
		bottom: -360px;
		width: 810px;
	}
}

@media (min-width: 992px){
	.admission_bg{
		bottom: -420px;
		width: 890px;
	}
}

@media (min-width: 1200px){
	.admission_bg{
		bottom: -550px;
		width: 1050px;
	}
}

.admission_bg.admission_bg--1{
	left: -140px;
}

.admission_bg.admission_bg--2{
	right: -700px;
}

.admission_title{
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 110px;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.32);
	font-size: 64px;
	font-weight: 400;
	line-height: 94%;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.admission_title{
		margin-bottom: 32px;
		max-width: 300px;
		font-size: 64px;
	}
}

@media (min-width: 992px){
	.admission_title{
		max-width: 430px;
		font-size: 90px;
	}
}

@media (min-width: 1200px){
	.admission_title{
		max-width: 690px;
		text-shadow: 0px 8px 0px rgba(0, 0, 0, 0.32);
		font-size: 120px;
	}
}

.admission_infos{
	position: relative;
	z-index: 2;
}

@media (min-width: 768px){
	.admission_infos{
		display: flex;
		column-gap: 78px;
		column-gap: 32px;
	}
}

@media (min-width: 992px){
	.admission_infos{
		column-gap: 50px;
	}
}

@media (min-width: 1200px){
	.admission_infos{
		column-gap: 127px;
	}
}

@media (min-width: 1600px){
	.admission_infos{
		column-gap: 78px;
	}
}

.admission_general{
	display: block;
	padding: 48px 24px;
	color: #111;
	background-color: rgba(255, 246, 219, 0.50);
	border-bottom: 4px solid rgba(255, 255, 255, 1);
	margin-bottom: 40px;
	text-decoration: none;
}

@media (min-width: 768px){
	.admission_general.mobile{
		display: none;
	}	
}

@media (max-width: 767px){
	.admission_general.desktop{
		display: none;
	}	
}

@media (min-width: 768px){
	.admission_general{
		margin-bottom: 0;
		max-width: 50%;
		padding: 0;
		color: inherit;
		background-color: transparent;
		border-bottom: none;
	}
}

@media (min-width: 992px){
	.admission_general{
		max-width: 40%;
	}
}

@media (min-width: 1200px){
	.admission_general{
		max-width: 486px;
	}
}

@media (min-width: 1600px){
	.admission_general{
		max-width: 690px;
	}
}

@media (max-width: 767px){
	.admission_general:hover,
	.admission_general:focus:hover{
		background-color: rgba(255, 246, 219, 1);
		border-bottom: 4px solid rgba(255, 255, 255, 1);
	}

	.admission_general:focus,
	.admission_general:visited{
		color: #111;
		background-color: rgba(255, 246, 219, 0.50);
		border-bottom: 4px solid rgba(255, 255, 255, 0.15);
	}
}

.admission_general_title{
	margin-top: 0;
	margin-bottom: 16px;
	font-family: "futura-pt";
	font-size: 24px;
	font-weight: 450;
	line-height: 120%; 
}

@media (min-width: 992px){
	.admission_general_title{
		font-size: 30px;
	}
}

@media (min-width: 1200px){
	.admission_general_title{
		font-size: 32px;
	}
}

.admission_general_text{
	margin-top: 0;
	margin-bottom: 24px;
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.admission_general_text{
		margin-bottom: 32px;
		font-size: 16px;
	}
}

@media (min-width: 992px){
	.admission_general_text{
		margin-bottom: 95px;
		font-size: 18px;
	}
}

@media (min-width: 1200px){
	.admission_general_text{
		font-size: 20px;
	}
}

.admission_general_icon{
	width: 24px;
}

.admission_general_links-wrapper{
	display: none;
}

@media (min-width: 768px){
	.admission_general_links-wrapper{
		display: flex;
		align-items: center;
		column-gap: 24px;;
	}
}

@media (min-width: 992px){
	.admission_general_links-wrapper{
		column-gap: 32px;
	}
}

@media (min-width: 1200px){
	.admission_general_links-wrapper{
		column-gap: 78px;
	}
}

.admission_general_link{
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	font-family: "futura-pt";
	color: inherit;
	font-size: 24px;
	font-weight: 450;
	line-height: 120%;
	text-decoration: none;
	transition: all ease 0.4s;
}

@media (min-width: 768px){
	.admission_general_link{
		font-size: 16px;
	}
}

@media (min-width: 992px){
	.admission_general_link{
		font-size: 20px;
	}
}

@media (min-width: 1200px){
	.admission_general_link{
		font-size: 24px;
	}
}

.admission_general_link:hover,
.admission_general_link:focus:hover{
	opacity: 0.7;
}

.admission_general_link_icon{
	width: 32px;
}

@media (min-width: 768px){
	.admission_general_link_icon{
		width: 16px;
	}
}

@media (min-width: 992px){
	.admission_general_link_icon{
		width: 24px;
	}
}

@media (min-width: 1200px){
	.admission_general_link_icon{
		width: 32px;
	}
}

.admission_transfer{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
	padding: 48px 24px;
	font-family: "futura-pt";
	color: #111;
	text-decoration: none;
	background-color: rgba(255, 246, 219, 0.50);
	border-bottom: 4px solid rgba(255, 255, 255, 1);
	transition: all ease 0.4s;
}

@media (min-width: 768px){
	.admission_transfer{
		flex-direction: row;
		column-gap: 16px;
		margin-bottom: 16px;
		padding: 16px;
		color: inherit;
		background-color: rgba(165, 6, 37, 0.85);
		border-bottom: 4px solid rgba(0, 0, 0, 0.15);
	}
}

@media (min-width: 992px){
	.admission_transfer{
		padding: 24px;
	}
}

@media (min-width: 1200px){
	.admission_transfer{
		padding: 32px 100px;
	}
}

@media (min-width: 1200px){
	.admission_transfer{
		padding: 32px 140px;
	}
}

.admission_transfer:hover,
.admission_transfer:focus:hover{
	background-color: rgba(255, 246, 219, 1);
	border-bottom: 4px solid rgba(255, 255, 255, 1);
}

.admission_transfer:focus,
.admission_transfer:visited{
	color: #111;
	background-color: rgba(255, 246, 219, 0.50);
	border-bottom: 4px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px){
	.admission_transfer:focus,
	.admission_transfer:visited,
	.admission_transfer:hover,
	.admission_transfer:focus:hover{
		color: inherit;
		background-color: rgba(165, 6, 37, 0.85);
		border-bottom: 4px solid rgba(0, 0, 0, 0.15);
	}
}

.admission_transfer_info{
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.admission_transfer_title{
	font-size: 24px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.admission_transfer_title{
		font-size: 20px;
	}
}

@media (min-width: 992px){
	.admission_transfer_title{
		font-size: 22px;
	}
}

@media (min-width: 1200px){
	.admission_transfer_title{
		font-size: 24px;
	}
}

.admission_transfer_text{
	margin-top: 16px;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.admission_transfer_text{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
	}
}

@media (min-width: 992px){
	.admission_transfer_text{
		font-size: 18px;
	}
}

@media (min-width: 1200px){
	.admission_transfer_text{
		font-size: 20px;
	}
}

.admission_transfer_icon{
	width: 24px;
}

.admission_transfer_icon.mobile{
	filter: invert(1);
}

@media (min-width: 768px){
	.admission_transfer_icon.mobile{
		display: none;
	}	
}

@media (max-width: 767px){
	.admission_transfer_icon.desktop{
		display: none;
	}	
}

@media (min-width: 992px){
	.admission_transfer_icon{
		width: 32px;
	}
}

@media (min-width: 1200px){
	.admission_transfer_icon{
		width: 48px;
	}
}

.admission_others_wrapper{
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

@media (min-width: 768px){
	.admission_others_wrapper{
		flex-direction: row;
		align-items: center;
		column-gap: 16px;
	}
}

@media (min-width: 992px){
	.admission_others_wrapper{
		column-gap: 16px;
	}
}

@media (min-width: 1200px){
	.admission_others_wrapper{
		column-gap: 28px;
	}
}

.admission_link{
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 24px;
	flex: 1;
	padding: 48px 24px;
	color: #111;
	text-align: center;
	font-family: "futura-pt";
	font-size: 24px;
	font-weight: 450;
	line-height: 120%;
	text-decoration: none;
	background-color: rgba(255, 246, 219, 0.50);
	border-bottom: 4px solid rgba(255, 255, 255, 1);
	transition: all ease 0.4s;
}

@media (min-width: 768px){
	.admission_link{
		row-gap: 8px;
		padding: 16px;
		font-size: 18px;
		border-bottom: 4px solid rgba(255, 255, 255, 0.15);
	}
}

@media (min-width: 992px){
	.admission_link{
		row-gap: 16px;
		padding: 24px 16px;
		font-size: 22px;
	}
}

@media (min-width: 1200px){
	.admission_link{
		padding: 32px 16px;
		font-size: 24px;
	}
}

.admission_link:hover,
.admission_link:focus:hover{
	background-color: rgba(255, 246, 219, 1);
	border-bottom: 4px solid rgba(255, 255, 255, 1);
}

.admission_link:visited,
.admission_link:focus{
	color: #111;
	background-color: rgba(255, 246, 219, 0.50);
	border-bottom: 4px solid rgba(255, 255, 255, 0.15);
}

.admission_link_icon{
	width: 24px;
}

@media (min-width: 768px){
	.admission_link_icon{
		width: 16px;
	}
}

@media (min-width: 992px){
	.admission_link_icon{
		width: 24px;
	}
}

@media (min-width: 1200px){
	.admission_link_icon{
		width: 32px;
	}
}

/* Cost Estimator Sect */

.cost-estimator{
	background-color: var(--dark-00);
	color: var(--light-01);
	overflow: hidden;
}

.cost-estimator .container{
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 992px){
	.cost-estimator .container{
		padding-top: 58px;
		padding-bottom: 58px;
	}
}

@media (min-width: 1200px){
	.cost-estimator .container{
		padding-top: 80px;
	}
}

.cost-estimator_top{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	row-gap: 32px;
	text-align: center;
}

@media (min-width: 768px){
	.cost-estimator_top{
		flex-direction: row;
		align-items: initial;
		justify-content: space-between;
		row-gap: 0;
		text-align: left;
	}
}

.cost-estimator_top_wrapper{
	
}

@media (min-width: 768px){
	.cost-estimator_top_wrapper{
		max-width: 320px;
	}
}

@media (min-width: 992px){
	.cost-estimator_top_wrapper{
		max-width: 400px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_top_wrapper{
		max-width: 695px;
	}
}

.cost-estimator_title{
	margin: 0 auto 24px;
	max-width: 80%;
	text-shadow: 0px 4px 0px #2C5C40;
	font-size: 48px;
	font-weight: 400;
	line-height: 94%;
	text-transform: uppercase;
}

@media (min-width: 768px){
	.cost-estimator_title{
		max-width: initial;
	}
}

@media (min-width: 992px){
	.cost-estimator_title{
		font-size: 48px;
		text-shadow: 0px 5px 0px #2C5C40;
	}
}

@media (min-width: 1200px){
	.cost-estimator_title{
		margin-bottom: 32px;
		font-size: 64px;
		text-shadow: 0px 8px 0px #2C5C40;
	}
}

.cost-estimator_text{
	margin-top: 0;
	margin-bottom: 0;
	font-family: "futura-pt";
	font-size: 16px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.cost-estimator_text{
		font-size: 18px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_text{
		font-size: 22px;
	}
}

.cost-estimator_image{
	width: 260px;
	height: 260px;
	object-fit: cover;
	border-radius: 50%;
}

@media (min-width: 768px){
	.cost-estimator_image{
		width: 280px;
		height: 280px;
	}
}

@media (min-width: 992px){
	.cost-estimator_image{
		width: 320px;
		height: 320px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_image{
		width: 360px;
		height: 360px;
	}
}

.cost-estimator_bottom{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}

@media (min-width: 768px){
	.cost-estimator_bottom{
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		margin-top: 32px;
	}
}

@media (min-width: 992px){
	.cost-estimator_bottom{
		margin-top: -32px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_bottom{
		margin-top: -55px;
	}
}

.cost-estimator_bottom_box{
	padding: 32px;
	background-color: #181818;
}

@media (min-width: 768px){
	.cost-estimator_bottom_box{
		max-width: 320px;
		padding: 16px 24px;
	}
}

@media (min-width: 992px){
	.cost-estimator_bottom_box{
		max-width: 400px;
		padding: 24px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_bottom_box{
		max-width: 505px;
		padding: 48px;
	}
}

@media (min-width: 1600px){
	.cost-estimator_bottom_box{
		max-width: 590px;
	}
}

.cost-estimator_label{
	margin-top: 0;
	margin-bottom: 24px;
	text-align: center;
	font-size: 18px;
	font-family: "futura-pt";
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 992px){
	.cost-estimator_label{
		margin-bottom: 32px;
		font-size: 22px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_label{
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		font-size: 24px;
	}
}

@media (min-width: 1600px){
	.cost-estimator_label{
		width: 70%;
	}
}

.cost-estimator_bottom_wrapper{
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	text-align: center;
}

@media (min-width: 768px){
	.cost-estimator_bottom_wrapper{
		flex-direction: row;
		align-items: center;
	}
}

@media (min-width: 768px){
	.cost-estimator_bottom_wrapper .btn{
		flex: 1;
	}
}

.cost-estimator_bottom_time{
	margin-top: 0;
	margin-bottom: 0;
	font-family: "futura-pt";
	color: #7E7C6E;
	font-size: 16px;
	font-weight: 450;
	line-height: 120%;
}

@media (min-width: 768px){
	.cost-estimator_bottom_time{
		margin-left: 16px;
		font-size: 12px;
	}
}

@media (min-width: 992px){
	.cost-estimator_bottom_time{
		margin-left: 32px;
		font-size: 14px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_bottom_time{
		margin-left: 40px;
		font-size: 16px;
	}
}

.cost-estimator_nav{
	display: flex;
	flex-direction: column;
	margin-top: 32px;
	row-gap: 8px;
}

@media (min-width: 768px){
	.cost-estimator_nav{
		flex-direction: row;
		column-gap: 16px;
		margin-top: 0;
		row-gap: 0;
	}
}

@media (min-width: 992px){
	.cost-estimator_nav{
		column-gap: 24px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_nav{
		column-gap: 48px;
	}
}

.cost-estimator_nav_col{
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.cost-estimator_link{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	color: inherit;
	font-family: "futura-pt";
	font-size: 22px;
	font-weight: 450;
	line-height: 120%;
	text-decoration: none;
	transition: all ease 0.4s;
}

.cost-estimator_link:hover,
.cost-estimator_link:focus,
.cost-estimator_link:focus:hover{
	opacity: 0.7;
}

@media (min-width: 768px){
	.cost-estimator_link{
		justify-content: initial;
		font-size: 16px;
	}
}

@media (min-width: 992px){
	.cost-estimator_link{
		font-size: 18px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_link{
		font-size: 22px;
	}
}

.cost-estimator_link_icon{
	width: 24px;
}

@media (min-width: 768px){
	.cost-estimator_link_icon{
		width: 10px;
	}
}

@media (min-width: 992px){
	.cost-estimator_link_icon{
		width: 26px;
	}
}

@media (min-width: 1200px){
	.cost-estimator_link_icon{
		width: 24px;
	}
}

.cost-estimator_extra{
	margin-top: 40px;
	margin-bottom: 0;
	font-family: "futura-pt";
	font-size: 12px;
	font-weight: 450;
	line-height: 120%;
	text-align: center;
}

@media (min-width: 768px){
	.cost-estimator_extra{
		margin-top: 16px;
		text-align: left;
	}
}