@import url(https://use.typekit.net/wpa8owz.css);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-top-10{
  top: -2.5rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.right-\[30px\]{
  right: 30px;
}
.right-\[68px\]{
  right: 68px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[3\.75vw\]{
  top: 3.75vw;
}
.top-\[30px\]{
  top: 30px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[101\]{
  z-index: 101;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-mt-\[7\.5vw\]{
  margin-top: -7.5vw;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[64px\]{
  margin-bottom: 64px;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[5vw\]{
  margin-left: 5vw;
}
.ml-auto{
  margin-left: auto;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-\[3\.8vw\]{
  margin-top: 3.8vw;
}
.mt-\[5vw\]{
  margin-top: 5vw;
}
.mt-\[64px\]{
  margin-top: 64px;
}
.mr-auto{
  margin-right: auto;
}
.mr-5{
  margin-right: 1.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[1px\]{
  height: 1px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-36{
  max-height: 9rem;
}
.min-h-\[20vh\]{
  min-height: 20vh;
}
.w-1\/2{
  width: 50%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[95\%\]{
  width: 95%;
}
.w-full{
  width: 100%;
}
.min-w-full{
  min-width: 100%;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.max-w-\[0px\]{
  max-width: 0px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.flex-1{
  flex: 1 1 0%;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-\[3\.8vw\]{
  gap: 3.8vw;
}
.gap-\[5vw\]{
  gap: 5vw;
}
.gap-6{
  gap: 1.5rem;
}
.gap-5{
  gap: 1.25rem;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border-\[2px\]{
  border-width: 2px;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#343434\]{
  --tw-border-opacity: 1;
  border-color: rgb(52 52 52 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.bg-\[\#09361C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(9 54 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#84F8B5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(132 248 181 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9CC9BF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(156 201 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ecebe7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 235 231 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-opacity-\[\.12\]{
  --tw-bg-opacity: .12;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-5{
  padding: 1.25rem;
}
.p-4{
  padding: 1rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[100\%\]{
  padding-bottom: 100%;
}
.pb-\[106\%\]{
  padding-bottom: 106%;
}
.pb-\[166\%\]{
  padding-bottom: 166%;
}
.pb-\[43\.85\%\]{
  padding-bottom: 43.85%;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pb-\[57\%\]{
  padding-bottom: 57%;
}
.pb-\[60\%\]{
  padding-bottom: 60%;
}
.pl-0{
  padding-left: 0px;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-\[15vw\]{
  padding-left: 15vw;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.leading-\[140\%\]{
  line-height: 140%;
}
.text-\[\#434341\]{
  --tw-text-opacity: 1;
  color: rgb(67 67 65 / var(--tw-text-opacity, 1));
}
.text-\[\#CE5C63\]{
  --tw-text-opacity: 1;
  color: rgb(206 92 99 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}
.delay-300{
  transition-delay: 300ms;
}
.delay-500{
  transition-delay: 500ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-weight: 300;
  font-size: calc(14px + 4 * (100vw - 400px) / 1920);
  font-family: "proxima-nova", sans-serif;
  color: #343434;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  line-height: 0.9;
  margin-bottom: 1rem;
  font-weight: 500;
}

/**umb_name:Header 1*/
h1 {
  font-size: calc(36px + 100 * (100vw - 400px) / 1920);
}

/**umb_name:Header 2*/
h2 {
  font-size: calc(32px + 40 * (100vw - 400px) / 1920);
}
h2.quote {
  font-size: calc(32px + 80 * (100vw - 400px) / 1920);
}

/**umb_name:Header 3*/
h3 {
  font-size: calc(24px + 40 * (100vw - 400px) / 1920);
}

/**umb_name:Header 4*/
h4 {
  font-size: calc(18px + 18 * (100vw - 400px) / 1920);
}

/**umb_name:Header 5*/
h5 {
  font-size: calc(16px + 4 * (100vw - 400px) / 1920);
}

/**umb_name:Knap*/
a.btn {
  background-color: #9CC9BF;
  color: #343434;
  padding: 17px 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9;
  border-radius: 200px;
  text-decoration: none !important;
  display: inline-block;
}

.outline-btn {
  background-color: transparent;
  color: #343434;
  border: 1px solid #343434;
  padding: 17px 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9;
  border-radius: 200px;
  text-decoration: none !important;
  display: inline-block;
}

p, span, a {
  margin: 0 0 1em 0;
  line-height: 1.5;
}

.text-wrap a, .text a {
  text-decoration: underline;
}
.text-wrap ul, .text ul {
  list-style-type: disc;
}
.text-wrap ul li, .text ul li {
  margin-left: 20px;
}

.gradient-effect {
  animation: gradientEffect 5s infinite;
}

.rotate-animation {
  animation: rotate 30s linear infinite;
}

.slide-down-full {
  height: 0;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
}
.slide-down-full.animate-in {
  height: 100%;
}

.slide-down-half {
  height: 0;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
}
.slide-down-half.animate-in {
  height: 50%;
}

.fadein {
  opacity: 0;
  transition: 1000ms ease-in-out;
  will-change: opacity, transition;
}
.fadein.animate-in {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: 600ms ease-in-out;
  will-change: opacity, transition;
}
.fadeup.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fadedown {
  opacity: 0;
  transform: translateY(-50px);
  transition: 600ms ease-in-out;
  will-change: opacity, transition;
}
.fadedown.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(70px);
  will-change: opacity, transition;
}
.fade-in-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(-70px);
  will-change: opacity, transition;
}
.fade-in-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.scalein {
  transform: scale(0);
  opacity: 0;
  transition: 1000ms ease-in-out;
}
.scalein.animate-in {
  transform: scale(1);
  opacity: 1;
}

.animate-width {
  opacity: 0;
  width: 0;
  transition: 600ms ease-in-out;
}
.animate-width.animate-in {
  opacity: 1;
  width: 100%;
}

.dash-animation {
  stroke-dasharray: 4915;
  stroke-dashoffset: 4915;
}
.dash-animation.animate-in {
  animation: dash 3s ease-out forwards;
}

.ani-delay {
  animation-delay: 500ms;
}

.easing-class {
  transition: 500ms ease-in-out;
  will-change: opacity, color, padding;
}

.easing-class-quick {
  transition: 300ms ease-in-out;
  will-change: opacity, color, padding, transform;
}

.reveal-wall {
  pointer-events: none;
  transition: 2000ms ease-out;
}
.reveal-wall.animate-in {
  transform: translateX(100%);
}

.left-curtain {
  transition: 1000ms;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  transition-delay: 300ms;
}
.left-curtain.animate-in {
  transform: translateX(-100%);
}

.right-curtain {
  transition: 1000ms;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  transition-delay: 300ms;
}
.right-curtain.animate-in {
  transform: translateX(100%);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gradientEffect {
  0% {
    width: 400vw;
  }
  50% {
    width: 100vw;
  }
  100% {
    width: 400vw;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #F8F8F8;
  overflow-x: hidden;
}

strong, b {
  font-weight: 700;
}

.text-white * {
  color: white;
}

.center-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide {
  transition: 500ms;
  will-change: width, opacity;
}

.slider-inner, .progress {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  will-change: width, transform;
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}

.scroller {
  font-size: calc(100px + 300 * (100vw - 400px) / 1920);
  line-height: 1;
  margin-bottom: 0;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 10s linear infinite;
  will-change: transform;
}

.text ul {
  list-style-type: disc;
  margin: 0;
  margin-bottom: 1em;
  padding-left: 20px;
}
.text ul li {
  margin: 0;
  padding: 0;
}
.text ul li p {
  margin-bottom: 0;
}

.scroll-container {
  overflow-y: auto;
}

/* WebKit */
.scroll-container::-webkit-scrollbar {
  width: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #005cff;
  border-radius: 8px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #003fbf;
}

/* Firefox */
.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: #005cff transparent;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.hover\:bg-\[\#F3F3F3\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:z-10{
  z-index: 10;
}

.group:hover .group-hover\:translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[200\%\]{
  --tw-scale-x: 200%;
  --tw-scale-y: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:my-\[11\.6vw\]{
    margin-top: 11.6vw;
    margin-bottom: 11.6vw;
  }
  .md\:my-\[9\.375vw\]{
    margin-top: 9.375vw;
    margin-bottom: 9.375vw;
  }
  .md\:-mb-\[30px\]{
    margin-bottom: -30px;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-\[9\.375vw\]{
    margin-bottom: 9.375vw;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-\[5vw\]{
    margin-top: 5vw;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-\[90px\]{
    margin-bottom: 90px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:w-\[33vw\]{
    width: 33vw;
  }
  .md\:w-\[45vw\]{
    width: 45vw;
  }
  .md\:max-w-\[420px\]{
    max-width: 420px;
  }
  .md\:max-w-\[540px\]{
    max-width: 540px;
  }
  .md\:flex-1{
    flex: 1 1 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\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-\[5vw\]{
    gap: 5vw;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:gap-\[6\.4vw\]{
    gap: 6.4vw;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .md\:px-\[3\.3vw\]{
    padding-left: 3.3vw;
    padding-right: 3.3vw;
  }
  .md\:px-\[4\.375vw\]{
    padding-left: 4.375vw;
    padding-right: 4.375vw;
  }
  .md\:px-\[52px\]{
    padding-left: 52px;
    padding-right: 52px;
  }
  .md\:px-\[54px\]{
    padding-left: 54px;
    padding-right: 54px;
  }
  .md\:px-\[56px\]{
    padding-left: 56px;
    padding-right: 56px;
  }
  .md\:px-\[68px\]{
    padding-left: 68px;
    padding-right: 68px;
  }
  .md\:px-\[7\.5vw\]{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .md\:py-\[38px\]{
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .md\:py-\[46px\]{
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .md\:py-\[64px\]{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:py-\[6vw\]{
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .md\:px-\[12\.6vw\]{
    padding-left: 12.6vw;
    padding-right: 12.6vw;
  }
  .md\:pb-\[12\.5vw\]{
    padding-bottom: 12.5vw;
  }
  .md\:pb-\[43\.22\%\]{
    padding-bottom: 43.22%;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pr-\[4\.15vw\]{
    padding-right: 4.15vw;
  }
  .md\:pt-\[64px\]{
    padding-top: 64px;
  }
  .md\:pb-\[28\%\]{
    padding-bottom: 28%;
  }
  .md\:text-right{
    text-align: right;
  }
}

@media (min-width: 1024px){
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-\[-5rem\]{
    right: -5rem;
  }
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:-mb-\[50px\]{
    margin-bottom: -50px;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-\[37px\]{
    width: 37px;
  }
  .lg\:w-\[84vw\]{
    width: 84vw;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:rotate-0{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rotate-90{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }
  .xl\:w-\[120px\]{
    width: 120px;
  }
  .xl\:w-\[17\.2\%\]{
    width: 17.2%;
  }
  .xl\:w-\[23\.5\%\]{
    width: 23.5%;
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
