/* purgecss start ignore */
/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
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)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
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)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
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 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
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;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
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;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}
.container {
	width: 100%;
}
@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: 1360px) {
	.container {
		max-width: 1360px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
@media (min-width: 2048px) {
	.container {
		max-width: 2048px;
	}
}
@media (min-width: 2560px) {
	.container {
		max-width: 2560px;
	}
}
@media (min-width: 3840px) {
	.container {
		max-width: 3840px;
	}
}
/* purgecss end ignore */
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-\[228px\] {
	top: 228px;
}
.top-\[514px\] {
	top: 514px;
}
.top-\[618px\] {
	top: 618px;
}
.top-0 {
	top: 0px;
}
.top-\[1600px\] {
	top: 1600px;
}
.top-\[954px\] {
	top: 954px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-\[4px\] {
	top: 4px;
}
.top-\[-350px\] {
	top: -350px;
}
.z-40 {
	z-index: 40;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-50 {
	z-index: 50;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-\[20px\] {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mx-\[10px\] {
	margin-left: 10px;
	margin-right: 10px;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mt-\[120px\] {
	margin-top: 120px;
}
.mb-\[12px\] {
	margin-bottom: 12px;
}
.mt-\[66px\] {
	margin-top: 66px;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-\[-165px\] {
	margin-top: -165px;
}
.mt-\[24px\] {
	margin-top: 24px;
}
.mb-\[16px\] {
	margin-bottom: 16px;
}
.mt-\[4px\] {
	margin-top: 4px;
}
.mt-\[6px\] {
	margin-top: 6px;
}
.mt-\[2px\] {
	margin-top: 2px;
}
.ml-\[24px\] {
	margin-left: 24px;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.ml-\[36px\] {
	margin-left: 36px;
}
.ml-\[10px\] {
	margin-left: 10px;
}
.mb-\[4px\] {
	margin-bottom: 4px;
}
.mt-\[52px\] {
	margin-top: 52px;
}
.mb-\[42px\] {
	margin-bottom: 42px;
}
.mt-\[790px\] {
	margin-top: 790px;
}
.mt-\[40px\] {
	margin-top: 40px;
}
.mr-\[25px\] {
	margin-right: 25px;
}
.mt-\[-653px\] {
	margin-top: -653px;
}
.mt-\[-150px\] {
	margin-top: -150px;
}
.box-border {
	box-sizing: border-box;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.hidden {
	display: none;
}
.h-\[96px\] {
	height: 96px;
}
.h-\[2159px\] {
	height: 2159px;
}
.h-\[455px\] {
	height: 455px;
}
.h-full {
	height: 100%;
}
.h-\[653px\] {
	height: 653px;
}
.h-\[460px\] {
	height: 460px;
}
.h-\[718px\] {
	height: 718px;
}
.h-\[1650px\] {
	height: 1650px;
}
.h-\[538px\] {
	height: 538px;
}
.h-\[42px\] {
	height: 42px;
}
.h-\[1102px\] {
	height: 1102px;
}
.h-\[818px\] {
	height: 818px;
}
.h-\[73px\] {
	height: 73px;
}
.h-\[26px\] {
	height: 26px;
}
.h-\[28px\] {
	height: 28px;
}
.h-\[70px\] {
	height: 70px;
}
.h-\[120px\] {
	height: 120px;
}
.h-\[48px\] {
	height: 48px;
}
.h-\[760px\] {
	height: 760px;
}
.h-\[52px\] {
	height: 52px;
}
.h-\[2693px\] {
	height: 2693px;
}
.h-\[2893px\] {
	height: 2893px;
}
.h-\[128px\] {
	height: 128px;
}
.h-\[1680px\] {
	height: 1680px;
}
.h-\[20px\] {
	height: 20px;
}
.min-h-screen {
	min-height: 100vh;
}
.w-\[343px\] {
	width: 343px;
}
.w-full {
	width: 100%;
}
.w-\[272px\] {
	width: 272px;
}
.w-\[300px\] {
	width: 300px;
}
.w-\[375px\] {
	width: 375px;
}
.w-\[212px\] {
	width: 212px;
}
.w-max {
	width: -moz-max-content;
	width: max-content;
}
.w-\[174px\] {
	width: 174px;
}
.w-screen {
	width: 100vw;
}
.w-\[146px\] {
	width: 146px;
}
.w-\[1400px\] {
	width: 1400px;
}
.max-w-\[1754px\] {
	max-width: 1754px;
}
.max-w-full {
	max-width: 100%;
}
.flex-1 {
	flex: 1 1 0%;
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-wait {
	cursor: wait;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.resize-none {
	resize: none;
}
.resize {
	resize: both;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-csg-teal-01 {
	--tw-border-opacity: 1;
	border-color: rgba(114, 223, 251, var(--tw-border-opacity));
}
.border-\[\#FF3D68\] {
	--tw-border-opacity: 1;
	border-color: rgba(255, 61, 104, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-csg-gray-02 {
	--tw-border-opacity: 1;
	border-color: rgba(194, 198, 204, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-csg-black-01 {
	--tw-bg-opacity: 1;
	background-color: rgba(27, 27, 27, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-csg-gray-03 {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 229, 232, var(--tw-bg-opacity));
}
.bg-csg-teal-01 {
	--tw-bg-opacity: 1;
	background-color: rgba(114, 223, 251, var(--tw-bg-opacity));
}
.bg-\[\#FF3D68\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 61, 104, var(--tw-bg-opacity));
}
.bg-cover {
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-1 {
	padding: 0.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-\[32px\] {
	padding-left: 32px;
	padding-right: 32px;
}
.py-\[32px\] {
	padding-top: 32px;
	padding-bottom: 32px;
}
.px-\[16px\] {
	padding-left: 16px;
	padding-right: 16px;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pr-\[20px\] {
	padding-right: 20px;
}
.text-center {
	text-align: center;
}
.font-montserrat {
	font-family: Montserrat, sans-serif;
}
.font-lato {
	font-family: Lato, sans-serif;
}
.text-heading-h2 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.02em;
}
.text-heading-h3 {
	font-size: 17px;
	line-height: 24px;
}
.text-heading-metrics-num {
	font-size: 126px;
	line-height: 151px;
	letter-spacing: -0.04em;
}
.text-heading-metrics-txt {
	font-size: 34px;
	line-height: 40px;
	letter-spacing: 0.04em;
}
.text-heading-h5-more-spacing {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
}
.text-display-4 {
	font-size: 38px;
	line-height: 46px;
	letter-spacing: -1px;
}
.text-heading-h7 {
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.04em;
}
.text-heading-h8 {
	font-size: 13px;
	line-height: 19px;
}
.text-heading-h5 {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.08em;
}
.text-heading-h4 {
	font-size: 15px;
	line-height: 21px;
}
.text-heading-h6 {
	font-size: 12px;
	line-height: 12px;
}
.font-extrabold {
	font-weight: 800;
}
.font-normal {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-black {
	font-weight: 900;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-csg-teal-01 {
	--tw-text-opacity: 1;
	color: rgba(114, 223, 251, var(--tw-text-opacity));
}
.text-csg-black-01 {
	--tw-text-opacity: 1;
	color: rgba(27, 27, 27, var(--tw-text-opacity));
}
.text-csg-gray-01 {
	--tw-text-opacity: 1;
	color: rgba(98, 105, 115, var(--tw-text-opacity));
}
.text-csg-gray-03 {
	--tw-text-opacity: 1;
	color: rgba(227, 229, 232, var(--tw-text-opacity));
}
.text-csg-gray-02 {
	--tw-text-opacity: 1;
	color: rgba(194, 198, 204, var(--tw-text-opacity));
}
.text-\[\#FF3D68\] {
	--tw-text-opacity: 1;
	color: rgba(255, 61, 104, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring {
	--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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html,
body {
  height: 100%;
  width: 100%;
}
.home-bg {
  background: linear-gradient(122.26deg, #020203 0%, #626973 100%);
}
.our-info-bg {
  position: relative; /* make the parent element positioned */
}
.our-info-bg::before {
  content: ""; /* create a pseudo-element */
  position: absolute; /* position the pseudo-element */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* apply the rgba background to the pseudo-element */
  z-index: 1; /* set the z-index to be above the gradient */
}
.our-info-bg {
  background: linear-gradient(122.26deg, #020203 0%, #626973 100%);
  z-index: 0; /* set the z-index to be below the pseudo-element */
}
.bottom-bg-img {
  background-image: url("/images/bottom-image.png");
}
.metric-bg-img {
  background-image: url("/images/info-numbers-bg.png");
}
@media only screen and (max-width: 640px) {
  .bottom-bg-img {
    background-image: url("/images/bottom-image-mobile.png");
  }
}
.about-section {
  background-image: url("/images/horizontal-logo-frame.png");
}
@media only screen and (min-width: 1024px) {
  .about-section {
    background-image: url("/images/vertical-logo-frame-scaled.png");
  }
}
@media only screen and (min-width: 1360px) {
  .about-section {
    background-image: url("/images/vertical-logo-frame.png");
  }
}
/* Hamburgers css deps overrule */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: currentColor !important;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: currentColor !important;
  width: 24px !important;
  height: 3px !important;
}
.hamburger-box {
  width: 24px !important;
  height: 24px !important;
}
.hamburger {
  padding: 6px !important;
  z-index: 100;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.focus-within\:border-csg-teal-01:focus-within {
	--tw-border-opacity: 1;
	border-color: rgba(114, 223, 251, var(--tw-border-opacity));
}
.focus-within\:text-white:focus-within {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 768px) {
	.md\:block {
		display: block;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-\[39px\] {
		height: 39px;
	}
	.md\:w-\[243px\] {
		width: 243px;
	}
}
@media (min-width: 1024px) {
	.lg\:top-\[18px\] {
		top: 18px;
	}
	.lg\:left-\[31\%\] {
		left: 31%;
	}
	.lg\:top-\[570px\] {
		top: 570px;
	}
	.lg\:left-\[37\%\] {
		left: 37%;
	}
	.lg\:top-\[654px\] {
		top: 654px;
	}
	.lg\:top-\[1701px\] {
		top: 1701px;
	}
	.lg\:top-\[1080px\] {
		top: 1080px;
	}
	.lg\:top-\[100px\] {
		top: 100px;
	}
	.lg\:mt-\[201px\] {
		margin-top: 201px;
	}
	.lg\:mt-\[108px\] {
		margin-top: 108px;
	}
	.lg\:mt-\[-301px\] {
		margin-top: -301px;
	}
	.lg\:mt-\[40px\] {
		margin-top: 40px;
	}
	.lg\:mr-8 {
		margin-right: 2rem;
	}
	.lg\:ml-\[29px\] {
		margin-left: 29px;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mt-\[356px\] {
		margin-top: 356px;
	}
	.lg\:ml-\[32px\] {
		margin-left: 32px;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:mt-\[-189px\] {
		margin-top: -189px;
	}
	.lg\:mt-\[-250px\] {
		margin-top: -250px;
	}
	.lg\:block {
		display: block;
	}
	.lg\:h-\[68px\] {
		height: 68px;
	}
	.lg\:h-\[90px\] {
		height: 90px;
	}
	.lg\:h-\[2044px\] {
		height: 2044px;
	}
	.lg\:h-\[1160px\] {
		height: 1160px;
	}
	.lg\:h-\[893px\] {
		height: 893px;
	}
	.lg\:h-\[248px\] {
		height: 248px;
	}
	.lg\:h-\[192px\] {
		height: 192px;
	}
	.lg\:h-\[1000px\] {
		height: 1000px;
	}
	.lg\:h-\[400px\] {
		height: 400px;
	}
	.lg\:h-\[430px\] {
		height: 430px;
	}
	.lg\:h-\[547px\] {
		height: 547px;
	}
	.lg\:h-\[715px\] {
		height: 715px;
	}
	.lg\:h-\[419px\] {
		height: 419px;
	}
	.lg\:h-\[40px\] {
		height: 40px;
	}
	.lg\:h-\[102px\] {
		height: 102px;
	}
	.lg\:h-\[1175px\] {
		height: 1175px;
	}
	.lg\:w-\[640px\] {
		width: 640px;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-\[700px\] {
		width: 700px;
	}
	.lg\:w-\[832px\] {
		width: 832px;
	}
	.lg\:w-\[416px\] {
		width: 416px;
	}
	.lg\:w-\[352px\] {
		width: 352px;
	}
	.lg\:w-\[1024px\] {
		width: 1024px;
	}
	.lg\:w-\[250px\] {
		width: 250px;
	}
	.lg\:w-\[1008px\] {
		width: 1008px;
	}
	.lg\:w-\[980px\] {
		width: 980px;
	}
	.lg\:w-full {
		width: 100%;
	}
	.lg\:w-\[550px\] {
		width: 550px;
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:items-start {
		align-items: flex-start;
	}
	.lg\:justify-start {
		justify-content: flex-start;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:justify-around {
		justify-content: space-around;
	}
	.lg\:gap-y-0 {
		row-gap: 0px;
	}
	.lg\:px-\[0px\] {
		padding-left: 0px;
		padding-right: 0px;
	}
	.lg\:pr-\[64px\] {
		padding-right: 64px;
	}
	.lg\:pl-\[32px\] {
		padding-left: 32px;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-heading-h4 {
		font-size: 15px;
		line-height: 21px;
	}
	.lg\:text-heading-h2 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.02em;
	}
}
@media (min-width: 1280px) {
	.xls\:left-\[42\%\] {
		left: 42%;
	}
	.xls\:left-\[48\%\] {
		left: 48%;
	}
	.xls\:w-\[1150px\] {
		width: 1150px;
	}
}
@media (min-width: 1360px) {
	.xl\:left-\[43\.8\%\] {
		left: 43.8%;
	}
	.xl\:top-\[573px\] {
		top: 573px;
	}
	.xl\:left-\[44\%\] {
		left: 44%;
	}
	.xl\:top-\[657px\] {
		top: 657px;
	}
	.xl\:top-\[1040px\] {
		top: 1040px;
	}
	.xl\:mr-0 {
		margin-right: 0px;
	}
	.xl\:mt-\[104px\] {
		margin-top: 104px;
	}
	.xl\:block {
		display: block;
	}
	.xl\:hidden {
		display: none;
	}
	.xl\:h-\[953px\] {
		height: 953px;
	}
	.xl\:h-\[336px\] {
		height: 336px;
	}
	.xl\:h-\[590px\] {
		height: 590px;
	}
	.xl\:h-\[489px\] {
		height: 489px;
	}
	.xl\:h-\[400px\] {
		height: 400px;
	}
	.xl\:w-\[1366px\] {
		width: 1366px;
	}
	.xl\:w-\[640px\] {
		width: 640px;
	}
	.xl\:w-\[1088px\] {
		width: 1088px;
	}
	.xl\:w-\[1312px\] {
		width: 1312px;
	}
	.xl\:w-\[528px\] {
		width: 528px;
	}
	.xl\:gap-y-\[56px\] {
		row-gap: 56px;
	}
	.xl\:px-\[68px\] {
		padding-left: 68px;
		padding-right: 68px;
	}
	.xl\:text-heading-h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.xl\:text-heading-h2-more-spacing {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.04em;
	}
	.xl\:text-size-21 {
		font-size: 21px;
		line-height: 24px;
		letter-spacing: 6px;
	}
	.xl\:text-heading-h4 {
		font-size: 15px;
		line-height: 21px;
	}
	.xl\:text-display-3 {
		font-size: 56px;
		line-height: 64px;
		letter-spacing: -1px;
	}
}
@media (min-width: 1536px) {
	.\32xl\:left-\[50\.9\%\] {
		left: 50.9%;
	}
	.\32xl\:left-\[51\.1\%\] {
		left: 51.1%;
	}
	.\32xl\:top-\[-200px\] {
		top: -200px;
	}
	.\32xl\:h-\[1646px\] {
		height: 1646px;
	}
	.\32xl\:w-full {
		width: 100%;
	}
	.\32xl\:w-\[300px\] {
		width: 300px;
	}
}
@media (min-width: 2048px) {
	.\33xl\:left-\[52\.3\%\] {
		left: 52.3%;
	}
	.\33xl\:left-\[52\.6\%\] {
		left: 52.6%;
	}
	.\33xl\:top-\[-250px\] {
		top: -250px;
	}
	.\33xl\:h-\[1900px\] {
		height: 1900px;
	}
}
@media (min-width: 2560px) {
	.\34xl\:left-\[55\.4\%\] {
		left: 55.4%;
	}
	.\34xl\:left-\[55\.5\%\] {
		left: 55.5%;
	}
	.\34xl\:top-\[-400px\] {
		top: -400px;
	}
	.\34xl\:h-\[2150px\] {
		height: 2150px;
	}
}
@media (min-width: 3840px) {
	.\35xl\:top-10 {
		top: 2.5rem;
	}
	.\35xl\:left-\[56\%\] {
		left: 56%;
	}
	.\35xl\:top-\[951px\] {
		top: 951px;
	}
	.\35xl\:left-\[56\.2\%\] {
		left: 56.2%;
	}
	.\35xl\:top-\[1051px\] {
		top: 1051px;
	}
	.\35xl\:top-\[2401px\] {
		top: 2401px;
	}
	.\35xl\:top-\[1750px\] {
		top: 1750px;
	}
	.\35xl\:top-\[-600px\] {
		top: -600px;
	}
	.\35xl\:h-\[2725px\] {
		height: 2725px;
	}
	.\35xl\:h-\[1860px\] {
		height: 1860px;
	}
	.\35xl\:h-\[2400px\] {
		height: 2400px;
	}
	.\35xl\:h-\[2600px\] {
		height: 2600px;
	}
	.\35xl\:w-\[1240px\] {
		width: 1240px;
	}
	.\35xl\:w-\[1439px\] {
		width: 1439px;
	}
	.\35xl\:text-heading-metrics-txt {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: 0.04em;
	}
}
