/*----------------Core---------------------------*/
@media (prefers-reduced-motion: no-preference) {
	:root { scroll-behavior: auto; }
}

html { height: 100%; }

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
	background: #fff;
	color: #0C0C0C;
	font: 400 16px 'Outfit', sans-serif;
	line-height: 1.5em;
	margin: 0px;
    min-height: 100%;
}

body.page-error { align-items: center; }

body.hamburger-active { overflow: hidden; }

img { height: auto; max-width: 100%; }
img[src=""], img:not([src]) { visibility: hidden; }

a { color: #0C0C0C; word-break: break-all; text-decoration: none; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #0C0C0C; opacity: 0.5; }

form { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { color: #0C0C0C; font-family: 'Outfit', sans-serif; font-weight: 500; line-height: 1.2em; margin-bottom: 20px; margin-top: 0; }

p { color: #858585; line-height: 1.7em; margin-bottom: 20px; }

ul, ol { margin-bottom: 20px; }
ul li, ol li { color: #858585; line-height: 1.7em; text-align: left; }

input:-webkit-autofill, input:-webkit-autofill:focus { transition: background-color 0s 600000s, color 0s 600000s !important; }

.margin-center { margin-left: auto; margin-right: auto; }
.max-width-1440 { margin: 0 auto; max-width: 1440px; position: relative; }
.max-width-900 { max-width: 900px; }
.max-width-850 { max-width: 850px; }
.max-width-750 { max-width: 750px; }
.max-width-800 { max-width: 800px; }
.max-width-675 { max-width: 675px; }
.max-width-600 { max-width: 600px; }
.max-width-550 { max-width: 550px; }
.max-width-475 { max-width: 475px; }
.max-width-450 { max-width: 450px; }
.max-width-400 { max-width: 400px; }
.max-width-350 { max-width: 350px; }
.container { max-width: 1360px !important; }

.form .box { background-color: #FCFCFC; border-radius: 12px; padding: 40px; }
.form .title { font-size: 32px; }

.form-control { background-color: transparent; border: 0; border-bottom: 1px solid #0C0C0C; border-radius: 0; font-size: 16px; height: 44px; line-height: 44px; padding: 0 12px; }
.form-group { margin-bottom: 30px; position: relative; }
.form-group.select select { background-image: url('../assets/images/arrow-down.svg'); background-repeat: no-repeat; background-position: calc(100% - 12px) center; color: rgba(12, 12, 12, 0.60); }
textarea.form-control { height: auto; }

.form-submit { margin-top: 40px; }

.form-control:focus { border-bottom-color: #0C0C0C; background-color: transparent; box-shadow: none; color: #0C0C0C; }

.form-control::-webkit-input-placeholder { color: rgba(12, 12, 12, 0.60); }
.form-control::-moz-placeholder { color: rgba(12, 12, 12, 0.60); }
.form-control:-ms-input-placeholder { color: rgba(12, 12, 12, 0.60); }
.form-control:-moz-placeholder { color: rgba(12, 12, 12, 0.60); }

.form-control:focus::-webkit-input-placeholder { opacity: 0; }
.form-control:focus::-moz-placeholder { opacity: 0; }
.form-control:focus:-ms-input-placeholder { opacity: 0; }
.form-control:focus:-moz-placeholder { opacity: 0; }

label { color: #0C0C0C; display: block; font-weight: bold; font-size: 12px; font-weight: 600; left: 12px; line-height: 1em; opacity: 1; position: absolute; text-transform: uppercase; top: 0; z-index: 1; }

.background-img { background-position: center top; background-repeat: no-repeat; background-size: cover; }

.btn { background-color: transparent; border: 0; border-bottom: 1px solid #fff; border-radius: 0; color: #fff; font-family: 'Outfit', sans-serif; font-size: 16px; display: inline-block; line-height: 1.2em; padding: 12px 24px; transition: opacity 0.4s ease; }
.btn:after { content: url('../assets/images/arrow-outward.svg'); display: inline-block; line-height: 1em; margin-left: 8px; vertical-align: middle; }
.btn:hover { background-color: transparent; border-bottom: 1px solid #fff; color: #fff; opacity: 0.5; }

.btn-black, .btn-black:hover { border-color: #0C0C0C; color: #0C0C0C; }
.btn-black:after { content: url('../assets/images/arrow-outward-black.svg'); }

.btn-orange { background-color: #F78F1E; border: 1px solid #F78F1E; border-radius: 2px; transition: all 0.4s ease; }
.btn-orange:after{ display: none; }
.btn-orange:hover { background-color: #fff; border: 1px solid #F78F1E; color: #F78F1E; opacity: 1; }

.filter ul { display: flex; flex-wrap: wrap; align-items: center; list-style: none; margin: 0; padding: 0; }
.filter ul li { border-bottom: 1px solid transparent; color: #0C0C0C; margin-right: 30px; cursor: pointer; padding: 15px 24px; transition: border-color 0.4s ease; }
.filter ul li.active { border-color: #0C0C0C; }
.filter ul li:last-child { margin-right: 0; }

.list-icon .item { margin-bottom: 20px; text-align: left; }
.list-icon .item:last-child { margin-bottom: 0; }
.list-icon .icon-title { margin-bottom: 10px; position: relative; }
.list-icon .title { color: #0C0C0C; display: inline-block; font-size: 24px; font-weight: 500; line-height: 1.2em; margin-bottom: 0; padding-left: 56px; }
.list-icon .icon { left: 0; position: absolute; top: 50%; transform: translateY(-50%); }
.list-icon .text { padding-left: 56px; }
.list-icon .text p { color: #858585; position: relative; }

.group { background-position: center; background-repeat: no-repeat; background-size: cover; }
.top-title { font-size: 16px; letter-spacing: 2px; font-weight: 400; line-height: 1.3em; text-transform: uppercase; }
.title { font-size: 48px; line-height: 1.2em; }

.font-size-40 { font-size: 40px; }

.white-txt { color: #fff !important; }

/* Bounce Arrow Down */
.animate-bounce-arrow-down { animation: bounceArrowDown 3s infinite; }

@keyframes bounceArrowDown {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/*------------ HEADER ----------------------*/
#header { left: 0; position: absolute; top: 50px; width: 100%; z-index: 10; }
	#header ul { list-style: none; margin: 0; padding: 0; }

	/* Logo */
	#header .logo { flex: 0 0 auto; width: auto; }

	/* Menu */
	#header .menu { flex: 1 1 0; margin-right: 76px; }
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#header .menu > ul > li { flex: 0 1 auto; color: #fff; font-size: 16px; font-weight: 400; margin-left: 40px; position: relative; }
	#header .menu > ul > li.has-submenu { padding-right: 16px; }
	#header .menu > ul > li:first-child { margin-left: 0; }
	#header .menu > ul > li i { font-size: 10px; margin-top: -1px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }
	#header .menu > ul > li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#header .menu > ul > li a:after { content: ''; height: 6px; left: 0; pointer-events: none; position: absolute; top: 100%; width: 100%; }
	#header .menu > ul > li a:hover { opacity: 0.5; }

	#header .menu > ul > li:hover i { margin-top: 0; transform: translateY(-50%) rotate(180deg); }
	#header .menu > ul > li:hover ul { margin-top: 6px; opacity: 1; pointer-events: auto; }
	#header .menu > ul > li:hover > a:after { pointer-events: auto; }
	#header .menu > ul > li:hover > a:before { width: 100%; }

	/* CTA */
	#header .cta { flex: 0 0 auto; width: auto; }

	/* Dropdown */
	#header .menu ul li ul { border-radius: 2px; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; display: block; background-color: #fff; left: -20px; list-style: none; margin: 0; margin-top: 12px; min-width: 180px; opacity: 0; overflow: hidden; padding: 22px; pointer-events: none; position: absolute; top: 100%; z-index: 2; transition: opacity 0.4s ease, margin-top 0.4s ease; }
	#header .menu ul li ul li { border-bottom: 1px solid rgba(20, 33, 75, 0.2); color: #0C0C0C; font-size: 14px; letter-spacing: 0; line-height: 1.2em; margin-right: 0; text-align: left; text-transform: capitalize; }
	#header .menu ul li ul li:last-child { border-bottom: 0; }
	#header .menu ul li ul li:first-child a { margin-top: 0; }
	#header .menu ul li ul li:last-child a { margin-bottom: 0; }
	#header .menu ul li ul li a { display: block; margin: 12px 0; position: relative; width: 100%; }
	#header .menu ul li ul li a:hover { opacity: 0.5; }

    /* Hamburger */
	#header .hamburger { flex: 0 0 auto; display: none; width: auto; }
	#header .hamburger .box { cursor: pointer; height: 20px; margin-left: auto; position: relative; width: 30px; }
	#header .hamburger .box div { background-color: #fff; height: 2px; left: 0; position: absolute; width: 100%; }
	#header .hamburger .box div:first-child { top: 0; }
	#header .hamburger .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#header .hamburger .box div:last-child { bottom: 0; }

	/* Header Colored */
	.header-colored #header .menu > ul > li { color: #0C0C0C; }
	.header-colored #header .hamburger .box div { background-color: #0C0C0C; }
	.header-colored #header .menu > ul { border-bottom-color: #0C0C0C; }

/*------------ MOBILE NAV ----------------------*/
#mobile-nav { background-color: #fff; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; height: 100%; right: 0; position: fixed; top: 0; max-width: 350px; width: 90%; transform: translateX(100%); z-index: 15; }
	.hamburger-active #mobile-nav { transform: translateX(0); }

	#mobile-nav .menu-contact { overflow-y: auto; }
	#mobile-nav .menu ul { list-style: none; margin: 0; margin-bottom: 20px; padding: 20px; }
	#mobile-nav .menu ul li { color: #0C0C0C; font-size: 16px; font-weight: 600; line-height: 1.2em; margin-bottom: 40px; padding-right: 30px; position: relative; text-transform: uppercase; }
	#mobile-nav .menu ul li:last-child { margin-bottom: 0; }

	#mobile-nav .menu ul li i { display: block; font-size: 16px; position: absolute; right: 0; top: 0; }

	#mobile-nav .menu ul li a { color: inherit; font: inherit; text-decoration: none; }

	#mobile-nav .menu ul li ul { margin-bottom: 0; padding-bottom: 0; padding-right: 0; }
	#mobile-nav .menu ul li ul li { margin-bottom: 20px; padding-right: 0; text-transform: none; }
	#mobile-nav .menu ul li.menu-li-active i { transform: rotate(180deg); }

	/* Close */
	#mobile-nav .close { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 30px 20px; }
	#mobile-nav .close .box { cursor: pointer; height: 14px; position: relative; width: 20px; }
	#mobile-nav .close .box div { background-color: #0C0C0C; height: 2px; left: 0; position: absolute; width: 100%; }
	#mobile-nav .close .box div:first-child { top: 0; }
	#mobile-nav .close .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#mobile-nav .close .box div:last-child { bottom: 0; }

	#mobile-nav .close .text { font-size: 16px; font-weight: 700; line-height: 1.2em; padding-left: 10px; text-transform: uppercase; }

	/* Contact */
	#mobile-nav .contact { padding: 0 20px 20px; }
	#mobile-nav .contact .box { background-color: #0C0C0C; border-radius: 10px; padding: 20px; }
	#mobile-nav .contact p { color: #fff; font-size: 14px; font-weight: 600; }
	#mobile-nav .contact p a { display: flex; flex-wrap: wrap; align-items: center; color: inherit; font: inherit; text-decoration: none; }
	#mobile-nav .contact .box > *:last-child { margin-bottom: 0; }
	#mobile-nav .contact span { flex: 0 1 auto; padding-left: 10px; width: calc(100% - 20px); }
	#mobile-nav .contact i { flex: 0 1 auto; font-size: 16px; text-align: center; width: 20px; }

	/* Bottom */
	#mobile-nav .bottom { background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.1); bottom: 0; left: 0; padding: 30px 20px; position: fixed; width: 100%; z-index: 5; }
	#mobile-nav .socials ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; margin-bottom: 20px; padding: 0; }
	#mobile-nav .socials ul li { color: #0C0C0C; font-size: 22px; line-height: 1em; padding-right: 20px; }
	#mobile-nav .socials ul li a { color: inherit; font: inherit; } 
	#mobile-nav .socials ul li:last-child { padding-right: 0; }
	#mobile-nav .bottom .copyright { font-size: 12px; font-weight: 600; line-height: 1.2em; }

/*------------ MOBILE NAV OVERLAY ----------------------*/
#mobile-nav-overlay { background-color: rgba(12, 12, 12, 0.3); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 14; transition: all 0.4s ease; }
	.hamburger-active #mobile-nav-overlay { opacity: 1; visibility: visible; }

/*------------ FOOTER ----------------------*/
#footer { padding: 80px 0 40px; position: relative; }
	#footer ul { display: block; list-style: none; margin: 0; padding: 0; }
	#footer ul li { color: #0C0C0C; font-size: 16px; line-height: 1.2em; }
	#footer ul li a { color: inherit; font: inherit; text-decoration: none; transition: opacity 0.4s ease; }
	#footer ul li a:hover { opacity: 0.5; }

	/* Logo */
	#footer .logo { margin-bottom: 15px; }

	/* Contact Info */
	#footer .contact-info ul li { line-height: 1.5em; margin-bottom: 10px; }
	#footer .contact-info ul li:last-child { margin-bottom: 0; }

	/* Menu */
	#footer .menu ul li { margin-bottom: 15px; }
	#footer .menu ul li:last-child { margin-bottom: 0; }

	/* Copyright - Socials */
	#footer .copyright-socials { display: flex; flex-wrap: wrap; align-items: center; margin-top: 45px; padding-top: 35px; position: relative; }
	#footer .copyright-socials:before { background-color: #858585; content: ''; height: 1px; left: 12px; position: absolute; top: 0; width: calc(100% - 24px); }

	/* Copyright */
	#footer .copyright { flex: 1 1 0; color: #0C0C0C; font-size: 12px; line-height: 1.2em; text-transform: uppercase; }
	#footer .copyright span { color: inherit; }
	#footer .copyright a { color: inherit; text-decoration: none; }

	/* Socials */
	#footer .socials { display: flex; flex-wrap: wrap; align-items: center; flex: 0 0 auto; }
	#footer .socials ul { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; }
	#footer .socials ul li { flex: 0 1 auto; font-size: 24px; line-height: 1em; margin-right: 20px; }
	#footer .socials ul li:last-child { margin-right: 0; }

/*------------ BANNER DEFAULT ----------------------*/
#banner-cc { background-position: center top; background-repeat: no-repeat; background-size: cover; padding: 150px 0; overflow: hidden; position: relative; }
	#banner-cc:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
	#banner-cc.fullbleed { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; height: 100vh; }
	#banner-cc.padding-220 { padding: 220px 0; }

	#banner-cc .max-width-1440 { flex: 0 1 auto; width: 100%; z-index: 3; }

	/* Content */
	#banner-cc .content { text-align: center; }
	#banner-cc .top-title { color: #fff; margin-bottom: 10px; }
	#banner-cc .title { color: #fff; margin-bottom: 10px; }
	#banner-cc .text p { color: #fff; }
	#banner-cc .text > *:last-child { margin-bottom: 0; }

	/* CTA */
	#banner-cc .cta { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; margin-top: 50px; }
	#banner-cc .cta a { flex: 0 1 auto; margin: 0 5px; }

	/* Scroll */
	#banner-cc .scroll { bottom: 45px; left: calc(50% - 14px);  line-height: 1em; position: absolute; z-index: 3; transform: translateX(-50%); }
	#banner-cc .scroll a { color: #fff; font-size: 14px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; }

	/* Poster */
	#banner-cc .poster { background-position: center top; background-repeat: no-repeat; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	/* Video */
	#banner-cc .video { left: 50%; position: absolute; top: 0; width: 100%; transform: translateX(-50%); }
	#banner-cc .video-box { height: 0; padding-bottom: 56.25%; position: relative; width: 100%; }
	#banner-cc .video iframe { height: 100%; left: 0; top: 0; position: absolute; width: 100%; }

/*------------ SLIDER DEFAULT ----------------------*/
#slider-d { position: relative; }
	#slider-d .content-slider { display: flex; flex-wrap: wrap; align-items: center; }

	/* Content */
	#slider-d .content { flex: 0 1 auto; max-width: 200px; width: 100%; }
	#slider-d .text p { color: #0C0C0C; line-height: 1.3em; letter-spacing: 2px; text-transform: uppercase; }
	#slider-d .text > *:last-child { margin-bottom: 0; }

	/* Slider */
	#slider-d .slider { flex: 0 1 auto; padding-left: 80px; width: calc(100% - 200px); }
	#slider-d .swiper:before { background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); content: ''; height: 100%; left: 0; position: absolute; width: 50px; z-index: 2; }
	#slider-d .swiper .swiper-wrapper { align-items: center; -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important; }
	#slider-d .swiper .swiper-slide { width: auto; }

/*------------ CAREERS DEFAULT ----------------------*/
#careers-d { position: relative; }
	#careers-d .wow { opacity: 0; }
	#careers-d .wow.done { opacity: 1; }
	#careers-d .item { border-bottom: 1px solid rgba(133, 133, 133, 0.50); margin-bottom: 40px; padding-bottom: 40px; }
	#careers-d .item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

	/* Content */
	#careers-d .title { font-size: 28px; margin-bottom: 10px; }
	#careers-d .text { margin-bottom: 5px; }
	#careers-d .text > *:last-child { margin-bottom: 0; }

	/* Meta */
	#careers-d .meta ul { display: flex; flex-wrap: wrap; align-items: center; list-style: none; margin: 0; padding: 0; }
	#careers-d .meta ul li { flex: 0 1 auto; margin-right: 12px; padding-right: 12px; position: relative; }
	#careers-d .meta ul li:after { content: '|'; position: absolute; right: -1px; }
	#careers-d .meta ul li:last-child { margin-right: 0; padding-right: 0; }
	#careers-d .meta ul li:last-child:after { display: none; }

/*------------ CONTENT DEFAULT ----------------------*/
.content-d { position: relative; }
	.content-d .wow { opacity: 0; }
	.content-d .wow.done { opacity: 1; }

	/* Content */
	.content-d .text p { line-height: 1.7em; }
	.content-d .content > *:last-child, .content-d .text > *:last-child { margin-bottom: 0; }

	/* CTA */
	.content-d .cta { text-align: right; }

	/* Style B */
	.content-d.style-b .container { max-width: 1196px !important; }
	.content-d.style-b .text p { color: #858585; }

/*------------ CONTENT FORM ----------------------*/
.content-f { position: relative; }
	.content-f .row { --bs-gutter-x: 0; }

	/* Content */
	.content-f .content { padding-right: 40px; }
	.content-f h2 { font-size: 40px; }
	.content-f h3 { font-size: 36px; }
	.content-f strong { font-weight: 600; }
	.content-f ul li { margin-bottom: 15px; }
	.content-f ul li:last-child { margin-bottom: 0; }
	
	/* Contact Details */
	.content-f .contact-details { border-bottom: 1px solid rgba(133, 133, 133, 0.50); margin-bottom: 40px; padding-bottom: 40px; }
	.content-f .contact-details .item { margin-bottom: 15px; }
	.content-f .contact-details .item:last-child { margin-bottom: 0; }
	.content-f .contact-details .item a { color: inherit; text-decoration: none; }
	.content-f .contact-details .item .title { font-size: 20px; font-weight: 500; margin-bottom: 10px; }
	.content-f .contact-details .item .text > *:last-child { margin-bottom: 0; }

	/* Socials */
	.content-f .socials .title {  font-size: 20px; font-weight: 500; margin-bottom: 10px; }
	.content-f .socials ul { display: flex; flex-wrap: wrap; align-items: center; list-style: none; margin: 0; padding: 0; }
	.content-f .socials ul li { flex: 0 1 auto; font-size: 24px; line-height: 1em; margin-bottom: 0; margin-right: 20px; }
	.content-f .socials ul li:last-child { margin-right: 0; }

	/* Form */
	.content-f .form { padding-left: 40px; }

	/* Contact */
	.content-f.contact .content { padding-right: 70px; }
	.content-f.contact .form { padding-left: 70px; }

/*------------ GRID ----------------------*/
.grid { position: relative; }
	.grid .wow { opacity: 0; }
	.grid .wow.done { opacity: 1; }
	.grid .row { --bs-gutter-y: 24px; }

	/* Gutter */
	.grid.gutter-x-12 .row { --bs-gutter-x: 12px; }
	.grid.gutter-y-6 .row { --bs-gutter-y: 12px; }

	/* Box */
	.grid .box { border-radius: 2px; height: 0; overflow: hidden; padding-top: 90%; position: relative; }
	.grid .box.padding-top-103 { padding-top: 103%; }
	.grid .box.padding-top-100 { padding-top: 100%; }
	.grid .box.padding-top-51-5 { padding-top: 51.5%; }
	.grid .box a { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
	
	/* Image */
	.grid .box .img { background-position: center; background-repeat: no-repeat; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; width: 100%; transform: scale(1); transition: transform 0.5s; }
	.grid .box .img:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 67.72%, rgba(0, 0, 0, 0.80) 109.35%); bottom: 0; content: ''; height: 100%; left: 0; position: absolute; width: 100%; }
	.grid .box.gradient-151 .img:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.1%, rgba(0, 0, 0, 0.80) 151.07%); }
	.grid .box.gradient-110 .img:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.1%, rgba(0, 0, 0, 0.80) 110.54%); }
	.grid .box:hover .img { transform: scale(1.08); }

	/* Content */
	.grid .box .content { bottom: 40px; padding: 0 40px; position: absolute; width: 100%; z-index: 2; }
	.grid .box .title {  color: #fff; font-size: 24px; font-weight: 500; line-height: 1.3em; margin-bottom: 10px; }
	.grid .box .address { color: #fff; margin-bottom: 15px; }
	.grid .box .details ul { display: flex; flex-wrap: wrap; align-items: center; list-style: none; margin: 0; padding: 0; }
	.grid .box .details ul li { flex: 0 1 auto; color: #fff; line-height: 1.2em; margin-right: 15px; padding-right: 15px; position: relative; }
	.grid .box .details ul li:before { margin-right: 10px; vertical-align: middle; }
	.grid .box .details ul li.beds:before { content: url('../assets/images/bed-icon.svg'); }
	.grid .box .details ul li.baths:before { content: url('../assets/images/bath-icon.svg'); }
	.grid .box .details ul li:after { background-color: #fff; content: ''; height: 100%; position: absolute; right: 0; width: 1px; }
	.grid .box .details ul li:last-child:after { display: none; }
	.grid .box .content > *:last-child { margin-bottom: 0; }

	/* Double */
	.grid .double { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.grid .double .box { flex: 0 1 auto; width: 100%; }
	.grid .double .box.padding-top-51-5 { padding-top: calc(51.5% - 6px); }

	/* Custom */
	.grid.custom-5 .col { flex: 0 1 auto; max-width: 20%; width: 20%; }
	.grid.custom-5 .col-40 { max-width: 40%; width: 40%; }
	.grid.custom-5 .box:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.36%, rgba(0, 0, 0, 0.80) 109.35%); }
	.grid.custom-5 .box .content { bottom: 24px; padding: 0 24px; }
	.grid.custom-5 .box .title { font-size: 16px; }
	.grid.custom-5 .box.no-img { display: flex; flex-wrap: wrap; align-items: center; background-color: #0C0C0C; height: 100%; padding: 24px; }
	.grid.custom-5 .box.no-img .content { flex: 0 1 auto; bottom: auto; position: relative; padding: 0; }
	.grid.custom-5 .box.no-img .title { font-size: 28px; }
	.grid.custom-5 .box.no-img a { height: auto; left: auto; position: relative; top: auto; width: auto; }

/*------------ GRID DEFAULT ----------------------*/
#grid-d .title svg { position: absolute; right: 40px; top: 50%; transform: translateY(-50%);  }

/*------------ STATS DEFAULT ----------------------*/
.stats { position: relative; }
	.stats .container.max-width-1090 { max-width: 1090px !important; }
	.stats .row { --bs-gutter-y: 48px; }
	.stats .item > *:last-child { margin-bottom: 0; }
	.stats .icon, .stats .number, .stats .text { text-align: center; }
	.stats .icon, .stats .number { margin-bottom: 15px; }
	.stats .number, .stats .text p { color: #fff; }
	.stats .number { font-size: 38px; font-weight: 500; line-height: 1em; }
	.stats .text > *:last-child { margin-bottom: 0; }

/*------------ TESTIMONIALS DEFAULT ----------------------*/
#testimonials-d { position: relative; }
	#testimonials-d .wow { opacity: 0; }
	#testimonials-d .wow.done { opacity: 1; }
	#testimonials-d .row { --bs-gutter-x: 0; }

	/* Slider */
	#testimonials-d .slider { display: flex; flex-wrap: wrap; align-items: center; padding: 80px; }
	#testimonials-d .swiper { flex: 0 1 auto; }
	#testimonials-d .swiper .star { margin-bottom: 20px; }
	#testimonials-d .swiper .text p { color: #fff; font-size: 20px; font-weight: 500; line-height: 1.4em; }
	#testimonials-d .swiper .text > *:last-child { margin-bottom: 0; }
	#testimonials-d .swiper .name { color: #fff; letter-spacing: 2px; margin-top: 50px; text-transform: uppercase; }
	#testimonials-d .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: auto; margin-top: 100px; position: relative; top: auto; z-index: 1; }
	#testimonials-d .swiper-pagination-bullet { background: #fff; }
	#testimonials-d .swiper-pagination-bullet-active { opacity: 1; }
	#testimonials-d .swiper-arrow-left, #testimonials-d .swiper-arrow-right { bottom: 0; position: absolute; z-index: 2; }
	#testimonials-d .swiper-arrow-left { left: 0; }
	#testimonials-d .swiper-arrow-right { right: 0; }

	/* Image */
	#testimonials-d .img-box { background-position: center; background-repeat: no-repeat; background-size: cover; height: 100%; }

/*------------ PHOTO CONTENT DEFAULT ----------------------*/
.photo-content-d { position: relative; }
	.photo-content-d .wow { opacity: 0; }
	.photo-content-d .wow.done { opacity: 1; }
	.photo-content-d .row { --bs-gutter-x: 0; }

	/* Image */
	.photo-content-d .img-box { background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 2px; height: 0; padding-top: 90%; }

	/* Content */
	.photo-content-d .content { padding-left: 80px; }
	.photo-content-d .text { margin-bottom: 30px; }
	.photo-content-d .text p { line-height: 1.7em; }
	.photo-content-d .text > *:last-child { margin-bottom: 0; }
	.photo-content-d .stats .row { --bs-gutter-x: 40px; }
	.photo-content-d .stats .number { color: #0C0C0C; }
	.photo-content-d .stats .text p { color: #858585; }
	.photo-content-d .content > *:last-child { margin-bottom: 0; }

	/* CTA */
	.photo-content-d .cta { margin-top: 30px; }

	/* Content Left */
	.photo-content-d.content-left .content { padding-left: 0; padding-right: 80px; }

	/* Padding 50 */
	.photo-content-d.padding-50 .img { padding-right: 25px; }
	.photo-content-d.padding-50 .img-box { padding-top: 110%; }
	.photo-content-d.padding-50.content-left .img { padding-left: 25px; padding-right: 0; }
	.photo-content-d.padding-50 .content { padding-left: 25px; }
	.photo-content-d.padding-50.content-left .content { padding-left: 0; padding-right: 25px; }

/*------------ PHOTO CONTENT BIO ----------------------*/
#photo-content-b { position: relative; }
	#photo-content-b .container { max-width: 1196px !important; }
	#photo-content-b .row { --bs-gutter-x: 0; }
	#photo-content-b .box { position: relative; }

	/* Image */
	#photo-content-b .img { padding-right: 20px; }
	#photo-content-b .img-box { background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 2px; height: 0; padding-top: 100%; }

	/* Content */
	#photo-content-b .content { padding-left: 20px; }
	#photo-content-b .name { font-size: 40px; font-weight: 500; line-height: 1.4em; margin-bottom: 15px; }
	#photo-content-b .position { color: #858585; font-size: 16px; letter-spacing: 2px; line-height: 1.3em; margin-bottom: 20px; text-transform: uppercase; }
	#photo-content-b .text { margin-bottom: 20px; }
	#photo-content-b .text p { color: #858585; }
	#photo-content-b .text strong { font-weight: 500; }
	#photo-content-b .text > *:last-child { margin-bottom: 0; }
	#photo-content-b .socials { display: flex; flex-wrap: wrap; align-items: center; }
	#photo-content-b .socials ul { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; list-style: none; margin: 0; padding: 0; }
	#photo-content-b .socials ul li { flex: 0 1 auto; font-size: 24px; line-height: 1em; margin-right: 40px; }
	#photo-content-b .socials ul li:last-child { margin-right: 0; }

/*------------ PHOTO MOSAIC DEFAULT ----------------------*/
#photo-mosaic-d { position: relative; }
	#photo-mosaic-d .row { --bs-gutter-y: 24px; }
	#photo-mosaic-d .img { background-position: center; background-repeat: no-repeat; background-size: cover; height: 500px; }

/*------------ FIND SELL FORM ----------------------*/
#find-sell-form { position: relative; z-index: 2; }
	#find-sell-form .container > .row { --bs-gutter-x: 0; background-color: #fff; padding: 30px; }

	/* Content */
	#find-sell-form .content { width: 145px; }
	#find-sell-form .title { font-size: 20px; font-weight: 500; }

	/* Form */
	#find-sell-form .form { padding-left: 60px; }
	#find-sell-form .row { --bs-gutter-x: 0; }
	#find-sell-form .form-group { margin-bottom: 0; }
	#find-sell-form .form-group.input { padding-left: 16px; padding-right: 24px; }
	#find-sell-form .form-control { padding: 0 24px; }
	#find-sell-form .form-control::-webkit-input-placeholder { color: #0C0C0C; }
	#find-sell-form .form-control::-moz-placeholder { color: #0C0C0C; }
	#find-sell-form .form-control:-ms-input-placeholder { color: #0C0C0C; }
	#find-sell-form .form-control:-moz-placeholder { color: #0C0C0C; }
	#find-sell-form .form-group.select select { background-position: calc(100% - 24px) center; color: #0C0C0C; width: 170px; }
	#find-sell-form .btn { height: 44px; padding: 0 24px; }

/*------------ COLUMN ----------------------*/
.column { position: relative; }
	.column.gutter-y-50 .row { --bs-gutter-y: 50px; }
	.column.gutter-x-40 .row { --bs-gutter-x: 40px; }

/*------------ COLUMN BOX ----------------------*/
.column-box { position: relative; }
	.column-box .wow { opacity: 0; }
	.column-box .wow.done { opacity: 1; }
	.column-box .row { --bs-gutter-x: 24px; --bs-gutter-y: 24px; }
	.column-box .box { background-color: #0C0C0C; border-radius: 2px; height: 100%; padding: 30px 25px; }

	/* Content */
	.column-box .icon { margin-bottom: 15px; }
	.column-box .top-title { color: #fff; margin-bottom: 15px; }
	.column-box .title { color: #fff; font-size: 24px; margin-bottom: 10px; }
	.column-box .text p { color: #fff; }
	.column-box .text > *:last-child { margin-bottom: 0; }

	/* CTA */
	.column-box .cta { margin-top: 15px; }

/*------------ TEAM DEFAULT ----------------------*/
.team { position: relative; }
	.team .row { --bs-gutter-y: 40px; }
	.team .box { position: relative; }
	.team .box a { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	/* Image */
	.team .img { background-position: center; background-repeat: no-repeat; background-size: cover; height: 0; margin-bottom: 10px; padding-top: 100%; }

	/* Content */
	.team .name { font-size: 24px; font-weight: 500; line-height: 1em; margin-bottom: 10px; }
	.team .position { color: #858585; line-height: 1.2em; }

/*------------ MAP DEFAULT ----------------------*/
#map-d { position: relative; }
	#map-d .title { font-size: 32px; margin-bottom: 20px; }
	#map-d iframe { height: 470px; width: 100%; }

/*------------ HERO ----------------------*/
.hero { background-position: center; background-repeat: no-repeat; background-size: cover; padding: 90px 0; position: relative; }
	.hero .wow { opacity: 0; }
	.hero .wow.done { opacity: 1; }

	/* Content */
	.hero .content { text-align: center; }
	.hero .top-title { color: #fff; }
	.hero .title { color: #fff; font-weight: 500; line-height: 1.2em; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
	#page-management .hero .title { max-width: 600px; }
	.hero .subtitle { color: #fff; font-size: 24px; }
	.hero .text { margin-left: auto; margin-right: auto; max-width: 850px; }
	.hero .text * { color: #fff; }
	.hero .text > *:last-child { margin-bottom: 0; }

	/* CTA */
	.hero .cta { margin-top: 50px; }

/*------------ COLUMN ----------------------*/
#hero-c .container { max-width: 1178px !important; }
	#hero-c .title { margin-bottom: 30px; }
	#hero-c .item .title { margin-bottom: 20px; }

/*------------ 404 -----------------------*/
#error-404 { position: relative; }
	#error-404 .title { font-size: 250px; margin-bottom: 0; }

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 900px !important; }

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	.container { width: 90%; }

	/* Header */
	#header .menu > ul > li { margin-left: 30px; }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Header */
	#header .logo img { width: 125px; }
	#header .menu { margin-right: 0; }
	#header .menu > ul { justify-content: center; }
	#header .menu > ul > li { margin-left: 20px; }
	#header .cta .btn { padding: 12px; }

	/* Grid */
	.grid.custom-5 .col { max-width: 33.33%; width: 33.33%; }
	.grid.custom-5 .col-40 { max-width: 66.66%; width: 66.66%; }

	/* Content Form */
	.content-f .content { margin-bottom: 50px; padding-right: 0; }
	.content-f .form { padding-left: 0; }
	.content-f .form .title, .content-f .form .form-submit { text-align: center; }
	.content-f.contact .content { padding-right: 35px; }
	.content-f.contact .form { padding-left: 35px; }
	.content-f.contact .form .title, .content-f.contact .form .form-submit { text-align: left; }

	/* Photo Content Default */
	.photo-content-d .content { padding-left: 40px; }
}

/*------------ MEDIA 1023px ----------------------*/
@media only screen and (max-width: 1023px) {
	/* Header */
	#header .row { align-items: center; }
	#header .logo { flex: 1 1 0; }
	#header .menu { display: none; }
	#header .hamburger { display: block; }
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	ul, ol { display: inline-block; }

	/* Footer */
	#footer .logo-contact-info { margin-top: 50px; text-align: center; }
	#footer .contact-info ul li { text-align: center; }

	/* Find Sell Form */
	#find-sell-form .content { margin-bottom: 10px; text-align: center; width: 100%; }
	#find-sell-form .form { padding-left: 0; }

   /* Slider Default */
   #slider-d .content { margin: 0 auto 50px; text-align: center; }
   #slider-d .slider { padding-left: 0; width: 100%; }
   #slider-d .swiper:before { display: none; }

   /* Content Default */
   .content-d { text-align: center; }
   .content-d .content { margin-bottom: 20px; }
   .content-d .filter ul { justify-content: center; }
   .content-d .cta { margin-top: 40px; }

   /* Content Form */
   .content-f .socials ul { justify-content: center; }
   .content-f.contact .content { padding-right: 0; }
   .content-f.contact .title, .content-f.contact .form .title, .content-f.contact .form .form-submit { margin-left: auto; margin-right: auto; text-align: center; }
   .content-f.contact .text { text-align: center; }
   .content-f.contact .form { padding-left: 0; }
   .content-f.contact .form-submit { text-align: center; }

   /* Grid */
   .grid .double .box.padding-top-100 { padding-top: 100%; }
   .grid .double .box.padding-top-51-5 { margin-bottom: 24px; padding-top: 51.5%; }
   .grid .double .box.padding-top-51-5:last-child { margin-bottom: 0; }

   /* Testimonials Default */
   #testimonials-d .swiper .star, #testimonials-d .swiper .text, #testimonials-d .swiper .name { text-align: center; }
   #testimonials-d .img-box { height: 0; padding-top: 56.25%; }

   /* Photo Content Default */
   .photo-content-d .img { margin-bottom: 30px; }
   .photo-content-d .content, .photo-content-d.content-left .content { padding: 0; text-align: center; }
   .photo-content-d .title { margin-left: auto; margin-right: auto; }
   .photo-content-d.padding-50.content-left .img, .photo-content-d.padding-50 .content { padding-left: 0; }
   .photo-content-d.padding-50.content-left .content, .photo-content-d.padding-50 .img { padding-right: 0; }

   /* Photo Mosaic Default */
   #photo-mosaic-d .img { height: 0; padding-top: 100%; }

   /* Photo Content Bio */
   #photo-content-b .row { justify-content: center; }
   #photo-content-b .img { margin-bottom: 30px; padding-right: 0; }
   #photo-content-b .content { padding-left: 0; text-align: center; }
   #photo-content-b .socials { justify-content: center; }

   /* Map Default */
   #map-d .title { text-align: center; }
}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	/* Find Sell Form */
	#find-sell-form .form-group.select select, #find-sell-form .btn { width: 100%; }
	#find-sell-form .form-group.input { padding: 0; }

	/* Grid */
	.grid.custom-5 .col, .grid.custom-5 .col-40 { max-width: 50%; width: 50%; }
	.grid.custom-5 .box.no-img .title { font-size: 24px; }

	/* Column Box */
	.column-box .box { text-align: center; }

	/* Careers Default */
	#careers-d .content { margin-bottom: 20px; text-align: center; }
	#careers-d .text { margin-bottom: 10px; }
	#careers-d .meta ul { justify-content: center; }
	#careers-d .meta ul li { width: 100%; margin-bottom: 5px; margin-right: 0; padding-right: 0; }
	#careers-d .meta ul li:last-child { margin-bottom: 0; }
	#careers-d .meta ul li:after { display: none; }
	#careers-d .cta { text-align: center; }

	/* Hero */
	#hero-c .item { text-align: center; }

	/* Team */
	.team .box { text-align: center; }

	/* 404 */
	#error-404 .title { font-size: 100px; }
}

/*------------ MEDIA 576px ----------------------*/
@media only screen and (min-width: 576px) {
	/* Mobile Nav */
	#mobile-nav .contact br { content: ''; }
	#mobile-nav .contact br:after { content: ' '; }
}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.form .box { padding: 40px 30px; }
	.filter ul li { margin-right: 15px; padding: 10px 15px; }
	.btn { width: 100%; }

    /* Header */
	#header .cta { display: none; }

	/* Footer */
	#footer .menu { margin-bottom: 30px; }
	#footer .menu ul li { text-align: center; }
	#footer .copyright, #footer .socials { flex: 0 1 auto; text-align: center; width: 100%; }
	#footer .socials { justify-content: center; margin-bottom: 20px; }

	/* Banner Centered Content */
	#banner-cc .title { font-size: 40px; }
	#banner-cc .cta a { margin-bottom: 10px; }
	#banner-cc .cta a:last-child { margin-bottom: 0; }

	/* Content Default */
	.content-d .title, .content-d .title.font-size-40 { font-size: 36px; }

	/* Content Form */
	.content-f h2 { font-size: 36px; }
	.content-f h3 { font-size: 32px; }

	/* Grid */
	.grid .box .content { bottom: 24px; padding: 0 24px; }
	.grid .box .title { font-size: 22px; }
	.grid .box .details ul li { width: 100%; }
	.grid .box .details ul li:after { display: none; }
	.grid .box.padding-top-103, .grid .double .box.padding-top-51-5 { padding-top: 100%; }
	.grid.custom-5 .col, .grid.custom-5 .col-40 { max-width: 100%; width: 100%; }
	.grid.custom-5 .box .content { text-align: center; }
	.grid.custom-5 .box.no-img { height: 0; padding-top: 100%; }
	.grid.custom-5 .box.no-img .content { left: 0; padding: 0 24px; position: absolute; top: 50%; transform: translateY(-50%); }
	#grid-f.grid .box .img:before { background: rgba(0,0,0,0.5); }
	#grid-d .title svg { right: 24px; width: 18px; }

	/* Testimonials Slder */
	#testimonials-d .slider { padding: 80px 30px; }
	#testimonials-d .img-box { padding-top: 100%; }

	/* Photo Content Default */
	.photo-content-d .title { font-size: 36px; }
	.photo-content-d .list-icon .title { font-size: 24px; }

	/* Hero Default */
	.hero .title { font-size: 36px; }
}