/*----------------Core---------------------------*/
:root { scroll-behavior: auto; }

html { height: 100%; }

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
	color: #444441;
	font: 400 17px 'Inter', sans-serif;
	letter-spacing: -0.51px;
	line-height: 1.7em;
	margin: 0px;
    min-height: 100%;
	background: #fff;
	top: 0 !important;
}

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

body.hamburger-active, body.popup-form-active { overflow: hidden; }

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

img.bordered-img { background: #FFF; border-radius: 24px; box-shadow: 2px 4px 16.6px 0 rgba(0, 0, 0, 0.08); }

a { color: #B8920A; word-break: break-word; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #B8920A; opacity: 0.5; }

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

h1, h2, h3, h4, h5, h6 { color: #1B2A4A; font-weight: 800; line-height: 1.2em; margin-bottom: 24px; margin-top: 0; }

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

hr { background: rgba(21, 21, 21, 0.24); border: 0; height: 1px; margin: 0 auto; opacity: 1; position: relative; }

strong { color: #1B2A4A; font-weight: 700; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: #444441; line-height: 1.7em; margin-bottom: 0; }
ul li:last-child, ol li:last-child { margin-bottom: 0; }

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

.margin-center { margin-left: auto; margin-right: auto; }
.max-width-1440 { max-width: 1440px; }
.max-width-1179 { max-width: 1179px; }
.max-width-1062 { max-width: 1062px; }
.max-width-1050 { max-width: 1050px; }
.max-width-915 { max-width: 915px; }
.max-width-804 { max-width: 804px; }
.max-width-775 { max-width: 775px; }
.max-width-750 { max-width: 750px; }
.max-width-700 { max-width: 700px; }
.max-width-650 { max-width: 650px; }
.max-width-550 { max-width: 550px; }
.max-width-375 { max-width: 375px; }

.container { max-width: 1416px !important; }

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

.form-control { background: #fff; border: 1px solid rgba(27, 42, 74, 0.24); border-radius: 8px; color: rgba(27, 42, 74, 0.60); font-size: 17px; line-height: 1.7em; padding: 24px; }
.form-control.active { padding-top: 30px; padding-bottom: 18px; }
.form-group { margin-bottom: 24px; position: relative; }
input[type="radio"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0 }

.form-control:focus { background: #F6F3EA; box-shadow: none; color: rgba(27, 42, 74, 0.60); }

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

.form-fighter { position: absolute; top: -99999px; height: 0; overflow: hidden; }

.form-group.select select { background-image: url('../assets/images/chevron-down.svg'); background-repeat: no-repeat; background-position: calc(100% - 15px) center; color: rgba(27, 42, 74, 0.60); height: 54px; padding-right: 30px; }

.checkbox .checkmark { background-color: #fff; border: 1px solid rgba(33, 33, 33, 0.24); border-radius: 4px; height: 23px; left: 0; position: absolute; top: -1px; width: 23px; }
.checkbox .checkmark:after { border: solid #B8920A; border-width: 0 2px 2px 0; content: ''; display: none; height: 11px; left: 8px; position: absolute; top: 3px; width: 6px; transform: rotate(45deg); }
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox input:checked ~ .checkmark { background-color: #fff; }
input[type="checkbox"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

.sb-form-message { line-height: 1.2em; position: absolute; text-align: center; width: 100%; }

label { color: rgba(33, 33, 33, 0.90); display: block; font-size: 12px; font-weight: 700; left: 36px; line-height: 1em; margin-bottom: 20px; opacity: 1; position: absolute; text-transform: uppercase; top: 24px; z-index: 1; }
.checkbox label { display: flex; flex-wrap: wrap; align-items: center; background: transparent !important; color: #444441; font-size: 17px; font-weight: 400; left: auto; line-height: 1.2em; margin-bottom: 0; padding-left: 37px; position: relative; text-align: left; text-transform: none; top: auto; }

.visually-hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

.top-title { color: #B8920A; font-size: 16px !important; font-weight: 500; letter-spacing: 1.6px !important; line-height: 1.2em; margin-bottom: 16px; text-transform: uppercase; }

.title { color: #1B2A4A; font-weight: 800; line-height: 1.2em; margin-bottom: 24px; }

.white-txt, .white-txt * { color: #fff !important; }
.gold-txt, .gold-txt * { color: #B8920A !important; }
.blue-txt, .blue-txt * { color: #1F304F !important; }

.font-size-56 { font-size: 56px; letter-spacing: -1.68px; }
.font-size-48 { font-size: 48px; letter-spacing: -1.44px; }
.font-size-32 { font-size: 32px; letter-spacing: -0.96px; }
.font-size-26 { font-size: 26px; letter-spacing: -0.78px; }

.btn { background: #B8920A !important; border: 0 !important; border-radius: 4px !important; color: #F3F2EE !important; font-size: 16px; font-weight: 600; line-height: 1.2em; padding: 18px 28px; transition: opacity 0.4s ease; }
.btn:hover, .btn:active { background: #B8920A !important; border: 0 !important; color: #F3F2EE !important; opacity: 0.5; }

.btn-white, .btn-white:hover, .btn-white:active { background: #fff !important; color: #1B2A4A !important; }

.arrow-right-up:after { content: url('../assets/images/arrow-right-up.svg'); margin-left: 10px; }
.arrow-right-up-blue:after { content: url('../assets/images/arrow-right-up-blue.svg'); margin-left: 10px; }

.link { color: #B8920A; display: inline-block; line-height: 1.2em; position: relative; text-decoration: none; }

.arrow-right:after { content: url('../assets/images/arrow-right.svg'); }

.download:after { content: url('../assets/images/download.svg'); }

.list { margin-bottom: 20px; }
.list ul { list-style: none; margin: 0; margin-left: 10px; padding: 0; }
.list ul li { margin-bottom: 4px; padding-left: 20px; position: relative; text-align: left; }
.list ul li:last-child { margin-bottom: 0; }
.list ul li:before { background: #B8920A; border-radius: 50%; content: ''; height: 6px; left: 0; position: absolute; top: 10px; width: 6px; }

.hidden { display: none; }

.dropanchor { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.content > *:last-child, .text > *:last-child { margin-bottom: 0 !important; }

.cta { margin-top: 40px; }
.cta ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.cta.center ul { justify-content: center; }
.cta ul li { margin-bottom: 12px; padding-right: 12px; }
.cta ul li:last-child { padding-right: 0; }

.group.wow { opacity: 0; }
.group.wow.done { opacity: 1; }

@keyframes fadeIn {
  from { opacity: 0 ;}
  to { opacity: 1; }
}

/*------------ HEADER ----------------------*/
#header { padding-bottom: 24px; padding-top: 24px; position: relative; z-index: 10; }
	#header ul { list-style: none; margin: 0; }

	/* Logo */
	#header .logo { flex: 0 0 auto; width: auto; }
	#header .logo a:hover { opacity: 1; }

	/* Menu */
	#header .menu { flex: 1 1 0; }
	#header .menu > ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	#header .menu > ul > li { flex: 0 1 auto; color: #444441; font-size: 16px; font-weight: 500; line-height: 1.2em; margin-bottom: 0; margin-left: 24px; position: relative; }
	#header .menu > ul > li.has-submenu { padding-right: 18px; }
	#header .menu > ul > li:first-child { margin-left: 0; }
	#header .menu > ul > li i { font-size: 10px; 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: 1px; 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; margin-left: 16px; margin-top: 0; width: auto; }

	/* Dropdown */
	#header .menu > ul > li > ul { border-radius: 4px; 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: -15px; list-style: none; margin: 0; margin-top: 12px; min-width: 200px; opacity: 0; overflow: hidden; padding: 15px; 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: #444441; font-size: 16px; line-height: 1.2em; margin-right: 0; text-align: left; }
	#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 { background-color: transparent; border-radius: 0; box-shadow: none; cursor: pointer; height: 20px; margin-left: auto; padding: 0; position: relative; width: 30px; }
	#header .hamburger .box div { background-color: #000; 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; }

/*------------ 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-cta { overflow-y: auto; }
	#mobile-nav .menu ul { list-style: none; margin: 0; margin-bottom: 20px; padding: 20px; }
	#mobile-nav .menu ul li { color: #444441; font-size: 16px; font-weight: 700; line-height: 1.2em; margin-bottom: 40px; padding-bottom: 0; padding-left: 0; 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: #444441; 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: #B8920A; border-radius: 10px; padding: 20px; }
	#mobile-nav .contact p { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2em; }
	#mobile-nav .contact p > a, #mobile-nav .contact p > span { 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 a span, #mobile-nav .contact span 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; }

	/* CTA */
	#mobile-nav .cta { margin-top: 0; padding: 0 20px 40px; }
	#mobile-nav .cta .btn { width: 100%; }

	/* 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: 0; padding: 0; }
	#mobile-nav .socials ul li { color: #B8920A; font-size: 22px; line-height: 1em; margin-bottom: 0; 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: 700; 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 { background: #1B2A4A; border-top: 8px solid #B8920A; padding-top: 80px; position: relative; }
	#footer .title { color: #F3F2EE; font-size: 24px; font-weight: 700; letter-spacing: -0.96px; line-height: 1.1em; margin-bottom: 16px; }
	#footer ul { list-style: none; margin: 0; padding: 0; }
	#footer ul li { color: #F3F2EE; }
	#footer ul li a { color: inherit; font: inherit; }
	#footer .menu a { text-decoration: none; }

	/* Logo */
	#footer .logo { margin-bottom: 32px; }
	#footer .logo a:hover { opacity: 1; }

	/* Text */
	#footer .text { margin-bottom: 60px; }

	/* Menu */
	#footer .menu { margin-bottom: 60px; }
	#footer .menu ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#footer .menu ul li { flex: 0 1 auto; margin-right: 24px; }

	/* Socials */
	#footer .socials ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	#footer .socials ul li { flex: 0 1 auto; font-size: 20px; line-height: 1em; margin-bottom: 0; margin-right: 16px; text-align: center; }
	#footer .socials ul li a { color: #fff; display: block; font: inherit; height: 36px; line-height: 36px; width: 36px; transition: opacity 0.4s ease; }
	#footer .socials ul li a:hover { opacity: 0.5; }
	#footer .socials ul li:last-child { margin-right: 0; }

	/* Copyright - Privacy */
	#footer .copyright-privacy { color: #F3F2EE; font-size: 12px; line-height: 1.2em; margin-top: 40px; padding-bottom: 30px; padding-top: 24px; position: relative; text-transform: uppercase; }
	#footer .copyright-privacy:before { background: rgba(255, 255, 255, 0.24); content: ''; height: 1px; left: 12px; position: absolute; top: 0; width: calc(100% - 24px); }
	#footer .copyright-privacy a { color: inherit; text-decoration: none; }
	#footer .copyright-privacy span { color: inherit; }

/*------------ BANNER -----------------------*/
#banner { position: relative; }
	#banner .bottom { border-top: 1px solid #fff; position: relative; }

	/* Gradient 1 */
	#banner.g1:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.4%, rgba(0, 0, 0, 0.32) 93.78%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

/*------------ CARDS -----------------------*/
.cards { position: relative; }
	.cards .wow { opacity: 0; }
	.cards .wow.done { opacity: 1; }

	.cards .row { --bs-gutter-y: 24px; }
	.cards .item { position: relative; }
	.cards .box { background: #1B2A4A; border-radius: 12px; height: 100%; }
	.cards .num { font-weight: 800; line-height: 1.2em; margin-bottom: 12px; }
	.cards .icon { margin-bottom: 24px; }
	.cards .logo, .cards .title { margin-bottom: 12px; }
	.cards .text strong { font-weight: 600; }

	/* Background Color */
	.cards .box.white { background: #fff; }
	.cards .box.white-2 { background: #FFFAFA; }
	.cards .box.gold { background: #B8920A; }

	/* Border */
	.cards.b-1 .box { border: 1px solid rgba(255, 255, 255, 0.16); }
	.cards.b-2 .box { border: 1px solid rgba(21, 21, 21, 0.24); }

	/* Box Shadow */
	.cards.bs-1 .box { box-shadow: 0 3.966px 34.501px 0 rgba(0, 0, 0, 0.12); }
	.cards.bs-2 .box { box-shadow: 0 4px 64.3px 0 rgba(0, 0, 0, 0.25); }

	/* Padding */
	.cards.p-80 .box { padding: 80px; }
	.cards.p-40 .box { padding: 40px; }
	.cards.p-36 .box { padding: 36px; }
	.cards.p-32 .box { padding: 32px; }
	.cards.p-80-32 .box { padding: 80px 32px; }
	.cards.p-60-100 .box { padding: 60px 100px; }
	.cards.p-32-24 .box { padding: 32px 24px; }

	/* Steps */
	.cards.s .row { --bs-gutter-x: 80px; position: relative; }
	.cards.s .row:before { background: #B8920A; content: ''; height: 4px; left: 40px; position: absolute; top: 50%; width: calc(100% - 80px); transform: translateY(-50%); }
	.cards.s .box { border: 1px solid rgba(255, 255, 255, 0.16); box-shadow: 0 4px 64.3px 0 rgba(0, 0, 0, 0.25); }
	.cards.s .top-title { margin-bottom: 3px; }
	.cards.s .title { margin-bottom: 28px; padding-bottom: 28px; position: relative; }
	.cards.s .title:after { background: rgba(255, 255, 255, 0.24); bottom: 0; content: ''; height: 4px; left: 0; position: absolute; width: 100%; }

	/* Tab */
	.cards.t .item { display: none; animation: fadeIn 1s; }
	.cards.t .box { border: 1px solid rgba(47, 66, 88, 0.24); box-shadow: 0 4px 64.3px 0 rgba(0, 0, 0, 0.08); }

	/* Quote */
	.cards.q .row { --bs-gutter-x: 32px; }
	.cards.q .text * { font-size: 32px; font-weight: 800; letter-spacing: -0.96px; line-height: 1.2em; }
	.cards.q .name { font-weight: 600; margin-top: 26px; }

/*------------ CONTACT -----------------------*/
#contact { position: relative; }
	#contact .row { --bs-gutter-x: 20px; }
	#contact .box { background: #fff; border-radius: 12px; padding: 70px 60px; position: relative; }
	#contact form { position: relative; }
	#contact .form-action { margin-top: 16px; text-align: center; }

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

/*------------ FILTER -----------------------*/
#filter { position: relative; }
	#filter.wow { opacity: 0; }
	#filter.wow.done { opacity: 1; }

	.filter { position: relative; }
	.filter .row { --bs-gutter-y: 24px; }
	.filter .item { text-align: center; }
	.filter a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: rgba(27, 42, 74, 0.08); border-radius: 8px; color: #1B2A4A; font-weight: 600; height: 100%; line-height: 1.2em; padding: 14px; text-decoration: none; }
	.filter a.active { background: #B8920A; color: #fff; }

	/* Content Filter */
	#filter.cf .row { --bs-gutter-x: 0; }
	#filter.cf .filter { padding-left: 120px; }
	#filter.cf .filter .row { --bs-gutter-x: 24px; --bs-gutter-y: 24px; }

	/* Dropdown */
	#filter.dd .box { position: relative; }
	#filter.dd .row { --bs-gutter-y: 0; }
	#filter.dd .text { background: #1B2A4A; border-radius: 8px; color: #fff; font-weight: 600; height: 100%; line-height: 1.2em; padding: 14px 42px; text-align: center; }
	#filter.dd .text:after { content: url('../assets/images/chevron-down-white.svg'); line-height: 0.5em;  position: absolute; right: 16px; top: 50%; transform: translateY(-50%); }
	#filter.dd.active .text { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	#filter.dd.active .text:after { transform: translateY(-50%) rotate(180deg); }

/*------------ PAGINATION -----------------------*/
#pagination { display: block; position: relative; }
	#pagination.wow { opacity: 0; }
	#pagination.wow.done { opacity: 1; }

	#pagination .numbers ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-bottom: 0; }
	#pagination .numbers ul li { flex: 0 1 auto; color: #1F304F; font-size: 18px; font-weight: 600; letter-spacing: -0.72px; line-height: 1.1em; margin: 0 8px 8px; text-transform: uppercase; }
	#pagination .numbers ul li a, #pagination .numbers ul li span { display: block; background: rgba(31, 48, 79, 0.08); border-radius: 8px; color: inherit; font: inherit; height: 48px; line-height: 48px; text-align: center; text-decoration: none; width: 48px; }
	#pagination .numbers ul li a.active { background: #1F304F; color: #fff; pointer-events: none; }

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

	.photo-content .row { --bs-gutter-x: 0; }

	.photo-content .content { padding-right: 30px; }
	.photo-content .img { padding-left: 30px; }
	.photo-content .img img { border-radius: 12px; }

	/* Content Right */
	.photo-content.cr .content { padding-left: 30px; padding-right: 0; }
	.photo-content.cr .img { padding-left: 0; padding-right: 30px; }

	/* Full */
	.photo-content.f .content { padding: 80px 60px; }
	.photo-content.f .img { padding: 0; }

/*------------ POPUP FORM ----------------------*/
.popup-form { backdrop-filter: blur(15px) saturate(100%); -webkit-backdrop-filter: blur(15px) saturate(100%); background-color: rgba(0, 0, 0, 0.15); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 15; transition: all 0.4s ease; }
	.popup-form-active .popup-form { opacity: 1; visibility: visible; overflow-y: auto; }
	.popup-form .container { --bs-gutter-x: 0; display: flex; flex-wrap: wrap; align-items: center; height: 100%; }
	.popup-form .box { background: #F8F8F8; border-radius: 12px; margin: 0 auto; max-width: 550px; padding: 35px 32px 60px; position: relative; width: 100%; z-index: 2; }

	.popup-form .close { cursor: pointer; margin-bottom: 13px; text-align: right; }
	.popup-form .content { margin-bottom: 23px; }

	.popup-form form { position: relative; }
	.popup-form label { left: 17px; top: 15px; }
	.popup-form .form-control { background: #FFFDFA; border: 1px solid rgba(84, 84, 84, 0.24); border-bottom: 1px solid rgba(33, 33, 33, 0.24); color: rgba(21, 21, 21, 0.60); font-size: 16px; line-height: 1.5em; margin-bottom: 24px; padding: 16px; }

	.popup-form .form-control.active { padding-bottom: 12px; padding-top: 20px; }

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

	.popup-form .overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

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

	#posts .box { background: #FFF; border: 1px solid rgba(68, 68, 65, 0.24); border-radius: 12px; box-shadow: 0 4px 64.3px 0 rgba(0, 0, 0, 0.08); height: 100%; padding: 32px; position: relative; }
	#posts .box .d-flex { height: inherit; }

	#posts .meta { margin-bottom: 26px; }
	#posts .meta .row { --bs-gutter-y: 0; }
	#posts .category { color: #B8920A; font-size: 16px; font-weight: 500; letter-spacing: 1.6px; line-height: 1.2em; text-transform: uppercase; }
	#posts .type, #posts .date { font-weight: 600; line-height: 1.2em; }
	#posts .type, #posts .link { text-align: right; line-height: 1.2em; }
	#posts .date { color: #1B2A4A; }
	#posts .title { margin-bottom: 12px; }

/*------------ TESTIMONIALS -----------------------*/
.testimonials { position: relative; }
	.testimonials .container { position: relative; }
	.testimonials .arrow { position: absolute; top: 50%; z-index: 1; transform: translateY(-50%); }
	.testimonials .arrow.swiper-button-disabled { opacity: 0.5; pointer-events: none; }
	.testimonials .arrow-left { right: 100%; }
	.testimonials .arrow-right { left: 100%; }
	.testimonials .arrow-right:after { display: none; }
	.testimonials .swiper-slide { height: auto; }

	.testimonials .box { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; background: #fff; border: 1px solid rgba(68, 68, 65, 0.24); border-radius: 12px; height: 100%; padding: 40px; text-align: left; }

    .testimonials .quote { margin-bottom: 24px; }

	.testimonials .text { flex: 1 1 0; margin-bottom: 32px; }

	.testimonials .position-firm { flex: 0 0 auto; color: #1B2A4A; font-weight: 600; line-height: 1.2em; }

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

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 900px !important; }
	#content .container > table { margin-bottom: 20px; }
	#content .date, #content .meta { font-weight: 700; }
	#content *:not(h1):not(h2):not(h3):not(.btn) { color: #444441 !important; }
	#content a {  word-wrap: break-word; }
	#content ul, #content ol { list-style: none; margin: 0; margin-bottom: 20px; margin-left: 10px; padding: 0; }
	#content ol { counter-reset: number; }
	#content ul li, #content ol li { margin-bottom: 15px; padding-left: 25px; position: relative; text-align: left; }
	#content ol li { counter-increment: number; }
	#content ul li:last-child, #content ol li:last-child { margin-bottom: 0; }
	#content ul li:before { border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 8px; width: 8px; }
	#content ol li:before { content: counter(number)'.'; left: 0; position: absolute; top: 0; }
	#content iframe { height: 100vh; width: 100%; }

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

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Header */
	#header .menu, #header .cta { display: none; }
	#header .hamburger { display: block; }
	#header .logo { flex: 1 1 0; }

	/* Footer */
	#footer .logo-text-socials { margin-top: 30px; }
	#footer .logo, #footer .cta, #footer .text { text-align: center; }
	#footer .text { margin-left: auto; margin-right: auto; }
	#footer .socials ul { justify-content: center; }

	/* Cards */
	.cards.s .row { --bs-gutter-x: 40px; }
	.cards.s .row:before { left: 20px; width: calc(100% - 40px); }

	/* Testimonials */
	.testimonials .arrow-left { left: 6px; right: auto; }
	.testimonials .arrow-right { left: auto; right: 6px; }
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.list ul { display: inline-block; }
	.cta ul { justify-content: center; }

	/* Banner */
	#banner .content { text-align: center; }
	#banner .title, #banner .text { margin-left: auto; margin-right: auto; }

	/* Cards */
	.cards .box { text-align: center; }
	.cards.s .row:before { display: none; }
	.cards.p-60-100 .box, .cards.p-80 .box { padding: 60px; }

	/* Content */
	.content.s .content { text-align: center; }

	/* Filter */
	#filter.cf .content { margin-bottom: 30px; }
	#filter.cf .title { text-align: center; }
	#filter.cf .filter { padding-left: 0; }

	/* Photo Content */
	.photo-content .content, .photo-content .img { padding: 0; }
	.photo-content .content { text-align: center; }
	.photo-content .title { margin-left: auto; margin-right: auto; }
	.photo-content .img { margin-bottom: 30px; }
	.photo-content.f .content { text-align: center; padding: 60px calc(5% + 12px); }
	.photo-content.f .img { height: 0; margin-bottom: 0; padding-top: 56.25%; }
}

/*------------ MEDIA 768px ----------------------*/
@media only screen and (min-width: 768px) {

}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	/* Footer */
	#footer .menu { text-align: center; }

	/* Filter */
	#filter.cf .filter .row { --bs-gutter-y: 0; }
	#filter.dd a, #filter.dd a.active { background: #1B2A4A; color: #fff; border-radius: 0; }
	#filter.dd a.active { background: #B8920A; }
	#filter.dd a { border-top: 1px solid rgba(255, 255, 255, 0.25); }
	#filter.dd a:hover { opacity: 1; }
	#filter.dd .dropdown { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; height: 0; left: 0; overflow: hidden; position: absolute; top: 100%; width: 100%; z-index: 5; transition: height 0.4s ease; }

	/* Testimonials */
	.testimonials .box { text-align: center; }
	.testimonials .content { margin-bottom: 30px; }
}

/*------------ MEDIA 576px ----------------------*/
@media only screen and (min-width: 576px) {

}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.form-group { margin-bottom: 16px; }
	.form-control { font-size: 16px; }
	p, ul li, ol li { font-size: 16px; }
	.top-title { margin-bottom: 10px; }
	.title.heading-1, .font-size-56 { font-size: 36px; }
	.title.font-size-48, .title.font-size-36 { font-size: 32px; }
	.btn, .btn:active { padding: 18px; width: 100%; }
	.cta ul li { padding: 0; width: 100%; }
	.cta ul li:last-child { margin-bottom: 0; }

	/* Header */
	#header .logo img { max-width: 100px; }

	/* Footer */
	#footer { padding-top: 40px; }
	#footer .text, #footer .menu { margin-bottom: 30px; }
	#footer .text * { font-size: 16px; }
	#footer .menu ul li { margin-right: 0; width: 100%; }
	#footer .copyright-privacy span:first-child { display: block; margin-bottom: 5px; }
	#footer .copyright-privacy span:first-child:after { display: none; }

	/* Cards */
	.cards.p-80 .box, .cards.p-60-100 .box, .cards.p-40 .box, .cards.p-36 .box, .cards.p-32-24 .box, .cards.s .box { padding: 40px 30px; }

	/* Contact */
	#contact .box { padding: 40px 30px; }

	/* Pagination */
	#pagination .numbers ul li { font-size: 16px; margin: 0 4px; }
	#pagination .numbers ul li a, #pagination .numbers ul li span { height: 40px; line-height: 40px; width: 40px; }

	/* Photo Content */
	.photo-content.f .content { padding: 40px calc(5% + 12px); }
	.photo-content.f .img { height: 0; margin-bottom: 0; padding-top: 100%; }

	/* Popup Form */
	.popup-form .close { margin-bottom: 10px; }
	.popup-form .box { padding: 32px 32px 41px; }
	.popup-form .content { text-align: center; }
	.popup-form .form-control { padding: 12px; }
	.popup-form .sb-form-message span { font-size: 16px; }

	/* Posts */
	#posts .box { padding: 40px 30px; }
	#posts .category { margin-bottom: 5px; }
	#posts .type { text-align: left; }

	/* Testimonials */
	.testimonials .box { padding: 40px 30px; }

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