@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Special+Gothic+Expanded+One&display=swap);
*, ::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;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1570px){
  .container{
    max-width: 1570px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
@media (min-width: 2300px){
  .container{
    max-width: 2300px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-top-10{
  top: -2.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-8{
  left: 2rem;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.right-8{
  right: 2rem;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.order-first{
  order: -9999;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-12{
  height: 3rem;
}
.h-\[120\%\]{
  height: 120%;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[0px\]{
  max-height: 0px;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-12{
  width: 3rem;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[250\]{
  width: 250;
}
.w-\[40px\]{
  width: 40px;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[1140px\]{
  max-width: 1140px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1360px\]{
  max-width: 1360px;
}
.max-w-\[615px\]{
  max-width: 615px;
}
.max-w-\[660px\]{
  max-width: 660px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[940px\]{
  max-width: 940px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-10{
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.translate-y-0{
  --tw-translate-y: 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));
}
.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));
}
.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));
}
.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-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-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[28px\]{
  gap: 28px;
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[2px\]{
  border-top-width: 2px;
}
.border-\[\#101010\]{
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity, 1));
}
.border-\[\#38636D\]{
  --tw-border-opacity: 1;
  border-color: rgb(56 99 109 / var(--tw-border-opacity, 1));
}
.border-\[\#38636D\]\/10{
  border-color: rgb(56 99 109 / 0.1);
}
.border-\[\#38636D\]\/15{
  border-color: rgb(56 99 109 / 0.15);
}
.border-\[\#38636D\]\/20{
  border-color: rgb(56 99 109 / 0.2);
}
.border-\[\#38636D\]\/30{
  border-color: rgb(56 99 109 / 0.3);
}
.bg-\[\#101010\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#38636D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 99 109 / var(--tw-bg-opacity, 1));
}
.bg-\[\#42626C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(66 98 108 / var(--tw-bg-opacity, 1));
}
.bg-\[\#527782\]{
  --tw-bg-opacity: 1;
  background-color: rgb(82 119 130 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DEF4BC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 244 188 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EE3124\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 49 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 248 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity, 1));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[10px\]{
  padding: 10px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-2{
  padding-top: 0.5rem;
  padding-bottom: 0.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;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-\[114\%\]{
  padding-bottom: 114%;
}
.pb-\[39\.7\%\]{
  padding-bottom: 39.7%;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pb-\[90\%\]{
  padding-bottom: 90%;
}
.pb-\[92\%\]{
  padding-bottom: 92%;
}
.pl-12{
  padding-left: 3rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[40px\]{
  font-size: 40px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.leading-none{
  line-height: 1;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#101010\]{
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity, 1));
}
.text-\[\#1F343C\]{
  --tw-text-opacity: 1;
  color: rgb(31 52 60 / var(--tw-text-opacity, 1));
}
.text-\[\#38636D\]{
  --tw-text-opacity: 1;
  color: rgb(56 99 109 / var(--tw-text-opacity, 1));
}
.text-\[\#38636D\]\/50{
  color: rgb(56 99 109 / 0.5);
}
.text-\[\#38636D\]\/60{
  color: rgb(56 99 109 / 0.6);
}
.text-\[\#38636D\]\/70{
  color: rgb(56 99 109 / 0.7);
}
.text-\[\#38636D\]\/80{
  color: rgb(56 99 109 / 0.8);
}
.text-\[\#DEF4BC\]{
  --tw-text-opacity: 1;
  color: rgb(222 244 188 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none{
  transition-property: none;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #38636D;
  font-size: calc(16px + 4 * (100vw - 400px) / 1920);
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  margin-top: 0;
  margin-bottom: 1rem;
}

span {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
}

span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

h1, h2, h3, h4, h5 {
  font-family: "Special Gothic Expanded One", sans-serif;
  line-height: 1;
  font-weight: 400;
}

.gothic {
  font-family: "Special Gothic Expanded One", sans-serif;
}

.frontpage-header h1 {
  font-size: calc(40px + 80 * (100vw - 400px) / 1920);
}

h1 {
  font-size: calc(42px + 40 * (100vw - 400px) / 1920);
}

h2 {
  font-size: calc(36px + 30 * (100vw - 400px) / 1920);
}

h2.link {
  font-size: calc(36px + 6s0 * (100vw - 400px) / 1920);
}

h3 {
  font-size: calc(30px + 24 * (100vw - 400px) / 1920) !important;
}

h4 {
  font-size: calc(20px + 4 * (100vw - 400px) / 1920) !important;
}

h5 {
  font-size: calc(16px + 4 * (100vw - 400px) / 1920) !important;
}

.footer-text-two h4 {
  line-height: 1.4;
}

.footer-menu a {
  margin-bottom: 15px;
  color: #DEF4BC;
  display: block;
  font-size: 18px;
}

.text a {
  color: #FD9747;
  text-decoration: underline;
}

.text-neon {
  color: #DEF4BC;
}

a.btn, a.btn-outline {
  padding: 11px 35px;
  font-size: 16px;
  border-radius: 100px;
  transition: 250ms ease-in-out;
  display: inline-block;
  text-decoration: none;
}

a.btn {
  background-color: #FD9747;
  color: white;
}
a.btn:hover {
  opacity: 80%;
}

a.btn-outline {
  background-color: transparent;
  border: 1px solid #38636D;
  color: #38636D;
}
a.btn-outline:hover {
  opacity: 80%;
}

.white-menu a.btn-outline {
  border: 1px solid white;
  color: white;
}

.fadein {
  opacity: 0;
  transition: 1000ms ease-in-out;
}
.fadein.animate-in {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateY(70px);
}
.fadeup.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fadedown {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateY(-70px);
}
.fadedown.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-right {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(70px);
}
.fade-in-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-left {
  opacity: 0;
  transition: 600ms ease-in-out;
  transform: translateX(-70px);
}
.fade-in-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.animate-width {
  width: 0%;
  transition: 1000ms ease-in-out;
}
.animate-width.animate-in {
  width: 100%;
}

.text-image-section {
  transition: 600ms ease-in-out;
}
.text-image-section.animate-in {
  background-color: #E8E7E2;
}
.text-image-section .image-col {
  transition: 600ms ease-in-out;
  transition-delay: 300ms;
}
.text-image-section .image-col.animate-in {
  background-color: white;
}

header.sticky {
  opacity: 0;
  transition: 1000ms ease-in-out;
}
header.sticky.animate-in {
  opacity: 1;
}

.scroll-animation {
  width: 1px;
  height: 100%;
  animation: scroll_2 2s ease-out infinite;
  position: absolute;
  top: 0;
  lefT: 0;
}

.easing-class {
  transition: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
}

.delay-700ms {
  transition-delay: 700ms !important;
}

@media (min-width: 768px) {
  .faq-title-ani {
    padding-left: 20vw;
    transition: 1s ease-out;
    transition-delay: 500ms;
  }
  .faq-title-ani.animate-in {
    padding-left: 0;
  }
}

.slider-loader {
  width: 0;
}
.slider-loader.animate {
  animation: sliderLoader 5s ease-in-out;
}

@keyframes scroll_2 {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: translateY(75%);
    opacity: 0;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes sliderLoader {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#wpadminbar {
  display: none;
}

body {
  background: #EFF2F4;
}

.center-item {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.header-blend {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Two blend modes for three layers */
  background-blend-mode: normal, screen;
}

.slider-inner, .progress {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  will-change: width, transform;
}

.slider-inner .slide, .fade-in-slider .slide {
  transition: 1s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.5, 0.9);
  will-change: width, opacity;
}

.components ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}
.menu-item .submenu {
  transition: 250ms ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.menu-item > .submenu li:hover > .submenu {
  pointer-events: initial;
  opacity: 100;
}
.menu-item:hover > .submenu {
  pointer-events: initial;
  opacity: 100;
}

.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 20s linear infinite;
  will-change: transform;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.placeholder\:text-\[\#1F343C\]\/50::-moz-placeholder{
  color: rgb(31 52 60 / 0.5);
}

.placeholder\:text-\[\#1F343C\]\/50::placeholder{
  color: rgb(31 52 60 / 0.5);
}

.hover\:border-\[\#38636D\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(56 99 109 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#38636D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 99 109 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#38636D\]:hover{
  --tw-text-opacity: 1;
  color: rgb(56 99 109 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FD9747\]:hover{
  --tw-text-opacity: 1;
  color: rgb(253 151 71 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

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

.focus\:ring-2: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(2px + 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);
}

.focus\:ring-\[\#38636D\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 99 109 / var(--tw-ring-opacity, 1));
}

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

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

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

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

@media (min-width: 640px){
  .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\:justify-between{
    justify-content: space-between;
  }
}

@media (min-width: 768px){
  .md\:bottom-\[4vw\]{
    bottom: 4vw;
  }
  .md\:my-\[5vw\]{
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .md\:my-\[9\.3vw\]{
    margin-top: 9.3vw;
    margin-bottom: 9.3vw;
  }
  .md\:mb-\[5vw\]{
    margin-bottom: 5vw;
  }
  .md\:mt-\[3\.75vw\]{
    margin-top: 3.75vw;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-\[255px\]{
    width: 255px;
  }
  .md\:w-\[270px\]{
    width: 270px;
  }
  .md\:w-\[320px\]{
    width: 320px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-\[16\]{
    gap: 16;
  }
  .md\:gap-\[5vw\]{
    gap: 5vw;
  }
  .md\:self-auto{
    align-self: auto;
  }
  .md\:p-7{
    padding: 1.75rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[35px\]{
    padding-left: 35px;
    padding-right: 35px;
  }
  .md\:px-\[7\.5vw\]{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
}

@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }
  .lg\:-right-16{
    right: -4rem;
  }
  .lg\:top-12{
    top: 3rem;
  }
  .lg\:top-\[120px\]{
    top: 120px;
  }
  .lg\:my-\[9\.375vw\]{
    margin-top: 9.375vw;
    margin-bottom: 9.375vw;
  }
  .lg\:mb-\[5vw\]{
    margin-bottom: 5vw;
  }
  .lg\:mb-\[9\.375vw\]{
    margin-bottom: 9.375vw;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:min-h-\[100vh\]{
    min-height: 100vh;
  }
  .lg\:min-h-\[42vw\]{
    min-height: 42vw;
  }
  .lg\:w-\[84vw\]{
    width: 84vw;
  }
  .lg\:w-\[94px\]{
    width: 94px;
  }
  .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-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[320px_1fr\]{
    grid-template-columns: 320px 1fr;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:px-\[14\.5vw\]{
    padding-left: 14.5vw;
    padding-right: 14.5vw;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:pb-\[37\.5vw\]{
    padding-bottom: 37.5vw;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
}

@media (min-width: 1080px){
  .min-\[1080px\]\:block{
    display: block;
  }
  .min-\[1080px\]\:hidden{
    display: none;
  }
}

@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-1\/2{
    height: 50%;
  }
  .xl\:flex-1{
    flex: 1 1 0%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-\[14\.5vw\]{
    padding-left: 14.5vw;
    padding-right: 14.5vw;
  }
  .xl\:text-\[18px\]{
    font-size: 18px;
  }
  .xl\:text-\[24px\]{
    font-size: 24px;
  }
}

@media (min-width: 1536px){
  .\32xl\:min-h-\[58\.3vw\]{
    min-height: 58.3vw;
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .\32xl\:text-\[14px\]{
    font-size: 14px;
  }
  .\32xl\:text-\[18px\]{
    font-size: 18px;
  }
  .\32xl\:text-\[20px\]{
    font-size: 20px;
  }
}
