/*
! tailwindcss v3.1.8 | 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: currentColor; /* 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.
*/

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

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 97 153 / 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:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 97 153 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 97 153 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.top-12 {
  top: 12px;
}
.right-22 {
  right: 22px;
}
.right-0 {
  right: 0px;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-0 {
  z-index: 0;
}
.z-30 {
  z-index: 30;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.mt-49 {
  margin-top: 49px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.\!mb-96 {
  margin-bottom: 96px !important;
}
.\!mt-70 {
  margin-top: 70px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-350 {
  height: 350px;
}
.h-\[200px\] {
  height: 200px;
}
.h-120 {
  height: 120px;
}
.h-80 {
  height: 80px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-80 {
  width: 80px;
}
.w-71 {
  width: 71px;
}
.w-full {
  width: 100%;
}
.w-40 {
  width: 40px;
}
.max-w-\[1700px\] {
  max-width: 1700px;
}
.max-w-\[724px\] {
  max-width: 724px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[208px\] {
  max-width: 208px;
}
.max-w-\[104px\] {
  max-width: 104px;
}
.max-w-\[85px\] {
  max-width: 85px;
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-30 {
  gap: 30px;
}
.break-all {
  word-break: break-all;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 97 153 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 97 153 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 64 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 178 19 / var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 205 102 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 255 247 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.p-30 {
  padding: 30px;
}
.p-20 {
  padding: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[31px\] {
  padding-left: 31px;
  padding-right: 31px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pb-15 {
  padding-bottom: 15px !important;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pr-8 {
  padding-right: 8px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-13 {
  padding-top: 13px;
}
.text-center {
  text-align: center;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 97 153 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@font-face {
  font-family: "Exo Semi";
  src: url("../fonts/Exo-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Exo-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Black.woff2") format("woff2"), url("../fonts/Exo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Italic.woff2") format("woff2"), url("../fonts/Exo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-BoldItalic.woff2") format("woff2"), url("../fonts/Exo-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Medium.woff2") format("woff2"), url("../fonts/Exo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-MediumItalic.woff2") format("woff2"), url("../fonts/Exo-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo Ultra";
  src: url("../fonts/Exo-UltraLightItalic.woff2") format("woff2"), url("../fonts/Exo-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Regular.woff2") format("woff2"), url("../fonts/Exo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo Ultra";
  src: url("../fonts/Exo-UltraLight.woff2") format("woff2"), url("../fonts/Exo-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-LightItalic.woff2") format("woff2"), url("../fonts/Exo-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo Extra";
  src: url("../fonts/Exo-ExtraLight-Italic.woff2") format("woff2"), url("../fonts/Exo-ExtraLight-Italic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Light.woff2") format("woff2"), url("../fonts/Exo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-BlackItalic.woff2") format("woff2"), url("../fonts/Exo-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Bold.woff2") format("woff2"), url("../fonts/Exo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo Semi";
  src: url("../fonts/Exo-SemiBold.woff2") format("woff2"), url("../fonts/Exo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo Extra";
  src: url("../fonts/Exo-ExtraLight.woff2") format("woff2"), url("../fonts/Exo-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 330px;
  width: 100%;
  margin: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.navigation-trigger-icon.active span {
  background-color: #444440;
}

.navigation-trigger-icon {
  width: 100%;
}

@media (min-width: 640px) {

  .navigation-trigger-icon {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .navigation-trigger-icon {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .navigation-trigger-icon {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .navigation-trigger-icon {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .navigation-trigger-icon {
    max-width: 1536px;
  }
}

@media (min-width: 640px) {
  .navigation-trigger-icon {
    max-width: 640px;
  }
}

@media (min-width: 769px) {
  .navigation-trigger-icon {
    max-width: 769px;
  }
}

@media (min-width: 1024px) {
  .navigation-trigger-icon {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .navigation-trigger-icon {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .navigation-trigger-icon {
    max-width: 1536px;
  }
}

.navigation-trigger-icon {
  max-width: 330px;
  width: 100%;
  margin: auto;
  z-index: 50;
  width: 37px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.navigation-trigger-icon span {
  background-color: white;
  display: block;
  height: 5px;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  transform-origin: center center;
  transition: all 200ms;
}
.navigation-trigger-icon span:first-child {
  top: 0;
}
.navigation-trigger-icon span:last-child {
  top: 100%;
  transform: translateY(-100%);
}
.navigation-trigger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navigation-trigger-icon.active span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
.navigation-trigger-icon.active span:last-child {
  top: 50%;
  transform: rotate(-45deg) translateY(0);
}
.navigation-trigger-icon.active span:nth-child(2) {
  top: 50%;
  transform: scale(0) translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .navigation-trigger-icon {
    width: 40px;
    height: 33.14px;
  }
  .navigation-trigger-icon span {
    height: 5.71px;
  }
}
@media (min-width: 768px) {
  .navigation-trigger-icon.active span {
    background-color: white;
  }
}
.navigation-container {
  z-index: 40;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  justify-content: center;
  padding-top: 80px;
}
.navigation-container ul {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .navigation-container ul {
    max-width: 1536px;
  }
}
@media (min-width: 640px) {
  .navigation-container ul {
    max-width: 640px;
  }
}
@media (min-width: 769px) {
  .navigation-container ul {
    max-width: 769px;
  }
}
@media (min-width: 1024px) {
  .navigation-container ul {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .navigation-container ul {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .navigation-container ul {
    max-width: 1536px;
  }
}
.navigation-container ul {
  max-width: 330px;
  width: 100%;
  margin: auto;
  flex-direction: column;
}
.navigation-container ul li:not(:first-child) {
  border-top: 1px solid rgba(46, 75, 119, 0.2);
}
.navigation-container ul li {
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}
.navigation-container ul li a {
  --tw-text-opacity: 1;
  color: rgb(71 178 19 / var(--tw-text-opacity));
}
.navigation-container ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(136 205 102 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .navigation-container {
    border-radius: 12px;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 33px;
    padding-left: 33px;
    top: 120px;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .navigation-container ul {
    left: 25px;
  }
  .navigation-container ul li {
    font-size: 24px;
    font-family: "Exo";
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation-container ul li a {
    --tw-text-opacity: 1;
    color: rgb(71 178 19 / var(--tw-text-opacity));
    font-size: 24px;
  }
}
.socket p {
  padding-bottom: 0px !important;
}

.subsidie h1, .subsidie h2, .subsidie h3, .subsidie h4, .subsidie h5, .subsidie h6 {
  color: #006199;
}
.subsidie .header img {
  max-height: 379px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.subsidie .header p {
  color: white;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .subsidie .header p {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .subsidie .header img {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .subsidie .header img {
    height: 379px;
  }
}
.subsidie p {
  font-size: 16px !important;
}
@media (max-width: 640px) {
  .subsidie #breadcrumbs span {
    font-size: 12px;
  }
  .subsidie #breadcrumbs {
    padding-bottom: 0px !important;
  }
}
.subsidie ul {
  padding-left: 30px;
}
.subsidie .ginput_container {
  border: none !important;
  box-shadow: none !important;
}
.subsidie .bottom-blocks h2::after {
  content: "\a" url(../images/white-dots.svg);
  white-space: pre; /* or pre-wrap */
}

body {
  overflow-x: hidden;
  width: 100%;
}

* {
  font-family: "Exo" !important;
  font-style: normal;
}

h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 80px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
p {
  font-size: 20px;
  color: #444440;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
.wp-block-column {
  position: relative;
}

.shadow {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) !important;
}

.margin-auto {
  margin: auto !important;
}

.gform_title {
  display: none;
}

.ginput_container {
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.gform_footer {
  width: 162px;
  height: 41px;
  background: #47B213;
  border-radius: 5px;
  padding: 8px 40px !important;
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px !important;
}

.gform_footer:hover {
  cursor: pointer;
  background-color: #88cd66;
}

.gform_button {
  cursor: pointer;
}

.wp-block-button__link:hover {
  background-color: #88cd66 !important;
}

@media only screen and (max-width: 767px) {
  .gform_footer {
    padding: 4px 40px !important;
  }
}
.gform_footer input {
  margin: auto;
}

.padding {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .mobile-padding {
    padding: 30px;
  }
}
@media only screen and (min-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
iframe {
  width: 100%;
  height: 391px;
}

.text-blue p ul {
  color: #006199;
}

.text-white-class p, .text-white-class h1, .text-white-class h2, .text-white-class h3, .text-white-class h4, .text-white-class h5, .text-white-class h6, .text-white-class a {
  color: white !important;
}

.highcharts-point {
  cursor: pointer;
}

.highcharts-credits,
.highcharts-range-label {
  display: none !important;
}

.highcharts-axis-labels, .highcharts-range-input text {
  color: #000;
  font-weight: 700;
}

.padding-none ul {
  padding: 0px !important;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

  .md\:fixed {
    position: fixed;
  }

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

  .md\:top-30 {
    top: 30px;
  }

  .md\:top-\[30\%\] {
    top: 30%;
  }

  .md\:float-right {
    float: right;
  }

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

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

  .md\:\!mt-105 {
    margin-top: 105px !important;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-708 {
    height: 708px;
  }

  .md\:h-270 {
    height: 270px;
  }

  .md\:h-50 {
    height: 50px;
  }

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

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

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

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

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

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

  .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\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:pt-50 {
    padding-top: 50px;
  }

  .md\:pt-70 {
    padding-top: 70px;
  }

  .md\:\!pb-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1024px) {

  .lg\:h-379 {
    height: 379px;
  }

  .lg\:w-200 {
    width: 200px;
  }

  .lg\:w-70 {
    width: 70px;
  }

  .lg\:w-150 {
    width: 150px;
  }
}