/*
Theme Name: ePresq Jesse
Theme URI: https://esquireinteractive.com/
Author: Esquire Interactive
Author URI: https://esquireinteractive.com/
Description: eiPRESQ TM  is not a template; rather it is an interface for easily managing profiles, practice areas, and firm information.
Version: 1.0.0
Text Domain: epresq-child
Template: epresq
*/

:root {
	--bs-font-sans-serif: "Calibri", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	--bs-font-secondary: "Brooklyn", sans-serif;
	--bs-body-color: #3c3c3c;
	--bs-light: #f9f9f9;
	--bs-gray: #707070;
	--bs-gray-100: #6c7980;
	--bs-blue: #002f65;
	--bs-green-100: #baccb4;
	--bs-yellow: #fbb03b;
	--bs-primary: #375d7e;
	--bs-secondary: #84a779;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-primary-rgb: 55, 93, 126;
	--bs-secondary-rgb: 132, 167, 121;
	--bs-blue-rgb: 0, 47, 101;
	--bs-green-100-rgb: 186, 204, 180;
	--bs-link-color: var(--bs-secondary);
	--bs-link-color-rgb: var(--bs-secondary-rgb);
	--bs-link-hover-color: var(--bs-green-100);
	--bs-link-hover-color-rgb: var(--bs-green-100-rgb);
	--bs-body-spacer: 188px;
	--bs-body-spacer-sm: 129px;
	--bs-body-spacer-xxl: 137px;
	--bs-body-spacer-2xl: 176px;
}

@font-face {
    font-family: 'Brooklyn';
    src: url('webfonts/Brooklyn-Normal.eot');
    src: url('webfonts/Brooklyn-Normal.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Brooklyn-Normal.woff2') format('woff2'),
        url('webfonts/Brooklyn-Normal.woff') format('woff'),
        url('webfonts/Brooklyn-Normal.ttf') format('truetype'),
        url('webfonts/Brooklyn-Normal.svg#Brooklyn-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brooklyn';
    src: url('webfonts/Brooklyn-SemiBold.eot');
    src: url('webfonts/Brooklyn-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Brooklyn-SemiBold.woff2') format('woff2'),
        url('webfonts/Brooklyn-SemiBold.woff') format('woff'),
        url('webfonts/Brooklyn-SemiBold.ttf') format('truetype'),
        url('webfonts/Brooklyn-SemiBold.svg#Brooklyn-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Brooklyn';
    src: url('webfonts/Brooklyn-Bold.eot');
    src: url('webfonts/Brooklyn-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Brooklyn-Bold.woff2') format('woff2'),
        url('webfonts/Brooklyn-Bold.woff') format('woff'),
        url('webfonts/Brooklyn-Bold.ttf') format('truetype'),
        url('webfonts/Brooklyn-Bold.svg#Brooklyn-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
	font-size: 17px;
}

body:not(.home, .page-template-tpl-homepage, .single-practice-area:not(.practice-area-template-tpl-single-practice-area)) {
	padding-top: var(--bs-body-spacer);
}

@media (min-width: 768px) {
	body:not(.home, .page-template-tpl-homepage, .single-practice-area:not(.practice-area-template-tpl-single-practice-area)) {
		padding-top: var(--bs-body-spacer-sm);
	}
}

@media (min-width: 1400px) {	
	body:not(.home, .page-template-tpl-homepage, .single-practice-area:not(.practice-area-template-tpl-single-practice-area)) {
		padding-top: var(--bs-body-spacer-xxl);
	}
}

@media (min-width: 1900px) {
	body {
		font-size: 21px;
	}
	
	body:not(.home, .page-template-tpl-homepage, .single-practice-area:not(.practice-area-template-tpl-single-practice-area)) {
		padding-top: var(--bs-body-spacer-2xl);
	}
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: var(--bs-primary);
	font-family: var(--bs-font-secondary);
	font-weight: 400;	
	margin-bottom: 1rem;
}

h2, .h2 {
	color: var(--bs-secondary);
	font-weight: 700;
}

p {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		--bs-gutter-x: 4rem;
	}
}

@media (min-width: 1900px) {
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		--bs-gutter-x: 1.5rem;
	}
}

.container, 
.container-lg, 
.container-md, 
.container-xl, 
.container-xxl {
	max-width: 1850px;
}

.container-sm {
	max-width: 1740px;
}

.mobile-header {
	background-color: var(--bs-white);
	padding: 16px 0;
	transition: 0.3s ease-out;
}

.navbar-sticky .mobile-header {
	padding-top: 12px;
	padding-bottom: 12px;
}

.gx-sm {
	--bs-gutter-x: 0.5rem;
}

@media (min-width: 576px) {
	.gx-sm {
		--bs-gutter-x: 1.5rem;
	}
}

.mobile-header .btn {
	--bs-btn-padding-x: 0.25rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-border-radius: 2px;
	--bs-btn-border-width: 0;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bs-primary);
	--bs-link-hover-color: var(--bs-white);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-secondary);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-secondary);
	--bs-btn-disabled-color: var(--bs-white);
	--bs-btn-disabled-bg: var(--bs-primary);
	font-family: var(--bs-font-secondary);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	box-shadow: none;
	text-transform: uppercase;
	width: 100%;
	white-space: nowrap;
}

.mobile-header .btn .icon {
	color: var(--bs-white);
	display: inline-block;
	margin-right: 0.375em;
}

.mobile-header .btn:hover .icon,
.mobile-header .btn:focus .icon,
.mobile-header .btn:active .icon {
	color: var(--bs-white);
}

.admin-bar .navbar {
	top: 46px;
}

@media (min-width: 768px) {
	.admin-bar .navbar {
		top: 32px;
	}
}

.navbar {
	--bs-navbar-color: var(--bs-body-color);
	--bs-navbar-padding-y: 0;
	--bs-navbar-container-padding-y: 0.5rem;
	--bs-navbar-nav-link-padding-x: 0.75rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg width='40' height='29' viewBox='0 0 40 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.5H38.5' stroke='%2384a779' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2H38.5' stroke='%2384a779' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 27H38.5' stroke='%2384a779' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	--bs-navbar-toggler-icon-active-bg: url("data:image/svg+xml,%3Csvg width='40' height='29' viewBox='0 0 40 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 2.9L31.1 0L19.5 11.6L7.9 0L5 2.9L16.6 14.5L5 26.1L7.9 29L19.5 17.4L31.1 29L34 26.1L22.4 14.5L34 2.9Z' fill='%2384a779'/%3E%3C/svg%3E");
	font-family: var(--bs-font-secondary);
}

body:not(.home, .page-template-tpl-homepage, .single-practice-area:not(.practice-area-template-tpl-single-practice-area)) .navbar {
	background-color: var(--bs-white);
}

.home .navbar:not(.navbar-sticky, .navbar-active),
.page-template-tpl-homepage .navbar:not(.navbar-sticky, .navbar-active),
.single-practice-area:not(.practice-area-template-tpl-single-practice-area) .navbar:not(.navbar-sticky, .navbar-active) {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg width='40' height='29' viewBox='0 0 40 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.5H38.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 2H38.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 27H38.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.navbar > .container {
	padding-top: var(--bs-navbar-container-padding-y);
	padding-bottom: var(--bs-navbar-container-padding-y);
	transition: padding 0.3s ease;
}

.text-phone {
	--bs-link-hover-color: var(--bs-white);
	font-size: 16px;
	font-family: var(--bs-font-secondary);
	color: var(--bs-white);
	text-decoration: none;
	transition: font-size 0.3s ease-out;
}

@media (min-width: 1200px) {
	.text-phone {
		font-size: 18px;
		padding-right: 0;
	}

	.navbar-sticky .text-phone {
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	.text-phone {
		font-size: 22px;
		padding-right: 0.25rem;
	}

	.navbar-sticky .text-phone {
		font-size: 20px;
	}
}

@media (min-width: 1900px) {
	.text-phone {
		font-size: 30px;
		padding-right: 0.75rem;
	}

	.navbar-sticky .text-phone {
		font-size: 26px;
	}
}

.navbar-active .text-phone {
	opacity: 0;
	visibility: hidden;
}


.text-phone:hover,
.text-phone:active,
.text-phone:focus {
	color: var(--bs-white);
}

body:not(.home, .page-template-tpl-homepage, .single-practice-area:not(.practice-area-template-tpl-single-practice-area)) .navbar .text-phone,
.navbar-sticky .text-phone {
	--bs-link-hover-color: var(--bs-primary);
	color: var(--bs-primary);
}

.navbar-toggler {
	border-radius: 0;
	border: 0;
	padding: 7px 0 7px 9px;
	color: var(--bs-primary);
	font-size: 16px;
	font-weight: 700;
	font-family: var(--bs-font-secondary);
	position: relative;
}

@media (min-width: 768px) {
	.navbar-toggler,
	.navbar-sticky .navbar-toggler {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.navbar-toggler {
		font-size: 18px;
	}
}

@media (min-width: 1900px) {
	.navbar-toggler {
		font-size: 20px;
	}
	
	.navbar-sticky .navbar-toggler {
		font-size: 18px;
	}
}

.navbar-active .navbar-toggler,
.navbar-sticky .navbar-toggler {
	color: var(--bs-primary);
	text-shadow: none;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 28px;
	height: 20px;
}

@media (min-width: 1200px) {
	.navbar-toggler-icon {
		width: 28px;
		height: 20px;
	}
	
	.navbar-sticky .navbar-toggler-icon {
		width: 22px;
		height: 16px;
	}
}

@media (min-width: 1900px) {
	.navbar-toggler-icon {
		width: 40px;
		height: 29px;
	}
	
	.navbar-sticky .navbar-toggler-icon {
		width: 28px;
		height: 20px;
	}
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: var(--bs-navbar-toggler-icon-active-bg);
}

.navbar-toggler-label {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0,-50%);
    transition: opacity .3s ease-out,right .3s ease-out
}

.navbar-toggler.collapsed .close {
    opacity: 0;
    right: 0
}

@media (min-width: 768px) {
	.navbar {
		--bs-navbar-nav-link-padding-x: 0.5rem;
		--bs-navbar-container-padding-y: 1.25rem;
	}
}

@media (min-width: 1900px) {
	.navbar {
		--bs-navbar-nav-link-padding-x: 0.75rem;
		--bs-navbar-container-padding-y: 1.5rem;
	}
}

.navbar-active,
.navbar-sticky {
	background-color: var(--bs-white);
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
	.navbar-sticky {
		--bs-navbar-container-padding-y: 0.325rem;
	}
}

@media (min-width: 768px) {
	.navbar-classic.navbar-active:not(.navbar-sticky) {
		background-color: transparent;
		box-shadow: none;
	}
}

.navbar-brand {
	max-width: 200px;
	display: inline-block;
	transition: 0.3s ease-out;
	margin-right: 0;
}

.home .navbar:not(.navbar-sticky, .navbar-active) .navbar-brand,
.page-template-tpl-homepage .navbar:not(.navbar-sticky, .navbar-active) .navbar-brand,
.single-practice-area:not(.practice-area-template-tpl-single-practice-area) .navbar:not(.navbar-sticky, .navbar-active) .navbar-brand {
	filter: brightness(0) invert(1);
}

@media (min-width: 768px) {
	.navbar-classic.navbar-active:not(.navbar-sticky) .navbar-brand {
		filter: brightness(0) invert(1);
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		max-width: 212px;
	}
}

@media (min-width: 1400px) {
	.navbar-brand {
		max-width: 235px;
	}
}

@media (min-width: 1900px) {
	.navbar-brand {
		max-width: 316px;
	}
}

@media (min-width: 768px) {
	.navbar-sticky .navbar-brand {
		max-width: 212px;
	}
}

.header-right {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

@media (max-width: 767.98px) {
	.navbar-active .header-right {
		padding-top: 15px;
	}
}

.navbar-classic .item-phone {
	line-height: 1.25;
    font-weight: 700;
	text-decoration: none;
	color: var(--bs-primary);
}

@media (max-width: 767.98px) {
	.navbar-classic .item-phone {
		font-size: 1.125rem;
	}
}

@media (min-width: 768px) {
    .navbar-classic:not(.navbar-sticky) .item-phone {
        color: var(--bs-white);
    }
}

.navbar-collapse {	
	border-top: 1px solid rgba(var(--bs-primary-rgb), 0.22);
}

@media (min-width: 768px) {
	.navbar-classic .navbar-collapse {
		border-top: 0;
	}
}

.navbar-collapse-inner {
	padding-top: 15px;
	padding-bottom: 20px;
	height: calc(100vh - 96px);
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse-inner {
		overflow-x: hidden;
		padding-top: 30px;
		padding-bottom: 40px;
		height: calc(100vh - 125px);
	}
	
	.navbar-sticky .navbar-collapse-inner {
		height: calc(100vh - 96px);
	}
}

@media (min-width: 1900px) {
	.navbar-collapse-inner {
		padding-top: 37px;
		padding-bottom: 60px;
		height: calc(100vh - 179px);
	}
}

.navbar-nav {
	position: relative;
}

@media (min-width: 768px) {
	.navbar-nav {
		padding-right: 60px;
	}
}

@media (min-width: 768px) {
	.navbar-classic .navbar-nav {
		padding-right: 0;
	}
}

/* .navbar-nav .nav-item {
	position: static;
} */

.navbar-nav .nav-link {
	--bs-nav-link-padding-y: 0.875rem;
	color: var(--bs-primary);
	font-size: 21px;
	text-decoration: none;
	display: flex;
    justify-content: space-between;
	border-bottom: 1px solid var(--bs-gray-100);
}

@media (min-width: 1900px) {
	.navbar-nav .nav-link {
		font-size: 30px;
	}
}

.navbar-classic .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.navbar-classic .navbar-nav .nav-link {
		font-size: 0.875rem;
		border-bottom: 0;
	}
	
	.navbar-classic.navbar-sticky .navbar-nav .nav-link {
		--bs-nav-link-padding-y: 0.5rem;
	}
	
	.navbar-classic:not(.navbar-sticky) .navbar-nav .nav-link {
		color: var(--bs-white);
		
	}

	.navbar-classic .navbar-nav .nav-item:last-child .nav-link {
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.navbar-classic .navbar-nav .nav-link {
		font-size: 1.25rem;
	}
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show,
.navbar-nav .dropdown-toggle:hover::after,
.navbar-nav .dropdown-toggle:focus::after,
.navbar-nav .dropdown-toggle.active::after,
.navbar-nav .dropdown-toggle.show::after {
	color: var(--bs-secondary);
}

.navbar-nav .dropdown-toggle::after {
	content: "";
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	border: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: var(--bs-primary);
	transition: transform 0.3s ease-out;
	align-self: center;
	margin-left: 15px;
	margin-right: 15px;
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.916 1.39L8.316 0L15.316 7L8.316 14L6.916 12.606L11.538 7.984H0V6.014H11.542L6.916 1.39Z' fill='%2384a779'/%3E%3C/svg%3E%0A");
	transform: rotate(90deg);
}

.navbar-nav .dropdown-toggle.show::after {
    transform: rotate(-90deg);
}

@media (min-width: 768px) {
	.navbar-nav .dropdown-toggle::after {
		margin-right: 0;
		transform: none;
	}
	
	.navbar-nav .dropdown-toggle.show::after {
		transform: none;
	}
}

@media (min-width: 768px) {
	.navbar-classic .navbar-nav .dropdown-toggle::after {
		content: none;
	}
}

.navbar-nav .dropdown-menu {
	--bs-dropdown-border-radius: 0;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.375rem;
	--bs-dropdown-item-padding-y: 0.375rem;
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-link-color: var(--bs-gray);
	--bs-dropdown-link-hover-color: var(--bs-white);
	--bs-dropdown-link-hover-bg: var(--bs-primary);
	--bs-dropdown-link-active-color: var(--bs-white);
	--bs-dropdown-link-active-bg: var(--bs-primary);
	font-family: var(--bs-font-secondary);
	font-size: 17px;
	text-transform: uppercase;
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

@media (min-width: 768px) {
	.navbar:not(.navbar-classic) .navbar-nav .dropdown-menu {
		--bs-dropdown-padding-x: 10px;
		--bs-dropdown-item-padding-x: 1rem;
		--bs-dropdown-padding-y: 0;
		position: absolute;
		top: 0;
		left: 100vw;
		overflow-y: auto;
		/* height: 100%; */
		max-height: 444px;
		display: block;
		width: 340px;
		font-size: 14px;
		margin-left: 20px;
		padding-top: 10px;
	}
	
	.navbar:not(.navbar-classic) .menu-view .navbar-nav .dropdown-menu.show {
		left: 100%;
	}
	
	.navbar-classic .dropdown-menu {
        box-shadow:0 3px 6px rgba(0, 0, 0, .529);
        --bs-dropdown-padding-x: 1rem;
        --bs-dropdown-padding-y: 1rem;
        --bs-dropdown-spacer: 0.3125rem;
        --bs-dropdown-min-width: 18rem;
        max-width: 930px
    }
}

@media (min-width: 992px) {
	.navbar:not(.navbar-classic) .navbar-nav .dropdown-menu {
		--bs-dropdown-padding-x: 20px;
		--bs-dropdown-item-padding-x: 1rem;
		width: 400px;
		font-size: 17px;
		margin-left: 20px;
	}
}

@media (min-width: 1200px) {
	.navbar:not(.navbar-classic) .navbar-nav .dropdown-menu {
		--bs-dropdown-padding-x: 40px;
		--bs-dropdown-item-padding-x: 1rem;
		width: 440px;
		margin-left: 50px;
	}
}

@media (min-width: 1400px) {
	.navbar:not(.navbar-classic) .navbar-nav .dropdown-menu {
		--bs-dropdown-padding-x: 20px;
		--bs-dropdown-item-padding-x: 1.25rem;
		width: 460px;
		margin-left: 80px;
	}
}

@media (min-width: 1900px) {
	.navbar:not(.navbar-classic) .navbar-nav .dropdown-menu {
		--bs-dropdown-padding-x: 40px;
		--bs-dropdown-item-padding-x: 1.75rem;
		width: 590px;
		font-size: 20px;
		margin-left: 130px;
	}
}

.dropdown-menu li {
	padding-bottom: 6px;
}

@media (min-width: 768px) {
	.dropdown-menu li {
		padding-bottom: 4px;
	}
}

@media (min-width: 1900px) {
	.dropdown-menu li {
		padding-bottom: 8px;
	}
}

.navbar-nav .dropdown-item {
	text-decoration: none;
	font-weight: 700;
	white-space: normal;
	color: var(--bs-secondary);
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item.active {
	color: var(--bs-white);
	background-color: var(--bs-gray-100);
}

.navbar-classic .navbar-nav .dropdown-item {
	color: var(--bs-primary);
}

.navbar-classic .navbar-nav .dropdown-item:hover,
.navbar-classic .navbar-nav .dropdown-item:focus,
.navbar-classic .navbar-nav .dropdown-item:active,
.navbar-classic .navbar-nav .dropdown-item.active {
	color: var(--bs-white);
	background-color: var(--bs-primary);
}

@media (min-width: 768px) {
    .dropdown-2col .dropdown-menu {
        width: 560px;
        padding: 1rem;
        margin-left: -50px
    }

    .dropdown-2col .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap
    }

    .dropdown-2col .dropdown-menu > li {
        width: 48%;
        min-width: unset;
        margin: 0!important
    }
}
 
@media (min-width: 768px) {
	.menu-view .navbar-info {
		opacity: 0;
		visibility: hidden;
		height: 0;
	}
}

.navbar-info {
	font-size: 16px;
	color: var(--bs-secondary);
}

@media (min-width: 768px) {
	.navbar-info {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.navbar-info {
		font-size: 16px;
	}
}

@media (min-width: 1900px) {
	.navbar-info {
		font-size: 20px;
	}
}

.navbar-info .adr {
	font-weight: 700;
}

.navbar-info .adr-col-left,
.navbar-info .adr-col-right {
	margin-bottom: 6px;
	width: auto;
	padding-right: 0;
}

.navbar-info .adr a {
	color: inherit;
	text-decoration: none;
}

.navbar-info .adr a:hover,
.navbar-info .adr a:focus {
	text-decoration: underline;
}

.navbar-info .fn {
	font-size: 28px;
	color: var(--bs-primary);
	font-weight: 400;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.navbar-info .fn {
		font-size: 22px;
	}
}

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

@media (min-width: 1900px) {
	.navbar-info .fn {
		font-size: 30px;
	}
}

.text-top {
	display: inline-block;
	color: var(--bs-white);
	font-family: var(--bs-font-secondary);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.35;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.65);
	transition: 0.3s ease-out;
}

@media (min-width: 768px) {
	.text-top {
		font-size: 12px;
	}
}

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

@media (min-width: 1900px) {
	.text-top {
		font-size: 18px;
	}
}

.text-top span {
	font-size: 27px;
}

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

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

@media (min-width: 1900px) {
	.text-top span {
		font-size: 27px;
	}
}

.navbar-active .text-top,
.navbar-sticky .text-top {
	color: var(--bs-primary);
	text-shadow: none;
}

.navbar-sticky .text-top {
	font-size: 12px;
}

.navbar-sticky .text-top span {
	font-size: 19px;
}

.text-top:hover,
.text-top:focus {
	color: var(--bs-secondary);
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(var(--bs-secondary-rgb), 0.65);
}

.hero-home {
	position: relative;
	height: 100vh;
	min-height: 660px;
}

.hero-home .js-carousel,
.hero-home .slick-list,
.hero-home .slick-track,
.hero-home .js-carousel.slick-initialized .js-slide {
	height: 100%;
}

.img-hero {
	display: block;
    width: 100%;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
	flex-grow: 1;
}

.hero-home-content {
    position: absolute;
	left: 0;
	right: 0;
    top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	color: var(--bs-white);
	text-shadow: 0 2px 4px rgba(var(--bs-black-rgb), 0.84);
}

@media (min-width: 768px) {
	.hero-content-inner {
		max-width: 78%;
	}
}

@media (min-width: 992px) {
	.hero-content-inner {
		max-width: 68%;
	}
}

@media (min-width: 1200px) {
	.hero-content-inner {
		max-width: 710px;
	}
}

.hero-content-inner .home-hero-title {
	line-height: 1.1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.dropcap {
	color: var(--bs-secondary);
	font-size: 120%;
	line-height: 1;
}

.hero-content-inner .word {
	opacity: 0;
	transform: translateX(-300px);
	will-change: opacity, transform;
	transition: transform 1.5s ease-out, opacity 1.5s ease-out;
	backface-visibility: hidden;
}

.hero-content-inner .word.visible {
	opacity: 1;
	transform: translateX(0);
}

.hero-content-inner .word:last-child.visible {
	margin-left: auto;
	color: var(--bs-secondary);
}

.hero-practice {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 340px;
	padding-top: 133px;
	padding-bottom: 20px;
}

@media (min-width: 1900px) {
	.hero-practice {
		min-height: 638px;
		padding-top: 284px;
		padding-bottom: 80px;
	}
}

.hero-content {
	color: var(--bs-white);
	text-shadow: 0 2px 4px rgba(var(--bs-black-rgb), 0.84);
}

.hero-title {
	margin-bottom: 20px;
}

@media (min-width: 1900px) {
	.hero-title {
		margin-bottom: 48px;
	}
}

@media (min-width: 1900px) {
	.profile-details {
		padding-top: 64px;
	}
}

.profile-head {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 16px;
}

@media (min-width: 1900px) {
	.profile-head {
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
}

.profile-head::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-bottom: 1px solid var(--bs-primary);
	max-width: 480px;
}

.profile-head .role {
	font-size: 16px;
}

@media (min-width: 1900px) {
	.profile-head .role {
		font-size: 20px;
	}
}

.profile-desc {
	color: var(--bs-primary);
	font-size: 16px;
	font-weight: 600;
}

@media (min-width: 1900px) {
	.profile-desc {
		font-size: 23px;
	}
}

.profile-desc a {
	color: inherit;
	text-decoration: none;
}

.profile-desc a:hover,
.profile-desc a:focus {
	color: var(--bs-secondary);
}

.list-profile li {
	padding-right: 0.875rem;
}

.list-profile .icon {
	color: var(--bs-secondary);
	margin-right: 6px;
}

.profile-content {
	padding-top: 8px;
}

@media (min-width: 1900px) {
	.profile-content {
		display: grid;
		grid-template-rows: repeat(1, 1fr);
		grid-template-columns: repeat(12, 1fr);
		gap: 3rem;
		padding-top: 85px;
	}
}

.profile-item {
	grid-column: auto / span 6;
	line-height: 1.2;
}

.profile-item li {
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.entry-content .overview-img,
	.overview-img {
		max-width: 53.33333333%;
		margin-left: 5%;
		margin-bottom: 24px;
		margin-top: 48px;
	}
}

@media (min-width: 1900px) {
	.entry-content .overview-img,
	.overview-img {
		margin-bottom: 50px;
	}
}

.js-slide {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.js-slide:first-child {
	height: auto;
	visibility: visible;
	overflow: visible;
}

.js-carousel.slick-initialized .js-slide {
	visibility: visible;
	height: auto;
	overflow: visible;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 23px;
    height: 31px;
    margin-top: -15px;
	z-index: 10;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
	border: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='36' viewBox='0 0 27 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.379 8.379L13.879 18.879L24.379 29.379' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.379 3.379L2.379 18.379L17.379 33.379' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100%;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='36' viewBox='0 0 27 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.379 8.379L13.879 18.879L24.379 29.379' stroke='%23f9d302' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.379 3.379L2.379 18.379L17.379 33.379' stroke='%23f9d302' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (min-width: 1900px) {
	.slick-arrow {
		width: 27px;
		height: 36px;
		margin-top: -18px;
	}
}

.slick-prev {
	left: 2.5rem;
}

.slick-next {
	right: 2.5rem;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 768px) {
	.slick-prev {
		left: 3rem;
	}
	
	.slick-next {
		right: 3rem;
	}
}

@media (min-width: 1200px) {
	.slick-prev {
		left: 3.5rem;
	}
	
	.slick-next {
		right: 4.875rem;
	}
}

@media (min-width: 1900px) {
	.slick-prev {
		left: 4.375rem;
	}
	
	.slick-next {
		right: 4.375rem;
	}
}

.testimonial-wrapper .slick-prev {
	left: 15px;
}

.testimonial-wrapper .slick-next {
	right: 15px;
}

@media (min-width: 768px) {
	.testimonial-wrapper .slick-prev {
		left: -25px;
	}

	.testimonial-wrapper .slick-next {
		right: -25px;
	}
}

@media (min-width: 992px) {
	.testimonial-wrapper .slick-prev {
		left: -35px;
	}

	.testimonial-wrapper .slick-next {
		right: -35px;
	}
}

@media (min-width: 1200px) {
	.testimonial-wrapper .slick-prev {
		left: -40px;
	}

	.testimonial-wrapper .slick-next {
		right: -40px;
	}
}

@media (min-width: 1400px) {
	.testimonial-wrapper .slick-prev {
		left: -80px;
	}

	.testimonial-wrapper .slick-next {
		right: -80px;
	}
}

.slick-dots {
	padding-left: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
}

.slick-dots-end .slick-dots {
	text-align: right;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
}

.slick-dots li:only-child {
	display: none;
}

@media (min-width: 1900px) {
	.slick-dots li {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: var(--bs-white);
}

@media (min-width: 1900px) {
	.slick-dots li button {
		width: 12px;
		height: 12px;
	}
}

.slick-dots .slick-active button {
	background-color: var(--bs-secondary);
}

.gallery {
	display: grid;
	grid-template: repeat(1, 1fr)/repeat(1, 1fr);
	grid-gap: 1.25em;
}

@media (min-width: 768px) {
	.gallery {
		grid-column-gap: 1.5625em;
		grid-row-gap: 1.5625em;
	}
	
	.gallery-3 {
		grid-template: repeat(2, 1fr)/repeat(12, 1fr);
	}
	
	.gallery-3 > div:nth-child(n+2) {
		grid-column: span 5;
		grid-row: span 1;
	}
	
	.gallery-3 > div:nth-child(6n+5),
	.gallery-3 > div:nth-child(6n+1) {
		grid-column: span 7;
		grid-row: span 2;
	}
}

@media (min-width: 992px) {
	.gallery-4 {
		grid-template: repeat(2, 1fr)/repeat(13, 1fr);
	}
	
	.gallery-4 > div:nth-child(4n+1),
	.gallery-4 > div:nth-child(4n+2) {
		grid-column: span 4;
		grid-row: span 2;
	}
	
	.gallery-4 > div:nth-child(4n+3),
	.gallery-4 > div:nth-child(4n+4) {
		grid-column: span 5;
		grid-row: span 1;
	}
}

@media (min-width: 1900px) {
	.gallery {
		grid-column-gap: 2em;
		grid-row-gap: 1.75em;
	}
}

.gallery-link {
	overflow: hidden;
	display: block;
	height: 100%;
}

.gallery-thumb {
	position: relative;
	margin-bottom: 0;
	height: 100%;
}

.gallery-thumb::before {
	content: "";
	display: block;
	padding-top: 70%;
}

@media (min-width: 768px) {
	.gallery-thumb::before {
		content: none;
		padding-top: 0;
	}
}

.gallery-caption {
	position: absolute;
	bottom: 16px;
	right: 35px;
	color: var(--bs-white);
	font-size: 20px;
	font-family: var(--bs-font-secondary);
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 1.25rem;
	transition: 0.3s;
	z-index: 1;
	max-width: 460px;
	text-align: right;
}

@media (min-width: 768px) {
	.gallery-caption {
		text-align: left;
	}
}

@media (min-width: 1900px) {
	.gallery-caption {
		font-size: 20px;
		bottom: 26px;
		right: 65px;
		padding: 0 1.75rem;
	}
}

.gallery-caption br {
	display: none;
}

@media (min-width: 768px) {
	.gallery-caption br {
		display: inline;
	}
}

.gallery-caption::after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	display: inline-block;
	width: 12px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.212L1.294 0L12 10L1.294 20L0 18.794L9.406 10L0 1.212Z' fill='%23ddd'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (min-width: 768px) {
	.gallery-caption::after {
		width: 10px;
		height: 16px;
		bottom: 7px;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.212L1.294 0L12 10L1.294 20L0 18.794L9.406 10L0 1.212Z' fill='%23fff'/%3E%3C/svg%3E%0A");
	}
}

@media (min-width: 1900px) {
	.gallery-caption::after {
		width: 12px;
		height: 20px;
		bottom: 4px;
	}
}

.gallery-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--bs-black);
	opacity: 0;
	transition: 0.3s;
}

.gallery-link:hover .gallery-thumb::after,
.gallery-link:focus .gallery-thumb::after {
	opacity: 0.5;
}

.gallery-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 768px) {
	.gallery-image {
		position: static;
	}
}

.gallery-link:hover .gallery-image,
.gallery-link:focus .gallery-image {
	transform: scale(1.1);
}

.btn-outline {
	color: var(--bs-black);
	font-family: var(--bs-font-secondary);
	font-size: 14px;
	font-weight: bold;
	border-radius: 0;
	--bs-border-opacity: 0.45;
	--bs-btn-color: var(--bs-black);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity));
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: var(--bs-body-color);
	--bs-btn-hover-border-color: rgba(var(--bs-body-color-rgb), var(--bs-border-opacity));
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: var(--bs-body-color);
	--bs-btn-active-border-color: rgba(var(--bs-body-color-rgb), var(--bs-border-opacity));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(60, 60, 60, 0.125);
	--bs-btn-disabled-color: var(--bs-body-color);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: rgba(var(--bs-body-color-rgb), var(--bs-border-opacity));
	padding: 9px 20px 9px 33px;
}

@media (min-width: 1900px) {
	.btn-outline {
		padding: 9px 20px 9px 33px;
	}
}

.btn-outline:focus {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
}

.btn-outline .icon-arrow-right {
	margin-left: 24px;
}

@media (min-width: 1900px) {
	.btn-outline .icon-arrow-right {
		margin-left: 44px;
	}
}

.btn-outline .icon-arrow-right {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21289 5.20856C7.34829 5.07433 7.53123 4.99902 7.72189 4.99902C7.91255 4.99902 8.09549 5.07433 8.23089 5.20856L11.7899 8.77856C11.9203 8.90942 11.9953 9.08545 11.9994 9.27015C12.0035 9.45485 11.9364 9.63404 11.8119 9.77056L8.30589 13.2896C8.23924 13.3565 8.16006 13.4097 8.07286 13.4461C7.98565 13.4825 7.89214 13.5013 7.79766 13.5015C7.70317 13.5018 7.60957 13.4834 7.52219 13.4474C7.43481 13.4115 7.35536 13.3587 7.28839 13.2921C7.22142 13.2254 7.16822 13.1462 7.13185 13.059C7.09548 12.9718 7.07664 12.8783 7.07641 12.7838C7.07618 12.6893 7.09456 12.5957 7.1305 12.5084C7.16644 12.421 7.21924 12.3415 7.28589 12.2746L10.2669 9.24956L7.21189 6.22456C7.14447 6.15822 7.09094 6.07911 7.05444 5.99185C7.01793 5.90459 6.99917 5.81093 6.99927 5.71635C6.99936 5.62176 7.0183 5.52814 7.05498 5.44095C7.09166 5.35377 7.14534 5.27476 7.21289 5.20856Z' fill='%2384a779'/%3E%3Cpath d='M0 9C0 10.78 0.527841 12.5201 1.51677 14.0001C2.50571 15.4802 3.91131 16.6337 5.55585 17.3149C7.20038 17.9961 9.00998 18.1743 10.7558 17.8271C12.5016 17.4798 14.1053 16.6226 15.364 15.364C16.6226 14.1053 17.4798 12.5016 17.8271 10.7558C18.1743 9.00998 17.9961 7.20038 17.3149 5.55585C16.6337 3.91131 15.4802 2.50571 14.0001 1.51677C12.5201 0.527841 10.78 0 9 0C6.61305 0 4.32387 0.948211 2.63604 2.63604C0.948211 4.32387 0 6.61305 0 9ZM1.385 9C1.38381 7.49331 1.82978 6.02016 2.66643 4.76712C3.50308 3.51407 4.69277 2.5375 6.08483 1.96107C7.4769 1.38465 9.00871 1.23431 10.4863 1.5291C11.9638 1.82388 13.3207 2.55052 14.385 3.617C15.8127 5.04493 16.6146 6.9815 16.6144 9.00071C16.6142 11.0199 15.8119 12.9563 14.384 14.384C13.677 15.0909 12.8376 15.6516 11.9139 16.0342C10.9901 16.4167 10.0001 16.6135 9.00029 16.6134C6.98109 16.6132 5.04466 15.8109 3.617 14.383C2.90689 13.6784 2.34389 12.8396 1.96072 11.9155C1.57755 10.9914 1.38186 10.0004 1.385 9Z' fill='%2384a779'/%3E%3C/svg%3E%0A");
	background-size: 100%;
	background-repeat: no-repeat;
}

.btn-outline:hover .icon-arrow-right,
.btn-outline:focus .icon-arrow-right,
.btn-outline:active .icon-arrow-right {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21289 5.20856C7.34829 5.07433 7.53123 4.99902 7.72189 4.99902C7.91255 4.99902 8.09549 5.07433 8.23089 5.20856L11.7899 8.77856C11.9203 8.90942 11.9953 9.08545 11.9994 9.27015C12.0035 9.45485 11.9364 9.63404 11.8119 9.77056L8.30589 13.2896C8.23924 13.3565 8.16006 13.4097 8.07286 13.4461C7.98565 13.4825 7.89214 13.5013 7.79766 13.5015C7.70317 13.5018 7.60957 13.4834 7.52219 13.4474C7.43481 13.4115 7.35536 13.3587 7.28839 13.2921C7.22142 13.2254 7.16822 13.1462 7.13185 13.059C7.09548 12.9718 7.07664 12.8783 7.07641 12.7838C7.07618 12.6893 7.09456 12.5957 7.1305 12.5084C7.16644 12.421 7.21924 12.3415 7.28589 12.2746L10.2669 9.24956L7.21189 6.22456C7.14447 6.15822 7.09094 6.07911 7.05444 5.99185C7.01793 5.90459 6.99917 5.81093 6.99927 5.71635C6.99936 5.62176 7.0183 5.52814 7.05498 5.44095C7.09166 5.35377 7.14534 5.27476 7.21289 5.20856Z' fill='%23fff'/%3E%3Cpath d='M0 9C0 10.78 0.527841 12.5201 1.51677 14.0001C2.50571 15.4802 3.91131 16.6337 5.55585 17.3149C7.20038 17.9961 9.00998 18.1743 10.7558 17.8271C12.5016 17.4798 14.1053 16.6226 15.364 15.364C16.6226 14.1053 17.4798 12.5016 17.8271 10.7558C18.1743 9.00998 17.9961 7.20038 17.3149 5.55585C16.6337 3.91131 15.4802 2.50571 14.0001 1.51677C12.5201 0.527841 10.78 0 9 0C6.61305 0 4.32387 0.948211 2.63604 2.63604C0.948211 4.32387 0 6.61305 0 9ZM1.385 9C1.38381 7.49331 1.82978 6.02016 2.66643 4.76712C3.50308 3.51407 4.69277 2.5375 6.08483 1.96107C7.4769 1.38465 9.00871 1.23431 10.4863 1.5291C11.9638 1.82388 13.3207 2.55052 14.385 3.617C15.8127 5.04493 16.6146 6.9815 16.6144 9.00071C16.6142 11.0199 15.8119 12.9563 14.384 14.384C13.677 15.0909 12.8376 15.6516 11.9139 16.0342C10.9901 16.4167 10.0001 16.6135 9.00029 16.6134C6.98109 16.6132 5.04466 15.8109 3.617 14.383C2.90689 13.6784 2.34389 12.8396 1.96072 11.9155C1.57755 10.9914 1.38186 10.0004 1.385 9Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1900px) {
	.offset-md-custom {
		margin-left: 55px;
	}
}

.info-wrapper {
	padding-top: 40px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.info-wrapper {
		padding-top: 81px;
		padding-bottom: 114px;
	}
}

@media (min-width: 1900px) {
	.info-wrapper {
		padding-top: 132px;
		padding-bottom: 140px;
	}
}

@media (min-width: 768px) {
	.info-thumbnail-end {
		padding-left: 1.5rem;
	}
}

@media (min-width: 1900px) {
	.info-thumbnail-end {
		padding-left: 4.4375rem;
	}
}

@media (min-width: 768px) {
	.info-thumbnail-start {
		padding-right: 1.5rem;
	}
}

@media (min-width: 1900px) {
	.info-thumbnail-start {
		padding-right: 4.4375rem;
	}
}

.info-thumbnail .wp-video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial-wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-left: calc(var(--bs-gutter-x) * -0.5);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
}

@media (min-width: 768px) {
	.testimonial-wrapper {
		padding-top: 40px;
		padding-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.testimonial-wrapper {
		padding-top: 50px;
		padding-bottom: 1px;
	}
}

@media (min-width: 1400px) {
	.testimonial-wrapper {
		margin-left: 0;
		margin-right: 0;
		padding-top: 60px;
		padding-bottom: 15px;
	}
}

@media (min-width: 1900px) {
	.testimonial-wrapper {
		padding-top: 90px;
		padding-bottom: 45px;
	}
}

.testimonial-wrapper::after {
	--bs-bg-opacity: 0.47;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
	z-index: -1;
}

.testimonial-holder {
	padding: 10px 0;
}

@media (min-width: 768px) {
	.testimonial-holder {
		padding: 10px 1px 20px;
	}
}

@media (min-width: 1400px) {
	.testimonial-holder {
		padding: 33px 1px 20px;
	}
}

@media (min-width: 1900px) {
	.testimonial-holder {
		padding: 55px 35px 20px;
	}
}

.blockquote {
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	text-align: center;
	padding: 25px 50px 20px;
	color: var(--bs-white);
}

@media (min-width: 768px) {
	.blockquote {
		font-size: 16px;
		padding: 10px 100px 20px 75px;
	}
}

@media (min-width: 1200px) {
	.blockquote {
		font-size: 18px;
		padding: 10px 100px 60px 75px;
	}
}

@media (min-width: 1400px) {
	.blockquote {
		font-size: 22px;
		padding: 10px 100px 48px 75px;
	}
}

@media (min-width: 1900px) {
	.blockquote {
		font-size: 30px;
		padding: 25px 150px 60px 100px;
	}
}

.blockquote::before,
.blockquote::after {
	--bs-text-opacity: 0.34;
	content: "\201C";
	display: inline-block;
	position: absolute;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
	font-family: Georgia, serif;
	font-size: 95px;
	line-height: 0.8;
}

@media (min-width: 768px) {
	.blockquote::before,
	.blockquote::after {
		font-size: 135px;
	}
}

@media (min-width: 1200px) {
	.blockquote::before,
	.blockquote::after {
		font-size: 110px;
	}
}

@media (min-width: 1400px) {
	.blockquote::before,
	.blockquote::after {
		font-size: 135px;
	}
}

@media (min-width: 1900px) {
	.blockquote::before,
	.blockquote::after {
		font-size: 175px;
	}
}

.blockquote::before {
	top: 0;
	left: 5px;
}

.blockquote::after {
	bottom: 0;
	right: 5px;
    transform: rotate(180deg);
}

@media (min-width: 768px) {
	.blockquote::before {
		left: 0;
	}
	
	.blockquote::after {
		right: 50px;
	}
}

.blockquote-footer {
	padding: 25px 0 10px;
}

.blockquote-footer::before {
	content: none;
}

.blockquote-footer cite {
	color: var(--bs-white);
	font-family: var(--bs-font-secondary);
	font-weight: 700;
	font-size: 16px;
}

@media (min-width: 1900px) {
	.blockquote-footer cite {
		font-size: 20px;
	}
}

.rating-stars {
	color: var(--bs-yellow);
	letter-spacing: -4px;
}

.rating-stars .icon-star {
	width: 14px;
}

@media (min-width: 1200px) {
	.rating-stars .icon-star {
		width: 18px;
	}
}

@media (min-width: 1900px) {
	.rating-stars .icon-star {
		width: 24px;
	}
}

.contact-wrapper {
	padding-top: 60px;
	padding-bottom: 44px;
}

@media (min-width: 768px) {
	.contact-wrapper {
		padding-top: 90px;
		padding-bottom: 124px;
	}
}

@media (min-width: 1900px) {
	.contact-wrapper {
		padding-top: 124px;
	}
}

.contact-block {
	padding-top: 16px;
}

@media (min-width: 768px) {
	.contact-block {
		padding-right: 10px;
	}
}

@media (min-width: 1900px) {
	.contact-block {
		padding-top: 77px;
		padding-left: 46px;
		padding-right: 16px;
	}
}

.gform_head {
	font-family: var(--bs-font-secondary);
	color: var(--bs-secondary);
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 6px;
}

@media (min-width: 768px) {
	.gform_head {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.gform_head {
		font-size: 16px;
		padding-bottom: 10px;
	}
}

@media (min-width: 1400px) {
	.gform_head {
		font-size: 19px;
		padding-bottom: 15px;
	}
}

@media (min-width: 1900px) {
	.gform_head {
		font-size: 25px;
		padding-bottom: 33px;
	}
}

.gform_title {
	font-weight: normal;
	text-align: left;
	color: var(--bs-primary);
	font-weight: 400;
}

@media (min-width: 1200px) {
	.gform_title {
		font-size: 2.75rem;
	}
}

@media (min-width: 1400px) {
	.gform_title {
		font-size: 3rem;
	}
}

@media (min-width: 1900px) {
	.gform_title {
		font-size: 3.5rem;
	}
}

@media (min-width: 992px) {
	.contact-block .gform_wrapper {
		padding-right: 20px;
	}
}

.gform_wrapper.gravity-theme .gform_body .gform_fields, 
.form-group {
	grid-row-gap: 36px;
}

@media (min-width: 768px) {
	.gform_wrapper.gravity-theme .gform_body .gform_fields, 
	.form-group {
		grid-row-gap: 18px;
		grid-column-gap: 20px;
	}
}

@media (min-width: 992) {
	.gform_wrapper.gravity-theme .gform_body .gform_fields, 
	.form-group {
		grid-column-gap: 30px;
	}
}

@media (min-width: 1200px) {
	.gform_wrapper.gravity-theme .gform_body .gform_fields, 
	.form-group {
		grid-row-gap: 28px;
		grid-column-gap: 40px;
	}
}

@media (min-width: 1900px) {
	.gform_wrapper.gravity-theme .gform_body .gform_fields, 
	.form-group {
		grid-row-gap: 53px;
	}
}

.contact-block .gform_wrapper.gravity-theme input[type=email], 
.contact-block .gform_wrapper.gravity-theme input[type=number], 
.contact-block .gform_wrapper.gravity-theme input[type=password], 
.contact-block .gform_wrapper.gravity-theme input[type=search], 
.contact-block .gform_wrapper.gravity-theme input[type=tel], 
.contact-block .gform_wrapper.gravity-theme input[type=text], 
.contact-block .gform_wrapper.gravity-theme select, 
.contact-block .gform_wrapper.gravity-theme textarea,
.form-control {
	color: var(--bs-black);
	font-size: 14px;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid var(--bs-gray-100);
	border-radius: 0;
	padding: 4px 0;
}

@media (min-width: 1200px) {
	.contact-block .gform_wrapper.gravity-theme input[type=email], 
	.contact-block .gform_wrapper.gravity-theme input[type=number], 
	.contact-block .gform_wrapper.gravity-theme input[type=password], 
	.contact-block .gform_wrapper.gravity-theme input[type=search], 
	.contact-block .gform_wrapper.gravity-theme input[type=tel], 
	.contact-block .gform_wrapper.gravity-theme input[type=text], 
	.contact-block .gform_wrapper.gravity-theme select, 
	.contact-block .gform_wrapper.gravity-theme textarea,
	.form-control {
		font-size: 16px;
	}
}

@media (min-width: 1900px) {
	.contact-block .gform_wrapper.gravity-theme input[type=email], 
	.contact-block .gform_wrapper.gravity-theme input[type=number], 
	.contact-block .gform_wrapper.gravity-theme input[type=password], 
	.contact-block .gform_wrapper.gravity-theme input[type=search], 
	.contact-block .gform_wrapper.gravity-theme input[type=tel], 
	.contact-block .gform_wrapper.gravity-theme input[type=text], 
	.contact-block .gform_wrapper.gravity-theme select, 
	.contact-block .gform_wrapper.gravity-theme textarea,
	.form-control {
		font-size: 18px;
	}
}

.gform_wrapper.gravity-theme .gfield .ginput_container textarea.textarea,
textarea.form-control {
	resize: none;
	height: 126px;
}

@media (min-width: 768px) {
	.gform_wrapper.gravity-theme .gfield .ginput_container textarea.textarea,
	textarea.form-control {
		height: 126px;
	}
}

@media (min-width: 1900px) {
	.gform_wrapper.gravity-theme .gfield .ginput_container textarea.textarea,
	textarea.form-control {
		height: 126px;
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-background-clip: text;
	-webkit-text-fill-color: #000 !important;
}

.gfield input::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #000;
}

.gfield input::-moz-placeholder,
.gfield textarea::-moz-placeholder,
.form-control::-moz-placeholder {
	color: #000;
}

.gfield input:-ms-input-placeholder,
.gfield textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: #000;
}

.gfield input::-ms-input-placeholder,
.gfield textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
	color: #000;
}

.gfield input::placeholder,
.gfield textarea::placeholder,
.form-control::placeholder {
	color: #000;
}

.gfield input:focus,
.gfield textarea:focus,
.form-control:focus {
	box-shadow: 0 0 0 1px #000;
}

@media (min-width: 768px) {
	.gform_wrapper.gravity-theme .gform_footer.top_label {
		padding-top: 16px;
	}
}

@media (min-width: 1200px) {
	.gform_wrapper.gravity-theme .gform_footer.top_label {
		padding-top: 24px;
	}
}

@media (min-width: 1900px) {
	.gform_wrapper.gravity-theme .gform_footer.top_label {
		padding-top: 34px;
	}
}

.gform_footer button {
	text-transform: uppercase;
}

.blog-wrapper {
	padding-top: 63px;
}

@media (min-width: 768px) {
	.blog-wrapper {
		padding-top: 63px;
	}
}

@media (min-width: 1900px) {
	.blog-wrapper {
		padding-top: 115px;
	}
}

@media (min-width: 768px) {
	.gx-blog {
		--bs-gutter-x: 2rem;
	}
}

@media (min-width: 1200px) {
	.gx-blog {
		--bs-gutter-x: 3rem;
	}
}

@media (min-width: 1400px) {
	.gx-blog {
		--bs-gutter-x: 3.5rem;
	}
}

@media (min-width: 1900px) {
	.gx-blog {
		--bs-gutter-x: 5.5rem;
	}
}

.post-card {
	position: relative;
	margin-bottom: 80px;
}

@media (min-width: 768px) {
	.post-card {
		margin-bottom: 102px;
	}
}

@media (min-width: 1900px) {
	.post-card {
		margin-bottom: 150px;
	}
}

@media (min-width: 768px) {
	.blog-wrapper .post-card {
		margin-bottom: 65px;
	}
}

@media (min-width: 1900px) {
	.blog-wrapper .post-card {
		margin-bottom: 94px;
	}
}

.post-card .figure {
	display: block;
}

.post-card .post-thumbnail {
	width: 100%;
	display: block;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.16);
}

.post-card-inner {
	background-color: var(--bs-white);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	margin: 0 20px;
	padding: 15px 20px;
	position: absolute;
	bottom: -45px;
	z-index: 1;
	transition: all .75s ease 0s;
	min-height: 100px;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	.post-card-inner {
		margin-left: 20px;
		margin-right: 20px;
		padding: 15px;
		min-height: 80px;
	}
}

@media (min-width: 1900px) {
	.post-card-inner {
		padding: 28px 30px 24px;
		margin-left: 30px;
		margin-right: 30px;
		min-height: 100px;
	}
}

.post-card:hover .post-card-inner {
	background-color: var(--bs-gray-100);
}

@media (min-width: 768px) {
	.post-card:hover .post-card-inner {
		padding-top: 20px;
	}
}

@media (min-width: 1900px) {
	.post-card:hover .post-card-inner {
		padding-top: 30px;
	}
}

.post-card:hover .post-header {
	height: auto !important;
}

.post-card .post-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

@media (min-width: 768px) {
	.post-card .post-title {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1900px) {
	.post-card .post-title {
		font-size: 25px;
		margin-bottom: 1.5rem;
	}
}

.post-card .post-title a {
	color: var(--bs-gray-100);
	text-decoration: none;
}

.post-card .post-body {
	font-size: 18px;
	letter-spacing: 0.06em;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .75s ease 0s, opacity .75s ease 0s;
}

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

@media (min-width: 1900px) {
	.post-card .post-body {
		font-size: 18px;
	}
}

.post-card:hover a {
	color: var(--bs-white);
}

.post-card:hover .post-body {
	max-height: 300px;
	opacity: 1;
	color: var(--bs-white);
}

.post-body .link-more {
	font-size: 12px;
	color: var(--bs-white);
	text-decoration: none;
}

@media (min-width: 768px) {
	.post-body .link-more {
		font-size: 14px;
	}
}

@media (min-width: 1900px) {
	.post-body .link-more {
		font-size: 15px;
	}
}

.btn-mute {
	--bs-btn-padding-x: 0;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-border-radius: 0;
	--bs-btn-border-width: 0;
	--bs-btn-color: var(--bs-secondary);
	--bs-btn-bg: var(--bs-transparent);
	--bs-link-hover-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-hover-bg: var(--bs-transparent);
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-active-bg: var(--bs-transparent);
	--bs-btn-disabled-color: var(--bs-secondary);
	--bs-btn-disabled-bg: var(--bs-transparent);
	--bs-btn-hover-border-color: var(--bs-primary);
	border-bottom: 1px solid var(--bs-secondary);
	font-family: var(--bs-font-secondary);
	font-size: 14px;
	font-weight: bold;
	box-shadow: none;
	text-transform: uppercase;
}

@media (min-width: 1900px) {
	.btn-mute {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.thumbnail-column {
		width: 56%;
	}
	
	.post-thumbnail-block {
		padding-left: 8%;
	}
}

@media (min-width: 1900px) {
	.thumbnail-column {
		width: 58.33333333%;
	}
	
	.post-thumbnail-block {
		padding-left: 12%;
		margin-right: -55px;
		padding-top: 15px;
	}
	
	.post-thumbnail-block-alt {
		padding-left: 10.33333333%;
		margin-right: 0;
	}
}

.nav-page {
	display: inline-block;
	font-family: var(--bs-font-secondary);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 1900px) {
	.nav-page {
		font-size: 20px;
	}
}

.nav-page a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}

@media (min-width: 768px) {
	.nav-page a {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.nav-page a:hover,
.nav-page a:focus {
	color: var(--bs-primary);
}

.nav-page .icon {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1.364L12.045 0L0 11.25L12.045 22.5L13.5 21.143L2.918 11.25L13.5 1.364Z' fill='%23375d7e'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: -3px 6px 0;
}

.nav-page .icon-arrow-right {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.364L1.455 0L13.5 11.25L1.455 22.5L0 21.143L10.582 11.25L0 1.364Z' fill='%23375d7e'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1900px) {
	.nav-page .icon {
		width: 14px;
		height: 23px;
	}
}

.contact-info {
	font-family: var(--bs-font-secondary);
	color: var(--bs-secondary);
	font-size: 16px;
}

@media (min-width: 1900px) {
	.contact-info {
		font-size: 20px;
	}
}

.contact-info .org {
	display: block;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.contact-info .org {
		font-size: 2.125rem;
	}
}

@media (min-width: 1400px) {
	.contact-info .org {
		font-size: 2.675rem;
	}
}

@media (min-width: 1900px) {
	.contact-info .org {
		margin-bottom: 33px;
		font-size: 3.5rem;
	}
}

.contact-info .adr {
	font-weight: 700;
	max-width: 100%;
}

@media (min-width: 768px) {
	.contact-info .adr-row {
		max-width: 500px;
	}
}

@media (min-width: 1200px) {
	.contact-info .adr-row {
		max-width: 540px;
	}
}

@media (min-width: 1400px) {
	.contact-info .adr-row {
		max-width: 550px;
	}
}

@media (min-width: 1900px) {
	.contact-info .adr-row {
		max-width: 740px;
	}
}

.contact-info a {
	text-decoration: none;
}

.ratio-map {
	--bs-aspect-ratio: 324px;
	margin-bottom: 38px;
}

@media (min-width: 768px) {
	.ratio-map {
		--bs-aspect-ratio: 275px;
		margin-bottom: 48px;
	}
}

@media (min-width: 1900px) {
	.ratio-map {
		--bs-aspect-ratio: 23%;
		margin-bottom: 125px;
	}
}

.result-wrapper {
	border-radius: 30px 30px 0 0;
	padding-top: 55px;
	padding-bottom: 55px;
	background-image: url(images/bg_results.png);
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.result-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (min-width: 1400px) {
	.result-wrapper {
		padding-top: 95px;
		padding-bottom: 95px;
	}
}

.stat-row {
	padding-bottom: 33px;
}

@media (min-width: 992px) {
	.stat-row {
		padding-bottom: 63px;
	}
}

@media (min-width: 1400px) {
	.stat-row {
		padding-bottom: 103px;
	}
}

.stat-counter {
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
	padding: 20px 10px;
	height: 100%;
}

.stat-row [class^="col-"]:nth-of-type(odd) .stat-counter {
	border-right: 1px solid rgba(255,255,255,0.59);
}

@media (min-width: 768px) {
	.stat-counter {
		padding: 20px;
		line-height: 1.4;
	}
}

@media (min-width: 992px) {
	.stat-counter {
		font-size: 18px;
		border-right: 3px solid rgba(255,255,255,0.59);
	}
}

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

@media (min-width: 1400px) {
	.stat-counter {
		font-size: 22px;
	}
}

@media (min-width: 1800px) {
	.stat-counter {
		font-size: 24px;
	}
}

.stat-border {
	border-top: 1px solid rgba(255,255,255,0.59);
	opacity: 1;
	margin: 0 15px 26px;
	width: calc(100% - 40px);
}

.stat-row [class^="col-"] {
	margin-bottom: 27px;
}

@media (min-width: 992px) {
	.stat-row [class^="col-"] {
		margin-bottom: 20px;
	}
	
	.stat-row [class^="col-"]:last-child .stat-counter {
		border-right: 0;
	}
}

.stat-number {
	display: block;
	font-family: var(--bs-font-secondary);
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.stat-number {
		font-size: 45px;
	}
}

@media (min-width: 1200px) {
	.stat-number {
		font-size: 56px;
	}
}

@media (min-width: 1400px) {
	.stat-number {
		font-size: 65px;
	}
}

@media (min-width: 1800px) {
	.stat-number {
		font-size: 75px;
	}
}

.footer {
	background-color: var(--bs-gray-100);
	color: var(--bs-white);
	font-family: var(--bs-font-secondary);
	font-size: 14px;
	padding-top: 50px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.footer {
		font-size: 12px;
		padding-top: 44px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1900px) {
	.footer {
		font-size: 16px;
		padding-top: 41px;
		padding-bottom: 20px;
	}
}

.footer-inner {
	padding-top: 20px;
}

.footer-right {
	--bs-border-opacity: 0.5;
	border-top: 1px solid rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}

@media (min-width: 768px) {
	.footer-inner {
		padding-top: 0px;
		border-top: 0;
	}
}

@media (min-width: 1200px) {
	.footer-inner {
		padding-top: 65px;
	}
}

@media (min-width: 1400px) {
	.footer-inner {
		padding-top: 80px;
	}
}

@media (min-width: 1900px) {
	.footer-inner {
		padding-top: 106px;
	}
}

.footer-brand {
	max-width: 222px;
	display: inline-block;
	filter: brightness(0) invert(1);
}

@media (min-width: 1400px) {
	.footer-brand {
		max-width: 250px;
	}
}

@media (min-width: 1900px) {
	.footer-brand {
		max-width: 337px;
	}
}

.adr {
	text-transform: uppercase;
	margin-bottom: 22px;
}

@media (min-width: 768px) {
	.adr {
		margin-bottom: 12px;
		max-width: 380px;
	}
}

@media (min-width: 1200px) {
	.adr {
		max-width: 400px;
	}
}

@media (min-width: 1900px) {
	.adr {
		margin-bottom: 22px;
		max-width: 100%;
	}
}

.fn {
	display: block;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 12px;
}

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

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

@media (min-width: 1400px) {
	.fn {
		font-size: 17px;
	}
}

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

@media (min-width: 992px) {
	.adr-col-left {
		flex: 0 0 auto;
		width: 60%;
		padding-right: 1rem;
	}

	.adr-col-right {
		flex: 0 0 auto;
		width: 40%;
	}
}

.footer-menu {
	list-style: none;
	padding-left: 0;
	font-size: 14px;
}

@media (min-width: 768px) {
	.footer-menu {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		display: inline-block;
		font-size: 12px;
		min-width: 230px;
		max-width: 230px;
	}
}

@media (min-width: 1200px) {
	.footer-menu {
		font-size: 15px;
		min-width: 300px;
		max-width: 300px;
	}
}

@media (min-width: 1900px) {
	.footer-menu {
		font-size: 20px;
		min-width: 400px;
		max-width: 400px;
	}
}

.footer-menu li {
	margin-bottom: 7px;
}

@media (min-width: 768px) {
	.footer-menu li {
		margin-bottom: 4px;
	}
}

.footer a {
	color: inherit;
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	color: var(--bs-white);
	text-decoration: underline;
}

.shadow-pr {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.shadow-pr-alt {
	box-shadow: 0 3px 2px rgba(0,0,0,0.16);
}

.font-body {
	font-family: var(--bs-font-sans-serif);
}

.font-secondary {
	font-family: var(--bs-font-secondary);
}

.tracking-normal {
	letter-spacing: 0em;
}

.tracking-wide {
	letter-spacing: 0.05em;
}

.text-transform-none {
	text-transform: none;
}

.text-10 {
	font-size: 10px;
}

.text-xs {
	font-size: 12px;
}

.text-sm {
	font-size: 14px;
}

.text-base {
	font-size: 16px;
}

.text-lg {
	font-size: 18px;
}

.text-xl {
	font-size: 20px;
}

.text-xxl {
	font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.py-xl {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-xxl {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

@media (min-width: 768px) {	
	.col-md-large {
		width: 55%;
	}
	
	.col-md-small {
		width: 45%;
	}
	
	.text-md-sm {
		font-size: 14px;
	}

	.text-md-base {
		font-size: 16px;
	}

	.text-md-lg {
		font-size: 18px;
	}

	.text-md-xl {
		font-size: 20px;
	}

	.text-md-xxl {
		font-size: 22px;
	}
	
	.-mt-md-70 {
		margin-top: -70px;
	}
	
	.mb-md-10 {
		margin-bottom: 10px;
	}

	.mb-md-20 {
		margin-bottom: 20px;
	}

	.mb-md-30 {
		margin-bottom: 30px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-50 {
		margin-bottom: 50px;
	}

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

	.mb-md-70 {
		margin-bottom: 70px;
	}

	.mb-md-80 {
		margin-bottom: 80px;
	}

	.mb-md-90 {
		margin-bottom: 90px;
	}

	.mb-md-100 {
		margin-bottom: 100px;
	}

	.mt-md-10 {
		margin-top: 10px;
	}

	.mt-md-20 {
		margin-top: 20px;
	}

	.mt-md-30 {
		margin-top: 30px;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mt-md-50 {
		margin-top: 50px;
	}

	.mt-md-60 {
		margin-top: 60px;
	}

	.mt-md-70 {
		margin-top: 70px;
	}

	.mt-md-80 {
		margin-top: 80px;
	}

	.mt-md-90 {
		margin-top: 90px;
	}

	.mt-md-100 {
		margin-top: 100px;
	}
	
	.py-xl {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.py-xxl {
		padding-top: 2.375rem;
		padding-bottom: 2.375rem;
	}

	.pb-md-10 {
		padding-bottom: 10px;
	}

	.pb-md-20 {
		padding-bottom: 20px;
	}

	.pb-md-30 {
		padding-bottom: 30px;
	}

	.pb-md-40 {
		padding-bottom: 40px;
	}

	.pb-md-50 {
		padding-bottom: 50px;
	}

	.pb-md-60 {
		padding-bottom: 60px;
	}

	.pb-md-70 {
		padding-bottom: 70px;
	}

	.pb-md-80 {
		padding-bottom: 80px;
	}

	.pb-md-90 {
		padding-bottom: 90px;
	}

	.pb-md-100 {
		padding-bottom: 100px;
	}

	.pt-md-10 {
		padding-top: 10px;
	}

	.pt-md-20 {
		padding-top: 20px;
	}

	.pt-md-30 {
		padding-top: 30px;
	}

	.pt-md-40 {
		padding-top: 40px;
	}

	.pt-md-50 {
		padding-top: 50px;
	}

	.pt-md-60 {
		padding-top: 60px;
	}

	.pt-md-70 {
		padding-top: 70px;
	}

	.pt-md-80 {
		padding-top: 80px;
	}

	.pt-md-90 {
		padding-top: 90px;
	}

	.pt-md-100 {
		padding-top: 100px;
	}
	
}

@media (min-width: 1900px) {	
	.text-xxl-base {
		font-size: 16px;
	}

	.text-xxl-lg {
		font-size: 18px;
	}

	.text-xxl-xl {
		font-size: 20px;
	}

	.text-xxl-xxl {
		font-size: 22px;
	}
	
	.mb-xxl-40 {
		margin-bottom: 40px;
	}

	.pb-xxl-10 {
		padding-top: 10px;
	}
	
	.pb-xxl-40 {
		padding-bottom: 40px;
	}
	
	.pb-xxl-50 {
		padding-bottom: 50px;
	}
	
	.pb-xxl-80 {
		padding-bottom: 80px;
	}
	
	.pb-xxl-85 {
		padding-bottom: 85px;
	}
	
	.pb-xxl-90 {
		padding-bottom: 90px;
	}
	
	.pb-xxl-110 {
		padding-bottom: 110px;
	}
	
	.pb-xxl-128 {
		padding-bottom: 128px;
	}
	
	.pt-xxl-none {
		padding-top: 0;
	}
	
	.pt-xxl-40 {
		padding-top: 40px;
	}
	
	.pt-xxl-50 {
		padding-top: 50px;
	}
	
	.pt-xxl-80 {
		padding-top: 80px;
	}
	
	.pt-xxl-110 {
		padding-top: 110px;
	}
	
	.py-xl {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.py-xxl {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, 
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, 
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, 
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {	
main > .container {
  	padding-left: 75px;
	padding-right:75px;
}
}


[data-aos="scale-up"] {
  transition-property: transform;
  transform:scaley(0%);
	transform-origin:bottom;
  &.aos-animate {
    transform:scaley(100%);
  }
}