
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

::before, ::after {
	--tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html, :host {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
	margin: 0;
	line-height: inherit;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b, strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

/*
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button, select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

button.nitro-lazy, [type='button'].nitro-lazy, [type='reset'].nitro-lazy, [type='submit'].nitro-lazy {
	background-image: none !important;
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol, ul, menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

/*
Set the default cursor for buttons.
*/
button, [role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img, video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
	display: none;
}

*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.bottom-0 {
	bottom: 0px;
}

.left-\[50\%\] {
	left: 50%;
}

.right-0 {
	right: 0px;
}

.right-\[10px\] {
	right: 10px;
}

.right-\[30px\] {
	right: 30px;
}

.top-0 {
	top: 0px;
}

.top-\[10px\] {
	top: 10px;
}

.top-\[30px\] {
	top: 30px;
}

.top-\[45px\] {
	top: 45px;
}

.z-\[1\] {
	z-index: 1;
}

.z-\[99\] {
	z-index: 99;
}

.z-\[9\] {
	z-index: 9;
}

.m-auto {
	margin: auto;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-\[10px\] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.my-\[20px\] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-\[30px\] {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

.mb-\[10px\] {
	margin-bottom: 10px;
}

.mb-\[20px\] {
	margin-bottom: 20px;
}

.mb-\[30px\] {
	margin-bottom: 30px;
}

.mb-\[3px\] {
	margin-bottom: 3px;
}

.mb-\[50px\] {
	margin-bottom: 50px;
}

.mb-\[80px\] {
	margin-bottom: 80px;
}

.ml-\[-10px\] {
	margin-left: -10px;
}

.ml-\[-3px\] {
	margin-left: -3px;
}

.ml-\[10px\] {
	margin-left: 10px;
}

.ml-\[20px\] {
	margin-left: 20px;
}

.mr-\[10px\] {
	margin-right: 10px;
}

.mr-\[40px\] {
	margin-right: 40px;
}

.mt-\[100px\] {
	margin-top: 100px;
}

.mt-\[10px\] {
	margin-top: 10px;
}

.mt-\[15px\] {
	margin-top: 15px;
}

.mt-\[1px\] {
	margin-top: 1px;
}

.mt-\[20px\] {
	margin-top: 20px;
}

.mt-\[30px\] {
	margin-top: 30px;
}

.mt-\[40px\] {
	margin-top: 40px;
}

.mt-\[45px\] {
	margin-top: 45px;
}

.mt-\[4px\] {
	margin-top: 4px;
}

.mt-\[50px\] {
	margin-top: 50px;
}

.mt-\[5px\] {
	margin-top: 5px;
}

.mt-\[60px\] {
	margin-top: 60px;
}

.mt-\[65px\] {
	margin-top: 65px;
}

.mt-\[70px\] {
	margin-top: 70px;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.hidden {
	display: none;
}

.h-\[100\%\] {
	height: 100%;
}

.h-\[100px\] {
	height: 100px;
}

.h-\[130px\] {
	height: 130px;
}

.h-\[160px\] {
	height: 160px;
}

.h-\[200px\] {
	height: 200px;
}

.h-\[20px\] {
	height: 20px;
}

.h-\[283px\] {
	height: 283px;
}

.h-\[28px\] {
	height: 28px;
}

.h-\[340px\] {
	height: 340px;
}

.h-\[370px\] {
	height: 370px;
}

.h-\[400px\] {
	height: 400px;
}

.h-\[40px\] {
	height: 40px;
}

.h-auto {
	height: auto;
}

.h-fit {
	height: -moz-fit-content;
	height: fit-content;
}

.h-full {
	height: 100%;
}

.max-h-\[160px\] {
	max-height: 160px;
}

.max-h-\[90px\] {
	max-height: 90px;
}

.min-h-\[500px\] {
	min-height: 500px;
}

.w-\[100\%\] {
	width: 100%;
}

.w-\[100vw\] {
	width: 100vw;
}

.w-\[120px\] {
	width: 120px;
}

.w-\[150px\] {
	width: 150px;
}

.w-\[170px\] {
	width: 170px;
}

.w-\[20px\] {
	width: 20px;
}

.w-\[25px\] {
	width: 25px;
}

.w-\[30\%\] {
	width: 30%;
}

.w-\[300px\] {
	width: 300px;
}

.w-\[30px\] {
	width: 30px;
}

.w-\[31px\] {
	width: 31px;
}

.w-\[32px\] {
	width: 32px;
}

.w-\[33px\] {
	width: 33px;
}

.w-\[40\%\] {
	width: 40%;
}

.w-\[40px\] {
	width: 40px;
}

.w-\[454px\] {
	width: 454px;
}

.w-\[47\%\] {
	width: 47%;
}

.w-\[49\%\] {
	width: 49%;
}

.w-\[50\%\] {
	width: 50%;
}

.w-\[500px\] {
	width: 500px;
}

.w-\[50px\] {
	width: 50px;
}

.w-\[60\%\] {
	width: 60%;
}

.w-\[70\%\] {
	width: 70%;
}

.w-\[70px\] {
	width: 70px;
}

.w-\[80\%\] {
	width: 80%;
}

.w-\[85\%\] {
	width: 85%;
}

.w-\[90\%\] {
	width: 90%;
}

.w-fit {
	width: -moz-fit-content;
	width: fit-content;
}

.w-full {
	width: 100%;
}

.max-w-\[1100px\] {
	max-width: 1100px;
}

.max-w-\[120px\] {
	max-width: 120px;
}

.max-w-\[505px\] {
	max-width: 505px;
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.list-disc {
	list-style-type: disc;
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-\[1\%\] {
	gap: 1%;
}

.gap-\[10px\] {
	gap: 10px;
}

.gap-\[15px\] {
	gap: 15px;
}

.gap-\[2\%\] {
	gap: 2%;
}

.gap-\[20px\] {
	gap: 20px;
}

.gap-\[25px\] {
	gap: 25px;
}

.gap-\[3\%\] {
	gap: 3%;
}

.gap-\[30px\] {
	gap: 30px;
}

.gap-\[4\%\] {
	gap: 4%;
}

.gap-\[50px\] {
	gap: 50px;
}

.gap-\[60px\] {
	gap: 60px;
}

.gap-\[63px\] {
	gap: 63px;
}

.gap-\[80px\] {
	gap: 80px;
}

.gap-\[8px\] {
	gap: 8px;
}

.gap-x-\[10px\] {
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gap-x-\[2\%\] {
	-moz-column-gap: 2%;
	column-gap: 2%;
}

.gap-x-\[20px\] {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-y-\[10px\] {
	row-gap: 10px;
}

.gap-y-\[20px\] {
	row-gap: 20px;
}

.gap-y-\[25px\] {
	row-gap: 25px;
}

.gap-y-\[30px\] {
	row-gap: 30px;
}

.gap-y-\[40px\] {
	row-gap: 40px;
}

.gap-y-\[50px\] {
	row-gap: 50px;
}

.gap-y-\[70px\] {
	row-gap: 70px;
}

.gap-y-\[80px\] {
	row-gap: 80px;
}

.overflow-auto {
	overflow: auto;
}

.overflow-y-auto {
	overflow-y: auto;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.rounded-\[10px\] {
	border-radius: 10px;
}

.rounded-\[5px\] {
	border-radius: 5px;
}

.rounded-full {
	border-radius: 9999px;
}

.border-\[1px\] {
	border-width: 1px;
}

.border-\[2px\] {
	border-width: 2px;
}

.border-y-\[1px\] {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.border-b-\[1px\] {
	border-bottom-width: 1px;
}

.border-\[\#002b49\] {
	--tw-border-opacity: 1;
	border-color: rgb(0, 43, 73, var(--tw-border-opacity));
}

.border-\[\#F4F4F4\] {
	--tw-border-opacity: 1;
	border-color: rgb(244, 244, 244, var(--tw-border-opacity));
}

.border-\[gray\] {
	--tw-border-opacity: 1;
	border-color: rgb(128, 128, 128, var(--tw-border-opacity));
}

.border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0, 0, 0, var(--tw-border-opacity));
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgb(156, 163, 175, var(--tw-border-opacity));
}

.border-primary {
	--tw-border-opacity: 1;
	border-color: rgb(1, 155, 166, var(--tw-border-opacity));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255, 255, 255, var(--tw-border-opacity));
}

.bg-\[\#002B48\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0, 43, 72, var(--tw-bg-opacity));
}

.bg-\[\#00a6cb\] {
	--tw-bg-opacity: 1;
	background-color: rgb(0, 166, 203, var(--tw-bg-opacity));
}

.bg-\[\#049BA6\] {
	--tw-bg-opacity: 1;
	background-color: rgb(4, 155, 166, var(--tw-bg-opacity));
}

.bg-\[\#4599A4\] {
	--tw-bg-opacity: 1;
	background-color: rgb(69, 153, 164, var(--tw-bg-opacity));
}

.bg-\[\#F4F4F4\] {
	--tw-bg-opacity: 1;
	background-color: rgb(244, 244, 244, var(--tw-bg-opacity));
}

.bg-\[rgb\(221\2c 201\2c 163\)\] {
	--tw-bg-opacity: 1;
	background-color: rgb(221, 201, 163, var(--tw-bg-opacity));
}

.bg-\[rgb\(248\2c 243\2c 236\)\] {
	--tw-bg-opacity: 1;
	background-color: rgb(248, 243, 236, var(--tw-bg-opacity));
}

.bg-\[white\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(1, 155, 166, var(--tw-bg-opacity));
}

.bg-transparent {
	background-color: transparent;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.object-fill {
	-o-object-fit: fill;
	object-fit: fill;
}

.object-top {
	-o-object-position: top;
	object-position: top;
}

.p-\[20px\] {
	padding: 20px;
}

.p-\[40px\] {
	padding: 40px;
}

.p-\[5px\] {
	padding: 5px;
}

.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}

.px-\[18px\] {
	padding-left: 18px;
	padding-right: 18px;
}

.px-\[20px\] {
	padding-left: 20px;
	padding-right: 20px;
}

.px-\[22px\] {
	padding-left: 22px;
	padding-right: 22px;
}

.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}

.px-\[50px\] {
	padding-left: 50px;
	padding-right: 50px;
}

.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.py-\[100px\] {
	padding-top: 100px;
	padding-bottom: 100px;
}

.py-\[10px\] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-\[20px\] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-\[30px\] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-\[50px\] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-\[5px\] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.py-\[60px\] {
	padding-top: 60px;
	padding-bottom: 60px;
}

.py-\[62px\] {
	padding-top: 62px;
	padding-bottom: 62px;
}

.py-\[66px\] {
	padding-top: 66px;
	padding-bottom: 66px;
}

.py-\[70px\] {
	padding-top: 70px;
	padding-bottom: 70px;
}

.py-\[8px\] {
	padding-top: 8px;
	padding-bottom: 8px;
}

.pb-\[100px\] {
	padding-bottom: 100px;
}

.pb-\[10px\] {
	padding-bottom: 10px;
}

.pb-\[120px\] {
	padding-bottom: 120px;
}

.pb-\[18px\] {
	padding-bottom: 18px;
}

.pb-\[20px\] {
	padding-bottom: 20px;
}

.pb-\[25px\] {
	padding-bottom: 25px;
}

.pb-\[27px\] {
	padding-bottom: 27px;
}

.pb-\[300px\] {
	padding-bottom: 300px;
}

.pb-\[30px\] {
	padding-bottom: 30px;
}

.pb-\[40px\] {
	padding-bottom: 40px;
}

.pb-\[50px\] {
	padding-bottom: 50px;
}

.pb-\[60px\] {
	padding-bottom: 60px;
}

.pb-\[80px\] {
	padding-bottom: 80px;
}

.pl-\[20px\] {
	padding-left: 20px;
}

.pl-\[30px\] {
	padding-left: 30px;
}

.pr-\[20px\] {
	padding-right: 20px;
}

.pr-\[30px\] {
	padding-right: 30px;
}

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

.pt-\[100px\] {
	padding-top: 100px;
}

.pt-\[10px\] {
	padding-top: 10px;
}

.pt-\[15px\] {
	padding-top: 15px;
}

.pt-\[24px\] {
	padding-top: 24px;
}

.pt-\[27px\] {
	padding-top: 27px;
}

.pt-\[30px\] {
	padding-top: 30px;
}

.pt-\[40px\] {
	padding-top: 40px;
}

.pt-\[50px\] {
	padding-top: 50px;
}

.pt-\[60px\] {
	padding-top: 60px;
}

.pt-\[70px\] {
	padding-top: 70px;
}

.pt-\[80px\] {
	padding-top: 80px;
}

.text-center {
	text-align: center;
}

.\!text-\[35px\] {
	font-size: 35px !important;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[13px\] {
	font-size: 13px;
}

.text-\[14px\] {
	font-size: 14px;
}

.text-\[15px\] {
	font-size: 15px;
}

.text-\[16px\] {
	font-size: 16px;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-\[20px\] {
	font-size: 20px;
}

.text-\[22px\] {
	font-size: 22px;
}

.text-\[24px\] {
	font-size: 24px;
}

.text-\[25px\] {
	font-size: 25px;
}

.text-\[26px\] {
	font-size: 26px;
}

.text-\[36px\] {
	font-size: 36px;
}

.text-\[44px\] {
	font-size: 44px;
}

.font-\[300\] {
	font-weight: 300;
}

.font-\[400\] {
	font-weight: 400;
}

.font-\[500\] {
	font-weight: 500;
}

.font-\[600\] {
	font-weight: 600;
}

.font-\[700\] {
	font-weight: 700;
}

.font-\[800\] {
	font-weight: 800;
}

.font-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.leading-\[14px\] {
	line-height: 14px;
}

.leading-\[15px\] {
	line-height: 15px;
}

.leading-\[18px\] {
	line-height: 18px;
}

.leading-\[19px\] {
	line-height: 19px;
}

.leading-\[20px\] {
	line-height: 20px;
}

.leading-\[22px\] {
	line-height: 22px;
}

.leading-\[25px\] {
	line-height: 25px;
}

.leading-\[28px\] {
	line-height: 28px;
}

.leading-\[30px\] {
	line-height: 30px;
}

.leading-\[32px\] {
	line-height: 32px;
}

.leading-\[39px\] {
	line-height: 39px;
}

.leading-none {
	line-height: 1;
}

.leading-normal {
	line-height: 1.5;
}

.tracking-\[1\.04px\] {
	letter-spacing: 1.04px;
}

.tracking-\[2\.6px\] {
	letter-spacing: 2.6px;
}

.text-\[\#0000004a\] {
	color: rgba(0, 0, 0, .29);
}

.text-\[\#019BA6\] {
	--tw-text-opacity: 1;
	color: rgb(1, 155, 166, var(--tw-text-opacity));
}

.text-\[\#18293e99\] {
	color: rgba(24, 41, 62, .6);
}

.text-\[\#4599A4\] {
	--tw-text-opacity: 1;
	color: rgb(69, 153, 164, var(--tw-text-opacity));
}

.text-\[white\] {
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0, 0, 0, var(--tw-text-opacity));
}

.text-primary {
	--tw-text-opacity: 1;
	color: rgb(1, 155, 166, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.underline {
	text-decoration-line: underline;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.drop-shadow {
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.duration-300 {
	transition-duration: 300ms;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1030px) {
	.container {
		max-width: 1030px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

:root {
	--primary: #019ba6;
	--dark-blue: #002b48;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Montserrat;
}

section {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

h1 {
	color: #000;
	font-family: Montserrat;
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

h2 {
	color: #000;
	font-family: Montserrat;
	font-size: 44px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

#single-case-study #text-block {
	background: white;
}

#single-case-study #text-block h3 {
	font-size: 26px;
}

#single-case-study .block_content .block_content {
	padding: 0px;
}

#text-block p {
	color: #000;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

#text-block h4 {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}

#quote p {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
}

#newsroom-content p {
	font-size: 20px;
	margin-bottom: 20px;
}

#newsroom-content h4 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--primary);
}

#quote h5 {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}

#quote-w-image p {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 35px;
}

#quote-w-image h5 {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}

#menu-header-menu .menu-item-has-children .sub-menu>li {
	margin-bottom: 10px;
}

.block_content {
	max-width: 1440px;
	width: 100%;
}

.main-button {
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 9px;
	background: var(--primary);
	border: 2px solid var(--primary);
	color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	transition: all .3s ease;
}

.main-button:hover, .btn-years.active, .service.active {
	background: transparent;
	color: var(--primary);
	transition: all .3s ease;
}

.main-button.active {
	background: transparent;
	color: var(--primary);
	transition: all .3s ease;
}

.hero-home {
	background-size: 1019px;
}

.hero-page {
	margin: auto;
	max-width: 1440px;
	background-size: auto;
}

.header-scroll {
	padding-top: 25px !important;
}

#header_menu {
	box-shadow: none;
	transition: all .3s ease;
}

#header_menu.box-shadow {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .44);
	transition: all .3s ease;
}

.scroll {
	transition: all .3s ease;
}

#menu-header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 25px;
}

.menu-header-menu-container {
	height: 100%;
}

#menu-header-menu a {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	font-style: normal;
	line-height: normal;
}

#menu-header-menu .a {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	font-style: normal;
	line-height: normal;
}

#menu-header-menu>.menu-item-has-children {
	position: relative;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	cursor: pointer;
}

#menu-header-menu>.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}

#menu-header-menu>.menu-item-has-children:hover::after {
	content: url("https://cdn-ilcogmh.nitrocdn.com/UWGvKevxcWszCOHUuRnSEfNFJJKFUDmt/assets/images/optimized/rev-84e738c/www.landmarkventures.com/wp-content/themes/Landmark-theme/assets/images/minus.svg");
	top: 15px;
}

#menu-header-menu>.menu-item-has-children::after {
	content: url("https://cdn-ilcogmh.nitrocdn.com/UWGvKevxcWszCOHUuRnSEfNFJJKFUDmt/assets/images/optimized/rev-84e738c/www.landmarkventures.com/wp-content/themes/Landmark-theme/assets/images/plus.svg");
	right: 0;
	position: absolute;
	top: 18px;
}

#menu-header-menu>.menu-item-has-children>.sub-menu {
	background: white;
	border-radius: 5px;
	box-shadow: -4px 3px 12.4px 0px rgba(0, 0, 0, .15);
	left: 0;
	width: -moz-max-content;
	width: max-content;
	opacity: 0;
	padding: 20px;
	padding-bottom: 10px;
	position: absolute;
	top: 70%;
	transform: translateY(8px);
	visibility: hidden;
	z-index: 2;
	transition: all .3s ease;
}

#menu-header-menu>.menu-item-has-children>.sub-menu a {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
}

#menu-header-menu>.menu-item-has-children>.sub-menu>li>.sub-menu>li a {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
}

#menu-header-menu>.menu-item-has-children>.sub-menu>li>.sub-menu>li {
	padding: 15px 20px;
	padding-bottom: 0px;
}

header .inactive {
	right: -102%;
	transition: right .3s ease;
}

header .active {
	right: 0%;
	transition: right .3s ease;
}

#menu-modal-menu {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#menu-modal-menu li a {
	color: #fff;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px;
}

#gform_1 input[type="email"] {
	background-color: var(--dark-blue);
	border-radius: 5px;
	border: 1px solid #a8e1f2;
	padding: 8px 15px;
	color: #a8e1f2;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.695px;
}

#gform_1 input[type="email"]::-moz-placeholder {
	color: #a8e1f2;
	font-family: Montserrat !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 18.695px;
}

#gform_1 input[type="email"]::placeholder {
	color: #a8e1f2;
	font-family: Montserrat !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 18.695px;
}

#gform_1 input[type="submit"] {
	border-radius: 5px;
	background: #a8e1f2;
	padding: 12px 15px;
	color: #002b48;
	border: 2px solid #a8e1f2;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}

#gform_1 input[type="submit"]:hover {
	background: transparent;
	color: var(--primary);
	transition: all .3s ease;
}

footer #gform_1 input[type="email"] {
	background-color: white;
	color: #000;
	border: 1px solid #000;
	font-size: 12px;
	line-height: 10px;
}

footer #gform_1 input[type="email"]::-moz-placeholder {
	color: #000;
	font-size: 12px;
	line-height: 10px;
}

footer #gform_1 input[type="email"]::placeholder {
	color: #000;
	font-size: 12px;
	line-height: 10px;
}

.border-active::after {
	animation: progressAnimationStrike .3s;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--primary);
}

.border-inactive::after {
	animation: progressAnimationReverse .3s;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 4px;
	background-color: var(--primary);
}

/* the slides */
.slick-slide {
	margin: 0 50px !important;
}

/* the parent */
.slick-list {
	margin: 0 -50px !important;
}

.slick-arrow {
	width: 35px !important;
	height: 35px !important;
}

.slick-prev {
	left: -70px !important;
}

.slick-next {
	right: -70px !important;
}

.post-image img {
	width: 100%;
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s ease;
}

.post-image:hover img {
	scale: .95;
	transition: all .3s ease;
}

#menu-footer-menu {
	display: flex;
	gap: 30px;
}

#menu-footer-menu ul a {
	font-size: 18px;
}

.parent-grid #menu-footer-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-row-gap: 8px;
	grid-column-gap: 30px;
}

.parent-grid #menu-footer-menu li a {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px;
}

#partners {
	display: none !important;
}

.card-content {
	width: 23.5%;
	cursor: pointer;
}

.card-content img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.card-content p {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 40px;
	margin-bottom: 10px;
}

.card-content span {
	color: #049ba6;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
}

.card-content .hover-content {
	position: relative;
}

.card-content .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	top: 0;
}

.card-content:hover .overlay {
	opacity: 1;
	visibility: visible;
	background-image: linear-gradient(180deg, rgba(0, 46, 61, 0), #002e3d);
	mix-blend-mode: multiply;
	transition: all .3s ease;
}

.card-content:hover .hide-content {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}

.card-content .hide-content {
	position: absolute;
	z-index: 99999;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.card-content .hide-content p {
	color: white;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

.card-content .hide-content h5 {
	color: #00a6cb;
	text-align: start;
	font-size: 18px;
	font-weight: 700;
}

#faq .inactive .item-content {
	max-height: 0px;
	opacity: 0;
	transition: max-height .8s ease;
}

#faq .active .item-content {
	max-height: 200px !important;
	opacity: 1 !important;
	transition: max-height .8s ease;
}

#faq .active h3::after {
	content: "";
	background-image: url("https://cdn-ilcogmh.nitrocdn.com/UWGvKevxcWszCOHUuRnSEfNFJJKFUDmt/assets/images/optimized/rev-84e738c/www.landmarkventures.com/wp-content/themes/Landmark-theme/assets/images/minus.svg");
	position: absolute;
	top: 30px;
	width: 20px;
	height: 7px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}

#faq h3::after {
	content: "";
	background-image: url("https://cdn-ilcogmh.nitrocdn.com/UWGvKevxcWszCOHUuRnSEfNFJJKFUDmt/assets/images/optimized/rev-84e738c/www.landmarkventures.com/wp-content/themes/Landmark-theme/assets/images/plus.svg");
	position: absolute;
	top: 25px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}

.bio-header__thumb:before {
	background: #002b49;
	bottom: -20px;
	content: "";
	height: 100%;
	left: -20px;
	position: absolute;
	width: 100%;
}

.pagination .page-numbers {
	font-size: 18px;
}

.pagination .page-numbers.current {
	font-weight: 700;
	color: var(--primary);
}

#post-574 .slider-titles {
	font-size: 20px;
}

#post-574 #slider .py-\[100px\] {
	padding-top: 50px;
	padding-bottom: 100px;
}

#post-574 #slider .lg\:mt-\[100px\] {
	margin-top: 40px;
}

.capitalize h1 {
	text-transform: uppercase;
}

.background-filter::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	background: linear-gradient(90deg, rgba(244, 244, 244, 1) 0%, rgba(246, 246, 246, 1) 25%, rgba(255, 255, 255, 0) 100%);
}

.hero-page {
	background-size: 50% 100% !important;
}

@media screen and (min-width: 650px) {
	.card-content {
		width: 48% !important;
	}
}

@media screen and (min-width: 1024px) {
	.card-content {
		width: 23.5% !important;
	}
}

@media screen and (max-width: 1024px) {
	.menu-footer-menu-container {
		width: 100%;
	}
	
	#menu-footer-menu {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		gap: 15px;
	}
	
	h1 {
		color: #000;
		font-size: 36px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
	
	h2 {
		color: #000;
		font-size: 30px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
	
	#text-block p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.menu-header-menu-container {
		display: none;
	}
	
	.slick-prev {
		left: 0px !important;
		bottom: -80px !important;
		top: auto !important;
	}
	
	.slick-next {
		right: 0px !important;
		bottom: -80px !important;
		top: auto !important;
	}
	
	#partners .slick-next {
		bottom: -30% !important;
	}
	
	#partners .slick-prev {
		bottom: -30% !important;
	}
	
	.border-active::after {
		height: 2px;
	}
	
	.border-inactive::after {
		height: 2px;
	}
	
	#partners {
		display: block !important;
	}
	
	#menu-modal-menu li a {
		font-size: 18px;
	}
	
	#menu-modal-menu {
		gap: 20px;
	}
	
	#header-modal {
		margin-top: 0px;
	}
	
	#gform_1 input[type="submit"] {
		font-size: 12px !important;
	}
	
	header #gform_1 input[type="submit"] {
		width: 100%;
		padding: 5px 15px;
	}
	
	.card-content {
		width: 100%;
	}
	
	#faq .active h3::after {
		top: 24px;
		height: 4px;
		width: 15px;
	}
	
	#faq h3::after {
		top: 18px;
		width: 15px;
		height: 15px;
	}
	
	#quote p {
		font-size: 20px;
	}
	
	#quote h5 {
		font-size: 24px;
	}
	
	#quote-w-image h2 {
		font-size: 28px;
	}
	
	#quote-w-image .main-button {
		font-size: 17px;
	}
	
	#upcoming-events h2 {
		font-size: 40px;
		font-weight: 600;
	}
	
	#post-574 #slider .py-\[100px\] {
		padding-top: 0px;
		padding-bottom: 100px;
	}
	
	#post-574 .slider-titles {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) {
	header .block_content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#menu-header-menu a {
		font-size: 17px;
	}
	
	.hero-page {
		background-image: none !important;
	}
	
	.hero-page.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (max-width: 1250px) {
	.lg\:w-\[578px\] {
		width: auto !important;
	}
	
	.lg\:w-\[650px\] {
		width: auto !important;
	}
	
	.lg\:pl-\[80px\] {
		padding-left: 20px !important;
	}
	
	#interactive-small.interactive-card {
		height: 250px !important;
		width: 250px !important;
	}
	
	#interactive-small .swiper-pagination-bullet {
		width: 80px !important;
		height: 80px !important;
	}
	
	#interactive-small .swiper-pagination-bullet:nth-of-type(2) {
		left: 8px !important;
		top: -22px !important;
	}
	
	#case-study .wrap-custom {
		flex-wrap: wrap;
	}
	
	#case-study .lg\:w-\[50\%\] {
		width: 100%;
	}
	
	#case-study .lg\:mt-0 {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1600px) {
	.hero-home {
		background-size: inherit;
	}
}

@keyframes progressAnimationStrike {
	from {
		width: 0;
	}
	
	to {
		width: 100%;
	}
}

@keyframes progressAnimationReverse {
	from {
		width: 100%;
	}
	
	to {
		width: 0;
	}
}

/* interactive */
.rounded-circle {
	border-radius: 50% !important;
}

.interactive .swiper-slide {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}

.swiper-pagination-bullet {
	align-items: center;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 20px 0 rgba(163, 163, 183, .26);
	color: #000;
	display: flex;
	font-size: 25px;
	font-weight: 700;
	height: 217px;
	width: 217px;
	justify-content: center;
	line-height: normal;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	transition: all .3s ease-in-out;
	z-index: 1;
	cursor: pointer;
}

.swiper-pagination-bullet:hover {
	background: #019ba6;
	color: white;
	transform: scale(1.1);
}

.swiper-pagination-bullet a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet:nth-of-type(2) {
	left: 150px;
	top: -100px;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

.interactive-card__circle {
	border: 18px solid #019ba6;
	height: 9.375rem;
	height: 578px;
	width: 9.375rem;
	width: 578px;
	left: -4.6875rem;
	left: -180px !important;
	position: absolute;
	top: -100px !important;
}

.interactive-card {
	height: 707px;
	width: 713px;
	left: .625rem;
	right: auto;
}

.interactive-card h2 {
	font-size: 70px;
}

.swiper-pagination-bullet:nth-of-type(3) {
	left: -80px;
	top: 60px;
}

.swiper-pagination-bullet:nth-of-type(4) {
	left: -100px;
	top: 340px;
}

.multiple-item {
	display: none !important;
}

.page-id-574 #multiple-items .slider-item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-height: 400px;
	-o-object-position: top;
	object-position: top;
}

body.active {
	overflow-y: hidden;
}

#contact-popup section.close {
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	transition: all .5s ease;
}

#contact-popup section.open {
	bottom: 0;
	left: 0;
	z-index: 99999;
	height: 100vh;
	transform: translateY(0);
	transition: all .5s ease;
}

@media screen and (max-width: 1200px) {
	.interactive-card {
		height: 500px;
		width: 500px;
	}
	
	.swiper-pagination-bullet {
		height: 150px;
		width: 150px;
		font-size: 16px;
	}
	
	.interactive-card__circle {
		height: 450px;
		width: 450px;
	}
	
	.swiper-pagination-bullet:nth-of-type(4) {
		left: -50px;
		top: 285px;
	}
	
	.lg\:w-\[40\%\] {
		width: 100% !important;
	}
}

@media screen and (max-width: 1000px) {
	.interactive-card {
		height: 400px;
		width: 400px;
	}
	
	.interactive-card__circle {
		height: 350px;
		width: 350px;
	}
	
	.swiper-pagination-bullet {
		height: 120px;
		width: 120px;
		font-size: 15px;
	}
	
	.swiper-pagination-bullet:nth-of-type(2) {
		left: 150px;
		top: -70px;
	}
	
	.swiper-pagination-bullet:nth-of-type(3) {
		left: -60px;
		top: 40px;
	}
	
	.swiper-pagination-bullet:nth-of-type(4) {
		left: -20px;
		top: 230px;
	}
	
	.interactive-card__circle {
		left: -145px !important;
	}
}

@media screen and (max-width: 768px) {
	.interactive-card h2 {
		font-size: 25px;
		width: 100% !important;
	}
	
	.interactive-card__circle {
		display: none;
	}
	
	.slick-track {
		display: flex !important;
		align-items: center !important;
	}
	
	.multiple-item {
		display: block !important;
	}
}

@media screen and (max-width: 600px) {
	.interactive-card {
		height: 300px;
		width: 300px;
	}
}

/* interactive small */
#interactive-small.interactive-card {
	height: 300px;
	width: 300px;
	left: .625rem;
	right: auto;
}

#interactive-small .interactive-card__circle {
	width: 250px;
	height: 250px;
	border: 10px solid #019ba6;
}

#interactive-small h2 {
	font-size: 30px;
}

#interactive-small .swiper-pagination-bullet {
	width: 100px;
	height: 100px;
}

#interactive-small .interactive-card__circle {
	top: -24px !important;
	left: -80px !important;
}

#interactive-small .swiper-pagination-bullet:nth-of-type(2) {
	left: 8px;
	top: -50px;
}

#interactive-small .swiper-pagination-bullet:nth-of-type(3) {
	left: -51px;
	top: 90px;
}

@media screen and (max-width: 600px) {
	h2 {
		font-size: 25px !important;
	}
	
	h1 {
		font-size: 32px;
	}
}

/* contact form */
#gform_2 #gform_fields_2 {
	width: 50% !important;
	grid-row-gap: 25px !important;
}

#gform_2 .gform-body {
	position: relative;
}

#gform_2 #field_2_7 {
	position: absolute;
	width: 45%;
	right: 0;
}

#gform_2 input[type="text"], #gform_2 input[type="email"], #gform_2 textarea {
	padding: 15px 20px;
	border-radius: 10px;
}

#gform_2 input[type="text"], #gform_2 input[type="email"], #gform_2 textarea, #gform_2 select {
	padding: 15px 20px;
	border-radius: 10px;
}

#gform_2 select {
	background-color: #fff;
}

#gform_2 .gform-field-label--type-sub {
	font-size: 14px;
	font-weight: 700;
	margin-top: 5px;
}

#gform_2 #field_2_11 {
	display: none;
}

#gform_2 .file-button {
	height: 54px;
	width: 140px;
	width: auto;
	padding: 15px 20px;
	background: #a7e2ee;
	border-radius: 10px;
	font-weight: 600;
	display: inline-block;
}

#gform_2 #field_2_6 input[type=file]::-webkit-file-upload-button, #gform_2 #field_2_6 input[type=file] {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	left: 0;
	top: -30px;
	width: 250px;
	height: 54px;
}

#gform_2 #field_2_6 .ginput_container_fileupload {
	position: relative;
}

#gform_2 .gform_fileupload_rules {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#gform_2 .fileName {
	margin-top: 10px;
}

#gform_2 .gform_footer {
	display: flex;
	justify-content: flex-start;
}

#gform_2 .gform_footer input {
	cursor: pointer;
	line-height: 40px;
	font-size: 30px;
	font-weight: 600;
	border-bottom: 2px solid #002b49;
	transition: all .3s ease;
}

#gform_2 .gform_footer input:hover {
	color: #019ba6;
	border-bottom: 2px solid #019ba6;
	transition: all .3s ease;
}

.gform_required_legend {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	#gform_2 #gform_fields_2 {
		width: 100% !important;
	}
	
	#gform_2 #field_2_7 {
		position: relative;
		right: auto;
		width: 100%;
	}
}

@media screen and (max-width: 442px) {
	#field_2_6 input[type=file] {
		top: 54px !important;
	}
}

.hover\:translate-y-\[-5px\]:hover {
	--tw-translate-y: -5px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-white:hover {
	--tw-border-opacity: 1;
	border-color: rgb(255, 255, 255, var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(1, 155, 166, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgb(1, 155, 166, var(--tw-text-opacity));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1024px) {
	.max-\[1024px\]\:m-auto {
		margin: auto;
	}
	
	.max-\[1024px\]\:mt-\[20px\] {
		margin-top: 20px;
	}
	
	.max-\[1024px\]\:mt-\[50px\] {
		margin-top: 50px;
	}
	
	.max-\[1024px\]\:flex {
		display: flex;
	}
	
	.max-\[1024px\]\:w-full {
		width: 100%;
	}
	
	.max-\[1024px\]\:justify-center {
		justify-content: center;
	}
	
	.max-\[1024px\]\:px-\[20px\] {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.max-\[1024px\]\:text-center {
		text-align: center;
	}
}

@media (min-width: 640px) {
	.sm\:w-\[50\%\] {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.md\:right-\[-5\%\] {
		right: -5%;
	}
	
	.md\:right-\[50px\] {
		right: 50px;
	}
	
	.md\:top-\[50px\] {
		top: 50px;
	}
	
	.md\:block {
		display: block;
	}
	
	.md\:grid {
		display: grid;
	}
	
	.md\:hidden {
		display: none;
	}
	
	.md\:h-\[50px\] {
		height: 50px;
	}
	
	.md\:w-\[29\%\] {
		width: 29%;
	}
	
	.md\:w-\[31\.2\%\] {
		width: 31.2%;
	}
	
	.md\:w-\[32\%\] {
		width: 32%;
	}
	
	.md\:w-\[32\.5\%\] {
		width: 32.5%;
	}
	
	.md\:w-\[460px\] {
		width: 460px;
	}
	
	.md\:w-\[48\%\] {
		width: 48%;
	}
	
	.md\:w-\[49\%\] {
		width: 49%;
	}
	
	.md\:w-\[50\%\] {
		width: 50%;
	}
	
	.md\:w-\[50px\] {
		width: 50px;
	}
	
	.md\:w-\[80\%\] {
		width: 80%;
	}
	
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.md\:flex-row {
		flex-direction: row;
	}
	
	.md\:gap-x-\[30px\] {
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	
	.md\:py-\[100px\] {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.md\:pb-\[100px\] {
		padding-bottom: 100px;
	}
	
	.md\:pt-\[200px\] {
		padding-top: 200px;
	}
	
	.md\:text-\[30px\] {
		font-size: 30px;
	}
}

@media (min-width: 1030px) {
	.lg\:absolute {
		position: absolute;
	}
	
	.lg\:top-\[20px\] {
		top: 20px;
	}
	
	.lg\:mb-\[-50px\] {
		margin-bottom: -50px;
	}
	
	.lg\:ml-\[30px\] {
		margin-left: 30px;
	}
	
	.lg\:ml-\[50px\] {
		margin-left: 50px;
	}
	
	.lg\:mr-\[100px\] {
		margin-right: 100px;
	}
	
	.lg\:mr-\[22px\] {
		margin-right: 22px;
	}
	
	.lg\:mt-0 {
		margin-top: 0px;
	}
	
	.lg\:mt-\[-50px\] {
		margin-top: -50px;
	}
	
	.lg\:mt-\[100px\] {
		margin-top: 100px;
	}
	
	.lg\:mt-\[20px\] {
		margin-top: 20px;
	}
	
	.lg\:mt-\[50px\] {
		margin-top: 50px;
	}
	
	.lg\:mt-\[60px\] {
		margin-top: 60px;
	}
	
	.lg\:mt-\[70px\] {
		margin-top: 70px;
	}
	
	.lg\:mt-\[80px\] {
		margin-top: 80px;
	}
	
	.lg\:mt-\[84px\] {
		margin-top: 84px;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:flex {
		display: flex;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:h-\[550px\] {
		height: 550px;
	}
	
	.lg\:h-\[600px\] {
		height: 600px;
	}
	
	.lg\:h-\[750px\] {
		height: 750px;
	}
	
	.lg\:h-\[800px\] {
		height: 800px;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	
	.lg\:w-\[120px\] {
		width: 120px;
	}
	
	.lg\:w-\[150px\] {
		width: 150px;
	}
	
	.lg\:w-\[180px\] {
		width: 180px;
	}
	
	.lg\:w-\[20\%\] {
		width: 20%;
	}
	
	.lg\:w-\[23\.5\%\] {
		width: 23.5%;
	}
	
	.lg\:w-\[24\%\] {
		width: 24%;
	}
	
	.lg\:w-\[24\.2\%\] {
		width: 24.2%;
	}
	
	.lg\:w-\[257px\] {
		width: 257px;
	}
	
	.lg\:w-\[30\%\] {
		width: 30%;
	}
	
	.lg\:w-\[31\%\] {
		width: 31%;
	}
	
	.lg\:w-\[33\.33\%\] {
		width: 33.33%;
	}
	
	.lg\:w-\[40\%\] {
		width: 40%;
	}
	
	.lg\:w-\[45\%\] {
		width: 45%;
	}
	
	.lg\:w-\[48\%\] {
		width: 48%;
	}
	
	.lg\:w-\[49\%\] {
		width: 49%;
	}
	
	.lg\:w-\[50\%\] {
		width: 50%;
	}
	
	.lg\:w-\[500px\] {
		width: 500px;
	}
	
	.lg\:w-\[51\%\] {
		width: 51%;
	}
	
	.lg\:w-\[580px\] {
		width: 580px;
	}
	
	.lg\:w-\[60\%\] {
		width: 60%;
	}
	
	.lg\:w-\[63\%\] {
		width: 63%;
	}
	
	.lg\:w-\[65\%\] {
		width: 65%;
	}
	
	.lg\:w-\[70\%\] {
		width: 70%;
	}
	
	.lg\:w-\[80\%\] {
		width: 80%;
	}
	
	.lg\:w-\[95\%\] {
		width: 95%;
	}
	
	.lg\:w-fit {
		width: -moz-fit-content;
		width: fit-content;
	}
	
	.lg\:max-w-\[170px\] {
		max-width: 170px;
	}
	
	.lg\:flex-row {
		flex-direction: row;
	}
	
	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	
	.lg\:flex-col {
		flex-direction: column;
	}
	
	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.lg\:items-end {
		align-items: flex-end;
	}
	
	.lg\:justify-start {
		justify-content: flex-start;
	}
	
	.lg\:justify-end {
		justify-content: flex-end;
	}
	
	.lg\:gap-\[30px\] {
		gap: 30px;
	}
	
	.lg\:gap-\[38px\] {
		gap: 38px;
	}
	
	.lg\:gap-\[70px\] {
		gap: 70px;
	}
	
	.lg\:gap-\[86px\] {
		gap: 86px;
	}
	
	.lg\:gap-x-\[3\%\] {
		-moz-column-gap: 3%;
		column-gap: 3%;
	}
	
	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.lg\:px-\[100px\] {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	.lg\:px-\[105px\] {
		padding-left: 105px;
		padding-right: 105px;
	}
	
	.lg\:px-\[106px\] {
		padding-left: 106px;
		padding-right: 106px;
	}
	
	.lg\:px-\[108px\] {
		padding-left: 108px;
		padding-right: 108px;
	}
	
	.lg\:px-\[112px\] {
		padding-left: 112px;
		padding-right: 112px;
	}
	
	.lg\:px-\[120px\] {
		padding-left: 120px;
		padding-right: 120px;
	}
	
	.lg\:px-\[144px\] {
		padding-left: 144px;
		padding-right: 144px;
	}
	
	.lg\:px-\[15\%\] {
		padding-left: 15%;
		padding-right: 15%;
	}
	
	.lg\:px-\[150px\] {
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.lg\:px-\[200px\] {
		padding-left: 200px;
		padding-right: 200px;
	}
	
	.lg\:px-\[260px\] {
		padding-left: 260px;
		padding-right: 260px;
	}
	
	.lg\:px-\[300px\] {
		padding-left: 300px;
		padding-right: 300px;
	}
	
	.lg\:px-\[40px\] {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.lg\:px-\[44px\] {
		padding-left: 44px;
		padding-right: 44px;
	}
	
	.lg\:px-\[50px\] {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.lg\:px-\[60px\] {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.lg\:px-\[75px\] {
		padding-left: 75px;
		padding-right: 75px;
	}
	
	.lg\:px-\[76px\] {
		padding-left: 76px;
		padding-right: 76px;
	}
	
	.lg\:px-\[77px\] {
		padding-left: 77px;
		padding-right: 77px;
	}
	
	.lg\:px-\[78px\] {
		padding-left: 78px;
		padding-right: 78px;
	}
	
	.lg\:px-\[80px\] {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	.lg\:px-\[88px\] {
		padding-left: 88px;
		padding-right: 88px;
	}
	
	.lg\:px-\[90px\] {
		padding-left: 90px;
		padding-right: 90px;
	}
	
	.lg\:py-\[100px\] {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.lg\:py-\[150px\] {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	
	.lg\:py-\[20px\] {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.lg\:py-\[32px\] {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	
	.lg\:py-\[50px\] {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.lg\:py-\[60px\] {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.lg\:py-\[62px\] {
		padding-top: 62px;
		padding-bottom: 62px;
	}
	
	.lg\:py-\[65px\] {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	
	.lg\:py-\[80px\] {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.lg\:py-\[85px\] {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	
	.lg\:pb-\[130px\] {
		padding-bottom: 130px;
	}
	
	.lg\:pb-\[170px\] {
		padding-bottom: 170px;
	}
	
	.lg\:pb-\[20px\] {
		padding-bottom: 20px;
	}
	
	.lg\:pb-\[50px\] {
		padding-bottom: 50px;
	}
	
	.lg\:pl-\[100px\] {
		padding-left: 100px;
	}
	
	.lg\:pl-\[145px\] {
		padding-left: 145px;
	}
	
	.lg\:pl-\[75px\] {
		padding-left: 75px;
	}
	
	.lg\:pl-\[80px\] {
		padding-left: 80px;
	}
	
	.lg\:pr-0 {
		padding-right: 0px;
	}
	
	.lg\:pr-\[20px\] {
		padding-right: 20px;
	}
	
	.lg\:pr-\[40px\] {
		padding-right: 40px;
	}
	
	.lg\:pr-\[80px\] {
		padding-right: 80px;
	}
	
	.lg\:pt-\[100px\] {
		padding-top: 100px;
	}
	
	.lg\:pt-\[130px\] {
		padding-top: 130px;
	}
	
	.lg\:pt-\[45px\] {
		padding-top: 45px;
	}
	
	.lg\:pt-\[5px\] {
		padding-top: 5px;
	}
	
	.lg\:pt-\[60px\] {
		padding-top: 60px;
	}
	
	.lg\:pt-\[80px\] {
		padding-top: 80px;
	}
	
	.lg\:pt-\[85px\] {
		padding-top: 85px;
	}
	
	.lg\:text-start {
		text-align: start;
	}
	
	.lg\:\!text-\[50px\] {
		font-size: 50px !important;
	}
	
	.lg\:text-\[14px\] {
		font-size: 14px;
	}
	
	.lg\:text-\[18px\] {
		font-size: 18px;
	}
	
	.lg\:text-\[20px\] {
		font-size: 20px;
	}
	
	.lg\:text-\[22px\] {
		font-size: 22px;
	}
	
	.lg\:text-\[24px\] {
		font-size: 24px;
	}
	
	.lg\:text-\[25px\] {
		font-size: 25px;
	}
	
	.lg\:text-\[26px\] {
		font-size: 26px;
	}
	
	.lg\:text-\[30px\] {
		font-size: 30px;
	}
	
	.lg\:leading-\[22px\] {
		line-height: 22px;
	}
	
	.lg\:leading-\[26px\] {
		line-height: 26px;
	}
	
	.lg\:leading-\[39px\] {
		line-height: 39px;
	}
	
	.lg\:leading-normal {
		line-height: 1.5;
	}
	
	.lg\:last\:mb-0:last-child {
		margin-bottom: 0px;
	}
}

@media (min-width: 1280px) {
	.xl\:h-\[750px\] {
		height: 750px;
	}
	
	.xl\:px-\[150px\] {
		padding-left: 150px;
		padding-right: 150px;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@charset "UTF-8";

/* Slider */
.slick-loading .slick-list {
	background: #fff url("https://www.landmarkventures.com/wp-content/themes/Landmark-theme/assets/slick/./ajax-loader.gif") center center no-repeat;
}

.slick-loading .slick-list.nitro-lazy {
	background-image: none !important;
}

/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir='rtl'] .slick-prev:before {
	content: "→";
}

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

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir='rtl'] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

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

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
