/*
! tailwindcss v3.2.7 | 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;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::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.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
}

/*
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;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
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;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
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. 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/*
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: -0.25em;
}

sup {
	top: -0.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;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
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;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
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;
}

/*
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;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

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

/*
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;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
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;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow);
	border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder,
textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}

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

*,
::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-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::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-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

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

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

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

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

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

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

/* Section Title */

.section-title {
	text-align: center;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-shadow: 0px 2px 5px rgba(147, 188, 255, 0.8);
}

@media (min-width: 768px) {
	.section-title {
		font-size: 28px;
	}
}

@media (min-width: 1024px) {
	.section-title {
		font-size: 32px;
		line-height: 1.5;
	}
}

.text-gradient {
	background: linear-gradient(90deg, #fff 3.86%, rgba(91, 187, 169, 0.8) 47.4%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pointer-events-none {
	pointer-events: none;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.-left-10 {
	left: -2.5rem;
}

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

.-top-10 {
	top: -2.5rem;
}

.bottom-0 {
	bottom: 0px;
}

.bottom-\[-26px\] {
	bottom: -26px;
}

.bottom-\[-34px\] {
	bottom: -34px;
}

.bottom-\[145px\] {
	bottom: 145px;
}

.left-0 {
	left: 0px;
}

.left-1\/2 {
	left: 50%;
}

.left-10 {
	left: 2.5rem;
}

.left-\[-102px\] {
	left: -102px;
}

.left-\[-108px\] {
	left: -108px;
}

.left-\[113px\] {
	left: 113px;
}

.left-\[174px\] {
	left: 174px;
}

.left-\[43px\] {
	left: 43px;
}

.right-0 {
	right: 0px;
}

.right-3 {
	right: 0.75rem;
}

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

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

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

.top-0 {
	top: 0px;
}

.top-1\/2 {
	top: 50%;
}

.top-3 {
	top: 0.75rem;
}

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

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

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

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

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

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

.-z-10 {
	z-index: -10;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

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

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

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

.-mt-20 {
	margin-top: -5rem;
}

.-mt-3 {
	margin-top: -0.75rem;
}

.-mt-8 {
	margin-top: -2rem;
}

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

.ml-0 {
	margin-left: 0px;
}

.mt-20 {
	margin-top: 5rem;
}

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

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

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

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

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

.h-4 {
	height: 1rem;
}

.h-5 {
	height: 1.25rem;
}

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

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

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.min-h-full {
	min-height: 100%;
}

.w-4 {
	width: 1rem;
}

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

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

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

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

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

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

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

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.w-screen {
	width: 100vw;
}

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

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

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

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

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

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

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

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

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

.flex-auto {
	flex: 1 1 auto;
}

.shrink-0 {
	flex-shrink: 0;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	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));
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	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));
}

.translate-x-0 {
	--tw-translate-x: 0px;
	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));
}

.scale-\[2\] {
	--tw-scale-x: 2;
	--tw-scale-y: 2;
	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));
}

.scale-\[1\.4\] {
	--tw-scale-x: 1.4;
	--tw-scale-y: 1.4;
	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));
}

.scale-\[1\.5\] {
	--tw-scale-x: 1.5;
	--tw-scale-y: 1.5;
	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));
}

.scale-\[1\.6\] {
	--tw-scale-x: 1.6;
	--tw-scale-y: 1.6;
	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));
}

.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));
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate-fadeIn {
	animation: fade-in 0.3s ease;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.resize {
	resize: both;
}

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

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

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

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

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

.gap-14 {
	gap: 3.5rem;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-5 {
	gap: 1.25rem;
}

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

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

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

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

.gap-20 {
	gap: 5rem;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.rounded-2xl {
	border-radius: 1rem;
}

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

.border {
	border-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

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

.border-white\/10 {
	border-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/10 {
	border-top-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#13161B\] {
	--tw-bg-opacity: 1;
	background-color: rgb(19 22 27 / var(--tw-bg-opacity));
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/90 {
	background-color: rgb(0 0 0 / 0.9);
}

.bg-lightblue {
	--tw-bg-opacity: 1;
	background-color: rgb(129 160 211 / var(--tw-bg-opacity));
}

.bg-lightcyan {
	--tw-bg-opacity: 1;
	background-color: rgb(91 187 169 / var(--tw-bg-opacity));
}

.bg-lightorange {
	--tw-bg-opacity: 1;
	background-color: rgb(232 176 76 / var(--tw-bg-opacity));
}

.bg-slate-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(15 23 42 / 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));
}

.bg-\[url\(\'\.\.\/img\/cta-bg-mob\.png\'\)\] {
	background-image: url('../img/cta-bg-mob.png');
}

.bg-cover {
	background-size: cover;
}

.bg-center {
	background-position: center;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.fill-white {
	fill: #fff;
}

.p-10 {
	padding: 2.5rem;
}

.px-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

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

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

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

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

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

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

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

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

.pb-20 {
	padding-bottom: 5rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

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

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

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

.pl-10 {
	padding-left: 2.5rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

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

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

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

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

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

.font-avenir {
	font-family: Avenir, sans-serif;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

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

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

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

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

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

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

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

.font-extrabold {
	font-weight: 800;
}

.font-medium {
	font-weight: 500;
}

.leading-8 {
	line-height: 2rem;
}

.leading-\[160\%\] {
	line-height: 160%;
}

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

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

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

.text-\[\#ABADB1\] {
	--tw-text-opacity: 1;
	color: rgb(171 173 177 / var(--tw-text-opacity));
}

.text-\[rgba\(239\2c 237\2c 253\2c 0\.70\)\] {
	color: rgba(239, 237, 253, 0.7);
}

.text-lightcyan {
	--tw-text-opacity: 1;
	color: rgb(91 187 169 / var(--tw-text-opacity));
}

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

.text-white\/60 {
	color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
	color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
	color: rgb(255 255 255 / 0.8);
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-colors {
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@font-face {
	font-family: 'Avenir';

	src: url('../fonts/Avenir_Regular.ttf') format('truetype');

	font-weight: 400;

	font-display: swap;

	font-style: normal;
}

@font-face {
	font-family: 'Avenir';

	src: url('../fonts/Avenir_Medium.ttf') format('truetype');

	font-weight: 500;

	font-display: swap;

	font-style: normal;
}

@font-face {
	font-family: 'Avenir';

	src: url('../fonts/Avenir_Black.ttf') format('truetype');

	font-weight: 800;

	font-display: swap;

	font-style: normal;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 0.5 !important;
}

.placeholder\:text-white\/70::-moz-placeholder {
	color: rgb(255 255 255 / 0.7);
}

.placeholder\:text-white\/70::placeholder {
	color: rgb(255 255 255 / 0.7);
}

.hover\:scale-95:hover {
	--tw-scale-x: 0.95;
	--tw-scale-y: 0.95;
	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\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.hover\:text-lightcyan:hover {
	--tw-text-opacity: 1;
	color: rgb(91 187 169 / var(--tw-text-opacity));
}

.hover\:text-white\/100:hover {
	color: rgb(255 255 255 / 1);
}

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

.group:hover .group-hover\:fill-lightblue {
	fill: #81a0d3;
}

.group.active .group-\[\.active\]\:-translate-y-\[10px\] {
	--tw-translate-y: -10px;
	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));
}

.group.active .group-\[\.active\]\:translate-y-2 {
	--tw-translate-y: 0.5rem;
	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));
}

.group.active .group-\[\.active\]\:-rotate-45 {
	--tw-rotate: -45deg;
	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));
}

.group.active .group-\[\.active\]\:rotate-45 {
	--tw-rotate: 45deg;
	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));
}

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

.group.active .group-\[\.active\]\:opacity-0 {
	opacity: 0;
}

@media (min-width: 360px) {
	.xs\:flex-row {
		flex-direction: row;
	}
}

@media (min-width: 640px) {
	.sm\:-mt-20 {
		margin-top: -5rem;
	}

	.sm\:scale-\[0\.8\] {
		--tw-scale-x: 0.8;
		--tw-scale-y: 0.8;
		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));
	}
}

@media (min-width: 768px) {
	.md\:-mt-20 {
		margin-top: -5rem;
	}

	.md\:mb-20 {
		margin-bottom: 5rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

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

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

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

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

	.md\:gap-\[38px\] {
		gap: 38px;
	}

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

	.md\:bg-\[url\(\'\.\.\/img\/cta-bg-tablet\.png\'\)\] {
		background-image: url('../img/cta-bg-tablet.png');
	}

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

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

	.md\:pb-20 {
		padding-bottom: 5rem;
	}

	.md\:pb-8 {
		padding-bottom: 2rem;
	}

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

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

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

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

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

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

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

	.md\:leading-tight {
		line-height: 1.25;
	}
}

@media (min-width: 1024px) {
	.lg\:order-1 {
		order: 1;
	}

	.lg\:order-2 {
		order: 2;
	}

	.lg\:order-3 {
		order: 3;
	}

	.lg\:order-4 {
		order: 4;
	}

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

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:-mt-20 {
		margin-top: -5rem;
	}

	.lg\:ml-auto {
		margin-left: auto;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mt-10 {
		margin-top: 2.5rem;
	}

	.lg\:mt-20 {
		margin-top: 5rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:w-full {
		width: 100%;
	}

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

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

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

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

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.lg\:items-end {
		align-items: flex-end;
	}

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

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

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

	.lg\:gap-20 {
		gap: 5rem;
	}

	.lg\:bg-\[url\(\'\.\.\/img\/cta-bg\.png\'\)\] {
		background-image: url('../img/cta-bg.png');
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.lg\:pb-0 {
		padding-bottom: 0px;
	}

	.lg\:text-left {
		text-align: left;
	}

	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.lg\:text-red-300 {
		--tw-text-opacity: 1;
		color: rgb(252 165 165 / var(--tw-text-opacity));
	}
}
