/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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:  ;
}
.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: 1360px) {

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

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-12 {
  height: 3rem;
}
.w-12 {
  width: 3rem;
}
.w-full {
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.bg-blue-baby {
  --tw-bg-opacity: 1;
  background-color: rgb(94 140 148 / var(--tw-bg-opacity));
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(26 35 50 / var(--tw-bg-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(200 148 70 / var(--tw-bg-opacity));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 241 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-32 {
  padding-top: 8rem;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Manrope, system-ui, sans-serif;
}
.font-heading {
  font-family: Lora, ui-serif, Georgia, serif;
}
.text-base {
  font-size: 18px;
  line-height: 26px;
}
.text-h2 {
  font-size: 32px;
  line-height: 41.6px;
}
.text-h3 {
  font-size: 24px;
  line-height: 24px;
}
.text-sm {
  font-size: 13px;
  line-height: 20.8px;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(26 35 50 / var(--tw-text-opacity));
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(90 100 110 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.decoration-gold\/40 {
  text-decoration-color: rgb(200 148 70 / 0.4);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.shadow-nav {
  --tw-shadow: 4px 4px 40px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 4px 4px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.btn, .blue-btn, .border-btn, .pur-btn {
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/dist/fonts/Manrope-Regular.woff2") format("woff2"), url("/assets/dist/fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("/assets/dist/fonts/Lora-Regular.woff2") format("woff2"), url("/assets/dist/fonts/Lora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}
h1 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 56px;
  line-height: 63.84px;
  font-weight: 400;
  letter-spacing: -2.8px;
}

h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 400;
}

h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

h4 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-weight: 400;
}

p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.text-body-lg {
  font-size: 17px;
  line-height: 28.9px;
}

.text-body-sm {
  font-size: 13px;
  line-height: 20.8px;
}

.content-section ul,
.content-section ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.content-section ul {
  list-style: disc;
}
.content-section ol {
  list-style: decimal;
}
.content-section li {
  margin-bottom: 8px;
}
.content-section li:last-child {
  margin-bottom: 0;
}
.content-section ul ul,
.content-section ul ol,
.content-section ol ul,
.content-section ol ol {
  margin-top: 8px;
  margin-bottom: 0;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333333;
}

.flickity-button:hover {
  background: #ffffff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #0033FF;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event (issue 716). */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: rgba(51, 51, 51, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #0033FF;
}

.flickity-page-dot.is-selected {
  background: #333333;
}

.Header {
  position: sticky;
  top: 0px;
  z-index: 50;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5E8C94 var(--tw-gradient-to-position);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .Header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .Header {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.NavIcon {
  font-size: 15px;
}

.Logo {
  width: 165px;
}
@media (min-width: 1360px) {
  .Logo {
    width: 312px;
  }
}

.NavContainer {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  .NavContainer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.SecondaryNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .SecondaryNav {
    width: 100%;
    justify-content: space-between;
  }
}
.SecondaryNav-menu {
  display: flex;
  align-items: flex-start;
}
.SecondaryNav-menu--item {
  margin-right: 2rem;
}
.SecondaryNav-menu--item:last-child {
  margin-right: 0px;
}
.SecondaryNav-menu--item > a {
  display: flex;
  align-items: center;
}
.SecondaryNav-menu--item > a > img {
  margin-right: 0.25rem;
}

@media (min-width: 1024px) {
  .SearchForm {
    margin-right: 30px;
    flex: 1 1 0%;
  }
}

.Search {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .Search {
    margin-right: 0px;
  }
}
.Search-input {
  width: 50px;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  background-image: url("/assets/dist/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 16px;
}
@media (min-width: 1024px) {
  .Search-input {
    width: 100%;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

.NavBurger {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .NavBurger {
    display: none;
  }
}
.NavBurger-buns, .NavBurger-buns::before, .NavBurger-buns::after {
  position: absolute;
  display: block;
  height: 2px;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.NavBurger-buns::before, .NavBurger-buns::after {
  content: "";
}
.NavBurger-buns::before {
  margin-top: -6px;
}
.NavBurger-buns::after {
  margin-top: 6px;
}

.MainNav {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
}
.MainNav li {
  position: relative;
  margin-right: 30px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 13px;
  line-height: 19px;
}
@media (min-width: 1360px) {
  .MainNav li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
}
.MainNav li:last-child {
  margin-right: 0px;
}
.MainNav li > a {
  width: -moz-min-content;
  width: min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 3.5rem;
}
.MainNav li > a.BecomeMemberCTA {
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.MainNav-dropdown {
  pointer-events: none;
  position: absolute;
  left: -2.5rem;
  top: 60px;
  z-index: 50;
  width: -moz-max-content;
  width: max-content;
  max-width: 265px;
  background-color: transparent;
  padding: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 35 50 / var(--tw-text-opacity));
  opacity: 0;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.MainNav-dropdown.is-active {
  pointer-events: auto;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  --tw-shadow: 4px 4px 40px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 4px 4px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.MainNav-dropdown > ul li {
  margin-bottom: 1rem;
  font-weight: 500;
}
.MainNav-dropdown > ul li:last-child {
  margin-bottom: 0px;
}
.MainNav-dropdown > ul li > a {
  cursor: pointer;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(26 35 50 / var(--tw-text-opacity));
}
.MainNav.MainNav-mobile {
  pointer-events: none;
  position: absolute;
  right: -100%;
  top: 0px;
  margin-top: 76px;
  height: -moz-max-content;
  height: max-content;
  width: -moz-min-content;
  width: min-content;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(26 35 50 / var(--tw-bg-opacity));
  padding: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.MainNav.MainNav-mobile.is-active {
  pointer-events: auto;
  right: 0px;
  z-index: 50;
  opacity: 1;
}
.MainNav.MainNav-mobile > li {
  margin-bottom: 0px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.MainNav.MainNav-mobile > li > a {
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.MainNav.MainNav-mobile > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(200 148 70 / var(--tw-text-opacity));
}
.MainNav.MainNav-mobile > li.hasDropdown {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.MainNav.MainNav-mobile > li.hasDropdown > a {
  width: -moz-min-content;
  width: min-content;
}
.MainNav.MainNav-mobile > li.hasDropdown span.mobilePlus {
  width: -moz-min-content;
  width: min-content;
}
.MainNav.MainNav-mobile > li.hasDropdown span.mobilePlus::after {
  content: url("/assets/dist/images/icons/plus.svg");
}
.MainNav.MainNav-mobile > li.hasDropdown.is-active span.mobilePlus::after {
  content: url("/assets/dist/images/icons/minus.svg");
}
.MainNav.MainNav-mobile .MainNav-dropdown {
  pointer-events: none;
  position: relative;
  left: unset;
  top: unset;
  height: 0px;
  width: 100%;
  max-width: unset;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.MainNav.MainNav-mobile .MainNav-dropdown.is-active {
  pointer-events: auto;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 1;
}
.MainNav.MainNav-mobile .MainNav-dropdown > ul {
  padding-left: 1rem;
}
.MainNav.MainNav-mobile .MainNav-dropdown > ul li {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.MainNav.MainNav-mobile .MainNav-dropdown > ul li:last-child {
  margin-bottom: 0px;
}
.MainNav.MainNav-mobile .MainNav-dropdown > ul li > a {
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.MainNav.MainNav-mobile .MainNav-dropdown > ul li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(200 148 70 / var(--tw-text-opacity));
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #1A2332;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(26, 35, 50, 0.2);
  z-index: 1;
  flex-wrap: wrap;
  flex-direction: column;
  right: 50px;
  left: auto;
  top: 70px;
}

.dropdown-menu.selected {
  display: flex;
}

.listing-header li {
  display: block;
  padding: 0px 18px;
}

.dropdown-menu li a {
  display: block;
}

i.fa.fa-angle-down {
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  display: inline-block;
  margin-left: 6px;
}

.listing-header li a {
  color: #ffffff;
  font-size: 16px;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 16px 2px;
}

.listing-header li a:hover {
  color: #C89446;
}

.sub-menu a {
  padding: 16px 2px;
}

@media screen and (max-width: 991px) {
  .listing-header {
    display: none;
  }
}
.dropbtn {
  background-color: transparent;
  color: #ffffff;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #E5E5E5;
  min-width: 260px;
  background-color: #1A2332;
  z-index: 1;
  padding-top: 18px;
  margin-left: -10px;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 10px;
}

.dropdown-content a:hover {
  color: #C89446;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #C89446;
}

@media screen and (max-width: 991px) {
  a.dropbtn {
    padding-left: 32px;
  }
  .dropdown {
    position: relative;
    display: flex;
  }
  .dropdown-content {
    min-width: 380px;
    padding: 10px 0px;
    top: 50px;
  }
  .dropdown-content a {
    padding: 12px 16px 16px 32px;
  }
  .dropdown:hover .dropdown-content {
    display: none;
  }
}
.banner-wrapper {
  display: flex;
  align-items: center;
  padding-right: 0;
}

.banner-right img {
  height: 576px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-right {
  padding-right: 0;
}

.banner-left {
  padding: 0 10%;
}

.banner-left .border-btn {
  margin-top: 20px;
}

.banner-left p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #1A2332;
  margin-top: 24px;
}

.banner-left h3 {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .banner-left {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrapper {
    display: block !important;
    padding: 20px !important;
  }
  .banner-left h3 {
    margin: 20px auto;
  }
  .banner-left p {
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .banner-right {
    padding-left: 0;
  }
  .banner-left .border-btn {
    margin: 20px 10px 20px auto;
  }
  .banner-right img {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .banner-right img {
    height: 380px;
  }
  .banner-left .border-btn {
    margin: 0px 10px 20px;
  }
}
.ApplyPastPromo {
  background: #F5F5F1;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .ApplyPastPromo {
    padding: 110px 0;
  }
}
.ApplyPastPromo-grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 1024px) {
  .ApplyPastPromo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ApplyPastPromo-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ApplyPastPromo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  box-shadow: 0 20px 40px rgba(26, 35, 50, 0.08);
}
.ApplyPastPromo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 20px 20px 0 0;
  background: #0033FF;
}
.ApplyPastPromo-card--apply::before {
  background: #0033FF;
}
.ApplyPastPromo-card--past::before {
  background: #6B8E7F;
}
.ApplyPastPromo-title {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #1A2332;
}
.ApplyPastPromo-description {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #5B6876;
}
.ApplyPastPromo-action {
  display: flex;
  align-items: center;
}

.MemberCTA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(267.84deg, #0033FF -12.81%, #6B8E7F 125.86%);
}
.MemberCTA-info {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.MemberCTA-info h5.sub {
  margin-top: 0.75rem;
  font-size: 21px;
  font-weight: 800;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(26 35 50 / var(--tw-text-opacity));
}
.MemberCTA-info small {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(107 142 127 / var(--tw-text-opacity));
}
.MemberCTA-price {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(26 35 50 / var(--tw-text-opacity));
}

.Footer {
  --tw-bg-opacity: 1;
  background-color: rgb(26 35 50 / var(--tw-bg-opacity));
  padding-top: 96px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .Footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Footer a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.Footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(200 148 70 / var(--tw-text-opacity));
}

.FooterSocialBanner {
  width: 100%;
  padding-bottom: 120px;
}
.FooterSocialBanner-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .FooterSocialBanner-container {
    flex-direction: row;
  }
}
.FooterSocialBanner-text {
  width: 100%;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .FooterSocialBanner-text {
    width: 50%;
  }
}
.FooterSocialBanner-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 32px;
  line-height: 41.6px;
  --tw-text-opacity: 1;
  color: rgb(94 140 148 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .FooterSocialBanner-title {
    margin-bottom: 0px;
    text-align: left;
  }
}
.FooterSocialBanner-sub {
  width: 100%;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .FooterSocialBanner-sub {
    width: 83.333333%;
  }
}
.FooterSocialBanner-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .FooterSocialBanner-icons {
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 0px;
  }
}
.FooterSocialBanner-icons li {
  margin-right: 2rem;
}
.FooterSocialBanner-icons li:last-child {
  margin-right: 0px;
}
.FooterSocialBanner-images {
  display: flex;
  overflow-x: scroll;
}

.FooterForm {
  margin-top: 2.5rem;
}
.FooterForm label {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(26 35 50 / var(--tw-text-opacity));
}
.FooterForm-subscribe {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 46px;
  background-color: rgba(139, 115, 153, 0.1);
  background-image: url("/assets/dist/images/icons/email.svg");
  background-repeat: no-repeat;
  background-position: 16px 16px;
}
.FooterForm-submit {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(98.08deg, #0033FF 0%, #8B7399 115.73%);
}

.FooterNav {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .FooterNav {
    flex-direction: row;
  }
}
.FooterNav-logo {
  width: 100%;
}
@media (min-width: 1024px) {
  .FooterNav-logo {
    width: 25%;
  }
}
.FooterNav-mission {
  margin-top: 1.5rem;
  max-width: 360px;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(245 245 241 / var(--tw-text-opacity));
}
.FooterNav-label {
  font-size: 13px;
  line-height: 20.8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(245 245 241 / var(--tw-text-opacity));
}
.FooterNav-social {
  margin-top: 2rem;
}
.FooterNav-menu, .FooterNav-contact {
  margin-right: 3.5rem;
  width: 100%;
}
.FooterNav-menu li, .FooterNav-contact li {
  margin-bottom: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(245 245 241 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .FooterNav-menu li, .FooterNav-contact li {
    text-align: left;
  }
}
.FooterNav-menu li:first-child, .FooterNav-contact li:first-child {
  font-family: Lora, ui-serif, Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.FooterNav-menu li:not(:first-child), .FooterNav-contact li:not(:first-child) {
  --tw-text-opacity: 1;
  color: rgb(245 245 241 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .FooterNav-menu, .FooterNav-contact {
    width: auto;
  }
}
.FooterNav-socialGrid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: grid;
  max-width: 200px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  row-gap: 1.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 1024px) {
  .FooterNav-socialGrid {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
}
.FooterNav-contact li span {
  display: block;
}

.FooterBottom {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 2rem;
  font-size: 13px;
  line-height: 20.8px;
  --tw-text-opacity: 1;
  color: rgb(245 245 241 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .FooterBottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.FooterBottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.sources--small {
  font-size: 80%;
}

.btn, .blue-btn, .border-btn, .pur-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
}
.btn:hover, .blue-btn:hover, .border-btn:hover, .pur-btn:hover {
  text-decoration: none;
}

.btn--primary, .blue-btn, .pur-btn {
  color: #ffffff;
  background: #0033FF;
  border: 2px solid #0033FF;
}
.btn--primary:hover, .blue-btn:hover, .pur-btn:hover {
  color: #0033FF;
  background: #ffffff;
}

.btn--outline, .border-btn {
  color: #0033FF;
  background: #ffffff;
  border: 2px solid #0033FF;
  margin-right: 16px;
  margin-bottom: 10px;
}
.btn--outline:hover, .border-btn:hover {
  color: #ffffff;
  background: #0033FF;
}

.btn--spaced, .blue-btn {
  margin-right: 16px;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.cta-button:hover {
  text-decoration: none;
}

.cta-button__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.cta-button__icon svg {
  width: 16px;
  height: 16px;
}

.cta-button--primary {
  background: linear-gradient(180deg, rgba(26, 35, 50, 0) 0%, rgba(26, 35, 50, 0.2) 100%), #0033FF;
}
.cta-button--primary:hover {
  background: #1A2332;
  color: #ffffff;
}

.cta-button--secondary {
  justify-content: center;
  gap: 8px;
  width: 191.969px;
  height: 50px;
  padding: 24px 32px;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0) 0%, rgba(26, 35, 50, 0.2) 100%), #1A2332;
}
.cta-button--secondary:hover {
  background: #0033FF;
  color: #ffffff;
}

.profile-card {
  width: 400px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
}

.profile-card__image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 492px;
  padding: 5px 0;
  background: var(--profile-image, none) lightgray 50%/cover no-repeat;
}
.profile-card__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 226.31px;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0) 0%, rgba(26, 35, 50, 0.64) 69%);
}

.profile-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  padding: 0 24px 24px;
}

.profile-card__title {
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.profile-card__description {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.scrolltop {
  position: fixed;
  bottom: 70px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: #6B8E7F;
  display: none;
  cursor: pointer;
}

.scrolltop .icon {
  font-size: 25px;
  text-align: center;
  color: #0033FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
}

.scrolltop:hover {
  background-color: #0033FF;
}

.scrolltop:hover .icon {
  color: #6B8E7F;
}

.team-positions {
  font-family: Manrope, system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A3A3A3;
  margin-top: 6px;
}

.team-positions p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A3A3A3;
  margin-top: 6px;
}

.team-name {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0033FF;
}

.ifer-science-team-content img {
  display: inline-block;
  margin-left: 8px;
}

.read-more {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0033FF;
  position: relative;
}

.ifer-science-team-content p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #737373;
  margin: 16px 0px;
}

.ifer-science-team-content--float-right {
  float: right;
}

.read-more-modal {
  display: inline-flex;
}

.read-more-modal__dialog {
  position: fixed;
  inset: 0;
  z-index: 40;
  overflow-y: auto;
}

.read-more-modal [x-cloak] {
  display: none !important;
}

body.read-more-modal-open {
  overflow: hidden;
}

.read-more-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 35, 50, 0.55);
}

.read-more-modal__shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.read-more-modal__panel {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 24px 48px rgba(26, 35, 50, 0.2);
}

.read-more-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #F8F9FA;
  color: #737373;
}

.read-more-modal__close:focus {
  outline: 2px solid #0033FF;
  outline-offset: 2px;
}

.read-more-modal__close-icon {
  width: 16px;
  height: 16px;
}

.read-more-modal__content {
  padding: 40px 32px 32px;
}

.read-more-modal__title {
  font-family: Lora, ui-serif, Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A2332;
}

.read-more-modal__body {
  font-family: Manrope, system-ui, sans-serif;
  margin-top: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #5A646E;
}

.read-more-modal__body p + p {
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .read-more-modal__shell {
    padding: 16px;
  }
  .read-more-modal__content {
    padding: 32px 24px 24px;
  }
}
.ifer-about-right img {
  height: 576px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.AboutMission {
  background: #F5F5F1;
  padding: 96px 0;
}
@media (min-width: 1024px) {
  .AboutMission {
    padding: 120px 0;
  }
}
.AboutMission-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px 28px;
  display: grid;
  gap: 28px;
  box-shadow: 0 28px 64px rgba(26, 35, 50, 0.08);
  border: 1px solid rgba(26, 35, 50, 0.08);
}
@media (min-width: 768px) {
  .AboutMission-card {
    padding: 48px 40px;
  }
}
@media (min-width: 1024px) {
  .AboutMission-card {
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
  }
}
.AboutMission-kicker {
  font-family: Lora, ui-serif, Georgia, serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #737373;
  margin-bottom: 12px;
}
.AboutMission-title {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  color: #1A2332;
}
@media (min-width: 1024px) {
  .AboutMission-title {
    font-size: 40px;
  }
}
.AboutMission-content {
  font-size: 18px;
  line-height: 1.7;
  color: #5B6876;
}
.AboutMission-content p {
  margin: 0;
}
.AboutMission-content p + p {
  margin-top: 16px;
}

.col-md-6.ifer-about-right {
  padding-right: 0;
}

.ifer-about-left {
  padding: 0 10%;
}

.ifer-about-wrapper {
  display: flex;
  align-items: center;
}

.col-md-12.ifer-about-wrapper {
  padding-right: 0;
}

.ifer-about-wrapper p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #1A2332;
  margin-top: 24px;
}

.ifer-tabs .col-md-12 {
  padding: 0;
}

.ifer-tab-data {
  background: #F5F5F1;
}

.ifer-tab-data-white {
  background: #ffffff;
}

.ifer-tabs-wrapper {
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 24px 64px rgba(26, 35, 50, 0.08);
  padding: 32px 24px 0;
}

ul#pills-tab {
  padding: 12px;
  background: #F5F5F1;
  display: flex;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
}

.ifer-tabs-wrapper li a {
  background: none !important;
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1A2332;
}

.ifer-tabs-wrapper li a .active {
  background: none !important;
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1A2332;
}

a#pills-home-tab {
  color: #1A2332;
}

.ifer-innertab-wrapper {
  text-align: center;
  width: 46%;
  margin: 16px auto;
  padding: 120px 0px;
}

.ifer-tabs .ifer-tabs-heading {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #0033FF;
  text-align: center;
}

.ifer-tabs p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #1A2332;
  text-align: left;
}

div#pills-tabContent {
  width: 47%;
  margin: 0 auto;
  padding: 120px 0px;
}

.ifer-tabs li.nav-item {
  border-radius: 0 !important;
  margin-right: 0 !important;
  position: relative;
}

.ifer-tabs li.nav-item:last-child {
  margin-right: 0px !important;
}

.nav-pills .nav-link {
  padding: 12px 24px;
  border-radius: 999px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-pills .nav-link.active {
  color: #1A2332;
  font-weight: 700;
  position: relative;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(26, 35, 50, 0.12);
}

.nav-pills .nav-link.active:after {
  content: none;
  position: absolute;
  width: 100%;
  height: 6px;
  background: #1A2332;
  bottom: -30px;
  left: 0;
}

.timeline .heading-three {
  text-align: center;
}

.timeline.this-history {
  background: linear-gradient(180deg, rgba(26, 35, 50, 0.08) 0%, #F5F5F1 55%, #ffffff 100%);
  padding: 120px 0;
}

.timeline-header {
  text-align: center;
  margin-bottom: 56px;
}

.timeline-kicker {
  font-family: Lora, ui-serif, Georgia, serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #737373;
  margin-bottom: 12px;
}

.timeline-track {
  position: relative;
  display: grid;
  gap: 40px;
}

.timeline-track:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: rgba(26, 35, 50, 0.18);
}

.timeline-card {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 32px 36px;
  box-shadow: 0 28px 60px rgba(26, 35, 50, 0.08);
  border: 1px solid rgba(26, 35, 50, 0.08);
}

.timeline-card:before {
  content: "";
  position: absolute;
  top: 36px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #0033FF;
  box-shadow: 0 0 0 6px rgba(0, 51, 255, 0.18);
  left: -24px;
}

.timeline-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 51, 255, 0.08);
  margin-bottom: 16px;
}

.timeline-card-year {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 20px;
  line-height: 24px;
  color: #0033FF;
}

.timeline-card-title {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #1A2332;
  margin-bottom: 8px;
}

.timeline-card-content p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  margin-bottom: 0;
}

.timeline {
  padding: 120px 0px 0px;
}

@media screen and (min-width: 992px) {
  .timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 80px;
  }
  .timeline-card:nth-child(odd) {
    grid-column: 1;
  }
  .timeline-card:nth-child(even) {
    grid-column: 2;
    margin-top: 56px;
  }
  .timeline-card:nth-child(odd):before {
    right: -7px;
    left: auto;
  }
  .timeline-card:nth-child(even):before {
    left: -7px;
  }
}
.counter-wrapper {
  display: flex;
  justify-content: center;
}

.achievement .row {
  display: flex;
  justify-content: center;
}

.achievement {
  text-align: center;
  padding-bottom: 120px;
}

.achievement strong {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #1A2332;
  margin: 5px 0px;
  display: block;
}

.achievement .heading-three {
  font-family: Lora, ui-serif, Georgia, serif;
  font-weight: 400;
}

.achievement p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1A2332;
}

.achievent-wrapper {
  margin-bottom: 36px;
}

.bod {
  background: #F5F5F1;
  padding: 120px 0px;
}

.bod-wrapper {
  padding-bottom: 80px;
}

.bod-wrapper p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #737373;
  width: 75%;
  margin: 0 auto;
}

.bod .heading-two {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .achievement .homepage-home-statistics {
    height: 186px;
  }
}
@media screen and (max-width: 1024px) {
  .ifer-about-left {
    padding: 0;
  }
  .ifer-about-right img {
    height: 480px;
  }
  .timeline {
    padding: 70px 0px 0px;
  }
  .achievement .homepage-home-statistics {
    height: 125px;
  }
  .achievement {
    padding-bottom: 70px;
  }
  .bod {
    padding: 70px 0px;
  }
  .achievement .homepage-home-statistics {
    height: 180px;
  }
}
@media screen and (max-width: 991px) {
  .ifer-tabs li.nav-item {
    margin-right: 0 !important;
  }
  .achievement .homepage-home-statistics {
    height: 210px;
    margin: 0;
  }
  .timeline-track {
    padding-left: 32px;
  }
  .timeline-track:before {
    left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-track {
    gap: 24px;
  }
  .timeline-track:before {
    left: 18px;
  }
  .timeline-card {
    padding: 28px 24px 28px 32px;
  }
  .timeline-card:before {
    left: -25px;
  }
  .ifer-tabs li.nav-item {
    margin-right: 0 !important;
  }
  ul#pills-tab {
    padding: 12px;
  }
  .nav-pills .nav-link.active:after {
    bottom: -20px;
  }
  div#pills-tabContent {
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px;
  }
  .bod-wrapper p {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .ifer-about-wrapper {
    display: block;
  }
  .col-md-6.ifer-about-right {
    padding: 0;
  }
  .col-md-12.ifer-about-wrapper {
    padding-right: 15px;
  }
  .ifer-about-wrapper p {
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .ifer-about-right img {
    height: 450px;
  }
  .achievement .homepage-home-statistics {
    height: 160px;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 567px) {
  .timeline-card {
    padding: 24px 20px;
  }
  .timeline-card:before {
    left: -22px;
  }
  .achievement {
    padding-bottom: 40px;
  }
  .bod {
    padding: 40px 0px;
  }
  .bod-wrapper {
    padding-bottom: 40px;
  }
  .nav-pills .nav-link.active:after {
    bottom: 0px;
  }
  ul#pills-tab {
    display: block;
    margin: 0;
  }
  .ifer-tabs li.nav-item {
    width: 100%;
  }
  .achievement .homepage-home-statistics {
    height: 180px;
  }
}
.contactus .contact-left {
  background: #0033FF;
  padding: 100px 60px 150px;
}
.contactus .col-md-5 .col-md-7 {
  padding: 0;
}
.contactus .contact-left .contact-left-heading {
  color: #ffffff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  font-family: Manrope, system-ui, sans-serif;
  margin-bottom: 10px;
  font-style: normal;
}
.contactus .contact-left-content p {
  color: #F5F5F1;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
  width: 80%;
}
.contactus .contact-left ul {
  list-style-type: none;
}
.contactus .contact-left ul li {
  margin-bottom: 16px;
}
.contactus .contactus-wrap {
  display: flex;
  align-items: flex-start;
}
.contactus .contact-detail .contactus-detail-heading {
  margin-top: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 4px;
}
.contactus .contactus-wrap .contact-detail {
  margin-left: 12px;
}
.contactus .contact-detail p {
  margin-bottom: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #F5F5F1;
}
.contactus li:nth-child(2) .contact-detail p {
  width: 78%;
}
.contactus .contact-form-detail .fui-legend {
  display: none !important;
}
.contactus .contact-form-detail .fui-input,
.contactus .fui-select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}
.contactus .fui-instructions p {
  display: none;
}
.contactus .contact-form-detail .fui-input {
  border-color: #E5E5E5;
  margin-bottom: 16px;
  padding-left: 0;
}
.contactus .contact-form-detail .fui-input:focus {
  border-color: #0033FF;
}
.contactus .contact-form-detail .fui-error:focus {
  border-left: none !important;
  border-right: none;
  border-top: none;
  border-radius: 0;
  box-shadow: none !important;
  border-color: #0033FF;
}
.contactus .contact-form-detail .fui-select:focus {
  border-left: none !important;
  border-right: none;
  border-top: none;
  border-radius: 0;
  box-shadow: none !important;
  border-color: #0033FF;
}
.contactus .contact-form-detail .fui-select {
  padding-left: 0;
  margin-bottom: 20px;
}
.contactus .contact-form-detail .fui-error:active {
  border-color: #0033FF;
  box-shadow: none;
}
.contactus .contact-form-detail .fui-error:focus-visible {
  outline: none;
  border-color: #0033FF;
  box-shadow: none;
}
.contactus .contact-form-detail .fui-label {
  font-family: Manrope, system-ui, sans-serif;
  line-height: 28px;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  margin-bottom: 6px;
}
.contactus .fui-input-container textarea {
  border: 1px solid #E5E5E5 !important;
  border-radius: 6px !important;
  padding: 20px 16px;
  height: 150px;
  padding-left: 10px !important;
  margin-top: 16px;
}
.contactus .fui-page {
  padding: 100px 66px;
}
.contactus .fui-submit {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 6px;
  background: #ffffff;
  border: 2px solid #0033FF;
  margin-right: 16px;
  text-decoration: none;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s;
}
.contactus .fui-submit:hover {
  color: #ffffff;
  background: #0033FF;
}
.contactus .contact-form-detail p {
  width: 74%;
  text-align: left;
  margin: -148px 0px 0px auto;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #737373;
}
@media screen and (max-width: 1920px) {
  .contactus .contact-form-detail p {
    padding: 0px 53px 0px 0px;
  }
  .contactus .contact-left {
    background: #0033FF;
    padding: 100px 60px 150px 196px;
  }
}
@media screen and (max-width: 1680px) {
  .contactus .contact-form-detail p {
    width: 78%;
    padding: 0px 36px 0px 0px;
  }
  .contactus .contact-left {
    padding: 100px 60px 150px 92px;
  }
}
@media screen and (max-width: 1440px) {
  .contactus .contact-form-detail p {
    width: 74%;
    padding: 0px;
  }
  .contactus .contact-left {
    padding: 100px 60px 150px 64px;
  }
}
@media screen and (max-width: 1366px) {
  .contactus .contact-form-detail p {
    padding-right: 50px;
  }
  .contactus .contact-left {
    padding: 100px 60px 150px 26px;
  }
}
@media screen and (max-width: 1200px) {
  .contactus .contact-form-detail p {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .contactus .contact-left .contact-left-heading {
    font-size: 36px;
    line-height: 46px;
  }
  .contactus .contact-left-content p {
    width: 98%;
  }
  .contactus li:nth-child(2) .contact-detail p {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .contactus .contact-form-detail p {
    margin: -70px 0px 0px auto;
    width: 88%;
  }
  .contactus .contactus-detail-img {
    height: 28px;
    width: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contactus .contact-left {
    padding: 50px 40px 0px;
  }
  .contactus .fui-page {
    padding: 50px 46px;
  }
  .contactus .fui-page .fui-row {
    display: block;
  }
  .contactus .contact-form-detail p {
    margin: -18px 0px 0px auto;
    width: 93%;
  }
}
@media screen and (max-width: 567px) {
  .contactus .contact-left {
    padding: 50px 15px 0px;
  }
  .contactus .fui-page {
    padding: 50px 0px;
  }
  .contactus .contact-form-detail p {
    padding-right: 0px;
    width: 100%;
  }
}

.current-fellowships-page .fellowship-recipients {
  margin: 80px auto 32px;
}
.current-fellowships-page .Recipients-title {
  margin-bottom: 16px;
}
.current-fellowships-page .Recipients-description {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #737373;
  max-width: 720px;
  margin: 0 auto;
}
.current-fellowships-page .RecipientCard-cell {
  margin-bottom: 48px;
}

.HomeHero {
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #ffffff;
  padding: 120px 0 80px;
}
@media (min-width: 1024px) {
  .HomeHero {
    min-height: 760px;
    padding: 160px 0 100px;
  }
}
.HomeHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0.35) 0%, rgba(26, 35, 50, 0.6) 100%);
  pointer-events: none;
}
.HomeHero .container {
  position: relative;
  z-index: 1;
}
.HomeHero-content {
  max-width: 560px;
}
.HomeHero-eyebrow {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
  margin-bottom: 18px;
}
.HomeHero-text {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 16px;
}
.HomeHero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.HomeHero .btn--outline, .HomeHero .border-btn {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.HomeHero .btn--outline:hover, .HomeHero .border-btn:hover {
  color: #1A2332;
  background: #ffffff;
}

.HomeCurrentFellows {
  background: #1A2332;
  color: #ffffff;
  padding: 70px 0 90px;
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
  .HomeCurrentFellows {
    padding: 90px 0 110px;
    padding-bottom: 0px;
  }
}
.HomeCurrentFellows-slider {
  margin-top: 32px;
  overflow: hidden;
  margin-right: calc((100vw - 100%) / -2);
  padding-right: calc((100vw - 100%) / 2);
  padding-bottom: 48px;
}
.HomeCurrentFellows-slider .flickity-viewport {
  overflow: visible;
}
.HomeCurrentFellows-slider .flickity-prev-next-button {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  height: 44px;
  width: 44px;
  transition: opacity 0.2s ease-in-out;
}
.HomeCurrentFellows-slider .flickity-prev-next-button:hover {
  background: rgba(255, 255, 255, 0.35);
}
.HomeCurrentFellows-slider .flickity-prev-next-button .flickity-button-icon {
  fill: #ffffff;
}
.HomeCurrentFellows-slider .flickity-prev-next-button.previous.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.HomeCurrentFellows-slider .flickity-page-dots {
  bottom: 0;
}
.HomeCurrentFellows-slider .flickity-page-dot {
  background: rgba(255, 255, 255, 0.4);
}
.HomeCurrentFellows-slider .flickity-page-dot.is-selected {
  background: #ffffff;
}
.HomeCurrentFellows-cell {
  margin-right: 24px;
}
.HomeCurrentFellows-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.HomeCurrentFellows .profile-card {
  width: 300px;
}
@media (min-width: 768px) {
  .HomeCurrentFellows .profile-card {
    width: 340px;
  }
}
@media (min-width: 1024px) {
  .HomeCurrentFellows .profile-card {
    width: 400px;
  }
}
.HomeCurrentFellows-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 72px;
}
@media (min-width: 1024px) {
  .HomeCurrentFellows-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.HomeCurrentFellows-heading {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1024px) {
  .HomeCurrentFellows-heading {
    font-size: 40px;
  }
}

.HomeCoreValues {
  background: #ffffff;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .HomeCoreValues {
    padding: 110px 0;
  }
}
.HomeCoreValues-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.HomeCoreValues-header h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .HomeCoreValues-header h2 {
    font-size: 44px;
  }
}
.HomeCoreValues-header p {
  font-size: 18px;
  line-height: 1.6;
  color: #5B6876;
}
.HomeCoreValues-grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .HomeCoreValues-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .HomeCoreValues-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.HomeCoreValues-card h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
  margin: 18px 0 12px;
}
.HomeCoreValues-card p {
  color: #5B6876;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.HomeCoreValues-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.HomeCoreValues-icon--gold {
  background: #C89446;
}
.HomeCoreValues-icon--green {
  background: #6B8E7F;
}
.HomeCoreValues-icon--blue {
  background: #5E8C94;
}
.HomeCoreValues-icon--purple {
  background: #8B7399;
}

.HomeStatistics {
  background: #1A2332;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .HomeStatistics {
    padding: 110px 0;
  }
}
.HomeStatistics-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.HomeStatistics-header h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 36px;
  line-height: 1.2;
  color: #1A2332;
}
@media (min-width: 1024px) {
  .HomeStatistics-header h2 {
    font-size: 44px;
  }
}
.HomeStatistics-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .HomeStatistics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .HomeStatistics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }
}
.HomeStatistics-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(26, 35, 50, 0.08);
  box-shadow: 0 20px 40px rgba(26, 35, 50, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .HomeStatistics-card {
    padding: 32px;
  }
}
.HomeStatistics-number {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 40px;
  line-height: 1.1;
  color: #0033FF;
  margin: 0;
}
@media (min-width: 1024px) {
  .HomeStatistics-number {
    font-size: 48px;
  }
}
.HomeStatistics-description {
  color: #5B6876;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.HomeHeader {
  background-image: var(--bgImage);
  position: relative;
  display: flex;
  height: 100%;
  max-height: 540px;
  min-height: 540px;
  width: 100%;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(26 35 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .HomeHeader {
    max-height: 735px;
    min-height: 735px;
  }
}
.HomeHeader-text p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .HomeHeader-text {
    width: 40%;
  }
}
.HomeHeader-btn {
  position: relative;
  margin-top: 2.5rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(98.08deg, #0033FF 0%, #8B7399 115.73%);
}
.HomeHeader-latestNews {
  position: absolute;
  left: 0.5rem;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  --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));
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: calc(100% - 16px);
  background: linear-gradient(269.74deg, #6B8E7F -3.72%, #0033FF 110.37%);
}
@media (min-width: 1024px) {
  .HomeHeader-latestNews {
    left: 50%;
    width: 100%;
    max-width: 66%;
    --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));
    flex-direction: row;
    justify-content: space-between;
  }
}
.HomeHeader-latestDate {
  width: 100%;
}
@media (min-width: 1024px) {
  .HomeHeader-latestDate {
    margin-right: 1rem;
    width: 20%;
  }
}
.HomeHeader-latestTitle {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .HomeHeader-latestTitle {
    margin-top: 0px;
    margin-bottom: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-border-opacity: 0.25;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.HomeHeader-latestMore {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .HomeHeader-latestMore {
    width: 16.666667%;
    justify-content: center;
  }
}

.HomeMembership {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.HomeMembership-tabs {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  width: 66.666667%;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: 230px 1fr;
}
.HomeMembership-features {
  position: relative;
}
.HomeMembership-feature {
  margin-bottom: 3rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.HomeMembership-featureTitle {
  width: 75%;
  white-space: normal;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 17px;
  line-height: 28.9px;
  font-weight: 500;
}
.HomeMembership-feature.is-active {
  background: linear-gradient(347.14deg, #8B7399 -20.11%, #6B8E7F 123.5%);
}
.HomeMembership-feature.is-active .HomeMembership-featureTitle {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.HomeMembership-content {
  position: relative;
  margin-left: 2.5rem;
  border-left-width: 2px;
  border-color: rgb(94 140 148 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  padding-left: 2.5rem;
}
.HomeMembership-arrow {
  position: absolute;
  left: -13px;
  height: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: url("/assets/dist/images/icons/line-arrow.png");
  top: var(--arrowPosition);
}
.HomeMembership-featureContent p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  line-height: 1.5rem;
}
.HomeMembership-featureContent strong {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.HomeMembership-featureContent strong + p {
  margin-top: 2.5rem;
}
.HomeMembership-featureContent p + img {
  margin-top: 1.5rem;
}
.HomeMembership-buttons {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.HomeMembership-buttons .btn, .HomeMembership-buttons .pur-btn, .HomeMembership-buttons .border-btn, .HomeMembership-buttons .blue-btn {
  margin-right: 1.5rem;
}
.HomeMembership-buttons .btn:last-child, .HomeMembership-buttons .pur-btn:last-child, .HomeMembership-buttons .border-btn:last-child, .HomeMembership-buttons .blue-btn:last-child {
  margin-right: 0px;
}

.HomeBlog {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.HomeBlog-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .HomeBlog-container {
    max-width: 1170px;
  }
}
.HomeBlog-text {
  width: 100%;
}
.HomeBlog-text > p {
  margin-top: 0.5rem;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .HomeBlog-text {
    width: 33.333333%;
  }
}
.HomeBlog-tags {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.HomeBlog-posts {
  margin-left: 2.5rem;
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(auto, 245px));
}
.HomeBlog-post h4 {
  min-height: 40px;
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.HomeEvents {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.HomeEvents-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .HomeEvents-container {
    max-width: 1170px;
  }
}
.HomeEvents-buttons {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.HomeEvents-events {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.HomeEvents-event {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  align-items: center;
}
.HomeEvents-event:last-child {
  margin-bottom: 0px;
}
.HomeEvents-text {
  margin-left: 1rem;
}
.HomeEvents-text > p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.HomeNews-category {
  position: relative;
  display: flex;
  height: 270px;
  width: 270px;
  align-items: flex-end;
  justify-content: flex-start;
  background-image: var(--bgImage);
  background-size: cover;
  background-repeat: no-repeat;
}
.HomeNews-category::after {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(139 115 153 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  mix-blend-mode: multiply;
  content: "";
}
.HomeNews-category h3 {
  z-index: 20;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.HomeTestimonials-container {
  /* enable Flickity by default */
}
.HomeTestimonials-container:after {
  content: "flickity";
  display: none; /* hide :after */
}
.HomeTestimonials-container .flickity-page-dots {
  bottom: 1.5rem;
}
.HomeTestimonials-container .flickity-page-dot {
  background-color: rgb(90 100 110 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.HomeTestimonials-container .flickity-page-dot.is-selected {
  background-color: rgb(94 140 148 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
.HomeTestimonials-slide {
  height: 550px;
  width: 100%;
}
.HomeTestimonials-text h1 {
  margin-bottom: 2.5rem;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 50px;
}
.HomeTestimonials-text h5 {
  font-family: Lora, ui-serif, Georgia, serif;
  --tw-text-opacity: 1;
  color: rgb(139 115 153 / var(--tw-text-opacity));
}
.HomeTestimonials-text h4 {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
}

.HomeSponsors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* &-logos {
      @apply  flex
              flex-wrap
              items-center
              justify-center;

      img {
          @apply  max-w-[175px] 
                  w-full
                  mr-16
                  mb-10;

          &:nth-child(5n) {
              @apply  mr-0;
          }
      }
  } */
}
.HomeSponsors-logos {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1170px;
  grid-auto-rows: auto;
  row-gap: 2.5rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  grid-template-columns: repeat(5, 175px);
}
.HomeSponsors-logos img {
  width: 100%;
  max-width: 175px;
}

.HomeCommunity-container {
  /* enable Flickity by default */
}
.HomeCommunity-container:after {
  content: "flickity";
  display: none; /* hide :after */
}
.HomeCommunity-container .flickity-page-dots {
  bottom: -2.5rem;
}
.HomeCommunity-container .flickity-page-dot {
  background-color: rgb(90 100 110 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.HomeCommunity-container .flickity-page-dot.is-selected {
  background-color: rgb(94 140 148 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
.HomeCommunity-slide {
  height: 720px;
  width: 100%;
}
.HomeCommunity-slide--image {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: var(--slideImage);
  background-size: cover;
  background-repeat: no-repeat;
}
.HomeCommunity-slide--image::after {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: linear-gradient(276deg, #1A2332 -3.59%, rgba(94, 140, 148, 0) 101.8%);
  mix-blend-mode: normal;
  transform: rotate(-180deg);
  content: "";
}
.HomeCommunity-text {
  position: absolute;
  top: 50%;
  left: 9rem;
  z-index: 50;
  max-width: 555px;
  --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));
}
.HomeCommunity-text h2 {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 58px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-shadow: 2px 2px 4px rgba(26, 35, 50, 0.25);
}
.HomeCommunity-cta {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.HomeCommunity-cta p {
  margin-bottom: 2.5rem;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.HomeCommunity-cta p:last-child {
  margin-bottom: 0px;
}

.GraduateFellowshipAnnouncement {
  background: #ffffff;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .GraduateFellowshipAnnouncement {
    padding: 110px 0;
  }
}
.GraduateFellowshipAnnouncement-header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
.GraduateFellowshipAnnouncement-header h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 36px;
  line-height: 1.2;
  color: #1A2332;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .GraduateFellowshipAnnouncement-header h2 {
    font-size: 44px;
  }
}
.GraduateFellowshipAnnouncement-eyebrow {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
  font-weight: 700;
  margin-bottom: 16px;
}
.GraduateFellowshipAnnouncement-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .GraduateFellowshipAnnouncement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.GraduateFellowshipAnnouncement-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(26, 35, 50, 0.12);
  box-shadow: 0 24px 60px rgba(26, 35, 50, 0.08);
  padding: 32px;
  color: #1A2332;
}
@media (min-width: 1024px) {
  .GraduateFellowshipAnnouncement-card {
    padding: 40px;
  }
}
.GraduateFellowshipAnnouncement-card h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.GraduateFellowshipAnnouncement-card p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #737373;
}
.GraduateFellowshipAnnouncement-card--highlight {
  background: linear-gradient(135deg, rgba(0, 51, 255, 0.12) 0%, rgba(26, 35, 50, 0.14) 100%);
  border-color: rgba(0, 51, 255, 0.25);
}

.GraduateFellowshipApplication {
  background: #F8F9FA;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .GraduateFellowshipApplication {
    padding: 110px 0;
  }
}
.GraduateFellowshipApplication-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .GraduateFellowshipApplication-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.GraduateFellowshipApplication-content {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(26, 35, 50, 0.12);
  padding: 32px;
  box-shadow: 0 24px 60px rgba(26, 35, 50, 0.08);
}
@media (min-width: 1024px) {
  .GraduateFellowshipApplication-content {
    padding: 40px;
  }
}
.GraduateFellowshipApplication-content h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 34px;
  line-height: 1.2;
  color: #1A2332;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .GraduateFellowshipApplication-content h2 {
    font-size: 40px;
  }
}
.GraduateFellowshipApplication-eyebrow {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
  font-weight: 700;
  margin-bottom: 12px;
}
.GraduateFellowshipApplication-text {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #737373;
}
.GraduateFellowshipApplication-text p {
  margin-bottom: 16px;
}
.GraduateFellowshipApplication-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  padding: 32px;
  border-radius: 18px;
  color: #ffffff;
  background: #1A2332;
  background-image: var(--card-image);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .GraduateFellowshipApplication-card {
    padding: 40px;
  }
}
.GraduateFellowshipApplication-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0.1) 0%, rgba(26, 35, 50, 0.75) 100%);
}
.GraduateFellowshipApplication-cardInner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.GraduateFellowshipApplication-cardInner h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}
.GraduateFellowshipApplication-cardText {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
}
.GraduateFellowshipApplication-cardText p {
  margin-bottom: 12px;
}
.GraduateFellowshipApplication-cardActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.Recipients-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  font-family: Lora, ui-serif, Georgia, serif;
  text-align: center;
  color: #1A2332;
}

.Recipient {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
}
.Recipient-name {
  color: #0033FF;
  /* timeline - title */
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
}
.Recipient-image {
  margin-bottom: 1.25rem;
  border-radius: 6px;
}
.Recipient-year {
  display: flex;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #1A2332;
  margin-top: 4px 0;
}
.Recipient-university, .Recipient-sponsor {
  font-weight: 400;
  font-family: Manrope, system-ui, sans-serif;
  color: #737373;
  font-size: 14px;
  line-height: 21px;
}
.Recipient-university {
  font-weight: 600;
}
.Recipient-sponsor {
  margin-bottom: 20px;
}
.Recipient-summary {
  font-size: 13px;
  line-height: 20.8px;
  font-weight: 400;
  padding-bottom: 22px;
  color: #1A2332;
}
.Recipient-readMore {
  display: flex;
  font-size: 13px;
  line-height: 20.8px;
  font-weight: 700;
  font-family: Lora, ui-serif, Georgia, serif;
  color: #0033FF;
}
.Recipient-readMore::after {
  content: url("/assets/dist/images/icons/right-arrow.svg");
  display: block;
  margin-left: 8px;
}

.RecipientCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(26, 35, 50, 0.12);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.RecipientCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(26, 35, 50, 0.18);
}
.RecipientCard-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  padding: 16px 20px;
  background: var(--recipient-image, #dfe6ef) center/cover no-repeat;
}
.RecipientCard-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0) 0%, rgba(26, 35, 50, 0.75) 80%);
}
.RecipientCard-mediaInner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.RecipientCard-name {
  color: #ffffff;
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.RecipientCard-years {
  color: rgba(255, 255, 255, 0.9);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.RecipientCard-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px 24px;
  flex: 1;
}
.RecipientCard-university, .RecipientCard-sponsor {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #737373;
  margin: 0;
}
.RecipientCard-university {
  font-weight: 600;
}
.RecipientCard-summary {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #1A2332;
  margin: 0;
}
.RecipientCard-link {
  margin-top: auto;
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  color: #0033FF;
  display: inline-flex;
  align-items: center;
}
.RecipientCard-link::after {
  content: url("/assets/dist/images/icons/right-arrow.svg");
  display: block;
  margin-left: 8px;
}

.RecipientYears {
  padding: 10px 0;
  margin-top: 16px;
  margin-bottom: 72px;
}
.RecipientYears-year {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  cursor: pointer;
  margin: 0 10px;
  padding: 0 10px;
  color: #D4D4D4;
}
.RecipientYears-year.active {
  font-weight: 500;
  color: #0033FF;
}
.RecipientYears-arrows {
  color: #D4D4D4;
  font-size: 25px;
}
.RecipientYears-arrows i {
  content: url("/assets/dist/images/icons/graduate-arrow.svg");
  display: block;
  height: 22px;
  width: 13px;
}
.RecipientYears-arrows:hover > i {
  content: url("/assets/dist/images/icons/graduate-arrow-active.svg");
}
.RecipientYears-arrows--prev {
  padding-right: 16px;
}
.RecipientYears-arrows--prev:hover > i {
  transform: scaleX(-1);
}
.RecipientYears-arrows--next {
  padding-left: 16px;
}
.RecipientYears-arrows--next > i {
  transform: scaleX(-1);
}
.RecipientYears-arrows--next:hover > i {
  transform: scaleX(1);
}
.RecipientYears-mobile {
  margin: 15px 0;
  padding: 10px 15px;
  border: 1px solid #0033FF;
}

.fellowship-recipients {
  margin: 80px auto 40px;
  padding: 0 20%;
}

.fellowship-recipients h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #0033FF;
  margin: 20px auto;
}

.fellowship-recipients p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
}

.left-box,
.right-box {
  background: rgba(107, 142, 127, 0.25);
  border-radius: 6px;
  text-align: center;
  margin: 80px auto;
  max-height: 310px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.travel-award-cta--bg {
  background-image: var(--bgImage);
}

.left-box h3,
.right-box h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #1A2332;
}

.left-box p,
.right-box p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1A2332;
  margin: 20px auto;
}

.left-box {
  margin-right: 20px;
}

.right-box {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .right-box {
    margin: 0px auto 20px;
  }
  .left-box {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1024px) {
  .fellowship-recipients {
    margin: 40px auto 20px;
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .fellowship-recipients {
    margin: 40px auto 20px;
    padding: 0px;
  }
  .right-box {
    margin-bottom: 40px;
  }
  .left-box,
  .right-box {
    padding: 40px;
  }
}
.back-recipients-btn {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #0033FF;
  margin: 20px 0px;
  display: block;
}

.profile-row {
  margin: 60px 0px;
  padding: 20px;
}

.profile-img {
  width: 357px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.recipient-name {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #0033FF;
  margin-top: 20px;
}

.recipient-name--graduate {
  margin-bottom: 10px;
}

.profile-left p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
}

.profile-right img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.profile-right h3 {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #1A2332;
  margin: 40px auto 20px;
}

.profile-right p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1A2332;
}

@media only screen and (max-width: 767px) {
  .profile-img {
    display: block;
    margin: 0px auto;
  }
  .profile-row {
    margin-top: 20px;
    padding: 0px;
  }
}
.FlexibleLeftRight {
  background: #F5F5F1;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .FlexibleLeftRight {
    padding: 110px 0;
  }
}
.FlexibleLeftRight-grid {
  display: grid;
  gap: 32px;
}
.FlexibleLeftRight-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(26, 35, 50, 0.08);
  box-shadow: 0 20px 40px rgba(26, 35, 50, 0.08);
  padding: 32px;
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .FlexibleLeftRight-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 48px;
  }
  .FlexibleLeftRight-card--reverse .FlexibleLeftRight-media {
    order: -1;
  }
  .FlexibleLeftRight-card--reverse .FlexibleLeftRight-text {
    order: 2;
  }
}
.FlexibleLeftRight-title {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 32px;
  line-height: 1.2;
  color: #1A2332;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .FlexibleLeftRight-title {
    font-size: 36px;
  }
}
.FlexibleLeftRight-description {
  color: #5B6876;
  font-size: 18px;
  line-height: 1.6;
}
.FlexibleLeftRight-description p {
  margin-bottom: 16px;
}
.FlexibleLeftRight-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
.FlexibleLeftRight-actions .cta-button {
  display: inline-flex;
  align-self: flex-start;
  flex: 0 0 auto;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.FlexibleLeftRight-media img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .FlexibleLeftRight-media img {
    max-height: 420px;
  }
}

.past-recipients-page ul.slick-dots {
  display: inline-table;
  text-align: center;
  margin: 0;
  padding: 0;
}
.past-recipients-page .layout {
  width: 600px;
  margin: 10px auto;
  position: relative;
}
.past-recipients-page .layout a {
  color: #737373;
}
.past-recipients-page .slide {
  display: none;
}
.past-recipients-page .slide li {
  list-style: none;
}
.past-recipients-page .slide.slick-initialized {
  display: block;
}
.past-recipients-page .slick-dots {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
}
.past-recipients-page .slick-dots li {
  list-style: none;
  display: inline-block;
  max-width: 112px;
  max-height: 56px;
  margin: 5px;
}
.past-recipients-page .slick-dots li img {
  opacity: 0.5;
  width: 80%;
  height: auto;
}
.past-recipients-page .slick-dots li.slick-active img {
  opacity: 1;
}
.past-recipients-page .slick-prev {
  position: absolute;
  z-index: 99;
  top: 120px;
  left: -50px;
}
.past-recipients-page .slick-next {
  position: absolute;
  z-index: 99;
  top: 120px;
  right: -50px;
}
.past-recipients-page .year-graduation h4 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #1A2332;
}
.past-recipients-page .year-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  padding: 0 6%;
}
.past-recipients-page .angle-icon-left,
.past-recipients-page .angle-icon-right {
  color: #D4D4D4;
  font-size: 25px;
  margin: 0px 30px;
}
.past-recipients-page .angle-icon-left.active,
.past-recipients-page .angle-icon-right.active,
.past-recipients-page .angle-icon-left:hover,
.past-recipients-page .angle-icon-right:hover {
  color: #0033FF;
  cursor: pointer;
}
.past-recipients-page .year-digit p {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #D4D4D4;
}
.past-recipients-page .year-digit p.active,
.past-recipients-page .year-digit p:hover {
  font-weight: 500;
  color: #0033FF;
  cursor: pointer;
}
.past-recipients-page .year-digit {
  display: flex;
  overflow: hidden;
  overflow-y: hidden;
}
.past-recipients-page .year-digit p {
  margin: 0px 20px;
}
.past-recipients-page .start-end-year {
  display: flex;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #1A2332;
}
.past-recipients-page .recipientSection .recipientBlock {
  padding: 40px;
}
.past-recipients-page .recipientSection .recipientBlock img {
  border-radius: 6px;
  margin-bottom: 20px;
}
.past-recipients-page .recipientSection .recipientBlock h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #0033FF;
}
.past-recipients-page .recipientSection .recipientDescription {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.past-recipients-page .recipientSection .recipientSummary {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1A2332;
}
.past-recipients-page .recipientSection .view-profile img {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 0px;
}
.past-recipients-page .recipientSection .view-profile {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0033FF;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .past-recipients-page .recipientSection .recipientBlock {
    padding: 20px;
  }
  .past-recipients-page section.recipientSection {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .past-recipients-page .recipientSection .recipientBlock {
    padding: 20px;
    margin: 40px;
  }
  .past-recipients-page .year-list {
    padding: 0;
  }
  .past-recipients-page .recipientSection {
    margin: 0px auto 40px !important;
  }
  .past-recipients-page .recipientSection .recipientBlock:first-child {
    margin-top: 0px;
  }
  .past-recipients-page .year-digit p {
    font-size: 20px;
    line-height: 30px;
  }
}

.ifer-tabs-reports h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #0033FF;
  margin-bottom: 20px;
  margin-top: 40px;
}

.ifer-tabs-reports h5 {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #171717;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.ifer-tabs-reports h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0033FF;
  margin: 30px auto 20px;
}

.dashboard-heading {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #0033FF;
  margin-bottom: 20px;
  margin-top: 10px;
}

.ifer-tabs-reports p {
  margin-bottom: 20px;
}

.nav-link-reports {
  margin-left: 60px;
  margin-right: 60px;
}

.tab-content-reports {
  max-width: 1200px;
}

.past-fellowship-banner ul {
  list-style: disc;
  padding-left: 30px;
  padding-top: 10px;
}
.past-fellowship-banner h3 {
  padding-top: 20px;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #0033FF;
}
.past-fellowship-banner p {
  padding-top: 10px;
}
.past-fellowship-banner .col-xs-8,
.past-fellowship-banner .col-sm-8,
.past-fellowship-banner .col-md-8 {
  margin: auto;
  max-width: 80%;
}
.past-fellowship-banner .col-lg-8 {
  margin: auto;
  max-width: 100%;
}

.ifer-science-right img {
  height: 576px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-md-6.ifer-science-right {
  padding-right: 0;
}

.ifer-science-left {
  padding: 0 10%;
}

.ifer-science-board {
  background: #F5F5F1;
}

.ifer-science-team {
  background: #F5F5F1;
  padding-bottom: 120px;
}

.ifer-science-wrapper {
  display: flex;
  align-items: center;
}

.col-md-12.ifer-science-wrapper {
  padding-right: 0;
}

.ifer-science-wrapper p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #1A2332;
  margin-top: 24px;
}

.ifer-science-board {
  text-align: center;
  padding: 110px 0 70px;
}

.ifer-science-board-wrapper {
  max-width: 760px;
  margin: 0 auto;
}

.ifer-science-board p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5A646E;
  margin-top: 20px;
}

.ifer-science-team-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}

.team-name {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0033FF;
}

.team-position {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #525252;
  margin: 20px 0px;
}

.ifer-science-team-content {
  margin-left: 0;
}

.ifer-science-team-content p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5A646E;
  margin: 12px 0 0;
}

.read-more {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0033FF;
  position: relative;
}

.ifer-science-opp {
  background: #1A2332;
  padding: 120px 0;
}

.ifer-science-opp-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.ifer-science-opp-wrapper {
  max-width: 720px;
}

.ifer-science-opp-wrapper .ifer-science-opp-heading {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 16px;
}

.ifer-science-opp-description {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.85);
}

.ifer-science-opp-description p {
  margin-bottom: 16px;
}

.ifer-science-opp-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ifer-science-opp-cta {
  border-color: rgba(255, 255, 255, 0.25);
}

.ifer-science-team-content img {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .heading-two {
    font-size: 38px;
    line-height: 50px;
  }
  .ifer-science-left {
    padding: 0px 5%;
  }
  .ifer-science-right img {
    height: 480px;
  }
  .ifer-science-board {
    text-align: center;
    padding: 90px 0 60px;
  }
  .ifer-science-team {
    padding-bottom: 90px;
  }
  .ifer-science-opp {
    padding: 100px 0;
  }
  .ifer-science-opp-card {
    padding: 36px;
  }
  .ifer-science-left {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .ifer-science-wrapper {
    display: block;
  }
  .col-md-12.ifer-science-wrapper {
    padding-right: 15px;
  }
  .col-md-6.ifer-science-right {
    padding: 0;
  }
  .heading-two {
    font-size: 32px;
    line-height: 42px;
    padding-top: 20px;
  }
  .ifer-science-wrapper p {
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .ifer-science-right img {
    height: 450px;
  }
  .ifer-science-board {
    text-align: left;
    padding: 60px 0 30px;
  }
  .ifer-science-board p,
  .ifer-science-opp-description {
    margin: 26px 0px 30px;
  }
  .ifer-science-team-wrapper {
    display: flex;
    padding: 20px;
  }
  .ifer-science-team-content {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .ifer-science-team {
    padding-bottom: 40px;
  }
  .ifer-science-opp {
    padding: 60px 0;
  }
  .ifer-science-opp-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
  .ifer-science-opp-actions {
    width: 100%;
  }
  .ifer-science-opp-cta {
    width: 100%;
    justify-content: center;
  }
}
.TravelAwardsContent {
  background: #F5F5F1;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .TravelAwardsContent {
    padding: 110px 0;
  }
}
.TravelAwardsContent-grid {
  display: grid;
  gap: 32px;
}
.TravelAwardsContent-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(26, 35, 50, 0.08);
  box-shadow: 0 20px 40px rgba(26, 35, 50, 0.08);
  padding: 32px;
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .TravelAwardsContent-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 48px;
  }
  .TravelAwardsContent-card--reverse .TravelAwardsContent-media {
    order: -1;
  }
  .TravelAwardsContent-card--reverse .TravelAwardsContent-text {
    order: 2;
  }
}
.TravelAwardsContent-title {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 32px;
  line-height: 1.2;
  color: #1A2332;
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .TravelAwardsContent-title {
    font-size: 36px;
  }
}
.TravelAwardsContent-description {
  color: #5B6876;
  font-size: 18px;
  line-height: 1.6;
}
.TravelAwardsContent-description p {
  margin-bottom: 16px;
}
.TravelAwardsContent-actions {
  margin-top: 24px;
}
.TravelAwardsContent-media img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .TravelAwardsContent-media img {
    max-height: 420px;
  }
}

.SitemapHero {
  background: #1A2332;
  color: #ffffff;
  padding: 120px 0 70px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .SitemapHero {
    padding: 160px 0 90px;
  }
}
.SitemapHero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(0, 51, 255, 0.4), transparent 60%);
  pointer-events: none;
}
.SitemapHero .container {
  position: relative;
  z-index: 1;
}
.SitemapHero-content {
  max-width: 640px;
}
.SitemapHero-eyebrow {
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
  margin-bottom: 18px;
}
.SitemapHero-text {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 16px;
}

.Sitemap {
  background: #F5F5F1;
  padding: 60px 0 90px;
}
@media (min-width: 1024px) {
  .Sitemap {
    padding: 80px 0 120px;
  }
}
.Sitemap-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.Sitemap-group {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(26, 35, 50, 0.08);
}
.Sitemap-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 16px;
}
.Sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.Sitemap-link {
  color: #0033FF;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.Sitemap-link:hover, .Sitemap-link:focus {
  color: #1A2332;
  text-decoration: underline;
}

html,
body {
  font-family: Manrope, system-ui, sans-serif;
}

@media (min-width: 1024px) {

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

  .lg\:pt-48 {
    padding-top: 12rem;
  }
}

/*# sourceMappingURL=main.css.map*/