*, ::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.17 | 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: Helvetica, sans-serif; /* 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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[-1000px\] {
  top: -1000px;
}
.top-\[-1300px\] {
  top: -1300px;
}
.top-\[-1350px\] {
  top: -1350px;
}
.top-\[-1600px\] {
  top: -1600px;
}
.top-\[-1670px\] {
  top: -1670px;
}
.top-\[-1700px\] {
  top: -1700px;
}
.top-\[-2300px\] {
  top: -2300px;
}
.top-\[-2800px\] {
  top: -2800px;
}
.top-\[-2890px\] {
  top: -2890px;
}
.top-\[-560px\] {
  top: -560px;
}
.top-\[-700px\] {
  top: -700px;
}
.-z-10 {
  z-index: -10;
}
.z-50 {
  z-index: 50;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[101px\] {
  height: 101px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[161px\] {
  height: 161px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[75px\] {
  height: 75px;
}
.h-full {
  height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.w-6 {
  width: 1.5rem;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[335px\] {
  width: 335px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[544px\] {
  width: 544px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[205px\] {
  max-width: 205px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[4800px\] {
  max-width: 4800px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[538px\] {
  max-width: 538px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[578px\] {
  max-width: 578px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-boxed {
  max-width: 1440px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.grow {
  flex-grow: 1;
}
.scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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;
}
.list-disc {
  list-style-type: disc;
}
.list-number {
  list-style-type: decimal;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.place-content-between {
  place-content: space-between;
}
.content-center {
  align-content: center;
}
.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-4 {
  gap: 1rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-\[108px\] {
  border-top-left-radius: 108px;
  border-bottom-left-radius: 108px;
}
.rounded-t-\[108px\] {
  border-top-left-radius: 108px;
  border-top-right-radius: 108px;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.bg-\[\#E9EDF8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 237 248 / var(--tw-bg-opacity, 1));
}
.bg-jrcDarkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(27 77 130 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\.\.\/img\/about\/bg-about-main\.jpg\'\)\] {
  background-image: url('../img/about/bg-about-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/bauhaus\/bg-bauhaus-main\.jpg\'\)\] {
  background-image: url('../img/bauhaus/bg-bauhaus-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/biodiversity\/bg-biodiversity\.jpg\'\)\] {
  background-image: url('../img/biodiversity/bg-biodiversity.jpg');
}
.bg-\[url\(\'\.\.\/img\/climate\/bg-section\.jpg\'\)\] {
  background-image: url('../img/climate/bg-section.jpg');
}
.bg-\[url\(\'\.\.\/img\/data\/bg-section\.jpg\'\)\] {
  background-image: url('../img/data/bg-section.jpg');
}
.bg-\[url\(\'\.\.\/img\/demography-migration\/demography-migration-main\.jpg\'\)\] {
  background-image: url('../img/demography-migration/demography-migration-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/digital-transformation\/bg-digital-transformation-main\.jpg\'\)\] {
  background-image: url('../img/digital-transformation/bg-digital-transformation-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/disaster-risk-managment\/bg-vulcano\.jpg\'\)\] {
  background-image: url('../img/disaster-risk-managment/bg-vulcano.jpg');
}
.bg-\[url\(\'\.\.\/img\/economy\/bg-economy-main\.jpg\'\)\] {
  background-image: url('../img/economy/bg-economy-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/energy\/bg-energy-main\.jpg\'\)\] {
  background-image: url('../img/energy/bg-energy-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/food\/bg-food-main\.jpg\'\)\] {
  background-image: url('../img/food/bg-food-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/foresight\/bg-foresight-main\.jpg\'\)\] {
  background-image: url('../img/foresight/bg-foresight-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/forests\/bg-forests-main\.jpg\'\)\] {
  background-image: url('../img/forests/bg-forests-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/health\/bg-main-page\.jpg\'\)\] {
  background-image: url('../img/health/bg-main-page.jpg');
}
.bg-\[url\(\'\.\.\/img\/infrastructures\/bg-infrastructures-main\.jpg\'\)\] {
  background-image: url('../img/infrastructures/bg-infrastructures-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/innovation\/bg-innovation\.jpg\'\)\] {
  background-image: url('../img/innovation/bg-innovation.jpg');
}
.bg-\[url\(\'\.\.\/img\/land-air-resources\/bg-land-air-resources-main\.jpg\'\)\] {
  background-image: url('../img/land-air-resources/bg-land-air-resources-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/main\/circles\.png\'\)\] {
  background-image: url('../img/main/circles.png');
}
.bg-\[url\(\'\.\.\/img\/mobility\/bg-mobility-main\.jpg\'\)\] {
  background-image: url('../img/mobility/bg-mobility-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/nuclear\/bg-nuclear-main\.jpg\'\)\] {
  background-image: url('../img/nuclear/bg-nuclear-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/ocean-water\/bg-ocean-water-main\.jpg\'\)\] {
  background-image: url('../img/ocean-water/bg-ocean-water-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/security\/bg-security-main\.jpg\'\)\] {
  background-image: url('../img/security/bg-security-main.jpg');
}
.bg-\[url\(\'\.\.\/img\/space\/bg-space-main\.jpg\'\)\] {
  background-image: url('../img/space/bg-space-main.jpg');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#5A6BB1\] {
  --tw-gradient-from: #5A6BB1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(90 107 177 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5D68A8\] {
  --tw-gradient-from: #5D68A8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 104 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5E66AB\] {
  --tw-gradient-from: #5E66AB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 102 171 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#4995B1\] {
  --tw-gradient-to: #4995B1 var(--tw-gradient-to-position);
}
.to-\[\#78C5D0\] {
  --tw-gradient-to: #78C5D0 var(--tw-gradient-to-position);
}
.to-\[\#87C9D4\] {
  --tw-gradient-to: #87C9D4 var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-\[-260px_bottom\] {
  background-position: -260px bottom;
}
.bg-\[-320px_bottom\] {
  background-position: -320px bottom;
}
.bg-\[-350px_bottom\] {
  background-position: -350px bottom;
}
.bg-\[-380px_bottom\] {
  background-position: -380px bottom;
}
.bg-\[-480px_bottom\] {
  background-position: -480px bottom;
}
.bg-\[-510px_bottom\] {
  background-position: -510px bottom;
}
.bg-\[-550px_bottom\] {
  background-position: -550px bottom;
}
.bg-\[-560px_bottom\] {
  background-position: -560px bottom;
}
.bg-\[-570px_bottom\] {
  background-position: -570px bottom;
}
.bg-\[-580px_bottom\] {
  background-position: -580px bottom;
}
.bg-\[-610px_bottom\] {
  background-position: -610px bottom;
}
.bg-\[-650px_bottom\] {
  background-position: -650px bottom;
}
.bg-\[-815px_bottom\] {
  background-position: -815px bottom;
}
.bg-\[right_center\] {
  background-position: right center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-4 {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[31px\] {
  line-height: 31px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[33px\] {
  line-height: 33px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-jrcDarkGray {
  --tw-text-opacity: 1;
  color: rgb(60 61 59 / var(--tw-text-opacity, 1));
}
.text-jrcViolet {
  --tw-text-opacity: 1;
  color: rgb(85 95 170 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2') format('woff2'),
  url('../fonts/source-sans-pro/sourcesanspro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/sourcesanspro-light-webfont.woff2') format('woff2'),
  url('../fonts/source-sans-pro/sourcesanspro-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2') format('woff2'),
  url('../fonts/source-sans-pro/sourcesanspro-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff2') format('woff2'),
  url('../fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}



.rounded-frame {
  position: relative;
  padding: 30px;
  width: 820px;
  margin: 30px auto;
  text-align: left;
  border-radius: 20px;
  background: white; /* Fondo blanco para el contenido */
}

.rounded-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  padding: 1.5px; /* Ancho del borde */
  background: linear-gradient(to right, #5D68A8, #71C1DF);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

#mega-menu-thematic-areas .grid {
  grid-template-columns: repeat(5, 290px);
  gap: 0; /* Ajusta el espacio entre columnas si es necesario */
}

#mega-menu-resources .grid {
  grid-template-columns: repeat(3,360px);
}

#mobile-menu {
  display: none;
  overflow-y: auto ;
  max-height: 100vh;
}

#mobile-menu.show {
  display: flex;
}

button:focus {
  outline: none;
}

.hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 42px; /* Ancho del ícono */
  height: 24px; /* Altura del ícono */
  flex-shrink: 0;
  cursor: pointer;
}

.hamburger-menu .line {
  background-color: #38ADDE; /* Color de las líneas */
  height: 4px; /* Grosor de las líneas */
  width: 100%; /* Ancho completo */
  border-radius: 2px; /* Bordes redondeados */
}

.close-menu {
  position: absolute;
  top: 40px; /* Ajusta según el diseño */
  right: 40px; /* Ajusta según el diseño */
  width: 42px; /* Ancho total de la X */
  height: 24px; /* Altura total de la X */
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-menu .line {
  position: absolute;
  width: 100%; /* Igual al ancho de la X */
  height: 4px; /* Grosor de las líneas */
  background-color: #38ADDE; /* Color de las líneas */
  border-radius: 2px; /* Bordes redondeados para un acabado suave */
}

.close-menu .line:first-child {
  transform: rotate(45deg); /* Rotación de la primera línea */
}

.close-menu .line:last-child {
  transform: rotate(-45deg); /* Rotación de la segunda línea */
}

.hidden {
  display: none;
}

.text-xs {
  color: #555FAA; /* Cambia el color del triángulo */
}

button .text-xs {
  color: #3C3C3B; /* Cambia el color del texto */
}

.border-custom {
  border-bottom: 1px solid #555FAA; /* Color de borde personalizado */
}

.dashed-line {
  border-bottom: 0.5px dashed #4296AE80; /* Color de borde personalizado */
  width: 400px; /* Ajusta el ancho según sea necesario */
  margin: 10px 0; /* Ajusta el margen según sea necesario */
}
.hidden {
  display: none;
}

.block {
  display: block;
}


.menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  color: #3C3C3B; /* Color del texto */
  position: relative;
}

.menu-item:hover {
  color: #5a5db1; /* Color violeta */
}

.menu-item .underline {
  width: 17px;
  height: 1px;
  background-color: #5a5db1; /* Color violeta */
  transition: width 0.3s ease-in-out;
}

.menu-item:hover .underline {
  width: 100%; /* Se extiende para cubrir el texto */
}

.menu-item .arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease-in-out;
}

.menu-item:hover .arrow {
  transform: rotate(-90deg); /* Rotación del triángulo */
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 768px) {

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

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

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

  .md\:mt-\[150px\] {
    margin-top: 150px;
  }

  .md\:mt-\[200px\] {
    margin-top: 200px;
  }

  .md\:mt-\[260px\] {
    margin-top: 260px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

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

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

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

  .md\:pt-\[90px\] {
    padding-top: 90px;
  }

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

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

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

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[52px\] {
    line-height: 52px;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }
}

@media (min-width: 1024px) {

  .lg\:order-1 {
    order: 1;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:bg-\[right_top\] {
    background-position: right top;
  }

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

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }
}

@media (min-width: 1536px) {

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

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