@media all {
	:where(.wp-block-button__link) {
		border-radius: 9999px;
		box-shadow: none;
		padding: calc(.667em + 2px) calc(1.333em + 2px);
		text-decoration: none
	}

	:root:where(.wp-block-button .wp-block-button__link.is-style-outline),
	:root:where(.wp-block-button.is-style-outline>.wp-block-button__link) {
		border: 2px solid;
		padding: .667em 1.333em
	}

	:root:where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
	:root:where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
		color: currentColor
	}

	:root:where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
	:root:where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
		background-color: initial;
		background-image: none
	}

	:where(.wp-block-calendar table:not(.has-background) th) {
		background: #ddd
	}
}

@media all {
	:where(.wp-block-columns) {
		margin-bottom: 1.75em
	}

	:where(.wp-block-columns.has-background) {
		padding: 1.25em 2.375em
	}

	.wp-block-column {
		flex-grow: 1;
		min-width: 0;
		overflow-wrap: break-word;
		word-break: break-word
	}

	:where(.wp-block-post-comments input[type=submit]) {
		border: none
	}
}

@supports (-webkit-touch-callout:inherit) {}

@media all {

	:where(.wp-block-cover-image:not(.has-text-color)),
	:where(.wp-block-cover:not(.has-text-color)) {
		color: #fff
	}

	:where(.wp-block-cover-image.is-light:not(.has-text-color)),
	:where(.wp-block-cover.is-light:not(.has-text-color)) {
		color: #000
	}

	:root:where(.wp-block-cover h1:not(.has-text-color)),
	:root:where(.wp-block-cover h2:not(.has-text-color)),
	:root:where(.wp-block-cover h3:not(.has-text-color)),
	:root:where(.wp-block-cover h4:not(.has-text-color)),
	:root:where(.wp-block-cover h5:not(.has-text-color)),
	:root:where(.wp-block-cover h6:not(.has-text-color)),
	:root:where(.wp-block-cover p:not(.has-text-color)) {
		color: inherit
	}

	:where(.wp-block-file) {
		margin-bottom: 1.5em
	}

	:where(.wp-block-file__button) {
		border-radius: 2em;
		display: inline-block;
		padding: .5em 1em
	}

	:where(.wp-block-file__button):is(a):active,
	:where(.wp-block-file__button):is(a):focus,
	:where(.wp-block-file__button):is(a):hover,
	:where(.wp-block-file__button):is(a):visited {
		box-shadow: none;
		color: #fff;
		opacity: .85;
		text-decoration: none
	}
}

@media all {
	:where(.wp-block-group.wp-block-group-is-layout-constrained) {
		position: relative
	}
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {}

@media all {
	:root:where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
		border-radius: 9999px
	}
}

@media all {
	:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
		line-height: 1.1
	}

	:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
		line-height: 1.8
	}

	.wp-block-latest-comments__comment {
		list-style: none;
		margin-bottom: 1em
	}

	.wp-block-latest-comments__comment-excerpt p {
		font-size: .875em;
		margin: .36em 0 1.4em
	}
}

@media all {
	:root:where(.wp-block-latest-posts.is-grid) {
		padding: 0
	}

	:root:where(.wp-block-latest-posts.wp-block-latest-posts__list) {
		padding-left: 0
	}

	ol,
	ul {
		box-sizing: border-box
	}

	:root:where(.wp-block-list.has-background) {
		padding: 1.25em 2.375em
	}
}

@media all {

	:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
	:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
		padding: .5em 1em
	}

	:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
	:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
	:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
	:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
		padding: .5em 1em
	}
}

@media all {
	.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
		background-color: #fff;
		border: 1px solid #00000026
	}

	.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
		color: #000
	}
}

@media all {
	:root:where(p.has-background) {
		padding: 1.25em 2.375em
	}

	:where(p.has-text-color:not(.has-link-color)) a {
		color: inherit
	}

	:where(.wp-block-post-comments-form) input:not([type=submit]),
	:where(.wp-block-post-comments-form) textarea {
		border: 1px solid #949494;
		font-family: inherit;
		font-size: 1em
	}

	:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
	:where(.wp-block-post-comments-form) textarea {
		padding: calc(.667em + 2px)
	}

	.wp-block-post-comments-form {
		box-sizing: border-box
	}

	.wp-block-post-comments-form:where(input[type=submit]) {
		box-shadow: none;
		cursor: pointer;
		display: inline-block;
		overflow-wrap: break-word;
		text-align: center
	}

	:where(.wp-block-post-excerpt) {
		box-sizing: border-box;
		margin-bottom: var(--wp--style--block-gap);
		margin-top: var(--wp--style--block-gap)
	}

	:where(.wp-block-preformatted.has-background) {
		padding: 1.25em 2.375em
	}
}

@media all {
	:where(.wp-block-search__button) {
		border: 1px solid #ccc;
		padding: 6px 10px
	}

	:where(.wp-block-search__input) {
		font-family: inherit;
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
		letter-spacing: inherit;
		line-height: inherit;
		text-transform: inherit
	}

	:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
		border: 1px solid #949494;
		box-sizing: border-box;
		padding: 4px
	}

	:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
		border: none;
		border-radius: 0;
		padding: 0 4px
	}

	:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
		outline: none
	}

	:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper):where(.wp-block-search__button) {
		padding: 4px 8px
	}

	:root:where(.wp-block-separator.is-style-dots) {
		height: auto;
		line-height: 1;
		text-align: center
	}

	:root:where(.wp-block-separator.is-style-dots):before {
		color: currentColor;
		content: "···";
		font-family: serif;
		font-size: 1.5em;
		letter-spacing: 2em;
		padding-left: 2em
	}

	.wp-block-separator.is-style-dots {
		background: none !important;
		border: none !important
	}

	:root:where(.wp-block-site-logo.is-style-rounded) {
		border-radius: 9999px
	}
}

@media all {
	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
		background-color: #f0f0f0;
		color: #444
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
		background-color: #f90;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
		background-color: #1ea0c3;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
		background-color: #0757fe;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
		background-color: #0a7aff;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
		background-color: #1e1f26;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
		background-color: #02e49b;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
		background-color: #e94c89;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
		background-color: #4280ff;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
		background-color: #f45800;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
		background-color: #0866ff;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
		background-color: #000;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
		background-color: #0461dd;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
		background-color: #e65678;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
		background-color: #24292d;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
		background-color: #eceadd;
		color: #382110
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
		background-color: #ea4434;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
		background-color: #1d4fc4;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
		background-color: #f00075;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
		background-color: #e21b24;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
		background-color: #0d66c2;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
		background-color: #3288d4;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
		background-color: #000;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
		background-color: #f6405f;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
		background-color: #000;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
		background-color: #e60122;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
		background-color: #ef4155;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
		background-color: #ff4500;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
		background-color: #0478d7;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
		background-color: #fefc00;
		color: #fff;
		stroke: #000
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
		background-color: #ff5600;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
		background-color: #1bd760;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
		background-color: #2aabee;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
		background-color: #000;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
		background-color: #000;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
		background-color: #011835;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
		background-color: #6440a4;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
		background-color: #1da1f2;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
		background-color: #1eb7ea;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
		background-color: #4680c2;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
		background-color: #3499cd;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
		background-color: #25d366;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
		background-color: #000;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
		background-color: #d32422;
		color: #fff
	}

	:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
		background-color: red;
		color: #fff
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
		background: none
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
		height: 1.25em;
		width: 1.25em
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
		color: #f90
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
		color: #1ea0c3
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
		color: #0757fe
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
		color: #0a7aff
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
		color: #1e1f26
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
		color: #02e49b
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
		color: #e94c89
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
		color: #4280ff
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
		color: #f45800
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
		color: #0866ff
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
		color: #000
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
		color: #0461dd
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
		color: #e65678
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
		color: #24292d
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
		color: #382110
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
		color: #ea4434
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
		color: #1d4fc4
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
		color: #f00075
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
		color: #e21b24
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
		color: #0d66c2
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
		color: #3288d4
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
		color: #000
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
		color: #f6405f
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
		color: #000
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
		color: #e60122
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
		color: #ef4155
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
		color: #ff4500
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
		color: #0478d7
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
		color: #fff;
		stroke: #000
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
		color: #ff5600
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
		color: #1bd760
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
		color: #2aabee
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
		color: #000
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
		color: #000
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
		color: #011835
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
		color: #6440a4
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
		color: #1da1f2
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
		color: #1eb7ea
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
		color: #4680c2
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
		color: #25d366
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
		color: #3499cd
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
		color: #000
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
		color: #d32422
	}

	:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
		color: red
	}

	:root:where(.wp-block-social-links .wp-social-link a) {
		padding: .25em
	}

	:root:where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
		padding: 0
	}

	:root:where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
		padding-left: .66667em;
		padding-right: .66667em
	}

	:root:where(.wp-block-tag-cloud.is-style-outline) {
		display: flex;
		flex-wrap: wrap;
		gap: 1ch
	}

	:root:where(.wp-block-tag-cloud.is-style-outline a) {
		border: 1px solid;
		font-size: unset !important;
		margin-right: 0;
		padding: 1ch 2ch;
		text-decoration: none !important
	}

	:root:where(.wp-block-table-of-contents) {
		box-sizing: border-box
	}

	:where(.wp-block-term-description) {
		box-sizing: border-box;
		margin-bottom: var(--wp--style--block-gap);
		margin-top: var(--wp--style--block-gap)
	}

	:where(pre.wp-block-verse) {
		font-family: inherit
	}
}

@supports (position:sticky) {}

@media all {

	.editor-styles-wrapper,
	.entry-content {
		counter-reset: footnotes
	}

	.wp-element-button {
		cursor: pointer
	}

	:root {
		--wp--preset--font-size--normal: 16px;
		--wp--preset--font-size--huge: 42px
	}

	:root .has-very-light-gray-background-color {
		background-color: #eee
	}

	:root .has-very-dark-gray-background-color {
		background-color: #313131
	}

	:root .has-very-light-gray-color {
		color: #eee
	}

	:root .has-very-dark-gray-color {
		color: #313131
	}

	:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
		background: linear-gradient(135deg, #00d084, #0693e3)
	}

	:root .has-purple-crush-gradient-background {
		background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
	}

	:root .has-hazy-dawn-gradient-background {
		background: linear-gradient(135deg, #faaca8, #dad0ec)
	}

	:root .has-subdued-olive-gradient-background {
		background: linear-gradient(135deg, #fafae1, #67a671)
	}

	:root .has-atomic-cream-gradient-background {
		background: linear-gradient(135deg, #fdd79a, #004a59)
	}

	:root .has-nightshade-gradient-background {
		background: linear-gradient(135deg, #330968, #31cdcf)
	}

	:root .has-midnight-gradient-background {
		background: linear-gradient(135deg, #020381, #2874fc)
	}

	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		word-wrap: normal !important
	}

	.screen-reader-text:focus {
		background-color: #ddd;
		clip: auto !important;
		clip-path: none;
		color: #444;
		display: block;
		font-size: 1em;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000
	}

	html:where(.has-border-color) {
		border-style: solid
	}

	html:where([style*=border-top-color]) {
		border-top-style: solid
	}

	html:where([style*=border-right-color]) {
		border-right-style: solid
	}

	html:where([style*=border-bottom-color]) {
		border-bottom-style: solid
	}

	html:where([style*=border-left-color]) {
		border-left-style: solid
	}

	html:where([style*=border-width]) {
		border-style: solid
	}

	html:where([style*=border-top-width]) {
		border-top-style: solid
	}

	html:where([style*=border-right-width]) {
		border-right-style: solid
	}

	html:where([style*=border-bottom-width]) {
		border-bottom-style: solid
	}

	html:where([style*=border-left-width]) {
		border-left-style: solid
	}

	html:where(img[class*=wp-image-]) {
		height: auto;
		max-width: 100%
	}

	:where(figure) {
		margin: 0 0 1em
	}

	html:where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
	}
}

@media screen and (max-width:600px) {
	html:where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

.et_pb_contact_form_label,
.et_pb_search .screen-reader-text,
.et_pb_social_media_follow_network_name,
.widget_search .screen-reader-text {
	display: block !important
}

.da11y-screen-reader-text,
.et_pb_contact_form_label,
.et_pb_search .screen-reader-text,
.et_pb_social_media_follow_network_name,
.widget_search .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 1em;
	font-weight: 600;
	height: 1px;
	letter-spacing: normal;
	line-height: normal;
	overflow: hidden;
	position: absolute !important;
	text-shadow: none;
	text-transform: none;
	width: 1px
}

.da11y-screen-reader-text:focus {
	clip: auto !important;
	background: #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	color: #00547a;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 7px;
	width: auto;
	z-index: 1000000
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #fff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:root {
	--wp--style--global--content-size: 823px;
	--wp--style--global--wide-size: 1080px
}

:where(body) {
	margin: 0
}

:where(.is-layout-flex) {
	gap: 0.5em
}

:where(.is-layout-grid) {
	gap: 0.5em
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center
}

body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
}

:root:where(.wp-element-button, .wp-block-button__link) {
	background-color: #32373c;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em
}

:root:where(.wp-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6
}

@media all {

	.screen-reader-text,
	.u-screen-reader-text,
	.u-visual-hide,
	.u-visual-show {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}

	:focus {
		outline: 2px dotted !important
	}

	.clearfix:after,
	.clearfix:before {
		content: "";
		display: table
	}

	.clearfix:after {
		clear: both
	}
}

@media all {

	:root .fa-flip-horizontal,
	:root .fa-flip-vertical,
	:root .fa-rotate-90,
	:root .fa-rotate-180,
	:root .fa-rotate-270 {
		-webkit-filter: none;
		filter: none
	}
}

@media all {

	a,
	abbr,
	acronym,
	address,
	applet,
	b,
	big,
	blockquote,
	body,
	center,
	cite,
	code,
	dd,
	del,
	dfn,
	div,
	dl,
	dt,
	em,
	fieldset,
	font,
	form,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	html,
	i,
	iframe,
	img,
	ins,
	kbd,
	label,
	legend,
	li,
	object,
	ol,
	p,
	pre,
	q,
	s,
	samp,
	small,
	span,
	strike,
	strong,
	sub,
	sup,
	tt,
	u,
	ul,
	var {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		vertical-align: baseline;
		background: transparent
	}

	body {
		line-height: 1
	}

	ol,
	ul {
		list-style: none
	}

	blockquote,
	q {
		quotes: none
	}

	blockquote:after,
	blockquote:before,
	q:after,
	q:before {
		content: "";
		content: none
	}

	blockquote {
		margin: 20px 0 30px;
		border-left: 5px solid;
		padding-left: 20px
	}

	:focus {
		outline: 0
	}

	del {
		text-decoration: line-through
	}

	pre {
		overflow: auto;
		padding: 10px
	}

	figure {
		margin: 0
	}

	table {
		border-collapse: collapse;
		border-spacing: 0
	}

	article,
	aside,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block
	}

	body {
		font-family: Open Sans, Arial, sans-serif;
		font-size: 14px;
		color: #666;
		background-color: #fff;
		line-height: 1.7em;
		font-weight: 500;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}

	body.et_cover_background {
		background-size: cover !important;
		background-position: top !important;
		background-repeat: no-repeat !important;
		background-attachment: fixed
	}

	a {
		color: #2ea3f2
	}

	a,
	a:hover {
		text-decoration: none
	}

	p {
		padding-bottom: 1em
	}

	p:not(.has-background):last-of-type {
		padding-bottom: 0
	}

	strong {
		font-weight: 700
	}

	cite,
	em,
	i {
		font-style: italic
	}

	code,
	pre {
		font-family: Courier New, monospace;
		margin-bottom: 10px
	}

	ins {
		text-decoration: none
	}

	sub,
	sup {
		height: 0;
		line-height: 1;
		position: relative;
		vertical-align: baseline
	}

	sup {
		bottom: .8em
	}

	sub {
		top: .3em
	}

	dl {
		margin: 0 0 1.5em
	}

	dd {
		margin-left: 1.5em
	}

	embed,
	iframe,
	object,
	video {
		max-width: 100%
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #333;
		padding-bottom: 10px;
		line-height: 1em;
		font-weight: 500
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: inherit
	}

	h1 {
		font-size: 30px
	}

	h2 {
		font-size: 26px
	}

	h3 {
		font-size: 22px
	}

	h4 {
		font-size: 18px
	}

	h5 {
		font-size: 16px
	}

	h6 {
		font-size: 14px
	}

	input {
		-webkit-appearance: none
	}

	input.text,
	input.title,
	input[type=email],
	input[type=password],
	input[type=tel],
	input[type=text],
	select,
	textarea {
		background-color: #fff;
		border: 1px solid #bbb;
		padding: 2px;
		color: #4e4e4e
	}

	input.text:focus,
	input.title:focus,
	input[type=text]:focus,
	select:focus,
	textarea:focus {
		border-color: #2d3940;
		color: #3e3e3e
	}

	input.text,
	input.title,
	input[type=text],
	select,
	textarea {
		margin: 0
	}

	textarea {
		padding: 4px
	}

	button,
	input,
	select,
	textarea {
		font-family: inherit
	}

	img {
		max-width: 100%;
		height: auto
	}

	.clear {
		clear: both
	}

	.et-search-form,
	blockquote {
		border-color: #2ea3f2
	}

	#main-content {
		background-color: #fff
	}

	.et_button_no_icon .et_pb_button:after {
		display: none
	}

	.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
	.et_button_no_icon.et_button_left .et_pb_button:hover,
	.et_button_no_icon .et_pb_button,
	.et_button_no_icon .et_pb_button:hover {
		padding: .3em 1em !important
	}

	#left-area ul,
	.entry-content ul,
	.et-l--body ul,
	.et-l--footer ul,
	.et-l--header ul {
		list-style-type: disc;
		padding: 0 0 23px 1em;
		line-height: 26px
	}

	.page.et_pb_pagebuilder_layout #main-content {
		background-color: transparent
	}

	.wp-block-pullquote {
		margin: 20px 0 30px
	}
}

@media all and (min-width:981px) {
	#left-area {
		width: 79.125%;
		padding-bottom: 23px
	}
}

@media all and (max-width:980px) {
	#page-container {
		padding-top: 80px
	}

	.et-tb #page-container,
	.et-tb-has-header #page-container {
		padding-top: 0 !important
	}

	#left-area,
	#sidebar {
		width: 100% !important
	}
}

@media print {
	#page-container {
		padding-top: 0 !important
	}
}

@media all {

	* html .clearfix,
	:first-child+html .clearfix {
		zoom: 1
	}

	.et-social-facebook a.icon:before {
		content: "\e093"
	}

	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	#et-info-email:before,
	#et-info-phone:before,
	#et_search_icon:before,
	.comment-reply-link:after,
	.et-cart-info span:before,
	.et-pb-arrow-next:before,
	.et-pb-arrow-prev:before,
	.et-social-icon a:before,
	.et_audio_container .mejs-playpause-button button:before,
	.et_audio_container .mejs-volume-button button:before,
	.et_overlay:before,
	.et_password_protected_form .et_submit_button:after,
	.et_pb_button:after,
	.et_pb_contact_reset:after,
	.et_pb_contact_submit:after,
	.et_pb_font_icon:before,
	.et_pb_newsletter_button:after,
	.et_pb_pricing_table_button:after,
	.et_pb_promo_button:after,
	.et_pb_testimonial:before,
	.et_pb_toggle_title:before,
	.form-submit .et_pb_button:after,
	.mobile_menu_bar:before,
	a.et_pb_more_button:after {
		font-family: ETmodules !important;
		speak: none;
		font-style: normal;
		font-weight: 400;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-shadow: 0 0;
		direction: ltr
	}

	.et-pb-icon,
	.et_pb_custom_button_icon.et_pb_button:after,
	.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,
	.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:after,
	.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover:after {
		content: attr(data-icon)
	}

	.et-pb-icon {
		font-family: ETmodules;
		speak: none;
		font-weight: 400;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		font-size: 96px;
		font-style: normal;
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		direction: ltr
	}

	.et_pb_button {
		font-size: 20px;
		font-weight: 500;
		padding: .3em 1em;
		line-height: 1.7em !important;
		background-color: transparent;
		background-size: cover;
		background-position: 50%;
		background-repeat: no-repeat;
		border: 2px solid;
		border-radius: 3px;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-property: all !important;
		transition-property: all !important
	}

	.et_pb_button,
	.et_pb_button_inner {
		position: relative
	}

	.et_pb_button:hover,
	.et_pb_module .et_pb_button:hover {
		border: 2px solid transparent;
		padding: .3em 2em .3em .7em
	}

	.et_pb_button:hover {
		background-color: hsla(0, 0%, 100%, .2)
	}

	.et_pb_bg_layout_light.et_pb_button:hover,
	.et_pb_bg_layout_light .et_pb_button:hover {
		background-color: rgba(0, 0, 0, .05)
	}

	.et_pb_button:after,
	.et_pb_button:before {
		font-size: 32px;
		line-height: 1em;
		content: "\35";
		opacity: 0;
		position: absolute;
		margin-left: -1em;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-transform: none;
		-webkit-font-feature-settings: "kern" off;
		font-feature-settings: "kern" off;
		font-variant: none;
		font-style: normal;
		font-weight: 400;
		text-shadow: none
	}

	.et_pb_button:before {
		display: none
	}

	.et_pb_button:hover:after {
		opacity: 1;
		margin-left: 0
	}

	.et_pb_column_1_3 h2,
	.et_pb_column_1_4 h2,
	.et_pb_column_1_5 h2,
	.et_pb_column_1_6 h2,
	.et_pb_column_2_5 h2 {
		font-size: 23px
	}

	.et_pb_column_1_3 h3,
	.et_pb_column_1_4 h3,
	.et_pb_column_1_5 h3,
	.et_pb_column_1_6 h3,
	.et_pb_column_2_5 h3 {
		font-size: 20px
	}

	.et_pb_bg_layout_dark,
	.et_pb_bg_layout_dark h1,
	.et_pb_bg_layout_dark h2,
	.et_pb_bg_layout_dark h3,
	.et_pb_bg_layout_dark h4,
	.et_pb_bg_layout_dark h5,
	.et_pb_bg_layout_dark h6 {
		color: #fff !important
	}

	.et_pb_module.et_pb_text_align_left {
		text-align: left
	}

	.et_pb_module.et_pb_text_align_center {
		text-align: center
	}

	.et_pb_module.et_pb_text_align_right {
		text-align: right
	}

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0
	}

	.et_builder_inner_content {
		position: relative;
		z-index: 1
	}

	header .et_builder_inner_content {
		z-index: 2
	}

	.et_pb_css_mix_blend_mode_passthrough {
		mix-blend-mode: unset !important
	}

	.et_pb_module_inner {
		position: relative
	}

	.et_pb_all_tabs,
	.et_pb_module,
	.et_pb_posts_nav a,
	.et_pb_tab,
	.et_pb_with_background {
		position: relative;
		background-size: cover;
		background-position: 50%;
		background-repeat: no-repeat
	}

	.et_pb_with_border {
		position: relative;
		border: 0 solid #333
	}

	.et_pb_more_button {
		color: inherit;
		text-shadow: none;
		text-decoration: none;
		display: inline-block;
		margin-top: 20px
	}

	.et_parallax_bg_wrap {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	.et_parallax_bg {
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block
	}

	.et_parallax_gradient {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0
	}

	.et_pb_section_parallax .et_pb_parallax_css,
	.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
		background-attachment: fixed
	}

	.et_pb_more_button:hover:after {
		opacity: 1;
		margin-left: 0
	}

	.et_clickable {
		cursor: pointer
	}

	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important
	}

	header.et-l.et-l--header:after {
		clear: both;
		display: block;
		content: ""
	}

	.et_pb_module {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-duration: .2s;
		animation-duration: .2s
	}

	.et-waypoint:not(.et_pb_counters) {
		opacity: 0
	}
}

@media all and (min-width:981px) {

	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child,
	.et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0
	}
}

@media all and (max-width:980px) {

	.et_parallax_bg.et_parallax_bg_tablet_exist,
	.et_parallax_gradient.et_parallax_gradient_tablet_exist {
		display: none
	}

	.et_parallax_bg.et_parallax_bg_tablet,
	.et_parallax_gradient.et_parallax_gradient_tablet {
		display: block
	}

	.et_pb_column .et_pb_module {
		margin-bottom: 30px
	}

	.et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_pb_row .et_pb_column .et_pb_module:last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
	.et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
		margin-bottom: 0
	}

	.et_pb_more_button {
		display: inline-block !important
	}
}

@media all and (max-width:767px) {
	.et_pb_more_button {
		display: inline-block !important
	}

	.et_parallax_bg.et_parallax_bg_phone_exist,
	.et_parallax_gradient.et_parallax_gradient_phone_exist {
		display: none
	}

	.et_parallax_bg.et_parallax_bg_phone,
	.et_parallax_gradient.et_parallax_gradient_phone {
		display: block
	}
}

@media all and (max-width:479px) {
	a.et_pb_more_button {
		display: block
	}
}

@media all and (min-width:981px) {

	.et_pb_gutters3 .et_pb_column,
	.et_pb_gutters3.et_pb_row .et_pb_column {
		margin-right: 5.5%
	}

	.et_pb_gutters3 .et_pb_column_4_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 2.75%
	}

	.et_pb_gutters3 .et_pb_column_3_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
		width: 57.8%
	}

	.et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 4.758%
	}

	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: 47.25%
	}

	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 5.82%
	}

	.et_pb_gutters3 .et_pb_column_2_5,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
		width: 36.7%
	}

	.et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 7.493%
	}

	.et_pb_gutters3 .et_pb_column_1_4,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
		width: 20.875%
	}

	.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%
	}
}

@media all and (min-width:981px) {

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 5.82%
	}

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 44.17989%;
		margin-right: 11.64%
	}

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 13.174%
	}
}

@media all and (min-width:981px) {

	.et_pb_gutters2 .et_pb_column,
	.et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 3%
	}

	.et_pb_gutters2 .et_pb_column_4_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 1.5%
	}

	.et_pb_gutters2 .et_pb_column_1_2,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
		width: 48.5%
	}

	.et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 3.093%
	}

	.et_pb_gutters2 .et_pb_column_1_4,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
		width: 22.75%
	}

	.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%
	}

	.et_pb_gutters2 .et_pb_column_1_5,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
		width: 17.6%
	}

	.et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 8.523%
	}
}

@media all and (min-width:981px) {

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 46.90722%;
		margin-right: 6.186%
	}

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 6.593%
	}
}

@media all and (min-width:981px) {

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin-right: 0
	}

	.et_pb_gutters1 .et_pb_column_4_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_3_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
		width: 60%
	}

	.et_pb_gutters1 .et_pb_column_3_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_2,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
		width: 50%
	}

	.et_pb_gutters1 .et_pb_column_1_2 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_2_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
		width: 40%
	}

	.et_pb_gutters1 .et_pb_column_2_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_3,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
		width: 33.3333%
	}

	.et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_4,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
		width: 25%
	}

	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_gutters1 .et_pb_column_1_5,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
		width: 20%
	}

	.et_pb_gutters1 .et_pb_column_1_5 .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
		margin-bottom: 0
	}
}

@media all and (max-width:980px) {

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}
}

@media all and (max-width:767px) {

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}
}

@media all and (max-width:479px) {

	.et_pb_gutters1 .et_pb_column,
	.et_pb_gutters1.et_pb_row .et_pb_column {
		margin: 0 !important
	}

	.et_pb_gutters1 .et_pb_column .et_pb_module,
	.et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
		margin-bottom: 0
	}
}

@media all and (min-width:981px) {

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
		width: 100%
	}

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
		margin-bottom: 0
	}

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
		width: 50%;
		margin-right: 0
	}

	.et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
		margin-bottom: 0
	}
}

@media all {
	.et_animated {
		opacity: 0;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both !important;
		animation-fill-mode: both !important
	}

	.et_pb_with_border .et-pb-icon,
	.et_pb_with_border .et_pb_image_wrap {
		border: 0 solid #333
	}

	.et_pb_blurb_content {
		max-width: 550px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		word-wrap: break-word;
		width: 100%
	}

	.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
		text-align: left
	}

	.et_pb_blurb_content p:last-of-type {
		padding-bottom: 0
	}

	.et_pb_blurb .et_pb_image_wrap {
		display: block;
		margin: auto
	}

	.et_pb_main_blurb_image img {
		border-radius: inherit
	}

	.et_pb_main_blurb_image {
		display: inline-block;
		margin-bottom: 30px;
		line-height: 0;
		max-width: 100%
	}
}

@media all {
	.et_pb_section {
		position: relative;
		background-color: #fff;
		background-position: 50%;
		background-size: 100%;
		background-size: cover
	}

	.et_pb_section.et_section_transparent {
		background-color: transparent
	}
}

@media all and (min-width:981px) {
	.et_pb_section {
		padding: 4% 0
	}
}

@media all and (max-width:980px) {
	.et_pb_section {
		padding: 50px 0
	}
}

@media all {
	.et_pb_row {
		width: 80%;
		max-width: 1080px;
		margin: auto;
		position: relative
	}

	.et_pb_row_inner {
		width: 100%;
		position: relative
	}

	.et_pb_row:after,
	.et_pb_row_inner:after {
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		width: 0
	}

	.et_pb_column {
		float: left;
		background-size: cover;
		background-position: 50%;
		position: relative;
		z-index: 2;
		min-height: 1px
	}

	.et_pb_column--with-menu {
		z-index: 3
	}

	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column.et-last-child,
	.et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important
	}

	.et_pb_column,
	.et_pb_row,
	.et_pb_row_inner {
		background-size: cover;
		background-position: 50%;
		background-repeat: no-repeat
	}
}

@media all and (min-width:981px) {
	.et_pb_row {
		padding: 2% 0
	}

	.et_pb_column_1_2 .et_pb_row_inner,
	.et_pb_column_3_5 .et_pb_row_inner {
		padding: 5.82% 0
	}

	.et_section_specialty>.et_pb_row {
		padding: 0
	}

	.et_pb_row_inner {
		width: 100%
	}

	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child,
	.et_pb_row_inner .et_pb_column.et-last-child,
	.et_pb_row_inner .et_pb_column:last-child {
		margin-right: 0 !important
	}

	.et_pb_row.et_pb_equal_columns,
	.et_pb_row_inner.et_pb_equal_columns,
	.et_pb_section.et_pb_equal_columns>.et_pb_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.et_pb_row.et_pb_equal_columns>.et_pb_column,
	.et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media all and (max-width:980px) {
	.et_pb_row {
		max-width: 1080px
	}

	.et_pb_column .et_pb_row_inner,
	.et_pb_row {
		padding: 30px 0
	}

	.et_section_specialty>.et_pb_row {
		padding: 0
	}

	.et_pb_column {
		width: 100%;
		margin-bottom: 30px
	}

	.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
	.et_pb_row .et_pb_column.et-last-child,
	.et_pb_row .et_pb_column:last-child {
		margin-bottom: 0
	}

	.et_section_specialty .et_pb_row>.et_pb_column {
		padding-bottom: 0
	}
}

@media all and (max-width:479px) {

	.et_pb_row .et_pb_column.et_pb_column_1_4,
	.et_pb_row .et_pb_column.et_pb_column_1_5,
	.et_pb_row .et_pb_column.et_pb_column_1_6 {
		width: 100%;
		margin: 0 0 30px
	}

	.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
	.et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
		margin-bottom: 0
	}

	.et_pb_column {
		width: 100% !important
	}
}

@media all {
	.et_pb_button_module_wrapper.et_pb_button_alignment_center {
		text-align: center
	}

	.et_pb_button_module_wrapper>a {
		display: inline-block
	}
}

@media all {
	.et_pb_button[data-icon]:not([data-icon=""]):after {
		content: attr(data-icon)
	}
}

@media all {
	.et_pb_code_inner {
		position: relative
	}

	.et_pb_space {
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		height: 23px
	}

	.et_pb_divider_internal {
		display: inline-block;
		width: 100%
	}

	.et_pb_divider {
		margin: 0 0 30px;
		position: relative
	}

	.et_pb_divider:before {
		content: "";
		width: 100%;
		height: 1px;
		border-top: 1px solid rgba(0, 0, 0, .1);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10
	}

	.et_pb_divider:after,
	.et_pb_space:after {
		content: "";
		display: table
	}
}

@media all {
	.et_pb_with_border .et_pb_image_wrap {
		border: 0 solid #333
	}

	.et_pb_image {
		margin-left: auto;
		margin-right: auto;
		line-height: 0
	}

	.et_pb_image {
		display: block
	}

	.et_pb_image .et_pb_image_wrap {
		display: inline-block;
		position: relative;
		max-width: 100%
	}

	.et_pb_image img {
		position: relative
	}

	.et_pb_image_sticky {
		margin-bottom: 0 !important;
		display: inherit
	}
}

@media all {
	.et_overlay {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: hsla(0, 0%, 100%, .9);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all .3s;
		transition: all .3s;
		border: 1px solid #e5e5e5;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-font-smoothing: antialiased
	}

	.et_overlay:before {
		color: #2ea3f2;
		content: "\E050";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 32px;
		-webkit-transition: all .4s;
		transition: all .4s
	}

	.et-menu li {
		display: inline-block;
		font-size: 14px;
		padding-right: 22px
	}

	.et-menu>li:last-child {
		padding-right: 0
	}

	.et-menu a {
		color: rgba(0, 0, 0, .6);
		text-decoration: none;
		display: block;
		position: relative
	}

	.et-menu a,
	.et-menu a:hover {
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out
	}

	.et-menu a:hover {
		opacity: .7
	}

	.et-menu li>a {
		padding-bottom: 29px;
		word-wrap: break-word
	}

	.et_pb_menu__wrap .mobile_menu_bar {
		-webkit-transform: translateY(3%);
		transform: translateY(3%)
	}

	.et_pb_menu__wrap .mobile_menu_bar:before {
		top: 0
	}
}

@media all and (max-width:980px) {
	.et-menu {
		display: none
	}

	.et_mobile_nav_menu {
		display: block;
		margin-top: -1px
	}
}

@media all {

	.et_pb_menu .et-menu-nav,
	.et_pb_menu .et-menu-nav>ul {
		float: none
	}

	.et_pb_menu .et-menu-nav>ul {
		padding: 0 !important;
		line-height: 1.7em
	}

	.et_pb_menu .et-menu-nav>ul ul {
		padding: 20px 0;
		text-align: left
	}

	.et_pb_bg_layout_dark.et_pb_menu ul li a {
		color: #fff
	}

	.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
		color: hsla(0, 0%, 100%, .8)
	}

	.et_pb_menu_inner_container {
		position: relative
	}

	.et_pb_menu .et_pb_menu__wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		opacity: 1
	}

	.et_pb_menu .et_pb_menu__menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.et_pb_menu .et_pb_menu__menu,
	.et_pb_menu .et_pb_menu__menu>nav,
	.et_pb_menu .et_pb_menu__menu>nav>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.et_pb_menu .et_pb_menu__menu>nav>ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.et_pb_menu .et_pb_menu__menu>nav>ul>li {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0
	}

	.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
		top: calc(100% - 1px);
		left: 0
	}

	.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
		padding: 0 !important
	}

	.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
		margin-top: 8px
	}

	.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
		padding-bottom: 8px
	}

	.et_pb_menu .et-menu {
		margin-left: -11px;
		margin-right: -11px
	}

	.et_pb_menu .et-menu>li {
		padding-left: 11px;
		padding-right: 11px
	}

	.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
	.et_pb_menu--style-left_aligned .et_pb_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,
	.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul,
	.et_pb_menu--style-centered .et_pb_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media all and (min-width:981px) {
	.et_dropdown_animation_fade.et_pb_menu ul li:hover>ul {
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.et_dropdown_animation_slide.et_pb_menu ul li:hover>ul {
		-webkit-animation: fadeLeft .4s ease-in-out;
		animation: fadeLeft .4s ease-in-out
	}
}

@media all and (max-width:980px) {

	.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
	.et_pb_menu--style-left_aligned .et_pb_row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.et_pb_menu .et_pb_menu__menu {
		display: none
	}

	.et_pb_menu .et_mobile_nav_menu {
		float: none;
		margin: 0 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media all {
	.nav li li {
		padding: 0 20px;
		margin: 0
	}

	.et-menu li li a {
		padding: 6px 20px;
		width: 200px
	}

	.nav li {
		position: relative;
		line-height: 1em
	}

	.nav li li {
		position: relative;
		line-height: 2em
	}

	.nav li ul {
		position: absolute;
		padding: 20px 0;
		z-index: 9999;
		width: 240px;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		border-top: 3px solid #2ea3f2;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-transform: translateZ(0);
		text-align: left
	}

	.nav li.et-touch-hover>ul,
	.nav li:hover>ul {
		opacity: 1;
		visibility: visible
	}

	.nav li:hover {
		visibility: inherit
	}

	.et_mobile_menu li a,
	.nav li li a {
		font-size: 14px;
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out
	}

	.et_mobile_menu li a:hover,
	.nav ul li a:hover {
		background-color: rgba(0, 0, 0, .03);
		opacity: .7
	}

	.et-menu .menu-item-has-children>a:first-child:after {
		font-family: ETmodules;
		content: "3";
		font-size: 16px;
		position: absolute;
		right: 0;
		top: 0;
		font-weight: 800
	}

	.et-menu .menu-item-has-children>a:first-child {
		padding-right: 20px
	}

	.et_mobile_menu {
		position: absolute;
		left: 0;
		padding: 5%;
		background: #fff;
		width: 100%;
		visibility: visible;
		opacity: 1;
		display: none;
		z-index: 9999;
		border-top: 3px solid #2ea3f2;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
	}

	.et_mobile_menu li a {
		border-bottom: 1px solid rgba(0, 0, 0, .03);
		color: #666;
		padding: 10px 5%;
		display: block
	}

	.et_mobile_nav_menu {
		float: right;
		display: none
	}

	.mobile_menu_bar {
		position: relative;
		display: block;
		line-height: 0
	}

	.mobile_menu_bar:before {
		content: "三";
		font-size: 24px;
		position: relative;
		left: 0;
		top: 0;
		cursor: pointer
	}

	.et_pb_module .mobile_menu_bar:before {
		top: 2px
	}

	ul.et_pb_social_media_follow {
		list-style-type: none !important;
		margin: 0 0 22px;
		padding: 0
	}

	.et_pb_social_media_follow li {
		display: inline-block;
		margin-bottom: 8px;
		position: relative
	}

	.et_pb_social_media_follow li a {
		margin-right: 8px;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		position: relative
	}

	.et_pb_social_media_follow li.last-child a,
	.et_pb_social_media_follow li:last-child a {
		margin-right: 0
	}

	.et_pb_social_media_follow li a.icon {
		height: 32px;
		width: 32px;
		padding: 0;
		-webkit-box-sizing: content-box;
		box-sizing: content-box
	}

	.et_pb_social_media_follow li a.icon:before {
		height: 32px;
		width: 32px;
		font-size: 16px;
		line-height: 32px;
		display: block;
		color: #fff;
		-webkit-transition: color .3s;
		transition: color .3s;
		position: relative;
		z-index: 10
	}

	.et_pb_social_media_follow li a.icon:hover:before {
		color: hsla(0, 0%, 100%, .7)
	}

	.et_pb_social_media_follow li a.icon {
		border-radius: 3px
	}

	.et_pb_social_media_follow_network_name {
		display: none
	}

	.et_pb_social_icon a.icon {
		vertical-align: middle
	}

	.et_pb_social_icon a.icon:before {
		font-family: ETmodules;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-shadow: 0 0;
		direction: ltr
	}
}

@media all {
	.et_pb_testimonial_description_inner {
		word-wrap: break-word
	}

	.et_pb_testimonial {
		position: relative;
		padding: 30px;
		line-height: 1.5
	}

	.et_pb_testimonial .et_pb_testimonial_meta {
		padding-bottom: 0
	}

	.et_pb_testimonial_portrait,
	.et_pb_testimonial_portrait:before {
		border-radius: 90px
	}

	.et_pb_testimonial_portrait {
		float: left;
		position: relative;
		display: block;
		width: 90px;
		height: 90px;
		margin-right: 30px;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: cover;
		-webkit-box-sizing: content-box;
		box-sizing: content-box
	}

	.et_pb_testimonial_portrait:before {
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
		box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
	}

	.et_pb_column_1_3 .et_pb_testimonial_portrait,
	.et_pb_column_1_4 .et_pb_testimonial_portrait,
	.et_pb_column_1_5 .et_pb_testimonial_portrait,
	.et_pb_column_1_6 .et_pb_testimonial_portrait,
	.et_pb_column_2_5 .et_pb_testimonial_portrait,
	.et_pb_column_3_8 .et_pb_testimonial_portrait {
		float: none;
		display: block;
		margin: 0 auto 20px
	}

	.et_pb_testimonial_description,
	.et_pb_testimonial_description_inner {
		display: block;
		position: relative
	}

	.et_pb_testimonial_description_inner:empty {
		display: none
	}

	.et_pb_testimonial_description_inner:empty+.et_pb_testimonial_author,
	.et_pb_testimonial_description_inner:empty+.et_pb_testimonial_meta>span {
		margin-top: 12px
	}

	.et_pb_testimonial_author {
		margin-top: 32px;
		font-weight: 700;
		display: block
	}

	.et_pb_testimonial_author:empty {
		display: none
	}

	.et_pb_testimonial_company:empty,
	.et_pb_testimonial_meta:empty,
	.et_pb_testimonial_position:empty {
		display: none !important
	}
}

@media all and (min-width:981px) {

	.et_pb_column_1_5 .et_pb_testimonial_portrait,
	.et_pb_column_1_6 .et_pb_testimonial_portrait,
	.et_pb_column_2_5 .et_pb_testimonial_portrait {
		width: 100%;
		padding-bottom: 100%;
		height: 0
	}
}

@media all and (min-width:768px) and (max-width:980px) {
	.et_pb_column .et_pb_testimonial_portrait {
		float: left;
		display: block;
		margin-right: 30px
	}

	.et_pb_column .et_pb_testimonial_description {
		display: block
	}

	.et_pb_column_1_5 .et_pb_testimonial_portrait,
	.et_pb_column_1_6 .et_pb_testimonial_portrait,
	.et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait,
	.et_pb_row_1-4_1-4 .et_pb_testimonial_portrait,
	.et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait,
	.et_pb_row_4col .et_pb_testimonial_portrait {
		float: none;
		display: block;
		margin: 0 auto 20px
	}
}

@media all and (max-width:767px) {
	.et_pb_column .et_pb_testimonial_description {
		width: 100%;
		display: block
	}

	.et_pb_column .et_pb_testimonial_portrait {
		display: block;
		float: none;
		margin: 0 auto 20px
	}
}

@media all and (max-width:479px) {
	.et_pb_testimonial {
		padding-top: 10%
	}
}

@media all {
	.et_pb_text {
		word-wrap: break-word
	}

	.et_pb_text ol,
	.et_pb_text ul {
		padding-bottom: 1em
	}

	.et_pb_text>:last-child {
		padding-bottom: 0
	}

	.et_pb_text_inner {
		position: relative
	}
}

@media all {
	.et_pb_blurb_extended .et_pb_blurb_content {
		padding: 20px;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: cover
	}

	.et_pb_blurb_extended.et_pb_text_align_center .et_pb_blurb_content {
		text-align: center
	}

	.et_pb_blurb_extended .et_pb_module_header a {
		text-decoration: none
	}

	.et_pb_blurb_extended .et-pb-icon,
	.et_pb_blurb_extended .et_pb_blurb_container,
	.et_pb_blurb_extended .et_pb_blurb_content,
	.et_pb_blurb_extended .et_pb_module_header,
	.et_pb_blurb_extended .hexagon {
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in
	}

	.et_pb_blurb_extended .et_pb_main_blurb_image,
	.et_pb_blurb_extended .et_pb_main_ic_image {
		width: auto
	}

	.et_pb_blurb_extended .et-pb-icon {
		font-size: 32px
	}

	.et_pb_blurb_extended .et_pb_blurb_extended_btn {
		display: block
	}

	.et_pb_blurb_extended .et_pb_blurb_extended_btn .et_pb_more_button {
		margin-top: 10px
	}
}

@media all {
	html {
		touch-action: manipulation
	}

	.et_pb_text_align_right {
		text-align: right
	}

	.et_pb_text_align_center {
		text-align: center
	}

	.et_pb_text_align_left {
		text-align: left
	}

	.fl-mobile-menu .et_pb_menu__wrap {
		margin: 0 -11px
	}

	.et_pb_button[data-icon]:not([data-icon=""])::after {
		content: attr(data-icon) / "" !important
	}
}

@media all {
	.ENABLE_FIX_SOCIAL_MEDIA_BUTTONS .et_pb_social_media_follow .et_pb_social_media_follow_network_name {
		display: block !important;
		opacity: 0 !important;
		width: 0px !important;
		height: 0px !important;
		overflow: hidden !important
	}
}

body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
	font-size: 17px
}

body {
	color: #494949
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0f0f0f
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et_toggle_slide_menu:after,
.et-social-icon a:hover,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.entry-summary p.price ins,
.et_pb_member_social_links a:hover,
.et_pb_widget li a:hover,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.nav-single a,
.tagged_as a,
.posted_in a {
	color: #285dab
}

.et_pb_contact_submit,
.et_password_protected_form .et_submit_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.comment-reply-link,
.form-submit .et_pb_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_promo_button,
,
.et_pb_contact p input[type="checkbox"]:checked+label i:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #285dab
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
	border-color: #285dab
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_post_slider.et_pb_bg_layout_dark,
.et_slide_in_menu_container,
.et_pb_contact p input[type="radio"]:checked+label i:before {
	background-color: #285dab
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	max-width: 1366px
}

a {
	color: #285dab
}

.nav li ul {
	border-color: #0099c4
}

.footer-widget li:before {
	border-color: #0099c4
}

.footer-widget,
.footer-widget li,
.footer-widget li a,
#footer-info {
	font-size: 18px
}

body .et_pb_button {
	font-size: 18px
}

body.et_pb_button_helper_class .et_pb_button,
body.et_pb_button_helper_class .et_pb_module.et_pb_button {}

body .et_pb_button:after {
	font-size: 28.8px
}

body .et_pb_bg_layout_light.et_pb_button:hover,
body .et_pb_bg_layout_light .et_pb_button:hover,
body .et_pb_button:hover {
	border-radius: 0px
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_quote_content blockquote p,
.et_pb_slide_description .et_pb_slide_title {
	line-height: 1.2em
}

@media only screen and (min-width:981px) {
	.et_pb_section {
		padding: 0% 0
	}

	.et_pb_fullwidth_section {
		padding: 0
	}

	.et_pb_row {
		padding: 0% 0
	}
}

@media only screen and (min-width:1707px) {
	.et_pb_row {
		padding: 0px 0
	}

	.et_pb_section {
		padding: 0px 0
	}

	.et_pb_fullwidth_section {
		padding: 0
	}
}

h1,
h1.et_pb_contact_main_title,
.et_pb_title_container h1 {
	font-size: 44px
}

h2,
.product .related h2,
.et_pb_column_1_2 .et_quote_content blockquote p {
	font-size: 37px
}

h3 {
	font-size: 32px
}

h4,
.et_pb_circle_counter h3,
.et_pb_number_counter h3,
.et_pb_column_1_3 .et_pb_post h2,
.et_pb_column_1_4 .et_pb_post h2,
.et_pb_blog_grid h2,
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2,
.et_pb_column_3_8 .et_pb_audio_module_content h2,
.et_pb_column_1_3 .et_pb_audio_module_content h2,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
	font-size: 26px
}

h5 {
	font-size: 23px
}

h6 {
	font-size: 20px
}

.et_pb_slide_description .et_pb_slide_title {
	font-size: 67px
}

.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_4 .et_pb_audio_module_content h2 {
	font-size: 23px
}

@media only screen and (max-width:980px) {
	h1 {
		font-size: 36px
	}

	h2,
	.product .related h2,
	.et_pb_column_1_2 .et_quote_content blockquote p {
		font-size: 30px
	}

	h3 {
		font-size: 26px
	}

	h4,
	.et_pb_circle_counter h3,
	.et_pb_number_counter h3,
	.et_pb_column_1_3 .et_pb_post h2,
	.et_pb_column_1_4 .et_pb_post h2,
	.et_pb_blog_grid h2,
	.et_pb_column_1_3 .et_quote_content blockquote p,
	.et_pb_column_3_8 .et_quote_content blockquote p,
	.et_pb_column_1_4 .et_quote_content blockquote p,
	.et_pb_blog_grid .et_quote_content blockquote p,
	.et_pb_column_1_3 .et_link_content h2,
	.et_pb_column_3_8 .et_link_content h2,
	.et_pb_column_1_4 .et_link_content h2,
	.et_pb_blog_grid .et_link_content h2,
	.et_pb_column_1_3 .et_audio_content h2,
	.et_pb_column_3_8 .et_audio_content h2,
	.et_pb_column_1_4 .et_audio_content h2,
	.et_pb_blog_grid .et_audio_content h2,
	.et_pb_column_3_8 .et_pb_audio_module_content h2,
	.et_pb_column_1_3 .et_pb_audio_module_content h2,
	.et_pb_gallery_grid .et_pb_gallery_item h3,
	.et_pb_portfolio_grid .et_pb_portfolio_item h2,
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
		font-size: 21px
	}

	.et_pb_gallery_grid .et_pb_gallery_item h3,
	.et_pb_portfolio_grid .et_pb_portfolio_item h2,
	.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
	.et_pb_column_1_4 .et_pb_audio_module_content h2 {
		font-size: 19px
	}

	h5 {
		font-size: 19px
	}

	h6 {
		font-size: 16px
	}

	.et_pb_section {
		padding: 0px 0
	}

	.et_pb_row,
	.et_pb_column .et_pb_row_inner {
		padding: 0px 0
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Red Hat Display', Helvetica, Arial, Lucida, sans-serif
}

body,
input,
textarea,
select {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif
}

a:not([href]) {
	cursor: default
}

.nap-item--phone {
	white-space: nowrap
}

p:empty {
	display: none
}

@media (max-width:768px) {

	.et_had_animation,
	.et_animated {
		animation: none !important;
		transform: none !important;
		opacity: 1 !important
	}
}

@media (min-width:981px) {
	.fl-align-center {
		display: flex;
		align-items: center
	}
}

html {
	font-size: 17px
}

body,
input,
textarea,
select {
	font-weight: unset;
	line-height: 1.7
}

p,
.et_pb_text ol,
.et_pb_text ul {
	padding-bottom: 1.5em
}

hr {
	border: 0.5px solid rgba(0, 0, 0, 0.2)
}

blockquote {
	margin-top: 0;
	margin-bottom: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: unset;
	line-height: 1.2;
	overflow-wrap: normal
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	padding-bottom: 0
}

.et_pb_button {
	font-weight: 600;
	line-height: 1.2 !important
}

a:focus,
form .ninja-forms-field.nf-element[type=submit]:focus,
input[type=search]:focus,
form.search-form input.search-submit:focus,
form.et_pb_searchform input.et_pb_searchsubmit:focus,
select:focus,
.nf-form-content input:focus,
.nf-form-content textarea:focus,
.nf-form-content .checkbox-label-focused:after,
.swiper-buttton-container div:focus {
	outline: #000 2px dotted !important;
	outline-offset: 0 !important;
	box-shadow: 0 0 0 2px #fff !important;
	border-radius: 0 !important
}

.dica_divi_carousel a,
.et_pb_main_blurb_image a,
.et_pb_menu__logo a {
	display: table !important
}

.et_pb_menu__logo a {
	outline-offset: -2px !important
}

.dica_divi_carousel a,
.et_pb_image a {
	display: inline-block !important
}

.fl-lightlinks a:link,
.fl-lightlinks a:visited {
	color: #ffffff !important;
	text-decoration: underline !important;
	line-height: 2em !important
}

.fl-lightlinks a:hover,
.fl-lightlinks a:active {
	color: #AED992 !important;
	text-decoration: none !important
}

.fl-lightlinks a:focus {
	box-shadow: none !important;
	outline-color: #ffffff !important
}

.fl-darklinks a:link,
.fl-darklinks a:visited {
	color: #0c425c !important;
	text-decoration: underline !important;
	line-height: 2em !important
}

.fl-darklinks a:hover,
.fl-darklinks a:active {
	color: #285dab !important;
	text-decoration: none !important
}

.fl-darklinks a:focus {
	box-shadow: none !important;
	outline-color: #0c425c !important
}

.fl-mobile-menulinks a:link,
.fl-mobile-menulinks a:visited {
	color: #ffffff !important
}

.fl-mobile-menulinks a:hover {
	color: #fffimportant;
	background: #285dab !important;
	opacity: 1.0 !important
}

@media screen and (min-width:980px) {
	.fl-site-navigation ul li a:hover:before,
	.fl-site-navigation ul li.current-menu-item a:before {
		width: 100%;
		opacity: 1
	}

	.fl-site-navigation ul.sub-menu li a:before,
	.fl-site-navigation ul.et_mobile_menu li a:before {
		display: none !important
	}
}

.fl-site-navigation ul.et-menu.nav>li {
	padding-top: 2px !important;
	padding-bottom: 3px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 13px !important;
	margin-right: 13px !important
}

.fl-site-navigation .et_pb_menu__menu .et-menu.nav li.menu-item--depth-0:last-child {
	margin-left: 13px !important;
	margin-right: 0px !important;
	padding-right: 0px !important
}

.fl-site-navigation ul.sub-menu {
	padding: 0 !important
}

.fl-site-navigation ul.sub-menu li {
	border-bottom: rgba(0, 0, 0, 0.08) solid 1px !important;
	display: block !important;
	padding: 0px !important;
	text-align: center !important
}

.fl-site-navigation ul.sub-menu li a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important
}

.fl-site-navigation ul.sub-menu li a:focus {
	outline-color: #000000 !important;
	box-shadow: none !important;
	outline-offset: -3px !important
}

.fl-site-navigation ul.sub-menu li a:focus:hover,
.fl-site-navigation .et_pb_menu__menu ul.sub-menu li.current-menu-item a:focus {
	outline-color: #ffffff !important;
	box-shadow: none !important
}

.fl-site-navigation ul.sub-menu li:last-child {
	border: none !important
}

.fl-site-navigation ul.sub-menu {
	border-top: none !important;
	margin-top: 7px !important
}

.fl-site-navigation ul.sub-menu li:hover,
.fl-site-navigation .et_pb_menu__menu ul.sub-menu li.current-menu-item {
	background: #285dab !important
}

.fl-site-navigation ul.sub-menu li a {
	padding: 10px !important;
	line-height: 16px !important;
	text-transform: capitalize !important;
	letter-spacing: 0px !important;
	font-weight: 400 !important
}

.fl-site-navigation ul.sub-menu li a:hover {
	background: transparent !important
}

@media screen and (min-width:981px) {
	.fl-align-center {
		display: flex;
		align-items: center
	}
}

@media (max-width:768px) {

	.et_had_animation,
	.et_animated {
		animation: none !important;
		transform: none !important;
		opacity: 1 !important
	}
}

#fl-sticky-mobile-menu p {
	margin-bottom: 0px !important
}

.single-landing-page #fl-sticky-mobile-menu span>a {
	letter-spacing: 0px !important;
	word-spacing: 0px !important
}

.et_pb_module.et_clickable:focus,
.mobile_menu_bar:focus,
.nf-form-content .nf-field-container .nf-field .nf-field-element input[type=submit]:focus {
	outline: #000 2px dotted !important;
	outline-offset: 0px !important;
	box-shadow: 0 0 0 2px #fff !important;
	border-radius: 0 !important
}

#fl-sticky-mobile-menu a.et_pb_button {
	outline-offset: -5px !important;
	padding-top: 15px !important
}

#fl-sticky-mobile-menu .et_pb_text.fl-3-column a,
#fl-sticky-mobile-menu .et_pb_text.fl-3-column span,
#fl-sticky-mobile-menu .et_pb_text.fl-3-column div {
	line-height: 55px !important
}

#fl-sticky-mobile-menu .mobile_menu_bar:after,
#fl-sticky-mobile-menu a.et_pb_button.fl-3-column {
	letter-spacing: 0px !important;
	word-spacing: 0px !important
}

.wp-block-search__button,
.wp-block-search__input,
.widget_search label,
.widget_search input,
.et_social_networkname {
	letter-spacing: 0px !important;
	word-spacing: 0px !important
}

.fl-home-pa-title h2 {
	letter-spacing: 0px !important
}

@media (max-width:1255px) {
	.fl-home-pa-title h2 {
		font-size: 33px !important
	}
}

@media (max-width:1130px) {
	.fl-home-pa-title h2 {
		font-size: 28px !important
	}
}

#fl-footer-address .nap-item--phone a {
	color: #fff !important;
	text-decoration: underline
}

#fl-footer-address .nap-item--phone a:hover {
	text-decoration: none
}

.fl-para p {
	margin-bottom: 0px !important
}

.fl-pa-row .et_pb_blurb_description {
	letter-spacing: 0px !important
}

#fl-footer-address a:focus {
	outline-color: #ffffff !important;
	box-shadow: none !important
}

#fl-footer-address a {
	line-height: 2em !important
}

#fl-footer-address .nap-item--phone a,
#fl-footer-address h3 a {
	text-decoration: underline !important;
	color: #ffffff !important
}

#fl-footer-address .nap-item--phone a:hover,
#fl-footer-address h3 a:hover {
	text-decoration: none !important;
	color: #AED992 !important
}

#fl-footer-address a .et-pb-icon:hover {
	color: #ffffff !important
}

#fl-footer-address a .et-pb-icon {
	padding: 3px !important;
	letter-spacing: 0px !important
}

.fl-mail-btn:focus {
	outline-offset: -2px !important;
	box-shadow: none !important;
	outline-color: #ffffff !important
}

#fl-template .mobile_menu_bar:hover:after,
#fl-template .mobile_menu_bar:hover:before,
.fl-cta-button span a:hover {
	color: #C7E892 !important
}

.fl-mobile-menu .mobile_menu_bar {
	padding-bottom: 5px !important;
	padding-right: 5px !important;
	letter-spacing: 0px !important
}

@media (max-width:480px) {
	.fl-mail-btn {
		font-size: 18px !important
	}
}

.fl-mobile-menu .et_mobile_menu li {
	margin-bottom: 2px !important;
	margin-top: 2px !important
}

.fl-blog-module:hover {
	filter: saturate(0.5) !important
}

span.fl-main-heading {
	font-family: 'Red Hat Display', Helvetica, Arial, Lucida, sans-serif;
	font-size: 24px !important;
	color: #285DAB !important;
	line-height: 1.2em !important;
	text-transform: uppercase !important
}

#fl-template .fl-3-column {
	width: 33.3% !important;
	float: left !important;
	height: 57px !important
}

#fl-template .mobile_menu_bar:after {
	position: relative;
	color: white;
	font-size: 20px;
	top: -2px
}

#fl-template .mobile_menu_bar:before {
	font-size: 24px;
	top: 6px
}

#fl-template .et_pb_menu_inner_container {
	position: static
}

#fl-sticky-mobile-menu.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999 !important
}

#fl-template .fl-cta-button {
	padding-top: 1px !important;
	text-transform: uppercase
}

#fl-template .fl-phone-icon {
	font-size: 16px;
	padding-right: 5px
}

.et_pb_section_0_tb_header.et_pb_section {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px
}

.et_pb_section_0_tb_header {
	z-index: 500;
	position: relative
}

.et_pb_row_0_tb_header.et_pb_row,
.et_pb_row_1_tb_header.et_pb_row {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px
}

et_pb_image_0_tb_header .et_pb_image_wrap img {
	max-height: 75px;
}

.et_pb_image_0_tb_header {
	margin-bottom: 5px !important;
	text-align: center
}

.et_pb_row_1_tb_header,
body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,
body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row,
body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row {
	width: 100%;
	max-width: 100%
}

.et_pb_row_1_tb_header {
	position: static !important;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a,
.et_pb_text_2_tb_header.et_pb_text,
.et_pb_menu_1_tb_header.et_pb_menu ul li:hover>a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a,
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a,
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a,
.et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-item a,
.et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu a:hover,
.et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a {
	color: #FFFFFF !important
}

.et_pb_menu_0_tb_header.et_pb_menu {
	background-color: #285DAB
}

.et_pb_menu_0_tb_header.et_pb_menu:hover {
	background-image: initial;
	background-color: #285DAB
}

.et_pb_menu_0_tb_header {
	padding-top: 6px;
	padding-bottom: 6px
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
	background-color: #0C3169 !important
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
	font-size: 45px;
	color: #fff
}

.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button,
.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before,
.et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
	color: #285dab
}

.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header,
.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover {
	padding-top: 12px !important;
	padding-bottom: 0px !important
}

body #page-container .et_pb_section .et_pb_button_0_tb_header {
	color: #FFFFFF !important;
	border-width: 0px !important;
	border-radius: 0px;
	font-size: 20px;
	text-transform: uppercase !important;
	padding-right: 0.7em !important;
	padding-left: 2em !important;
	background-color: #031e30
}

body #page-container .et_pb_section .et_pb_button_0_tb_header:hover {
	color: #ffffff !important;
	background-image: initial;
	background-color: #3f3f3f
}

body #page-container .et_pb_section .et_pb_button_0_tb_header:after {
	display: none
}

body #page-container .et_pb_section .et_pb_button_0_tb_header:before {
	content: attr(data-icon);
	font-family: ETmodules !important;
	font-weight: 400 !important;
	line-height: inherit;
	font-size: inherit !important;
	opacity: 1;
	margin-left: -1.3em;
	right: auto;
	display: inline-block;
	font-family: ETmodules !important;
	font-weight: 400 !important
}

body #page-container .et_pb_section .et_pb_button_0_tb_header:hover:before {
	margin-left: .3em;
	right: auto;
	margin-left: -1.3em
}

.et_pb_button_0_tb_header {
	transition: color 300ms ease 0ms, background-color 300ms ease 0ms
}

.et_pb_button_0_tb_header,
.et_pb_button_0_tb_header:after {
	transition: all 300ms ease 0ms
}

.et_pb_text_0_tb_header.et_pb_text,
.et_pb_text_0_tb_header.et_pb_text a {
	color: #ffffff !important
}

.et_pb_text_0_tb_header {
	line-height: 57px;
	font-size: 20px;
	line-height: 57px;
	background-color: #285DAB
}

.et_pb_section_1_tb_header {
	border-top-width: 1px;
	border-top-color: #e7e7e7
}

.et_pb_section_1_tb_header.et_pb_section {
	margin-top: -2px
}

.et_pb_social_media_follow li.et_pb_social_media_follow_network_0_tb_header .follow_button,
.et_pb_social_media_follow_network_0_tb_header a.icon {
	transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms
}

.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_header.et_pb_social_icon .icon:before {
	color: #0C3169
}

.et_pb_image_1_tb_header {
	margin-top: 22px !important;
	margin-bottom: 31px !important;
	text-align: center
}

.et_pb_text_2_tb_header {
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.4em;
	text-shadow: 0em 0em 0.5em rgba(0, 0, 0, 0.49);
	z-index: -2;
	position: relative
}

.et_pb_text_2_tb_header.et_pb_text a {
	color: #FFFFFF !important;
	transition: color 300ms ease 0ms
}

.et_pb_text_2_tb_header.et_pb_text a:hover {
	color: #bdeca0 !important
}

.et_pb_text_2_tb_header a {
	text-transform: uppercase;
	font-size: 20px
}

.et_pb_row_3_tb_header {
	background-color: rgba(0, 0, 0, 0.43);
	border-top-color: #CDDAEC
}

.et_pb_row_3_tb_header.et_pb_row {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-top: 15px;
	padding-bottom: 15px
}

.et_pb_menu_1_tb_header.et_pb_menu ul li a {
	font-size: 16px;
	color: #FFFFFF !important;
	letter-spacing: 1px
}

.et_pb_menu_1_tb_header.et_pb_menu {
	border-top-color: #285DAB
}

.et_pb_menu_1_tb_header.et_pb_menu ul li a,
.et_pb_menu_1_tb_header.et_pb_menu .nav li ul a {
	transition: color 300ms ease 0ms
}

.et_pb_menu_1_tb_header.et_pb_menu .nav li ul {
	background-color: #FFFFFF !important;
	border-color: #285DAB
}

.et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu a {
	color: #231F20 !important
}

.et_pb_menu_1_tb_header.et_pb_menu nav>ul>li>a:hover,
.et_pb_menu_1_tb_header.et_pb_menu nav>ul>li li a:hover {
	opacity: 1
}

.et_pb_social_media_follow_network_0_tb_header a.icon {
	background-color: #b0d0ff !important
}

.et_pb_social_media_follow_network_0_tb_header a.icon:hover {
	background-image: initial !important;
	background-color: #FFFFFF !important
}

.et_pb_social_media_follow_network_0_tb_header.et_pb_social_icon a.icon {
	border-radius: 50px 50px 50px 50px
}

@media only screen and (min-width:981px) {
	.et_pb_section_0_tb_header {
		display: none !important
	}
}

@media only screen and (max-width:980px) {
	div.et_pb_section.et_pb_section_0_tb_header {
		background-image: initial !important
	}

	.et_pb_section_0_tb_header.et_pb_section {
		background-color: #282828 !important
	}

	.et_pb_image_0_tb_header .et_pb_image_wrap img,
	et_pb_image_1_tb_header .et_pb_image_wrap img {}

	.et_pb_menu_0_tb_header.et_pb_menu {
		background-image: initial
	}

	body #page-container .et_pb_section .et_pb_button_0_tb_header:before {
		line-height: inherit;
		font-size: inherit !important;
		margin-left: -1.3em;
		right: auto;
		display: inline-block;
		opacity: 1;
		content: attr(data-icon);
		font-family: ETmodules !important;
		font-weight: 400 !important
	}

	body #page-container .et_pb_section .et_pb_button_0_tb_header:after {
		display: none
	}

	body #page-container .et_pb_section .et_pb_button_0_tb_header:hover:before {
		margin-left: .3em;
		right: auto;
		margin-left: -1.3em
	}

	.et_pb_section_1_tb_header {
		border-top-width: 1px;
		border-top-color: #e7e7e7
	}

	.et_pb_image_1_tb_header {
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}

	.et_pb_row_3_tb_header {
		border-top-color: #CDDAEC
	}

	.et_pb_menu_1_tb_header.et_pb_menu {
		border-top-color: #285DAB
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {

	.et_pb_section_1_tb_header,
	.et_pb_social_media_follow_0_tb_header,
	.et_pb_text_2_tb_header {
		display: none !important
	}
}

@media only screen and (max-width:767px) {
	div.et_pb_section.et_pb_section_0_tb_header {
		background-image: initial !important
	}

	.et_pb_section_0_tb_header.et_pb_section {
		background-color: #282828 !important
	}

	.et_pb_image_0_tb_header .et_pb_image_wrap img,
	et_pb_image_1_tb_header .et_pb_image_wrap img {}

	.et_pb_menu_0_tb_header.et_pb_menu {
		background-image: initial
	}

	body #page-container .et_pb_section .et_pb_button_0_tb_header:before {
		line-height: inherit;
		font-size: inherit !important;
		margin-left: -1.3em;
		right: auto;
		display: inline-block;
		opacity: 1;
		content: attr(data-icon);
		font-family: ETmodules !important;
		font-weight: 400 !important
	}

	body #page-container .et_pb_section .et_pb_button_0_tb_header:after {
		display: none
	}

	body #page-container .et_pb_section .et_pb_button_0_tb_header:hover:before {
		margin-left: .3em;
		right: auto;
		margin-left: -1.3em
	}

	.et_pb_section_1_tb_header {
		border-top-width: 1px;
		border-top-color: #e7e7e7;
		display: none !important
	}

	.et_pb_social_media_follow_0_tb_header,
	.et_pb_text_2_tb_header {
		display: none !important
	}

	.et_pb_row_3_tb_header {
		border-top-color: #CDDAEC
	}

	.et_pb_menu_1_tb_header.et_pb_menu {
		border-top-color: #285DAB
	}
}

div.et_pb_section.et_pb_section_0_tb_footer {
	background-size: initial;
	background-repeat: repeat;
	background-image:linear-gradient(360deg, rgba(12, 49, 105, 0.83) 0%, #031e30 100%),
	url({$theme_path}/static/picture/texture.jpg) !important
}

.et_pb_section_0_tb_footer.et_pb_section {
	padding-top: 90px;
	padding-bottom: 60px;
	margin-top: -1px;
	background-color: #031e30 !important
}

.et_pb_row_0_tb_footer {
	border-color: rgba(255, 255, 255, 0.13)
}

.et_pb_row_0_tb_footer.et_pb_row {
	padding-bottom: 30px !important;
	padding-bottom: 30px
}

.et_pb_text_0_tb_footer h2,
.et_pb_text_3_tb_footer h2 {
	text-transform: uppercase;
	font-size: 60px;
	color: #FFFFFF !important;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-align: center
}

.et_pb_text_0_tb_footer {
	padding-bottom: 20px !important
}

.et_pb_text_1_tb_footer.et_pb_text {
	color: #bbdfa4 !important
}

.et_pb_text_1_tb_footer {
	font-family: 'Red Hat Display', Helvetica, Arial, Lucida, sans-serif;
	font-size: 22px;
	padding-bottom: 30px !important
}

.et_pb_divider_0_tb_footer {
	width: 100px
}

.et_pb_divider_0_tb_footer:before {
	border-top-color: #CDDAEC
}

.et_pb_divider_1_tb_footer {
	padding-top: 50px
}

.et_pb_divider_1_tb_footer:before {
	border-top-color: rgba(255, 255, 255, 0.17);
	border-top-width: 2px;
	width: auto;
	top: 50px;
	right: 0px;
	left: 0px
}

.et_pb_divider_2_tb_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100px
}

.et_pb_divider_2_tb_footer:before {
	border-top-color: #CDDAEC;
	width: auto;
	top: 20px;
	right: 0px;
	left: 0px
}

.et_pb_image_0_tb_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}

.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h4,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h4 a,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h1.et_pb_module_header,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h1.et_pb_module_header a,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h2.et_pb_module_header,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h2.et_pb_module_header a,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h3.et_pb_module_header,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h3.et_pb_module_header a,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h5.et_pb_module_header,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h5.et_pb_module_header a,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h6.et_pb_module_header,
.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended h6.et_pb_module_header a,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h4,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h4 a,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h1.et_pb_module_header,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h1.et_pb_module_header a,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h2.et_pb_module_header,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h2.et_pb_module_header a,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h3.et_pb_module_header,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h3.et_pb_module_header a,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h5.et_pb_module_header,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h5.et_pb_module_header a,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h6.et_pb_module_header,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended h6.et_pb_module_header a,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h4,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h4 a,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h1.et_pb_module_header,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h1.et_pb_module_header a,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h2.et_pb_module_header,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h2.et_pb_module_header a,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h3.et_pb_module_header,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h3.et_pb_module_header a,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h5.et_pb_module_header,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h5.et_pb_module_header a,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h6.et_pb_module_header,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended h6.et_pb_module_header a {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2em
}

body #page-container .et_pb_section .et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended .et_pb_more_button,
body #page-container .et_pb_section .et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended .et_pb_more_button,
body #page-container .et_pb_section .et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended .et_pb_more_button {
	color: #231F20 !important;
	border-width: 10px !important;
	border-color: #CDDAEC;
	border-radius: 0px;
	font-size: 18px;
	background-color: #CDDAEC;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px
}

body #page-container .et_pb_section .et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended .et_pb_more_button:hover,
body #page-container .et_pb_section .et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended .et_pb_more_button:hover,
body #page-container .et_pb_section .et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended .et_pb_more_button:hover {
	border-color: #FFFFFF !important;
	padding-right: 2em;
	padding-left: 0.7em;
	background-image: initial;
	background-color: #FFF
}

body #page-container .et_pb_section .et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended .et_pb_more_button:before,
body #page-container .et_pb_section .et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended .et_pb_more_button:after,
body #page-container .et_pb_section .et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended .et_pb_more_button:before,
body #page-container .et_pb_section .et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended .et_pb_more_button:after,
body #page-container .et_pb_section .et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended .et_pb_more_button:before,
body #page-container .et_pb_section .et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended .et_pb_more_button:after,
body #page-container .et_pb_section .et_pb_social_media_follow li.et_pb_social_media_follow_network_0_tb_footer .follow_button:before,
body #page-container .et_pb_section .et_pb_social_media_follow li.et_pb_social_media_follow_network_0_tb_footer .follow_button:after {
	display: none !important
}

.et_pb_blurb_extended_0_tb_footer.et_pb_blurb_extended .et_pb_more_button,
.et_pb_blurb_extended_1_tb_footer.et_pb_blurb_extended .et_pb_more_button,
.et_pb_blurb_extended_2_tb_footer.et_pb_blurb_extended .et_pb_more_button {
	transition: background-color 300ms ease 0ms, border 300ms ease 0ms
}

.et_pb_blurb_extended_0_tb_footer .classic .et_pb_blurb_content,
.et_pb_blurb_extended_1_tb_footer .classic .et_pb_blurb_content,
.et_pb_blurb_extended_2_tb_footer .classic .et_pb_blurb_content {
	max-width: 550px
}

.et_pb_blurb_extended_0_tb_footer .et-pb-icon,
.et_pb_blurb_extended_1_tb_footer .et-pb-icon,
.et_pb_blurb_extended_2_tb_footer .et-pb-icon {
	font-family: FontAwesome !important;
	font-weight: 900 !important
}

.et_pb_social_media_follow li.et_pb_social_media_follow_network_0_tb_footer .follow_button,
.et_pb_social_media_follow_network_0_tb_footer a.icon {
	transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms
}

.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_footer.et_pb_social_icon .icon:before {
	color: #231F20
}

.et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:before {
	color: #FFF
}

.et_pb_social_media_follow_0_tb_footer li a.icon:before {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	width: 40px
}

.et_pb_social_media_follow_0_tb_footer li a.icon {
	height: 40px;
	width: 40px
}

.et_pb_section_1_tb_footer.et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px
}

.et_pb_text_5_tb_footer {
	font-size: 15px
}

.et_pb_row_4_tb_footer {
	border-top-color: #ddd
}

.et_pb_row_4_tb_footer.et_pb_row {
	padding-top: 48px !important;
	padding-bottom: 50px !important;
	padding-top: 48px;
	padding-bottom: 50px
}

.et_pb_text_6_tb_footer.et_pb_text {
	color: #646464 !important
}

.et_pb_text_6_tb_footer {
	line-height: 1.73em;
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	font-size: 15px;
	line-height: 1.73em
}

.et_pb_column_2_tb_footer,
.et_pb_column_3_tb_footer,
.et_pb_column_4_tb_footer,
.et_pb_column_5_tb_footer {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px
}

.et_pb_social_media_follow_network_0_tb_footer a.icon {
	background-color: #CDDAEC !important
}

.et_pb_social_media_follow_network_0_tb_footer a.icon:hover {
	background-image: initial !important;
	background-color: #FFFFFF !important
}

.et_pb_social_media_follow_network_0_tb_footer.et_pb_social_icon a.icon {
	border-radius: 50px 50px 50px 50px
}

body #page-container .et_pb_section .et_pb_social_media_follow li.et_pb_social_media_follow_network_0_tb_footer .follow_button {
	color: #000000 !important;
	background-color: #CDDAEC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px
}

body #page-container .et_pb_section .et_pb_social_media_follow li.et_pb_social_media_follow_network_0_tb_footer .follow_button:hover {
	background-image: initial;
	background-color: #FFF
}

.et_pb_divider_0_tb_footer.et_pb_module,
.et_pb_divider_2_tb_footer.et_pb_module {
	margin-left: auto !important;
	margin-right: auto !important
}

@media only screen and (min-width:981px) {
	.et_pb_social_media_follow_0_tb_footer {
		display: none !important
	}
}

@media only screen and (max-width:980px) {
	.et_pb_section_0_tb_footer.et_pb_section {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.et_pb_text_0_tb_footer h2,
	.et_pb_text_3_tb_footer h2 {
		font-size: 40px
	}

	.et_pb_text_1_tb_footer {
		font-size: 20px
	}

	et_pb_image_0_tb_footer .et_pb_image_wrap img {}

	.et_pb_row_4_tb_footer {
		border-top-color: #ddd
	}

	.et_pb_row_4_tb_footer.et_pb_row {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important
	}
}

@media only screen and (max-width:767px) {
	.et_pb_section_0_tb_footer.et_pb_section {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.et_pb_text_0_tb_footer h2,
	.et_pb_text_3_tb_footer h2 {
		font-size: 30px
	}

	.et_pb_text_1_tb_footer {
		font-size: 18px
	}

	et_pb_image_0_tb_footer .et_pb_image_wrap img {}

	.et_pb_row_4_tb_footer {
		border-top-color: #ddd
	}
}

.et_pb_section_0.et_pb_section {
	padding-top: 300px;
	padding-bottom: 200px;
}

.et_pb_row_0.et_pb_row {
	padding-top: 14vh !important;
	padding-top: 14vh
}

.et_pb_text_0 {
	line-height: 1.2em;
	font-family: 'Red Hat Display', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 1.2em;
	padding-bottom: 20px !important
}

.et_pb_text_1 {
	line-height: 1.5em;
	font-family: 'Red Hat Display', Helvetica, Arial, Lucida, sans-serif;
	font-size: 24px;
	line-height: 1.5em;
	padding-bottom: 50px !important
}

.et_pb_button_0_wrapper .et_pb_button_0,
.et_pb_button_0_wrapper .et_pb_button_0:hover {
	padding-top: 15px !important;
	padding-right: 35px !important;
	padding-bottom: 15px !important;
	padding-left: 35px !important
}

body #page-container .et_pb_section .et_pb_button_0 {
	color: #FFFFFF !important;
	border-width: 2px !important;
	border-color: #285DAB;
	border-radius: 0px;
	font-size: 17px;
	background-color: #285dab
}

body #page-container .et_pb_section .et_pb_button_0:hover {
	border-color: #FFFFFF !important;
	background-image: initial;
	background-color: #0C3169
}

body #page-container .et_pb_section .et_pb_button_0:before,
body #page-container .et_pb_section .et_pb_button_0:after,
body #page-container .et_pb_section .et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_more_button:before,
body #page-container .et_pb_section .et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_more_button:after {
	display: none !important
}

.et_pb_button_0,
.et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_more_button {
	transition: background-color 300ms ease 0ms, border 300ms ease 0ms
}

.et_pb_button_0,
.et_pb_button_0:after {
	transition: all 300ms ease 0ms
}

.et_pb_section_1.et_pb_section,
.et_pb_section_3.et_pb_section {
	padding-top: 90px;
	padding-bottom: 90px
}

.et_pb_text_2,
.et_pb_text_7 {
	font-size: 48px
}

.et_pb_divider_0 {
	margin-top: -6px !important;
	max-width: 70px
}

.et_pb_divider_0:before {
	border-top-color: #5c9eff;
	border-top-width: 2px;
	width: auto;
	top: 0px;
	right: 0px;
	left: 0px
}

.et_pb_text_4,
.et_pb_text_8,
.et_pb_text_9,
.et_pb_text_10,
.et_pb_text_11 {
	line-height: 1.8em;
	line-height: 1.8em
}

.et_pb_testimonial_0.et_pb_testimonial .et_pb_testimonial_author {
	font-size: 18px;
	line-height: 1.5em
}

.et_pb_testimonial_0.et_pb_testimonial {
	background-color: #f5f5f5;
	padding-top: 60px !important;
	background-color: #f5f5f5
}

.et_pb_testimonial_0 .et_pb_testimonial_portrait,
.et_pb_testimonial_0 .et_pb_testimonial_portrait:before {
	border-radius: 100px 100px 100px 100px;
	overflow: hidden
}

.et_pb_testimonial_0 {
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3)
}

.et_pb_testimonial_0 .et_pb_testimonial_portrait {
	width: 200px !important;
	height: 200px !important
}

.et_pb_testimonial_0:before {
	font-size: 100px;
	border-radius: 100px;
	top: -50px;
	margin-left: -50px
}

div.et_pb_section.et_pb_section_2 {
	background-size: initial;
	background-repeat: repeat;
}

.et_pb_section_2.et_pb_section {
	padding-top: 89px;
	padding-bottom: 89px;
	background-color: #285DAB !important
}

.et_pb_row_2.et_pb_row {
	padding-bottom: 30px !important;
	padding-bottom: 30px
}

.et_pb_text_5 {
	text-transform: uppercase;
	font-size: 48px;
	padding-top: 10vh !important
}

.et_pb_text_5 h2 {
	font-size: 36px;
	text-align: left
}

.et_pb_divider_1,
.et_pb_divider_2 {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 70px
}

.et_pb_divider_1:before {
	border-top-color: #CDDAEC;
	border-top-width: 2px;
	width: auto;
	top: 20px;
	right: 0px;
	left: 0px
}

.et_pb_blurb_0.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_1.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_2.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_3.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_4.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_5.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_6.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_7.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_8.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_9.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_10.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_11.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_12.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_13.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_14.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_15.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_16.et_pb_blurb .et_pb_blurb_description,
.et_pb_blurb_17.et_pb_blurb .et_pb_blurb_description {
	text-align: center
}

.et_pb_blurb_0.et_pb_blurb,
.et_pb_blurb_1.et_pb_blurb,
.et_pb_blurb_3.et_pb_blurb,
.et_pb_blurb_4.et_pb_blurb,
.et_pb_blurb_5.et_pb_blurb,
.et_pb_blurb_6.et_pb_blurb,
.et_pb_blurb_7.et_pb_blurb,
.et_pb_blurb_8.et_pb_blurb {
	text-transform: uppercase;
	font-size: 16px;
	color: #0C3169 !important;
	line-height: 1.5em;
	background-color: #FFF;
	min-height: 286px;
	padding-top: 20px !important;
	padding-right: 10px !important;
	padding-bottom: 20px !important;
	padding-left: 10px !important
}

.et_pb_blurb_0.et_pb_blurb:hover,
.et_pb_blurb_1.et_pb_blurb:hover,
.et_pb_blurb_2.et_pb_blurb:hover,
.et_pb_blurb_3.et_pb_blurb:hover,
.et_pb_blurb_4.et_pb_blurb:hover,
.et_pb_blurb_5.et_pb_blurb:hover,
.et_pb_blurb_6.et_pb_blurb:hover,
.et_pb_blurb_7.et_pb_blurb:hover,
.et_pb_blurb_8.et_pb_blurb:hover,
.et_pb_blurb_9.et_pb_blurb:hover,
.et_pb_blurb_10.et_pb_blurb:hover,
.et_pb_blurb_11.et_pb_blurb:hover,
.et_pb_blurb_12.et_pb_blurb:hover,
.et_pb_blurb_13.et_pb_blurb:hover,
.et_pb_blurb_14.et_pb_blurb:hover,
.et_pb_blurb_15.et_pb_blurb:hover,
.et_pb_blurb_16.et_pb_blurb:hover,
.et_pb_blurb_17.et_pb_blurb:hover {
	color: #0C3169 !important
}

.et_pb_blurb_0:hover,
.et_pb_blurb_1:hover,
.et_pb_blurb_2:hover,
.et_pb_blurb_3:hover,
.et_pb_blurb_4:hover,
.et_pb_blurb_5:hover,
.et_pb_blurb_6:hover,
.et_pb_blurb_7:hover,
.et_pb_blurb_8:hover,
.et_pb_blurb_9:hover,
.et_pb_blurb_10:hover,
.et_pb_blurb_11:hover,
.et_pb_blurb_12:hover,
.et_pb_blurb_13:hover,
.et_pb_blurb_14:hover,
.et_pb_blurb_15:hover,
.et_pb_blurb_16:hover,
.et_pb_blurb_17:hover {
	transform: translateX(0px) translateY(-6px) !important
}

.et_pb_blurb_0,
.et_pb_blurb_0 .et_pb_blurb_description,
.et_pb_blurb_1,
.et_pb_blurb_1 .et_pb_blurb_description,
.et_pb_blurb_2,
.et_pb_blurb_2 .et_pb_blurb_description,
.et_pb_blurb_3,
.et_pb_blurb_3 .et_pb_blurb_description,
.et_pb_blurb_4,
.et_pb_blurb_4 .et_pb_blurb_description,
.et_pb_blurb_5,
.et_pb_blurb_5 .et_pb_blurb_description,
.et_pb_blurb_6,
.et_pb_blurb_6 .et_pb_blurb_description,
.et_pb_blurb_7,
.et_pb_blurb_7 .et_pb_blurb_description,
.et_pb_blurb_8,
.et_pb_blurb_8 .et_pb_blurb_description,
.et_pb_blurb_9,
.et_pb_blurb_9 .et_pb_blurb_description,
.et_pb_blurb_10,
.et_pb_blurb_10 .et_pb_blurb_description,
.et_pb_blurb_11,
.et_pb_blurb_11 .et_pb_blurb_description,
.et_pb_blurb_12,
.et_pb_blurb_12 .et_pb_blurb_description,
.et_pb_blurb_13,
.et_pb_blurb_13 .et_pb_blurb_description,
.et_pb_blurb_14,
.et_pb_blurb_14 .et_pb_blurb_description,
.et_pb_blurb_15,
.et_pb_blurb_15 .et_pb_blurb_description,
.et_pb_blurb_16,
.et_pb_blurb_16 .et_pb_blurb_description,
.et_pb_blurb_17,
.et_pb_blurb_17 .et_pb_blurb_description {
	transition: transform 300ms ease 0ms, color 300ms ease 0ms
}

.et_pb_blurb_2.et_pb_blurb,
.et_pb_blurb_11.et_pb_blurb {
	text-transform: uppercase;
	font-size: 16px;
	color: #0C3169 !important;
	line-height: 1.5em;
	background-color: #FFF;
	min-height: 286px;
	padding-top: 20px !important;
	padding-right: 15px !important;
	padding-bottom: 20px !important;
	padding-left: 15px !important
}

.et_pb_text_6 {
	text-transform: uppercase;
	font-size: 48px;
	padding-bottom: 40px !important
}

.et_pb_text_6 h2 {
	font-size: 40px;
	text-align: center
}

.et_pb_blurb_9.et_pb_blurb,
.et_pb_blurb_10.et_pb_blurb,
.et_pb_blurb_12.et_pb_blurb,
.et_pb_blurb_13.et_pb_blurb,
.et_pb_blurb_14.et_pb_blurb,
.et_pb_blurb_15.et_pb_blurb,
.et_pb_blurb_16.et_pb_blurb,
.et_pb_blurb_17.et_pb_blurb {
	text-transform: uppercase;
	font-size: 1em;
	color: #0C3169 !important;
	line-height: 1.5em;
	background-color: #FFF;
	min-height: 286px;
	padding-top: 20px !important;
	padding-right: 10px !important;
	padding-bottom: 20px !important;
	padding-left: 10px !important
}

.et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_blurb_description {
	font-size: 38px;
	color: #FFFFFF !important;
	line-height: 1.5em;
	text-align: center
}

.et_pb_blurb_extended_0 {
	background-image:linear-gradient(180deg, rgba(12, 49, 105, 0.64) 0%, rgba(12, 49, 105, 0.83) 100%),
	url({$theme_path}/static/picture/AdobeStock_448626984.jpg);
	background-color: #231F20;
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3)
}

.et_pb_blurb_extended_0.et_pb_blurb_extended {
	width: 100%
}

.et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_blurb_content {
	padding-top: 200px !important;
	padding-right: 50px !important;
	padding-bottom: 60px !important;
	padding-left: 50px !important
}

body #page-container .et_pb_section .et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_more_button {
	color: #000000 !important;
	border-width: 12px !important;
	border-color: #CDDAEC;
	border-radius: 0px;
	font-size: 17px;
	background-color: #CDDAEC;
	margin-top: 30px
}

body #page-container .et_pb_section .et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_more_button:hover {
	border-color: #FFFFFF !important;
	padding-right: 2em;
	padding-left: 0.7em;
	background-image: initial;
	background-color: #FFF
}

body #page-container .et_pb_section .et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_more_button,
body #page-container .et_pb_section .et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_more_button:hover {
	padding: 0.3em 1em !important
}

.et_pb_blurb_extended_0 .classic .et_pb_blurb_content {
	max-width: 550px
}

.et_pb_text_7 h2 {
	font-size: 42px;
	text-align: left
}

.et_pb_divider_2:before {
	border-top-color: #285DAB;
	border-top-width: 2px;
	width: auto;
	top: 20px;
	right: 0px;
	left: 0px
}

.et_pb_row_inner_1.et_pb_row_inner {
	padding-top: 0px !important;
	margin-top: 0px !important
}

.et_pb_column .et_pb_row_inner_1 {
	padding-top: 0px
}

.et_pb_section_4.et_pb_section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #2f5184 !important
}

.et_pb_text_12 {
	font-size: 26px
}

.et_pb_divider_0.et_pb_module,
.et_pb_divider_2.et_pb_module {
	margin-left: 0px !important;
	margin-right: auto !important
}

@media only screen and (min-width:981px) {

	.et_pb_row_0,
	body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,
	body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,
	body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
		width: 100%
	}

	.et_pb_row_4,
	.et_pb_row_5,
	.et_pb_text_10 {
		display: none !important
	}
}

@media only screen and (max-width:980px) {
	div.et_pb_section.et_pb_section_0 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-blend-mode: normal;
	}

	.et_pb_section_0.et_pb_section {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-top: 0px;
		background-color: #031e30 !important
	}

	.et_pb_row_0.et_pb_row {
		padding-top: 0px !important;
		padding-top: 0px !important
	}

	.et_pb_row_0,
	body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,
	body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,
	body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
		width: 90%
	}

	.et_pb_text_0,
	.et_pb_text_2 h1,
	.et_pb_text_2 h2,
	.et_pb_text_5 h1,
	.et_pb_text_6 h1,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h4,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h4 a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h1.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h1.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h2.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h2.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h3.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h3.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h5.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h5.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h6.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h6.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_blurb_description,
	.et_pb_text_7 h1,
	.et_pb_text_7 h2,
	.et_pb_text_12 h1 {
		font-size: 36px
	}

	.et_pb_text_1 {
		font-size: 20px;
		padding-bottom: 40px !important
	}

	.et_pb_section_1.et_pb_section,
	.et_pb_section_2.et_pb_section,
	.et_pb_section_3.et_pb_section {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.et_pb_divider_0 {
		padding-top: 20px
	}

	.et_pb_divider_0:before {
		width: auto;
		top: 20px;
		right: 0px;
		left: 0px
	}

	.et_pb_text_4 {
		padding-bottom: 50px !important
	}

	.et_pb_row_2.et_pb_row {
		padding-bottom: 0px !important;
		padding-bottom: 0px !important
	}

	.et_pb_text_5 h2 {
		font-size: 36px;
		text-align: left
	}

	.et_pb_text_5 {
		padding-top: 0vh !important
	}

	.et_pb_blurb_0.et_pb_blurb,
	.et_pb_blurb_1.et_pb_blurb,
	.et_pb_blurb_2.et_pb_blurb,
	.et_pb_blurb_3.et_pb_blurb,
	.et_pb_blurb_4.et_pb_blurb,
	.et_pb_blurb_5.et_pb_blurb,
	.et_pb_blurb_6.et_pb_blurb,
	.et_pb_blurb_7.et_pb_blurb,
	.et_pb_blurb_8.et_pb_blurb,
	.et_pb_blurb_9.et_pb_blurb,
	.et_pb_blurb_10.et_pb_blurb,
	.et_pb_blurb_11.et_pb_blurb,
	.et_pb_blurb_12.et_pb_blurb,
	.et_pb_blurb_13.et_pb_blurb,
	.et_pb_blurb_14.et_pb_blurb,
	.et_pb_blurb_15.et_pb_blurb,
	.et_pb_blurb_16.et_pb_blurb,
	.et_pb_blurb_17.et_pb_blurb {
		margin-top: 10px !important;
		margin-right: 10px !important;
		margin-bottom: 10px !important;
		margin-left: 10px !important
	}

	.et_pb_text_6 h2 {
		font-size: 36px;
		text-align: center
	}

	.et_pb_text_6 {
		padding-bottom: 40px !important
	}

	.et_pb_blurb_extended_0.et_pb_blurb_extended {
		min-height: auto
	}

	.et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_blurb_content {
		padding-top: 60px !important;
		padding-right: 40px !important;
		padding-left: 40px !important;
		margin-bottom: 50px !important
	}

	.et_pb_text_7 {
		padding-top: 40px !important
	}

	.et_pb_section_4.et_pb_section {
		padding-top: 50px
	}

	.et_pb_text_12 {
		font-size: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {

	.et_pb_row_2,
	.et_pb_row_3,
	.et_pb_text_9,
	.et_pb_text_11 {
		display: none !important
	}
}

@media only screen and (max-width:767px) {
	div.et_pb_section.et_pb_section_0 {
		background-blend-mode: normal;
	}

	.et_pb_section_0.et_pb_section {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 0px;
		background-color: #031e30 !important
	}

	.et_pb_row_0.et_pb_row {
		padding-top: 0px !important;
		padding-top: 0px !important
	}

	.et_pb_text_0 {
		font-size: 24px
	}

	.et_pb_text_1 {
		font-size: 17px;
		padding-bottom: 30px !important
	}

	.et_pb_section_1.et_pb_section,
	.et_pb_section_2.et_pb_section,
	.et_pb_section_3.et_pb_section,
	.et_pb_section_4.et_pb_section {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.et_pb_text_2 h1,
	.et_pb_text_2 h2,
	.et_pb_text_5 h1,
	.et_pb_text_6 h1,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h4,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h4 a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h1.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h1.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h2.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h2.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h3.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h3.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h5.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h5.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h6.et_pb_module_header,
	.et_pb_blurb_extended_0.et_pb_blurb_extended h6.et_pb_module_header a,
	.et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_blurb_description,
	.et_pb_text_7 h1,
	.et_pb_text_7 h2,
	.et_pb_text_12 h1 {
		font-size: 30px
	}

	.et_pb_divider_0 {
		padding-top: 20px
	}

	.et_pb_divider_0:before {
		width: auto;
		top: 20px;
		right: 0px;
		left: 0px
	}

	.et_pb_text_4 {
		padding-bottom: 40px !important
	}

	.et_pb_row_2.et_pb_row {
		padding-bottom: 0px !important;
		padding-bottom: 0px !important
	}

	.et_pb_row_2,
	.et_pb_row_3,
	.et_pb_text_9,
	.et_pb_text_11 {
		display: none !important
	}

	.et_pb_text_5 h2,
	.et_pb_text_6 h2 {
		font-size: 30px;
		text-align: center
	}

	.et_pb_blurb_0.et_pb_blurb,
	.et_pb_blurb_1.et_pb_blurb,
	.et_pb_blurb_2.et_pb_blurb,
	.et_pb_blurb_3.et_pb_blurb,
	.et_pb_blurb_4.et_pb_blurb,
	.et_pb_blurb_5.et_pb_blurb,
	.et_pb_blurb_6.et_pb_blurb,
	.et_pb_blurb_7.et_pb_blurb,
	.et_pb_blurb_8.et_pb_blurb,
	.et_pb_blurb_9.et_pb_blurb,
	.et_pb_blurb_10.et_pb_blurb,
	.et_pb_blurb_11.et_pb_blurb,
	.et_pb_blurb_12.et_pb_blurb,
	.et_pb_blurb_13.et_pb_blurb,
	.et_pb_blurb_14.et_pb_blurb,
	.et_pb_blurb_15.et_pb_blurb,
	.et_pb_blurb_16.et_pb_blurb,
	.et_pb_blurb_17.et_pb_blurb {
		margin-top: 10px !important;
		margin-right: 10px !important;
		margin-bottom: 10px !important;
		margin-left: 10px !important
	}

	.et_pb_blurb_extended_0.et_pb_blurb_extended {
		min-height: auto
	}

	.et_pb_blurb_extended_0.et_pb_blurb_extended .et_pb_blurb_content {
		padding-top: 30px !important;
		padding-right: 20px !important;
		padding-bottom: 30px !important;
		padding-left: 20px !important;
		margin-bottom: 40px !important
	}

	.et_pb_text_7 {
		padding-top: 40px !important
	}

	.et_pb_text_12 {
		font-size: 18px
	}

	.et_pb_divider_1.et_pb_module {
		margin-left: auto !important;
		margin-right: auto !important
	}
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@font-face {
	font-family: FontAwesome;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-solid-900.woff2) format("woff2"), url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
	font-family: FontAwesome;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-brands-400.woff2) format("woff2"), url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
	font-family: FontAwesome;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-regular-400.woff2) format("woff2"), url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-regular-400.ttf) format("truetype");
	unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
	font-family: FontAwesome;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-v4compatibility.woff2) format("woff2"), url(https://www.caselinden.com/wp-content/plugins/core/assets/theme/fonts/fa-v4compatibility.ttf) format("truetype");
	unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f250, u+f252, u+f27a
}

@keyframes b {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@font-face {
	font-family: ETmodules;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot);
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot) format("embedded-opentype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff) format("woff"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf) format("truetype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.eot);
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.eot) format("embedded-opentype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.woff) format("woff"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.ttf) format("truetype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.svg) format("svg")
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.eot);
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.eot) format("embedded-opentype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.woff) format("woff"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.svg) format("svg")
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.eot);
	src: url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.eot) format("embedded-opentype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff) format("woff"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.ttf) format("truetype"), url(https://www.caselinden.com/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.svg) format("svg")
}

@-webkit-keyframes et_pb_slide {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes et_pb_slide {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@-webkit-keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes Grow {
	0% {
		opacity: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}