/*! tailwindcss v2.2.17 | 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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 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 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-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 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
}

html {
    scroll-behavior: smooth;
}

/*HERO FULL HEIGHT*/

.hero {
    height: calc(100vh - 100px);
}

.subhero{
    height: 400px;
}

.inner-wrap-nav {
    max-width: 1195px;
    width: 90%;
    margin: 0 auto;
}

/*NAVIGATION UNDERLINE LINKS*/

#menu li a {
	position: relative;
}

#menu li a.active {
    border-bottom: 2px solid #fff;
}

#menu li a:after {
    content: "";
    position: absolute;
    top: 24px;
    height: 2px;
    left: 0;
    width: 100%;
    background-color: #043E3E;
    transform-origin: left;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

#menu li .submenu a:after, #menu li .submenu a:hover:after {
    display:none;

}

#menu li .submenu a {
	transform: var(--tw-transform);
	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-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#menu li .submenu a:hover{
        opacity: 0.7;
    }

#menu li a:hover:after {
        -webkit-animation: scaleUp 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
                animation: scaleUp 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        transform: none;
}

#menu li:last-child a:hover:after {
    display: none;
}

/*BUTTONS*/

.btn {
	position: relative;
	display: flex;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 0.625rem;
	gap: 0.625rem;
	overflow: hidden;
	border-radius: 9999px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	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-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn span {
	transform: var(--tw-transform);
	white-space: nowrap;
	line-height: 1;
	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-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn svg {
	transform: var(--tw-transform);
	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-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-green {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 145, 121, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-green:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 62, 62, var(--tw-bg-opacity));
}

.btn-green svg {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-download {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 145, 121, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-download:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(167, 211, 110, var(--tw-bg-opacity));
}

.btn-download svg {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-green-nav {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 145, 121, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-green-nav:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(167, 211, 110, var(--tw-bg-opacity));
}

.btn-green-nav svg {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.btn-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 62, 62, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-white svg {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.btn-white:hover svg {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/*ACCORDION ICONS*/

.accordian-item .transform.active .plus, .accordian-item .transform .minus {
	display: none;
}

.accordian-item .transform.active .minus {
	display: block;
}

.accordian-item h2.active {
	--tw-text-opacity: 1;
	color: rgba(16, 145, 121, var(--tw-text-opacity));
}

/*Frames*/

.frame-solutions {
	display: none;
}

#frame-challenge {
	display: none;
}

#frame-challenge.active-challenge {
	display: block;
}

.frame-solutions.active-solution {
	display: block;
}

.slick-slider-dots-wrapper {
    height: 40px;
    overflow: hidden;
}

.slick-slider-dots{
    display: none;



}

.slick-slider-dots ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0; 
        margin-bottom:30px;
    }

.slick-slider-dots ul li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.slick-slider-dots ul li {
	display: flex;
}

.slick-slider-dots ul li {
	height: 2.5rem;
}

.slick-slider-dots ul li {
	width: 2.5rem;
}

.slick-slider-dots ul li {
	align-items: center;
}

.slick-slider-dots ul li {
	justify-content: center;
}

.slick-slider-dots ul li {
	border-radius: 9999px;
}

.slick-slider-dots ul li {
	border-width: 2px;
}

.slick-slider-dots ul li {
	text-align: center;
}

.slick-slider-dots ul li {
	font-size: 0.9375rem;
}

.slick-slider-dots ul li {
	font-weight: 600;
}

.slick-slider-dots ul li {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.slick-slider-dots ul li {
	opacity: 0.5;
}

.slick-slider-dots ul li.slick-active {
	--tw-border-opacity: 1;
	border-color: rgba(167, 211, 110, var(--tw-border-opacity));
}

.slick-slider-dots ul li.slick-active {
	opacity: 1;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0
}

.video-container.paused-state .play {
            display: flex;
        }

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
}

.inner-wrap-xs {
    max-width: 703px;
    width: 90%;
    margin: 0 auto;
}

.inner-wrap-xxl {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width : 1025px) {
  /* the slides */
  .testimonialsCarousel .slick-slide {
    margin: 0 27px;
    
}

/* the parent */
.testimonialsCarousel .slick-list {
    margin: 0 -27px;
}
}

.circle {
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 2px;
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/*FORMS*/

.hidden--visually {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*CONTACT FORM*/

.form input[type=text], .form input[type=password], .form input[type=date], .form input[type=email] {
	height: 3.375rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 222, 221, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.form input[type=text]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form input[type=email]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.form input[type=text]::placeholder, .form input[type=password]::placeholder, .form input[type=date]::placeholder, .form input[type=email]::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.form input[type=text]:focus, .form input[type=password]:focus, .form input[type=date]:focus, .form input[type=email]:focus {
	--tw-border-opacity: 1;
	border-color: rgba(16, 145, 121, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.form select {
	height: 3.375rem;
	width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 222, 221, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.form select::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.form select::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.form select:focus {
	--tw-border-opacity: 1;
	border-color: rgba(16, 145, 121, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.form textarea {
	height: 10rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 222, 221, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.form textarea::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.form textarea::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.form textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(16, 145, 121, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

/*DOWNLOAD FORM*/

. input {
	width: 100%;
	border-radius: 0.625rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(4, 62, 62, var(--tw-border-opacity));
	--tw-border-opacity: 0.2;
	padding: 0.625rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

. input::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

. input::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

. input {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media (min-width: 768px) {

	. input {
		border-style: none;
	}

	. input {
		padding: 0px;
	}
}

.heroBannerSubtext strong {
	font-weight: 500;
}

.infoDiagramItemTextWrapper h3 {
	display: block;
	font-weight: 600;
}

@media (min-width: 768px) {

	.infoDiagramItemTextWrapper h3 {
		margin-bottom: 1.25rem;
	}

	.infoDiagramItemTextWrapper h3 {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

/*POV DIGRAM FORM*/

.pov-form input {
	height: 3.375rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 222, 221, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.pov-form input::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.pov-form input::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.pov-form input:focus {
	--tw-border-opacity: 1;
	border-color: rgba(16, 145, 121, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.pov-form textarea {
	height: 10rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 222, 221, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.pov-form textarea::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.pov-form textarea::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.pov-form textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(16, 145, 121, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

/*Details Download Form*/

.details-download-form input {
	height: 3.375rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 222, 221, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.details-download-form input::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.details-download-form input::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.details-download-form input:focus {
	--tw-border-opacity: 1;
	border-color: rgba(16, 145, 121, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.details-download-form  textarea {
	height: 10rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(218, 222, 221, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.details-download-form  textarea::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.details-download-form  textarea::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-placeholder-opacity));
}

.details-download-form  textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(16, 145, 121, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.account_form label {
	margin-bottom: 0.75rem;
	padding: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	opacity: 0.5;
}

.account_form input {
	margin-top: 0.5rem;
}

.general_text p{
        margin-bottom: 30px
    }

.general_text p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.general_text p {
	font-weight: 300;
}

.general_text p a, .general_text p bold {
	font-weight: 700;
}

.general_text ul{
        margin-left:1rem;
    }

.general_text ul li{
            list-style-type: disc;
        }

.general_text ul li p {
                margin-bottom: 5px;
            }

.general_text_content h1 {
	margin-bottom: 1.25rem;
}

.general_text_content h1 {
	display: flex;
}

.general_text_content h1 {
	justify-content: center;
}

.general_text_content h1 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.general_text_content h1 {
	font-weight: 500;
}

.general_text_content h1 {
	line-height: 1.25;
}

.general_text_content h1 {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px) {

.general_text_content h1 {
		font-size: 3.125rem;
	}
}

.general_text_content h2 {
	margin-bottom: 1.25rem;
}

.general_text_content h2 {
	display: flex;
}

.general_text_content h2 {
	justify-content: center;
}

.general_text_content h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.general_text_content h2 {
	font-weight: 500;
}

.general_text_content h2 {
	line-height: 1.25;
}

.general_text_content h2 {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px) {

.general_text_content h2 {
		font-size: 2.125rem;
	}
}

.general_text_content h3 {
	margin-bottom: 3rem;
}

.general_text_content h3 {
	display: flex;
}

.general_text_content h3 {
	justify-content: center;
}

.general_text_content h3 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.general_text_content h3 {
	font-weight: 500;
}

.general_text_content h3 {
	line-height: 1.25;
}

.general_text_content h3 {
	--tw-text-opacity: 1;
	color: rgba(16, 145, 121, var(--tw-text-opacity));
}

@media (min-width: 768px) {

.general_text_content h3 {
		font-size: 2.125rem;
	}
}

.general_text_content p{
        margin-bottom: 30px;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 31.5px;
    }

.general_text_content p a, .general_text_content p bold{
            font-weight: 500;
        }

.general_text_content ul{
        margin-left:1rem;
    }

.general_text_content ul li{
            list-style-type: disc;
            
            
        }

.general_text_content.text-left p {
            text-align: left;
        }

.nav-link {
    position: relative;
    color: #043E3E;
    text-decoration: none
   
  }

.nav-link.active {
        border-bottom: 4px solid #00957A ;
    }

.nav-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
    background-color: #043E3E;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

.nav-link:hover::before {
    transform: scaleX(1);
  }

.largeshadow{
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.05);

}

.submenuitewms .item{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

.submenuitewms .item {
	flex-grow: 1;
}

.submenuitewms .item {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.submenuitewms .item {
	padding: 30px;
}

.submenuitewms .item {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.submenuitewms .item {
	--tw-text-opacity: 1;
	color: rgba(0, 149, 122, var(--tw-text-opacity));
}

.submenuitewms .item:first-child {
	display: block;
}

.submenuitewms .item:first-child {
	width: 250px;
}

.submenuitewms .item:first-child {
	flex-grow: 0;
}

.submenuitewms .item:first-child {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.submenuitewms .item:first-child {
	font-size: 1.5rem;
	line-height: 2rem;
}

.submenuitewms .item:first-child {
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

.submenuitewms .item:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 149, 122, var(--tw-bg-opacity));
}

.submenuitewms .item:hover {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.submenuitewms .item:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.submenuitewms .item:hover p{
                color: white;
            }

.submenuitewms .item:hover:first-child {
	font-size: 1.5rem;
	line-height: 2rem;
}

.background-filter {
    background: rgba(4, 62, 62, 0.8);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
}

.boxshadow {
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.35);
}

.diagramtext p strong{
        font-weight: 600;
    }

[x-cloak] { display: none !important; }

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

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.top-5 {
	top: 1.25rem;
}

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

.bottom-0 {
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.-left-5 {
	left: -1.25rem;
}

.top-0 {
	top: 0px;
}

.right-5 {
	right: 1.25rem;
}

.top-\[35\%\] {
	top: 35%;
}

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

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

.left-3 {
	left: 0.75rem;
}

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

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

.left-10 {
	left: 2.5rem;
}

.bottom-20 {
	bottom: 5rem;
}

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

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

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

.top-4 {
	top: 1rem;
}

.right-3 {
	right: 0.75rem;
}

.-top-2 {
	top: -0.5rem;
}

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

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

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

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

.float-left {
	float: left;
}

.m-auto {
	margin: auto;
}

.m-0 {
	margin: 0px;
}

.m-4 {
	margin: 1rem;
}

.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.-mx-2\.5 {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.-mx-5 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.mx-\[1rem\] {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

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

.mb-10 {
	margin-bottom: 2.5rem;
}

.mt-15 {
	margin-top: 3.75rem;
}

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

.mb-7\.5 {
	margin-bottom: 1.875rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

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

.mb-12 {
	margin-bottom: 3rem;
}

.mb-25 {
	margin-bottom: 6.25rem;
}

.ml-5 {
	margin-left: 1.25rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mr-8 {
	margin-right: 2rem;
}

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

.mt-7\.5 {
	margin-top: 1.875rem;
}

.mt-7 {
	margin-top: 1.75rem;
}

.ml-7\.5 {
	margin-left: 1.875rem;
}

.ml-7 {
	margin-left: 1.75rem;
}

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

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

.mb-16 {
	margin-bottom: 4rem;
}

.mb-24 {
	margin-bottom: 6rem;
}

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

.mb-14 {
	margin-bottom: 3.5rem;
}

.-mt-1 {
	margin-top: -0.25rem;
}

.mb-50 {
	margin-bottom: 12.5rem;
}

.mt-50 {
	margin-top: 12.5rem;
}

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

.block {
	display: block;
}

.flex {
	display: flex;
}

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

.grid {
	display: grid;
}

.hidden {
	display: none;
}

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

.h-full {
	height: 100%;
}

.h-5 {
	height: 1.25rem;
}

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

.h-screen {
	height: 100vh;
}

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

.h-15 {
	height: 3.75rem;
}

.h-8 {
	height: 2rem;
}

.h-6 {
	height: 1.5rem;
}

.h-4 {
	height: 1rem;
}

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

.max-h-0 {
	max-height: 0px;
}

.min-h-screen {
	min-height: 100vh;
}

.w-full {
	width: 100%;
}

.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

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

.w-30 {
	width: 7.5rem;
}

.w-5 {
	width: 1.25rem;
}

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

.w-screen {
	width: 100vw;
}

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

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

.w-15 {
	width: 3.75rem;
}

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

.w-20 {
	width: 5rem;
}

.w-6 {
	width: 1.5rem;
}

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

.w-8 {
	width: 2rem;
}

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

.w-4 {
	width: 1rem;
}

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

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

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

.w-2\/5 {
	width: 40%;
}

.w-3\/5 {
	width: 60%;
}

.w-32 {
	width: 8rem;
}

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

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

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

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

.max-w-full {
	max-width: 100%;
}

.max-w-screen-lg {
	max-width: 1024px;
}

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

.max-w-4xl {
	max-width: 56rem;
}

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

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

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

.max-w-lg {
	max-width: 32rem;
}

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

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

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

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

.max-w-max {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

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

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

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

.-translate-x-12 {
	--tw-translate-x: -3rem;
	transform: var(--tw-transform);
}

.translate-x-12 {
	--tw-translate-x: 3rem;
	transform: var(--tw-transform);
}

.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}

.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}

.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}

.-translate-y-3 {
	--tw-translate-y: -0.75rem;
	transform: var(--tw-transform);
}

.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}

.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}

.rotate-0 {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}

.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}

.transform {
	transform: var(--tw-transform);
}

.cursor-pointer {
	cursor: pointer;
}

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

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

.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-end {
	align-items: flex-end;
}

.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-5 {
	grid-gap: 1.25rem;
	gap: 1.25rem;
}

.gap-10 {
	grid-gap: 2.5rem;
	gap: 2.5rem;
}

.gap-8 {
	grid-gap: 2rem;
	gap: 2rem;
}

.gap-7 {
	grid-gap: 1.75rem;
	gap: 1.75rem;
}

.gap-y-5 {
	grid-row-gap: 1.25rem;
	row-gap: 1.25rem;
}

.gap-y-7\.5 {
	grid-row-gap: 1.875rem;
	row-gap: 1.875rem;
}

.gap-y-7 {
	grid-row-gap: 1.75rem;
	row-gap: 1.75rem;
}

.gap-x-2\.5 {
	grid-column-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	     column-gap: 0.625rem;
}

.gap-x-2 {
	grid-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}

.gap-y-1 {
	grid-row-gap: 0.25rem;
	row-gap: 0.25rem;
}

.gap-x-15 {
	grid-column-gap: 3.75rem;
	-moz-column-gap: 3.75rem;
	     column-gap: 3.75rem;
}

.gap-x-4 {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}

.gap-x-10 {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	     column-gap: 2.5rem;
}

.self-end {
	align-self: flex-end;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-scroll {
	overflow: scroll;
}

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

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

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

.whitespace-nowrap {
	white-space: nowrap;
}

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

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

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

.rounded {
	border-radius: 0.25rem;
}

.rounded-sm {
	border-radius: 0.125rem;
}

.rounded-none {
	border-radius: 0px;
}

.rounded-t-md {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.rounded-b-md {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg {
	border-top-left-radius: 0.625rem;
}

.rounded-tr-lg {
	border-top-right-radius: 0.625rem;
}

.rounded-bl-lg {
	border-bottom-left-radius: 0.625rem;
}

.rounded-br-lg {
	border-bottom-right-radius: 0.625rem;
}

.border {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

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

.border-l-0 {
	border-left-width: 0px;
}

.border-r-0 {
	border-right-width: 0px;
}

.border-b-0 {
	border-bottom-width: 0px;
}

.border-b-4 {
	border-bottom-width: 4px;
}

.border-b-2 {
	border-bottom-width: 2px;
}

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

.border-solid {
	border-style: solid;
}

.border-none {
	border-style: none;
}

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

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

.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(4, 62, 62, var(--tw-border-opacity));
}

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

.border-lightgray {
	--tw-border-opacity: 1;
	border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

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

.border-lightgreen {
	--tw-border-opacity: 1;
	border-color: rgba(167, 211, 110, var(--tw-border-opacity));
}

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

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

.border-opacity-20 {
	--tw-border-opacity: 0.2;
}

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

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

.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 62, 62, var(--tw-bg-opacity));
}

.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 145, 121, var(--tw-bg-opacity));
}

.bg-limegreen {
	--tw-bg-opacity: 1;
	background-color: rgba(164, 214, 94, var(--tw-bg-opacity));
}

.bg-medgreen {
	--tw-bg-opacity: 1;
	background-color: rgba(84, 180, 107, var(--tw-bg-opacity));
}

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

.bg-\[\#F8F8F8\] {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.bg-lightgray {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.bg-whiteishgray {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.bg-red-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-green-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}

.bg-none {
	background-image: none;
}

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

.bg-clip-padding {
	background-clip: padding-box;
}

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

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

.fill-current {
	fill: currentColor;
}

.p-15 {
	padding: 3.75rem;
}

.p-1 {
	padding: 0.25rem;
}

.p-4 {
	padding: 1rem;
}

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

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

.p-7\.5 {
	padding: 1.875rem;
}

.p-7 {
	padding: 1.75rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-10 {
	padding: 2.5rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-12 {
	padding: 3rem;
}

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

.p-6 {
	padding: 1.5rem;
}

.p-2\.5 {
	padding: 0.625rem;
}

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

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

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

.py-50 {
	padding-top: 12.5rem;
	padding-bottom: 12.5rem;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

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

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

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

.py-25 {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

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

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

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

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

.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.py-\[3\.5rem\] {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.px-\[1\.25rem\] {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-15 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pr-10 {
	padding-right: 2.5rem;
}

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

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

.pb-3 {
	padding-bottom: 0.75rem;
}

.pr-5 {
	padding-right: 1.25rem;
}

.pr-4 {
	padding-right: 1rem;
}

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

.pt-25 {
	padding-top: 6.25rem;
}

.pl-5 {
	padding-left: 1.25rem;
}

.pr-7\.5 {
	padding-right: 1.875rem;
}

.pt-7\.5 {
	padding-top: 1.875rem;
}

.pb-15 {
	padding-bottom: 3.75rem;
}

.pr-7 {
	padding-right: 1.75rem;
}

.pt-7 {
	padding-top: 1.75rem;
}

.pr-20 {
	padding-right: 5rem;
}

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

.pt-11 {
	padding-top: 2.75rem;
}

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

.pl-8 {
	padding-left: 2rem;
}

.pt-12 {
	padding-top: 3rem;
}

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

.pb-25 {
	padding-bottom: 6.25rem;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

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

.pr-2 {
	padding-right: 0.5rem;
}

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

.pl-2 {
	padding-left: 0.5rem;
}

.pt-8 {
	padding-top: 2rem;
}

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

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

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

.font-gibson {
	font-family: canada-type-gibson, sans-serif;
}

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

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-4xl {
	font-size: 2.125rem;
}

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

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

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

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-5xl {
	font-size: 3.125rem;
}

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

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

.text-sm-15 {
	font-size: 0.9375rem;
}

.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}

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

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

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

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

.font-light {
	font-weight: 300;
}

.font-extralight {
	font-weight: 200;
}

.italic {
	font-style: italic;
}

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

.leading-10 {
	line-height: 2.5rem;
}

.leading-6 {
	line-height: 1.5rem;
}

.leading-relaxed {
	line-height: 1.625;
}

.leading-loose {
	line-height: 2;
}

.tracking-widest {
	letter-spacing: 0.1em;
}

.text-primary {
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

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

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

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

.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(16, 145, 121, var(--tw-text-opacity));
}

.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.\!text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-medgreen {
	--tw-text-opacity: 1;
	color: rgba(84, 180, 107, var(--tw-text-opacity));
}

.text-greygreen {
	--tw-text-opacity: 1;
	color: rgba(62, 71, 70, var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

.no-underline {
	text-decoration: none;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-20 {
	opacity: 0.2;
}

.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	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);
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	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);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	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);
}

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

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

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

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

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

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

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-linear {
	transition-timing-function: linear;
}

/* Slider */

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

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

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

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

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

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

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

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

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

.slick-slide {
    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 {

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

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

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

.hover\:text-secondary:hover {
	--tw-text-opacity: 1;
	color: rgba(16, 145, 121, var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
	opacity: 1;
}

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

.focus\:text-primary:focus {
	--tw-text-opacity: 1;
	color: rgba(4, 62, 62, var(--tw-text-opacity));
}

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

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-0:focus {
	--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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

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

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

.group:hover .group-hover\:h-full {
	height: 100%;
}

.group:hover .group-hover\:translate-x-12 {
	--tw-translate-x: 3rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:translate-x-10 {
	--tw-translate-x: 2.5rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:translate-x-3\.5 {
	--tw-translate-x: 0.875rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:translate-x-3 {
	--tw-translate-x: 0.75rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:translate-x-7\.5 {
	--tw-translate-x: 1.875rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:translate-x-7 {
	--tw-translate-x: 1.75rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:-translate-x-12 {
	--tw-translate-x: -3rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:-translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:-translate-x-7\.5 {
	--tw-translate-x: -1.875rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:-translate-x-7 {
	--tw-translate-x: -1.75rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:-translate-x-3\.5 {
	--tw-translate-x: -0.875rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:-translate-x-3 {
	--tw-translate-x: -0.75rem;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
	opacity: 0;
}

.group:hover .group-hover\:ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px) {

	.sm\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

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

	.sm\:flex {
		display: flex;
	}

	.sm\:w-4\/5 {
		width: 80%;
	}

	.sm\:w-1\/2 {
		width: 50%;
	}

	.sm\:w-3\/4 {
		width: 75%;
	}

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

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

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

	.sm\:p-14 {
		padding: 3.5rem;
	}

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

	.sm\:p-11 {
		padding: 2.75rem;
	}

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

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

@media (min-width: 768px) {

	.md\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.md\:-mx-5 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}

	.md\:mx-5 {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}

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

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

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

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

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

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

	.md\:h-auto {
		height: auto;
	}

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

	.md\:w-1\/2 {
		width: 50%;
	}

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

	.md\:w-auto {
		width: auto;
	}

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

	.md\:w-1\/3 {
		width: 33.333333%;
	}

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

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

	.md\:max-w-max {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}

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

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

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

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

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

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

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

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

	.md\:rounded-none {
		border-radius: 0px;
	}

	.md\:border {
		border-width: 1px;
	}

	.md\:border-r {
		border-right-width: 1px;
	}

	.md\:p-10 {
		padding: 2.5rem;
	}

	.md\:p-0 {
		padding: 0px;
	}

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

	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.md\:py-7\.5 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}

	.md\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.md\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.md\:pl-7\.5 {
		padding-left: 1.875rem;
	}

	.md\:pl-7 {
		padding-left: 1.75rem;
	}

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

	.md\:text-4xl {
		font-size: 2.125rem;
	}

	.md\:text-8xl {
		font-size: 5.625rem;
	}

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

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

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

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

@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute;
	}

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

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

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

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

	.lg\:-mx-2\.5 {
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}

	.lg\:-mx-2 {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.lg\:mx-5 {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}

	.lg\:mb-24 {
		margin-bottom: 6rem;
	}

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

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

	.lg\:block {
		display: block;
	}

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

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

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

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

	.lg\:min-h-\[39vw\] {
		min-height: 39vw;
	}

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

	.lg\:w-50 {
		width: 12.5rem;
	}

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

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

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

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

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

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

	.lg\:w-2\/3 {
		width: 66.666667%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-auto {
		width: auto;
	}

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

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

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

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

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

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

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

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

	.lg\:gap-x-7\.5 {
		grid-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		     column-gap: 1.875rem;
	}

	.lg\:gap-x-7 {
		grid-column-gap: 1.75rem;
		-moz-column-gap: 1.75rem;
		     column-gap: 1.75rem;
	}

	.lg\:gap-x-10 {
		grid-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}

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

	.lg\:rounded-tl-none {
		border-top-left-radius: 0px;
	}

	.lg\:rounded-bl-lg {
		border-bottom-left-radius: 0.625rem;
	}

	.lg\:rounded-bl-none {
		border-bottom-left-radius: 0px;
	}

	.lg\:rounded-tr-lg {
		border-top-right-radius: 0.625rem;
	}

	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.lg\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}

	.lg\:pb-60 {
		padding-bottom: 15rem;
	}

	.lg\:pr-4 {
		padding-right: 1rem;
	}

	.lg\:pl-4 {
		padding-left: 1rem;
	}

	.lg\:pl-20 {
		padding-left: 5rem;
	}

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

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

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

@media (min-width: 1280px) {

	.xl\:absolute {
		position: absolute;
	}

	.xl\:top-0 {
		top: 0px;
	}

	.xl\:mx-20 {
		margin-left: 5rem;
		margin-right: 5rem;
	}

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

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

	.xl\:flex {
		display: flex;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:min-h-\[39vw\] {
		min-height: 39vw;
	}

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

	.xl\:w-1\/2 {
		width: 50%;
	}

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

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

	.xl\:w-1\/3 {
		width: 33.333333%;
	}

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

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

	.xl\:rounded-lg {
		border-radius: 0.625rem;
	}

	.xl\:rounded-none {
		border-radius: 0px;
	}

	.xl\:rounded-b-lg {
		border-bottom-right-radius: 0.625rem;
		border-bottom-left-radius: 0.625rem;
	}

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

	.xl\:bg-none {
		background-image: none;
	}

	.xl\:p-0 {
		padding: 0px;
	}

	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.xl\:pb-24 {
		padding-bottom: 6rem;
	}

	.xl\:pt-28 {
		padding-top: 7rem;
	}

	.xl\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.xl\:pl-15 {
		padding-left: 3.75rem;
	}

	.xl\:pr-10 {
		padding-right: 2.5rem;
	}

	.xl\:shadow-2xl {
		--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		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);
	}

	.xl\:shadow-none {
		--tw-shadow: 0 0 rgba(0,0,0,0);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		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);
	}
}

@media (min-width: 1536px) {

	.\32xl\:m-auto {
		margin: auto;
	}

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

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

	.\32xl\:max-w-screen-lg {
		max-width: 1024px;
	}

	.\32xl\:max-w-screen-xl {
		max-width: 1280px;
	}

	.\32xl\:gap-x-20 {
		grid-column-gap: 5rem;
		-moz-column-gap: 5rem;
		     column-gap: 5rem;
	}

	.\32xl\:px-\[76px\] {
		padding-left: 76px;
		padding-right: 76px;
	}

	.\32xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.\32xl\:pt-30 {
		padding-top: 7.5rem;
	}

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

	.\32xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 500px) {

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

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

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

	.phone\:p-10 {
		padding: 2.5rem;
	}

	.phone\:p-11 {
		padding: 2.75rem;
	}
}

@media (min-width: 1120px) {

	.\32lg\:flex {
		display: flex;
	}

	.\32lg\:hidden {
		display: none;
	}

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

