*, ::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: Inter, system-ui, -apple-system, 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;
}

* {
  font-family: 'Red Hat Display', sans-serif;
}

body {
  background: #edf0f9;
  overflow-x: hidden;
}

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

.nav-blur {
  backdrop-filter: blur(10.585px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(69, 84, 152, 0.2));
  border: 2px solid white;
}

.blue-grad {
  background: linear-gradient(to bottom, #08008b, #2c3d8b);
}

.btn-grad {
  background: linear-gradient(to left, #08008b, #0c1025);
}

/* Partners ticker */

.ticker-track {
  display: flex;
  gap: 65px;
  align-items: center;
  animation: ticker 22s linear infinite;
  width: -moz-max-content;
  width: max-content;
}

/* Sede card */

.sede-card {
  background: white;
  border: 1px solid #c8c8c8;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

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

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

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-\[-68px\] {
  right: -68px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

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

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

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

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

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

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

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

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

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

.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}

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

.mb-2 {
  margin-bottom: 0.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;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-full {
  max-height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 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));
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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;
}

.items-stretch {
  align-items: stretch;
}

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 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-\[22px\] {
  gap: 22px;
}

.gap-\[65px\] {
  gap: 65px;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

.border-\[\#08008b\] {
  --tw-border-opacity: 1;
  border-color: rgb(8 0 139 / var(--tw-border-opacity, 1));
}

.border-\[\#2c3d8b\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 61 139 / var(--tw-border-opacity, 1));
}

.border-\[\#535353\] {
  --tw-border-opacity: 1;
  border-color: rgb(83 83 83 / var(--tw-border-opacity, 1));
}

.border-\[\#c8c8c8\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
}

.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#e5e7eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#08008b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 0 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#08008b\]\/20 {
  background-color: rgb(8 0 139 / 0.2);
}

.bg-\[\#0c068b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 6 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1e1e1e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c3ceff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 206 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e2e8f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e5e7eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#edf0f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 249 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(217\2c 217\2c 217\2c 0\.2\)\] {
  background-color: rgba(217,217,217,0.2);
}

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

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.px-\[46px\] {
  padding-left: 46px;
  padding-right: 46px;
}

.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[73px\] {
  padding-top: 73px;
  padding-bottom: 73px;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[normal\] {
  line-height: normal;
}

.leading-none {
  line-height: 1;
}

.tracking-\[3\.2px\] {
  letter-spacing: 3.2px;
}

.text-\[\#08008b\] {
  --tw-text-opacity: 1;
  color: rgb(8 0 139 / var(--tw-text-opacity, 1));
}

.text-\[\#1e1e1e\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.text-\[\#535353\] {
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1));
}

.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-\[\#c8c8c8\] {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}

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

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

/* Swiper news — fuera de @layer para que Tailwind no los purgue (clases generadas por JS) */

.news-swiper {
  padding-bottom: 52px;
}

.news-swiper .swiper-pagination-bullet {
  background: white;
  opacity: .4;
}

.news-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  border-radius: 4px;
  transition: width .3s;
}

.news-swiper .swiper-button-next,
.news-swiper .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.news-swiper .swiper-button-next::after,
.news-swiper .swiper-button-prev::after {
  font-size: 12px;
  font-weight: 900;
}

@media (min-width: 1024px) {
  .news-swiper .swiper-button-next,
    .news-swiper .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: none;
    left: auto;
  }

  .news-swiper .swiper-button-next {
    right: 0;
  }

  .news-swiper .swiper-button-prev {
    right: 52px;
  }

  .news-swiper .swiper-pagination {
    text-align: left;
    bottom: 14px;
    left: 0;
    width: auto;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.cat-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  border-radius: 12px;
  transition: background .15s, color .15s;
  color: #1e1e1e;
  white-space: nowrap;
}

.cat-btn.active {
  background: #08008b;
  color: white;
}

.cat-btn:not(.active):hover {
  background: #edf0f9;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeUp .25s ease forwards;
}

.copy {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e;
}

@media(min-width:1024px) {
  .copy {
    font-size: 18px;
  }
}

[data-aos] {
  backface-visibility: hidden;
  transform: translateZ(0);
}

[data-aos].aos-animate {
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  [data-aos] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.input-custom {
  width: 100%;
  height: 46px;
  border: 1px solid #535353;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 14px;
  color: #1e1e1e;
  background: transparent;
  outline: none;
}

.input-custom:focus {
  border-color: #08008b;
}

/* responsive */

@media (min-width: 1024px) {
  .input-custom {
    font-size: 16px;
  }
}

/* select */

.select-custom {
  width: 100%;
  height: 46px;
  border: 1px solid #535353;
  border-radius: 12px;
  padding: 0 16px;
  padding-right: 40px;
  font-size: 14px;
  color: #1e1e1e;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.select-custom:focus {
  border-color: #08008b;
}

/* wrapper CF7 fix */

.wpcf7-form-control-wrap {
  display: block;
}

.contact-form-shortcode .wpcf7 {
  width: 100%;
}

.contact-form-shortcode .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-shortcode .wpcf7 p {
  margin: 0;
}

.contact-form-shortcode .wpcf7 label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 1.5;
}

.contact-form-shortcode .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-shortcode .wpcf7 select,
.contact-form-shortcode .wpcf7 textarea {
  width: 100%;
  border: 1px solid #535353;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 14px;
  color: #1e1e1e;
  background: transparent;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.contact-form-shortcode .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.contact-form-shortcode .wpcf7 select {
  min-height: 46px;
}

.contact-form-shortcode .wpcf7 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231e1e1e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}

.contact-form-shortcode .wpcf7 textarea {
  min-height: 140px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.contact-form-shortcode .wpcf7 input:focus,
.contact-form-shortcode .wpcf7 select:focus,
.contact-form-shortcode .wpcf7 textarea:focus {
  border-color: #08008b;
  box-shadow: 0 0 0 3px rgba(8, 0, 139, .08);
}

.contact-form-shortcode .wpcf7 form.invalid input.wpcf7-not-valid,
.contact-form-shortcode .wpcf7 form.invalid select.wpcf7-not-valid,
.contact-form-shortcode .wpcf7 form.invalid textarea.wpcf7-not-valid {
  border-color: #bf4149;
  background-color: rgba(191, 65, 73, .04);
}

.contact-form-shortcode .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #bf4149;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.contact-form-shortcode .wpcf7-spinner {
  margin: 12px auto 0;
}

.contact-form-shortcode .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 2px solid #2c3d8b;
  border-radius: 9999px;
  padding: 12px 28px;
  background: linear-gradient(to left, #08008b, #0c1025);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity .15s ease, transform .15s ease;
  cursor: pointer;
}

.contact-form-shortcode .wpcf7-submit:hover {
  opacity: .9;
}

.contact-form-shortcode .wpcf7-submit:active {
  transform: translateY(1px);
}

.contact-form-shortcode .wpcf7-response-output {
  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 16px;
  padding: 14px 16px !important;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: #1e1e1e;
}

.contact-form-shortcode .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-shortcode .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form-shortcode .wpcf7 form.payment-required .wpcf7-response-output,
.contact-form-shortcode .wpcf7 form.failed .wpcf7-response-output,
.contact-form-shortcode .wpcf7 form.aborted .wpcf7-response-output {
  border-color: rgba(191, 65, 73, .25) !important;
  background: rgba(191, 65, 73, .08);
  color: #8f2830;
}

.contact-form-shortcode .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(63, 112, 44, .28) !important;
  background: rgba(63, 112, 44, .1);
  color: #2d571f;
}

.contact-form-shortcode .wpcf7 form.submitting .wpcf7-submit {
  opacity: .75;
}

@media (min-width: 1024px) {
  .contact-form-shortcode .wpcf7 form {
    gap: 24px;
  }

  .contact-form-shortcode .wpcf7 label,
    .contact-form-shortcode .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .contact-form-shortcode .wpcf7 select,
    .contact-form-shortcode .wpcf7 textarea,
    .contact-form-shortcode .wpcf7-submit,
    .contact-form-shortcode .wpcf7-response-output {
    font-size: 16px;
  }
}

.hover\:bg-\[\#08008b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 0 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#2c3d8b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 61 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#edf0f9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 249 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#08008b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(8 0 139 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#2c3d8b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(44 61 139 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#c8c8c8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[\#08008b\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 0 139 / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-\[\#08008b\] {
  --tw-text-opacity: 1;
  color: rgb(8 0 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:px-\[59px\] {
    padding-left: 59px;
    padding-right: 59px;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-28 {
    top: 7rem;
  }

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

  .lg\:mx-\[19px\] {
    margin-left: 19px;
    margin-right: 19px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(280px\2c 0\.72fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(280px,0.72fr);
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:items-stretch {
    align-items: stretch;
  }

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

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

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .lg\:px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
  }

  .lg\:px-\[59px\] {
    padding-left: 59px;
    padding-right: 59px;
  }

  .lg\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:px-\[78px\] {
    padding-left: 78px;
    padding-right: 78px;
  }

  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-\[49px\] {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .lg\:py-\[73px\] {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .lg\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-\[126px\] {
    padding-top: 126px;
  }

  .lg\:pt-\[12px\] {
    padding-top: 12px;
  }

  .lg\:pt-\[57px\] {
    padding-top: 57px;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.\[\&\>iframe\]\:h-full>iframe {
  height: 100%;
}

.\[\&\>iframe\]\:w-full>iframe {
  width: 100%;
}

.\[\&\>iframe\]\:border-0>iframe {
  border-width: 0px;
}

.\[\&_\.page-numbers\.current\]\:underline .page-numbers.current {
  text-decoration-line: underline;
}

.\[\&_\.page-numbers\]\:px-2 .page-numbers {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\.page-numbers\]\:py-1 .page-numbers {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&_\.page-numbers\]\:no-underline .page-numbers {
  text-decoration-line: none;
}

.\[\&_a\]\:text-\[\#08008b\] a {
  --tw-text-opacity: 1;
  color: rgb(8 0 139 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}

.\[\&_h2\]\:mt-10 h2 {
  margin-top: 2.5rem;
}

.\[\&_h2\]\:pb-5 h2 {
  padding-bottom: 1.25rem;
}

.\[\&_h2\]\:pt-6 h2 {
  padding-top: 1.5rem;
}

.\[\&_h2\]\:text-\[24px\] h2 {
  font-size: 24px;
}

.\[\&_h2\]\:text-\[28px\] h2 {
  font-size: 28px;
}

.\[\&_h2\]\:font-black h2 {
  font-weight: 900;
}

.\[\&_h2\]\:font-bold h2 {
  font-weight: 700;
}

.\[\&_h2\]\:leading-\[1\.2\] h2 {
  line-height: 1.2;
}

.\[\&_h2\]\:leading-\[1\.3\] h2 {
  line-height: 1.3;
}

.\[\&_h2\]\:text-\[\#08008b\] h2 {
  --tw-text-opacity: 1;
  color: rgb(8 0 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .\[\&_h2\]\:lg\:text-\[32px\] h2 {
    font-size: 32px;
  }

  .\[\&_h2\]\:lg\:text-\[36px\] h2 {
    font-size: 36px;
  }
}

.\[\&_h3\]\:mb-3 h3 {
  margin-bottom: 0.75rem;
}

.\[\&_h3\]\:mt-8 h3 {
  margin-top: 2rem;
}

.\[\&_h3\]\:text-\[22px\] h3 {
  font-size: 22px;
}

.\[\&_h3\]\:font-bold h3 {
  font-weight: 700;
}

.\[\&_h3\]\:leading-\[1\.3\] h3 {
  line-height: 1.3;
}

.\[\&_h3\]\:text-\[\#08008b\] h3 {
  --tw-text-opacity: 1;
  color: rgb(8 0 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .\[\&_h3\]\:lg\:text-\[28px\] h3 {
    font-size: 28px;
  }
}

.\[\&_li\]\:mb-2 li {
  margin-bottom: 0.5rem;
}

.\[\&_ol\]\:mb-6 ol {
  margin-bottom: 1.5rem;
}

.\[\&_ol\]\:pl-5 ol {
  padding-left: 1.25rem;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}

.\[\&_p\]\:pb-4 p {
  padding-bottom: 1rem;
}

.\[\&_strong\]\:text-\[\#1e1e1e\] strong {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.\[\&_ul\]\:mb-6 ul {
  margin-bottom: 1.5rem;
}

.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem;
}
