@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	border: none !important;
	font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	box-sizing: border-box !important;
}

body {
	background: #fff;
}

.body_table {
	background: #fff;
}

h1 {
	font-size: 32px !important;
	color: #00395d;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

h2 {
	color: #00395d;
	font-size: 24px !important;
	font-weight: bold;
}
h3 {
	color: #00395d;
	font-size: 18px !important;
	font-weight: 600;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 1rem;
	opacity: 0.8;
	z-index: 0;
}

hr {
	color: #00395d;
	border-top: 1px solid #00395d;
}

.dd_menu {
	color: #00395d !important;
	font-family: arial, tahoma, sans-serif;
	font-size: 16px;
	padding-left: 12px;
	z-index: 1000;
}

#dd_menu {
	margin: 2rem 0;
	border-radius: 0.5rem;
	background: #faf9ff;
	color: #00395d;
	border: 1px solid #eaf4fb !important;
	box-shadow: 0 0.25rem 1.5rem 0.05rem #00395d10;
}

a.dd_menu {
	font-family: arial, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 1rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	font-weight: 600;
	background-image: none !important;
	background-color: transparent !important;
}

.dd_menu > table.inv:first-child,
.dd_menu > .dd_menucontainer > table.inv:first-child {
	margin: 0 auto;
}

.sub1 {
	width: fit-content;
	border-radius: 0 0 0.5rem 0.5rem;
	background: #faf9ff;
	border: 1px solid #eaf4fb !important;
	border-top: none !important;
	margin-top: 1px;
	overflow: hidden;
	box-shadow: 0 0.25rem 1.5rem 0.05rem #00395d10;
	transition: 0.15s;
}

.node1 {
	background-color: transparent !important;
	background-image: none !important;
}
.node2 a.dd_menu,
.node3 a.dd_menu {
	font-size: 0.9rem;
	background-color: transparent !important;
	background-image: none !important;
	padding: 1rem 4rem 1rem 1.5rem !important;
	transition: 0.15s;
}

.node2 a.dd_menu:hover,
.node3 a.dd_menu:hover {
	background-color: #eaf4fb !important;
	background-image: none !important;
}

.bottom_content {
	background-color: transparent;
	opacity: 0.5;
	width: 100%;
	margin-top: 0px;
	padding: 6px 0px 10px 0px;
	font-size: 11px !important;
	font-weight: normal !important;
	font-family: arial, sans-serif !important;
	color: #ffffff !important;
	height: 46px;
}

.bottom_table {
	margin: 0px;
	padding: 0px;
	font-size: 11px !important;
	font-weight: normal !important;
	font-family: arial, sans-serif !important;
	color: #00395d !important;
	background-color: transparent;
}

.bottom_table td {
	background: transparent;
}

.cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}

.card {
	width: 100%;
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card_links {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #00395d;
	font-weight: 700;
	transition: 0.3s;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.5rem #00395d12;
	background: #faf9ff;
	border: 1px solid #eaf4fb !important;
}

.card_links:hover {
	/* background: #eaf4fb; */
	box-shadow: 0 0.5rem 2rem #00395d10;
	transform: scale(1.05);
}

.card_links * {
	transition: 0.3s;
}

.card_links:hover * {
	transform: scale(1.05);
}

.input,
.textarea {
	padding: 1rem 1.5rem;
	border: none;
	border-radius: 0.5rem;
	background-color: transparent !important;
	font-size: 1rem !important;
	transition: all 0.3s !important;
	box-shadow: 0 0.25rem 0.5rem #00395d12;
	width: 100% !important;
	margin-bottom: 1.5rem;
}

.input:focus,
.textarea:focus {
	outline: none;
	box-shadow: 0 0.5rem 2rem #00395d10;
}

.textarea {
	resize: none;
	width: 100% !important;
}

.button {
	padding: 0.5rem 1.5rem;
	border: none;
	border-radius: 0.5rem;
	background-color: #00395d !important;
	font-size: 1rem !important;
	transition: all 0.3s !important;
	box-shadow: 0 0 0.5rem #00395d00;
	color: white;
	cursor: pointer;
}

.button:hover {
	box-shadow: 0 0.5rem 2rem #00395d40;
}

.contact-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
	transition: 0.3s;
	border-radius: 0.5rem;
	text-decoration: none;
	margin-bottom: 0.5rem;
}

.contact-item:hover {
	box-shadow: 0 0.25rem 1rem #00395d12;
}

.contact-item span {
	font-weight: 500;
}

#subcontainer > tbody > tr {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#Page_Layout_Elm4659799_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663929_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663934_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663939_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663949_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663944_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663954_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663960_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663965_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663977_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663983_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663988_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4663996_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4664012_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4664017_SiteMapTD > table > tbody > tr,
#Page_Layout_Elm4664022_SiteMapTD > table > tbody > tr {
	display: flex;
	gap: 1rem;
}

#Page_Layout_Elm4659799_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663929_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663934_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663939_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663949_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663944_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663954_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663960_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663965_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663977_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663983_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663988_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4663996_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4664012_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4664017_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b,
#Page_Layout_Elm4664022_SiteMapTD
	> table
	> tbody
	> tr
	> td
	> table
	> tbody
	> tr
	> td
	> b {
	display: none;
}

a.sm_link1 {
	display: block;
	font-size: 1rem !important;
	margin-top: 0.5rem;
}

a.sm_link2 {
	display: block;
	font-size: 0.9rem !important;
}

#ZoneLayout2223908,
#ZoneLayout2225049,
#ZoneLayout2225052,
#ZoneLayout2225055,
#ZoneLayout2225061,
#ZoneLayout2225058,
#ZoneLayout2225064,
#ZoneLayout2225068,
#ZoneLayout2225071,
#ZoneLayout2225079,
#ZoneLayout2225082,
#ZoneLayout2225085,
#ZoneLayout2225091,
#ZoneLayout2225105,
#ZoneLayout2225108,
#ZoneLayout2225111 {
	background: #eaf4fb;
	padding: 1.5rem;
	border-radius: 0.5rem;
}
