/*
Theme Name: UB School Of Economics
Text Domain: UB School Of Economics
Version: 1.0
Description: Custom Theme for UB School Of Economics
Author: Jordi Colomé Corchs
Author URI: https://www.jordicolome.com
 */

/*
! tailwindcss v3.3.3 | 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.
*/

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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
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] {
  display: none;
}

a {
  text-decoration-thickness: 1.5px;
}

*, ::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:  ;
}

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

/* --------------------------------------------------------- */

/* 1. ESTILS COMUNS (Estructura, colors, marges)             */

/* S'apliquen a les dues variants                            */

/* --------------------------------------------------------- */

.richeditor-content,
    .richeditor-content-sm {
  line-height: 126%;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  p {
    margin-bottom: 1rem;
  }
  h1, h2, h3 {
    margin-top: 1.5rem;
  }
  h1, h2, h3 {
    margin-bottom: 1rem;
  }
  h1, h2, h3 {
    font-weight: 700;
  }
  h1, h2, h3 {
    line-height: 126%;
  }
  h1, h2, h3 {
    letter-spacing: 8%;
  }
  h1, h2, h3 {
    --tw-text-opacity: 1;
    color: rgb(18 99 150 / var(--tw-text-opacity));
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(18 99 150 / var(--tw-text-opacity));
  }
  a {
    text-decoration-line: underline;
  }
  a {
    text-decoration-color: #126396;
  }
  a {
    text-underline-offset: 4px;
  }
  a:hover {
    opacity: 0.8;
  }
  strong, b {
    font-weight: 700;
  }
  ul {
    margin-left: 1.5rem;
  }
  ul {
    margin-bottom: 1rem;
  }
  ul {
    list-style-type: disc;
  }
  ol {
    margin-left: 1.5rem;
  }
  ol {
    margin-bottom: 1rem;
  }
  ol {
    list-style-type: decimal;
  }
  li {
    margin-bottom: 0.5rem;
  }
  li {
    padding-left: 0.25rem;
  }
}

/* --------------------------------------------------------- */

/* 2. VARIANTS DE MIDA (Només canvia el font-size)           */

/* --------------------------------------------------------- */

/* Mida ORIGINAL (Gran) */

.richeditor-content {
  font-size: 19px;
  h1 {
    font-size: 19px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 21px;
  }
}

/* Mida PETITA (SM) */

.richeditor-content-sm {
  font-size: 15px;
  /* Text base més petit */
  /* He escalat els títols proporcionalment */
  h1 {
    font-size: 15px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 17px;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

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

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.inset-0 {
  inset: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.left-7 {
  left: 1.75rem !important;
}

.left-\[11\.45vw\] {
  left: 11.45vw !important;
}

.left-\[48\.88vw\] {
  left: 48.88vw !important;
}

.right-4 {
  right: 1rem !important;
}

.right-6 {
  right: 1.5rem !important;
}

.right-7 {
  right: 1.75rem !important;
}

.right-8 {
  right: 2rem !important;
}

.top-0 {
  top: 0px !important;
}

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

.top-6 {
  top: 1.5rem !important;
}

.top-7 {
  top: 1.75rem !important;
}

.top-8 {
  top: 2rem !important;
}

.top-\[120px\] {
  top: 120px !important;
}

.top-\[calc\(50\%_-_32px\)\] {
  top: calc(50% - 32px) !important;
}

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

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

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

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

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

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.-mt-12 {
  margin-top: -3rem !important;
}

.-mt-24 {
  margin-top: -6rem !important;
}

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

.-mt-\[46px\] {
  margin-top: -46px !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-\[152px\] {
  margin-bottom: 152px !important;
}

.mb-\[200px\] {
  margin-bottom: 200px !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.ml-\[11\.16vw\] {
  margin-left: 11.16vw !important;
}

.ml-\[11\.45vw\] {
  margin-left: 11.45vw !important;
}

.ml-\[136px\] {
  margin-left: 136px !important;
}

.ml-\[4\.16vw\] {
  margin-left: 4.16vw !important;
}

.ml-\[7vw\] {
  margin-left: 7vw !important;
}

.ml-\[9\.44vw\] {
  margin-left: 9.44vw !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-2\.5 {
  margin-right: 0.625rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-\[3vw\] {
  margin-right: 3vw !important;
}

.mr-\[8vw\] {
  margin-right: 8vw !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-0\.5 {
  margin-top: 0.125rem !important;
}

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

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

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

.mt-2\.5 {
  margin-top: 0.625rem !important;
}

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

.mt-24 {
  margin-top: 6rem !important;
}

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

.mt-3\.5 {
  margin-top: 0.875rem !important;
}

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

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-\[0\.72px\] {
  margin-top: 0.72px !important;
}

.mt-\[104px\] {
  margin-top: 104px !important;
}

.mt-\[120px\] {
  margin-top: 120px !important;
}

.mt-\[1px\] {
  margin-top: 1px !important;
}

.mt-\[56px\] {
  margin-top: 56px !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4 !important;
}

.aspect-video {
  aspect-ratio: 16 / 9 !important;
}

.h-0 {
  height: 0px !important;
}

.h-0\.5 {
  height: 0.125rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-\[100svh\] {
  height: 100svh !important;
}

.h-\[20vw\] {
  height: 20vw !important;
}

.h-\[234px\] {
  height: 234px !important;
}

.h-\[25vw\] {
  height: 25vw !important;
}

.h-\[26\.5px\] {
  height: 26.5px !important;
}

.h-\[26px\] {
  height: 26px !important;
}

.h-\[33\.75vw\] {
  height: 33.75vw !important;
}

.h-\[358px\] {
  height: 358px !important;
}

.h-\[380px\] {
  height: 380px !important;
}

.h-\[486px\] {
  height: 486px !important;
}

.h-\[536px\] {
  height: 536px !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-\[676px\] {
  height: 676px !important;
}

.h-\[92px\] {
  height: 92px !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

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

.min-h-\[140px\] {
  min-height: 140px !important;
}

.min-h-\[148px\] {
  min-height: 148px !important;
}

.min-h-\[394px\] {
  min-height: 394px !important;
}

.min-h-\[576px\] {
  min-height: 576px !important;
}

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

.min-h-\[calc\(100vh_-_183px\)\] {
  min-height: calc(100vh - 183px) !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-1\.5 {
  width: 0.375rem !important;
}

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

.w-12 {
  width: 3rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-\[11\.41px\] {
  width: 11.41px !important;
}

.w-\[12\%\] {
  width: 12% !important;
}

.w-\[18\%\] {
  width: 18% !important;
}

.w-\[19\.444vw\] {
  width: 19.444vw !important;
}

.w-\[19\.44vw\] {
  width: 19.44vw !important;
}

.w-\[200px\] {
  width: 200px !important;
}

.w-\[20vw\] {
  width: 20vw !important;
}

.w-\[22\.5vw\] {
  width: 22.5vw !important;
}

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

.w-\[23\.75vw\] {
  width: 23.75vw !important;
}

.w-\[234px\] {
  width: 234px !important;
}

.w-\[24\%\] {
  width: 24% !important;
}

.w-\[26\.38vw\] {
  width: 26.38vw !important;
}

.w-\[26\.66vw\] {
  width: 26.66vw !important;
}

.w-\[26\.8vw\] {
  width: 26.8vw !important;
}

.w-\[276px\] {
  width: 276px !important;
}

.w-\[298px\] {
  width: 298px !important;
}

.w-\[32px\] {
  width: 32px !important;
}

.w-\[34\.30vw\] {
  width: 34.30vw !important;
}

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

.w-\[40px\] {
  width: 40px !important;
}

.w-\[40vw\] {
  width: 40vw !important;
}

.w-\[43\.52vw\] {
  width: 43.52vw !important;
}

.w-\[430px\] {
  width: 430px !important;
}

.w-\[49\.58vw\] {
  width: 49.58vw !important;
}

.w-\[50vw\] {
  width: 50vw !important;
}

.w-\[51\.11vw\] {
  width: 51.11vw !important;
}

.w-\[561px\] {
  width: 561px !important;
}

.w-\[60px\] {
  width: 60px !important;
}

.w-\[6px\] {
  width: 6px !important;
}

.w-\[80\.27vw\] {
  width: 80.27vw !important;
}

.w-\[80vw\] {
  width: 80vw !important;
}

.w-\[84vw\] {
  width: 84vw !important;
}

.w-\[85\.13vw\] {
  width: 85.13vw !important;
}

.w-\[86vw\] {
  width: 86vw !important;
}

.w-\[calc\(100\%_-_11\.45vw_-_11\.45vw\)\] {
  width: calc(100% - 11.45vw - 11.45vw) !important;
}

.w-\[calc\(100\%_-_11\.45vw_-_11\.45vw_\+_16px\)\] {
  width: calc(100% - 11.45vw - 11.45vw + 16px) !important;
}

.w-\[calc\(100\%_-_14\.16vw\)\] {
  width: calc(100% - 14.16vw) !important;
}

.w-\[calc\(100\%_-_204px\)\] {
  width: calc(100% - 204px) !important;
}

.w-\[calc\(25\%_-_16px\)\] {
  width: calc(25% - 16px) !important;
}

.w-full {
  width: 100% !important;
}

.min-w-\[200px\] {
  min-width: 200px !important;
}

.min-w-\[370px\] {
  min-width: 370px !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-\[1154px\] {
  max-width: 1154px !important;
}

.max-w-\[1156px\] {
  max-width: 1156px !important;
}

.max-w-\[1246px\] {
  max-width: 1246px !important;
}

.max-w-\[19\.72vw\] {
  max-width: 19.72vw !important;
}

.max-w-\[325px\] {
  max-width: 325px !important;
}

.max-w-\[342px\] {
  max-width: 342px !important;
}

.max-w-\[386px\] {
  max-width: 386px !important;
}

.max-w-\[494px\] {
  max-width: 494px !important;
}

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

.max-w-\[576px\] {
  max-width: 576px !important;
}

.max-w-\[627px\] {
  max-width: 627px !important;
}

.max-w-\[714px\] {
  max-width: 714px !important;
}

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

.max-w-full {
  max-width: 100% !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-center {
  align-items: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-items-start {
  justify-items: start !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-\[10\.55vw\] {
  gap: 10.55vw !important;
}

.gap-x-\[10\.55vw\] {
  -moz-column-gap: 10.55vw !important;
       column-gap: 10.55vw !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

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

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

.rounded-md {
  border-radius: 0.375rem !important;
}

.border {
  border-width: 1px !important;
}

.border-\[2px\] {
  border-width: 2px !important;
}

.border-y-\[2px\] {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-\[1px\] {
  border-bottom-width: 1px !important;
}

.border-b-\[2px\] {
  border-bottom-width: 2px !important;
}

.border-r-\[2px\] {
  border-right-width: 2px !important;
}

.border-t-\[2px\] {
  border-top-width: 2px !important;
}

.border-\[\#126396\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 99 150 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.bg-\[\#0b324b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 50 75 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#126396\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 99 150 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#e6e7eb\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 231 235 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f7f0de\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 240 222 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}

.bg-\[rgb\(0\2c 54\2c 88\2c 70\%\)\] {
  background-color: rgb(0,54,88,70%) !important;
}

.bg-\[rgb\(18\2c 99\2c 150\2c 13\%\)\] {
  background-color: rgb(18,99,150,13%) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.from-\[\#126396\] {
  --tw-gradient-from: #126396 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(18 99 150 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.to-\[\#b3cddd\] {
  --tw-gradient-to: #b3cddd var(--tw-gradient-to-position) !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

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

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

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

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

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.py-\[88px\] {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

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

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

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

.pb-5 {
  padding-bottom: 1.25rem !important;
}

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

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-\[136px\] {
  padding-bottom: 136px !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

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

.pt-20 {
  padding-top: 5rem !important;
}

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

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

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

.pt-\[96px\] {
  padding-top: 96px !important;
}

.text-left {
  text-align: left !important;
}

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

.align-top {
  vertical-align: top !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

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

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

.text-\[30px\] {
  font-size: 30px !important;
}

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

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

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

.font-\[300\] {
  font-weight: 300 !important;
}

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

.font-light {
  font-weight: 300 !important;
}

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

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

.uppercase {
  text-transform: uppercase !important;
}

.normal-case {
  text-transform: none !important;
}

.leading-\[126\%\] {
  line-height: 126% !important;
}

.leading-\[18px\] {
  line-height: 18px !important;
}

.leading-\[19px\] {
  line-height: 19px !important;
}

.leading-\[24px\] {
  line-height: 24px !important;
}

.leading-\[30px\] {
  line-height: 30px !important;
}

.leading-\[40px\] {
  line-height: 40px !important;
}

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

.tracking-\[1\.2px\] {
  letter-spacing: 1.2px !important;
}

.tracking-\[1\.52px\] {
  letter-spacing: 1.52px !important;
}

.text-\[\#126396\] {
  --tw-text-opacity: 1 !important;
  color: rgb(18 99 150 / var(--tw-text-opacity)) !important;
}

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

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

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

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

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

.\!no-underline {
  text-decoration-line: none !important;
}

.decoration-\[\#126396\] {
  text-decoration-color: #126396 !important;
}

.decoration-white {
  text-decoration-color: #fff !important;
}

.decoration-\[1px\] {
  text-decoration-thickness: 1px !important;
}

.decoration-\[2px\] {
  text-decoration-thickness: 2px !important;
}

.underline-offset-2 {
  text-underline-offset: 2px !important;
}

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

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

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

.duration-300 {
  transition-duration: 300ms !important;
}

@font-face {
  font-family: 'geogrotesque_rg';

  src: url('assets/fonts/Geogrotesque-Rg.woff') format('woff');
}

@font-face {
  font-family: 'geogrotesque_lt';

  src: url('assets/fonts/Geogrotesque-Lt.woff') format('woff');
}

@font-face {
  font-family: 'geogrotesque_bd';

  src: url('assets/fonts/Geogrotesque-Bd.woff') format('woff');
}

@font-face {
  font-family: 'geogrotesque_smbd';

  src: url('assets/fonts/Geogrotesque-SmBd.woff') format('woff');
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #f7f7f7;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-family: geogrotesque_rg, sans-serif;
}

/*Albert*/

header {
  padding: 0;
}

.header_options_ {
  white-space: nowrap;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer_ a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.mobile_no_scrollbars_ {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile_no_scrollbars_::-webkit-scrollbar {
  display: none;
  width: 0;
}

#mobile_menu__ {
  opacity: 0;
  pointer-events: none;
}

#mobile_research_menu__, #mobile_community_menu__, #mobile_programmes_menu__, #mobile_news_menu__, #mobile_about_menu__ {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.mobile_menu_ a {
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.mobile_sub_menu_ a {
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
  font-family: geogrotesque_lt, sans-serif;
}

.hero_ h2 {
  font-size: 40px;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .hero_ h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.hero_ h2 {
  font-family: geogrotesque_lt, sans-serif;
}

.hero_programmes_ h2 {
  white-space: pre-line;
  font-size: 40px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .hero_programmes_ h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.hero_programmes_ h2 {
  font-family: geogrotesque_lt, sans-serif;
}

.hero_ p {
  white-space: pre-line;
  font-size: 90.73px;
  line-height: 78.5px;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .hero_ p {
    white-space: normal;
    font-size: 38px;
    line-height: 36px;
  }
}

.hero_ p {
  font-family: geogrotesque_lt, sans-serif;
}

.hero_programmes_ p {
  white-space: pre-line;
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .hero_programmes_ p {
    font-size: 22px;
    line-height: 28px;
  }
}

.hero_programmes_ p {
  font-family: geogrotesque_lt, sans-serif;
}

.hero_ a {
  font-size: 30px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .hero_ a {
    font-size: 17px;
    line-height: 23px;
  }
}

.hero_ a {
  font-family: geogrotesque_lt, sans-serif;
}

.hero_programmes_ a {
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #f7f0de;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  font-family: geogrotesque_rg, sans-serif;
}

.news_grid_ h3 {
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .news_grid_ h3 {
    font-size: 15px;
    line-height: 18px;
  }
}

.news_grid_ h3 {
  font-family: geogrotesque_rg, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_grid_ p {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .news_grid_ p {
    font-size: 12px;
    line-height: 15px;
  }
}

.news_grid_ p {
  font-family: geogrotesque_rg, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_grid_ h4 {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .news_grid_ h4 {
    font-size: 12px;
    line-height: 12px;
  }
}

.news_grid_ h4 {
  font-family: geogrotesque_rg, sans-serif;
}

/* Activities */

.home_activities_ h2, .activities_ h2 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
  /*font-family: geogrotesque_bd, sans-serif;*/
}

/*
.home_activities_ p {
    @apply text-black text-[19px] leading-[24px] tracking-[1.52px];
    font-family: geogrotesque_rg, sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 124px;
}
.activities_ p {
    @apply text-black text-[19px] leading-[24px] tracking-[1.52px];
    font-family: geogrotesque_rg, sans-serif;
}
.activities_selector_ p {
    @apply uppercase text-[20px] tracking-wide;
    font-family: geogrotesque_rg, sans-serif;
}
.home_activities_speaker_ p {
    @apply min-h-0 text-[#126396] text-[15px] leading-[18px] tracking-[1.2px];
    font-family: geogrotesque_rg, sans-serif;
}
.home_activities_speaker_ p strong {
    @apply text-[#126396] text-[15px] leading-[18px] tracking-[1.2px];
    font-family: geogrotesque_bd, sans-serif;
}
.home_activities_ h3, .activities_ h3 {
    @apply uppercase text-black text-[15px] leading-[19px] tracking-[1.2px];
    font-family: geogrotesque_rg, sans-serif;
}
.home_activities_ a, .activities_ a {
    @apply uppercase text-black text-[15px] leading-[19px] tracking-[1.2px];
    font-family: geogrotesque_rg, sans-serif;
}
    
.home_section_footer_ a {
    @apply uppercase underline underline-offset-4 text-center text-black text-[15px] leading-[15px] tracking-[1.2px];
    font-family: geogrotesque_bd, sans-serif;
}

.home_activities_info_ p {
    all: unset;
    @apply flex flex-col text-black text-[15px] leading-[19px] tracking-[8%];
    font-family: geogrotesque_lt, sans-serif;
}
    */

/* About us */

.about_us_section_ h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.about_us_section_ h3 {
  font-size: 25px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.about_us_section_ p {
  white-space: pre-line;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  font-family: geogrotesque_rg, sans-serif;
}

.about_us_section_ a {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  font-family: geogrotesque_rg, sans-serif;
}

.about_us_section_ ul {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  font-family: geogrotesque_rg, sans-serif;
}

.about_us_section_ ul strong {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  font-family: geogrotesque_smbd, sans-serif;
}

.about_us_rankings_ h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.about_us_rankings_ p {
  text-align: center;
  font-size: 25px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.about_us_rankings_ p strong {
  text-align: center;
  font-size: 25px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_smbd, sans-serif;
}

.about_us_rankings_footer_ p {
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.about_us_rankings_footer_ a {
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_main_ h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_main_ h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_main_ p {
  white-space: pre-line;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_item_ h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_item_ h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_item_ p, .research_working_papers_main_ p, .research_publications_ p {
  white-space: pre-line;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_item_ li {
  list-style-position: inside;
  list-style-type: disc;
  white-space: pre-line;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_areas_item_ a, .research_working_papers_main_ a, .research_publications_ p a {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #126396;
  text-decoration-thickness: 2px;
  text-underline-offset: 16px;
  font-family: geogrotesque_rg, sans-serif;
}

.research_working_papers_main_ h2, .research_publications_ h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_working_papers_main_ h3, .research_publications_ h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_working_papers_main_ h4, .research_publications_ h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_working_papers_second_section_ h2, .research_theses_ h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_working_papers_second_section_ p, .research_theses_ p {
  white-space: pre-line;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_working_papers_second_section_ p a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1px;
}

.research_working_papers_second_section_link_, .research_theses_ a {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 16px;
  font-family: geogrotesque_rg, sans-serif;
}

.news_ h1 {
  font-size: 40px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.news_section_b_item_ h2, .contact_item_ h2 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.news_section_b_item_ p, .contact_item_ p {
  white-space: pre-line;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.news_section_b_item_ a, .contact_item_ a {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #126396;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  font-family: geogrotesque_rg, sans-serif;
}

.news_section_b_item_a_ a {
  line-height: 28px;
  text-underline-offset: 6px;
}

.news_single_back_ a {
  font-size: 40px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.news_single_ h3 {
  font-size: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.news_single_ h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

/*
.news_single_ p {
    @apply whitespace-pre-line font-[400] text-black text-[19px] leading-[24px] tracking-[1.5px];
    font-family: geogrotesque_rg, sans-serif;
}
.news_single_ a {
    @apply underline decoration-black decoration-[1px];
    font-family: geogrotesque_rg, sans-serif;
}
    */

.community_ h1 {
  font-size: 40px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.community_option_ {
}

.community_grid_item_ h2 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.community_grid_item_ p, .community_grid_item_ a {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.community_grid_item_ a {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1.2px;
  font-family: geogrotesque_rg, sans-serif;
}

.community_page_button_ {
  pointer-events: auto;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 1.2px;
  font-family: geogrotesque_rg, sans-serif;
}

.community_page_button_disabled_ {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 1.2px;
  opacity: 0.1;
  font-family: geogrotesque_rg, sans-serif;
}

.community_single_item_ {
  font-family: geogrotesque_rg, sans-serif;
}

.community_single_item_ h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
}

.community_single_item_ h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
}

.community_single_item_ p {
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 1.2px;
}

.community_back_ a {
  font-size: 19px;
  font-weight: 300;
  text-decoration-line: underline;
  text-decoration-color: #126396;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  font-family: geogrotesque_rg, sans-serif;
}

.community_single_phd_ h2 {
  font-size: 30px;
  font-weight: 300;
  font-family: geogrotesque_rg, sans-serif;
}

#about_us_menu__ {
  opacity: 0;
  pointer-events: none;
}

#research_menu__ {
  opacity: 0;
  pointer-events: none;
}

#programmes_menu__ {
  opacity: 0;
  pointer-events: none;
}

#news_menu__ {
  opacity: 0;
  pointer-events: none;
}

#community_menu__ {
  opacity: 0;
  pointer-events: none;
}

#community_search__ input:focus {
  outline: none;
}

:focus {
  outline: none;
}

.pagination_ {
  font-family: geogrotesque_rg, sans-serif;
}

.pagination_ a,
.pagination_ span {
  all: unset;
  display: inline-block;
  padding: 2px 8px;
  margin: 0 6px;
  border: 1px solid grey;
  text-decoration: none !important;
  color: #126396;
  font-size: 19px;
  cursor: pointer;
}

.pagination_ a:hover,
.pagination_ span:hover{
  color: white;
  background-color: #126396;
  border: 1px solid #126396;
}

.pagination_ .current {
  color: white;
  background-color: #126396;
  border: 1px solid #126396;
}

#research_area_dropdown__,
#research_area_dropdown__:focus,
#ambassadors_location_dropdown__,
#ambassadors_location_dropdown__:focus,
#ambassadors_programme_dropdown__,
#ambassadors_programme_dropdown__:focus,
#thesis_research_areas_dropdown__,
#thesis_research_areas_dropdown__:focus,
#authors_dropdown__,
#authors_dropdown__:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0.5rem;
  color: #126396;
  font-family: geogrotesque_rg, sans-serif;
  font-size: 18px;
}

/* Programmes */

/* Programmes - Overview */

.programmes_overview_ h3 {
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_overview_ h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_smbd, sans-serif;
}

.programmes_overview_ p {
  max-width: 546px;
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_overview_ p strong {
  max-width: 576px;
  font-weight: 600;
  /*@apply max-w-[576px] font-semibold whitespace-nowrap;*/
  font-family: geogrotesque_smbd, sans-serif;
}

.programmes_overview_ ul {
  margin-left: 19px;
  max-width: 720px;
  list-style-position: outside;
  list-style-type: disc;
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_overview_ a {
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 8px;
  font-family: geogrotesque_rg, sans-serif;
}

#programmes_overview_show_more_text__ {
  display: none;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/*marca*/

#programmes_overview_show_more_text__ a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #126396;
  text-underline-offset: 4px;
}

#programmes_overview_show_more_text__ a:hover {
  opacity: 0.8;
}

/* Programmes - All you need to know */

.programmes_ayntk_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_ayntk_ h3 {
  min-height: 70px;
  white-space: pre-line;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_ayntk_ p {
  white-space: pre-line;
  font-size: 19px;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_ayntk_ a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

/* Slider responsive */

#ayntk_slider_container__ > div > div {
  width: calc(25% - 16px);
}

@media (max-width: 867px) {
  #ayntk_slider_container__ > div > div {
    width: 100%;
  }
}

#ayntk_slider_container__ > div > div:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 867px) {
  #ayntk_slider_container__ > div > div:not(:last-child) {
    margin-right: 1rem;
  }
}

/* Programmes Graduate destinations - Career support */

.programmes_graduate_destinations_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_graduate_destinations_ p {
  white-space: pre-line;
  font-size: 19px;
  line-height: 126%;
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_career_support_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_career_support_ a {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

/* Programmes Fees and Scholarships */

.programmes_fees_funding_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

/*
.programmes_fees_funding_ h3, .programmes_fees_funding_ h4 {
    @apply text-[30px] leading-[40px] font-light;
    font-family: geogrotesque_lt, sans-serif;
}
*/

.programmes_fees_funding_ h3, .programmes_fees_funding_ h4 {
  font-size: 15px;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_fees_funding_ h5 {
  font-size: 19px;
  line-height: 126%;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_fees_funding_ p {
  white-space: pre-line;
  font-size: 19px;
  line-height: 126%;
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_scholarships_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_scholarships_ a {
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #FFF;
}

.programmes_scholarships_ a:hover {
  opacity: 0.8;
}

.programmes_scholarships_ a {
  font-family: geogrotesque_rg, sans-serif;
}

#programmes_general_information_text__, #programmes_additional_costs_text__, #programmes_funding_text__ {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/* Programmes - Ready to apply */

.programmes_ready_to_apply_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_ready_to_apply_ p {
  white-space: pre-line;
  font-size: 19px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_ready_to_apply_ a {
  white-space: pre-line;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

/* Programmes - Need help */

.programmes_need_help_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_need_help_ h3 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_need_help_ p {
  white-space: pre-line;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  font-family: geogrotesque_lt, sans-serif;
}

/* Programmes - Register your interest */

.programmes_register_your_interest_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_register_your_interest_ p {
  white-space: pre-line;
  font-size: 19px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.programmes_register_your_interest_ a {
  white-space: pre-line;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

/* Programmes - Excellence */

.programmes_excellence_ h2 {
  white-space: pre-line;
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

/* Vacancies */

.vacancies_a_ h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.vacancies_a_ p {
  white-space: pre-line;
  font-size: 19px;
  font-weight: 300;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_lt, sans-serif;
}

.vacancies_items_button_ {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.vacancies_items_button_selected_ {
  font-size: 16px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  font-family: geogrotesque_rg, sans-serif;
}

.vacancies_item_:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.vacancies_item_:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 228 233 / var(--tw-bg-opacity));
}

.vacancies-item-hidden {
  display: none !important;
}

.vacancies_item_ h3 {
  font-size: 19px;
  font-weight: 300;
  line-height: 126%;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.vacancies_items_ p {
  font-size: 19px;
  font-weight: 300;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_lt, sans-serif;
}

.vacancies_b_ p {
  white-space: pre-line;
  text-align: center;
  font-size: 75px;
  font-weight: 300;
  line-height: 65px;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .vacancies_b_ p {
    font-size: 30px;
    line-height: 35px;
  }
}

.vacancies_b_ p {
  font-family: geogrotesque_lt, sans-serif;
}

/*
geogrotesque_lt
geogrotesque_smbd
geogrotesque_rg
*/

.vacancies_b_ a, .vacancies_c_ a {
  font-size: 15px;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  font-family: geogrotesque_rg, sans-serif;
}

.vacancies_c_ h3 {
  font-size: 45px;
  line-height: 45px;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.vacancies_c_ p {
  font-size: 25px;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(247 240 222 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

/* Ambassadors */

.ambassadors_b_ h3 {
  white-space: pre-line;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

/*
.ambassadors_b_ p {
    @apply whitespace-pre-line text-[19px] leading-[126.7%] tracking-[8%] font-light;
    font-family: geogrotesque_rg, sans-serif;
}
*/

.ambassadors_b_ input {
  font-size: 16px;
  font-weight: 300;
  font-family: geogrotesque_lt, sans-serif;
}

/* Alumni */

.alumni_ h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.alumni_ p {
  white-space: pre-line;
  font-size: 19px;
  font-weight: 300;
  line-height: 126.7%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.alumni_ a {
  font-size: 19px;
  font-weight: 300;
  line-height: 126.7%;
  letter-spacing: 8%;
  text-decoration-line: underline;
  text-decoration-color: #126396;
  text-underline-offset: 4px;
  font-family: geogrotesque_rg, sans-serif;
}

.recent_theses_ h3 {
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.recent_theses_ p {
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.recent_theses_ a {
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  text-decoration-line: underline;
  text-decoration-color: #959595;
  text-underline-offset: 4px;
  font-family: geogrotesque_rg, sans-serif;
}

.apply_now_section_ h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.apply_now_section_ p {
  white-space: pre-line;
  font-size: 19px;
  font-weight: 300;
  line-height: 126.7%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.apply_now_section_ a {
  font-size: 19px;
  font-weight: 300;
  line-height: 126.7%;
  letter-spacing: 8%;
  text-decoration-line: underline;
  text-decoration-color: #000;
  text-underline-offset: 4px;
  font-family: geogrotesque_rg, sans-serif;
}

.job_market_candidates_section_ h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.job_market_candidates_section_ h4 {
  white-space: pre-line;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.job_market_candidates_section_ a {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 8%;
  text-decoration-line: underline;
  text-decoration-color: #126396;
  text-underline-offset: 4px;
  font-family: geogrotesque_rg, sans-serif;
}

/*MARCA*/

.job_market_candidates_list_ h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
}

.job_market_candidates_list_ p a {
  margin-top: 0.25rem;
  font-size: 15px;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #126396;
  text-underline-offset: 4px;
}

.job_market_candidates_list_ .badge {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
}

/*
.job_market_candidates_list_ p {
    all: unset;
    @apply text-[#126396] text-[15px] tracking-[8%] font-light;
    font-family: geogrotesque_rg, sans-serif;
}

.job_market_candidates_list_ p a {
    all: unset;
    @apply text-[#959595] text-[15px] tracking-[8%] font-light underline underline-offset-4 decoration-[#126396];
    font-family: geogrotesque_rg, sans-serif;
}
*/

.job_market_candidates_placements_section_ {
  all: unset;
}

.job_market_candidates_placements_section_ h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.job_market_candidates_placements_section_ p {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.job_market_candidates_placements_section_ strong {
  font-size: 19px;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.basic_page_section_ h3 {
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.basic_page_section_ p {
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

/* Visitors */

.visitors_section_ h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.visitors_section_ p {
  font-size: 19px;
  line-height: 126%;
  letter-spacing: 8%;
  font-family: geogrotesque_rg, sans-serif;
}

.visitors_table_ td {
  font-size: 19px;
  font-weight: 300;
}

@media (max-width: 867px) {
  .visitors_table_ td {
    font-size: 16px;
  }
}

.visitors_table_ td {
  font-family: geogrotesque_lt, sans-serif;
}

.visitors_table_ td a {
  text-decoration-color: #126396;
  text-underline-offset: 4px;
}

.visitors_table_ td a:hover {
  text-decoration-line: underline;
}

.visitors_table_ th, .visitors_academic_year_ {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
}

@media (max-width: 867px) {
  .visitors_table_ th, .visitors_academic_year_ {
    font-size: 16px;
  }
}

.visitors_table_ th, .visitors_academic_year_ {
  font-family: geogrotesque_lt, sans-serif;
}

/* Activities single */

.activities_single_ h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.activities_single_text_ {
  font-size: 22px;
  line-height: 126%;
  letter-spacing: 8%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.activities_single_speaker_ p {
  font-size: 24px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.activities_single_speaker_ b, .activities_single_speaker_ strong {
  font-size: 24px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.activities_single_date_ p {
  font-size: 22px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: geogrotesque_lt, sans-serif;
}

.activities_share_header_ {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

/*Albert*/

.activity-title {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  /*font-family: geogrotesque_rg, sans-serif;*/
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.research_section_ h2 {
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_section_ h3 {
  font-size: 24px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_section_ h4 {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1.52px;
  --tw-text-opacity: 1;
  color: rgb(18 99 150 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_section_ .richeditor-content a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.research_section_inverted_ h2 {
  font-size: 30px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: geogrotesque_rg, sans-serif;
}

.research_section_inverted_ .richeditor-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.research_section_inverted_ .richeditor-content a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-underline-offset: 4px;
}

.odd\:bg-gray-200:nth-child(odd) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

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

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem !important;
  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)) !important;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

@media (max-width: 867px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:ml-\[unset\] {
    margin-left: unset !important;
  }

  .sm\:mr-0 {
    margin-right: 0px !important;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-\[486px\] {
    height: 486px !important;
  }

  .sm\:h-\[56px\] {
    height: 56px !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:min-h-\[unset\] {
    min-height: unset !important;
  }

  .sm\:w-\[190px\] {
    width: 190px !important;
  }

  .sm\:w-\[226px\] {
    width: 226px !important;
  }

  .sm\:w-\[26\.8vw\] {
    width: 26.8vw !important;
  }

  .sm\:w-\[280px\] {
    width: 280px !important;
  }

  .sm\:w-\[7px\] {
    width: 7px !important;
  }

  .sm\:w-\[88vw\] {
    width: 88vw !important;
  }

  .sm\:w-\[calc\(100\%_-_40px\)\] {
    width: calc(100% - 40px) !important;
  }

  .sm\:w-\[calc\(100\%_-_48px\)\] {
    width: calc(100% - 48px) !important;
  }

  .sm\:w-\[calc\(100\%_-_56px\)\] {
    width: calc(100% - 56px) !important;
  }

  .sm\:w-\[calc\(100\%_-_64px\)\] {
    width: calc(100% - 64px) !important;
  }

  .sm\:w-\[calc\(50\%_-_8px\)\] {
    width: calc(50% - 8px) !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:max-w-\[calc\(100\%_-_64px\)\] {
    max-width: calc(100% - 64px) !important;
  }

  .sm\:max-w-\[unset\] {
    max-width: unset !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:justify-normal {
    justify-content: normal !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:gap-0 {
    gap: 0px !important;
  }

  .sm\:gap-12 {
    gap: 3rem !important;
  }

  .sm\:gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-\[5vw\] {
    gap: 5vw !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:border-0 {
    border-width: 0px !important;
  }

  .sm\:border-\[2px\] {
    border-width: 2px !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:border-b-\[2px\] {
    border-bottom-width: 2px !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:border-\[\#126396\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(18 99 150 / var(--tw-border-opacity)) !important;
  }

  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-\[11\.45vw\] {
    padding-left: 11.45vw !important;
    padding-right: 11.45vw !important;
  }

  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:\[\&\:nth-child\(first\)\]\:mx-0:nth-child(first) {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:\[\&\:nth-child\(last\)\]\:mx-0:nth-child(last) {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}