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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-4 {
  height: 1rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-4 {
  width: 1rem;
}
.w-full {
  width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-lg {
  border-radius: 10px;
}
.rounded-xl {
  border-radius: 20px;
}
.border {
  border-width: 1px;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
h1 {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}

h2 {
  font-family: Playfair Display;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

h3 {
  font-family: Playfair Display;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 28px;
    line-height: 37px;
  }
}

h4 {
  font-family: Playfair Display;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 21px;
    line-height: 28px;
  }
}

/*! 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: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  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: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

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

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

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

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #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: hsla(0, 0%, 20%, 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 #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0, 0%, 20%);
}

.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: #32ABDF 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;
  }
}

.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;
  /* .menu-button,
  .menu-button::before,
  .menu-button::after {
      display: block;
      background-color: #fff;
      position: absolute;
      height: 4px;
      width: 30px;
      transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
      border-radius: 2px;
  }

  .menu-button::before {
  content: '';
      margin-top: -8px;
  }

  .menu-button::after {
  content: '';
      margin-top: 8px;
  }

  #menu-toggle:checked + .menu-button-container .menu-button::before {
      margin-top: 0px;
      transform: rotate(405deg);
  }

  #menu-toggle:checked + .menu-button-container .menu-button {
      background: rgba(255, 255, 255, 0);
  }

  #menu-toggle:checked + .menu-button-container .menu-button::after {
      margin-top: 0px;
      transform: rotate(-405deg);
  }

  @screen lg {
      .menu-button-container {
          display: flex;
      }
      .menu {
          position: absolute;
          top: 0;
          margin-top: 50px;
          left: 0;
          flex-direction: column;
          width: 100%;
          justify-content: center;
          align-items: center;
      }
      #menu-toggle ~ .menu li {
          height: 0;
          margin: 0;
          padding: 0;
          border: 0;
          transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      #menu-toggle:checked ~ .menu li {
          border: 1px solid #333;
          height: 2.5em;
          padding: 0.5em;
          transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      .menu > li {
          display: flex;
          justify-content: center;
          margin: 0;
          padding: 0.5em 0;
          width: 100%;
          color: white;
          background-color: #222;
      }
      .menu > li:not(:last-child) {
          border-bottom: 1px solid #444;
      }
  } */
}
@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: Lato;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 1360px) {
  .MainNav li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
  }
}
.MainNav li:last-child {
  margin-right: 0px;
}
.MainNav li > a {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: -webkit-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: 4px;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 265px;
  background-color: transparent;
  padding: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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: -webkit-max-content;
  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(12 93 157 / var(--tw-text-opacity));
}
.MainNav.MainNav-mobile {
  pointer-events: none;
  position: absolute;
  right: -100%;
  top: 0px;
  margin-top: 76px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(12 93 157 / 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.hasDropdown {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.MainNav.MainNav-mobile > li.hasDropdown > a {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.MainNav.MainNav-mobile > li.hasDropdown span.mobilePlus {
  width: -webkit-min-content;
  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: 16px;
  font-weight: 500;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.MemberCTA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(267.84deg, #005B9F -12.81%, #9DC93B 125.86%);
}
.MemberCTA-info {
  display: flex;
  width: -webkit-max-content;
  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(12 93 157 / var(--tw-text-opacity));
}
.MemberCTA-info small {
  font-family: Lato;
  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(157 201 59 / var(--tw-text-opacity));
}
.MemberCTA-price {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Playfair Display;
  font-size: 56px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(12 93 157 / var(--tw-text-opacity));
}

.Footer {
  padding-top: 120px;
  padding-bottom: 120px;
}

.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: Playfair Display;
  font-size: 36px;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(50 171 223 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .FooterSocialBanner-title {
    margin-bottom: 0px;
    text-align: left;
  }
}
.FooterSocialBanner-sub {
  width: 100%;
  font-family: Lato;
  font-size: 21px;
  line-height: 34px;
}
@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: Playfair Display;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(12 93 157 / var(--tw-text-opacity));
}
.FooterForm-subscribe {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 46px;
  background-color: rgba(40, 170, 226, 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: 4px;
  border-bottom-right-radius: 4px;
  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, #005B9F 0%, #28AAE2 115.73%);
}

.FooterNav {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .FooterNav {
    flex-direction: row;
  }
}
.FooterNav-logo {
  width: 100%;
}
@media (min-width: 1024px) {
  .FooterNav-logo {
    width: 25%;
  }
}
.FooterNav-menu, .FooterNav-contact {
  margin-right: 3.5rem;
  width: 100%;
}
.FooterNav-menu li, .FooterNav-contact li {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .FooterNav-menu li, .FooterNav-contact li {
    text-align: left;
  }
}
.FooterNav-menu li:first-child, .FooterNav-contact li:first-child {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.FooterNav-menu li:not(:first-child), .FooterNav-contact li:not(:first-child) {
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / 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;
  }
}

.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(12 93 157 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .HomeHeader {
    max-height: 735px;
    min-height: 735px;
  }
}
.HomeHeader-text p {
  font-size: 21px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .HomeHeader-text {
    width: 40%;
  }
}
.HomeHeader-btn {
  position: relative;
  margin-top: 2.5rem;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4px;
  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, #005B9F 0%, #28AAE2 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: 4px;
  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, #9DC93B -3.72%, #005B9F 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: 4px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.HomeMembership-featureTitle {
  width: 75%;
  white-space: normal;
  font-family: Lato;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.HomeMembership-feature.is-active {
  background: linear-gradient(347.14deg, #28AAE2 -20.11%, #9DC93B 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(50 171 223 / 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: Lato;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  line-height: 1.5rem;
}
.HomeMembership-featureContent strong {
  font-family: Playfair Display;
  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 {
  margin-right: 1.5rem;
}
.HomeMembership-buttons .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: Lato;
  font-size: 14px;
  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: Playfair Display;
  font-size: 16px;
  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: Lato;
  font-size: 16px;
  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(40 170 226 / 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(109 110 113 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.HomeTestimonials-container .flickity-page-dot.is-selected {
  background-color: rgb(50 171 223 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
.HomeTestimonials-slide {
  height: 550px;
  width: 100%;
}
.HomeTestimonials-text h1 {
  margin-bottom: 2.5rem;
  font-family: Lato;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 50px;
}
.HomeTestimonials-text h5 {
  font-family: Playfair Display;
  --tw-text-opacity: 1;
  color: rgb(40 170 226 / var(--tw-text-opacity));
}
.HomeTestimonials-text h4 {
  font-family: Lato;
  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(109 110 113 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.HomeCommunity-container .flickity-page-dot.is-selected {
  background-color: rgb(50 171 223 / 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, #015DA0 -3.59%, rgba(50, 171, 223, 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: Lato;
  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(0, 0, 0, 0.25);
}
.HomeCommunity-cta {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.HomeCommunity-cta p {
  margin-bottom: 2.5rem;
  font-family: Lato;
  font-size: 21px;
  line-height: 34px;
}
.HomeCommunity-cta p:last-child {
  margin-bottom: 0px;
}

.Recipients-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  font-family: "DM Serif Display";
  text-align: center;
  color: #101F2D;
}

.Recipient {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
}
.Recipient-name {
  color: #2703A6;
  font-family: "DM Serif Display";
  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: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #101F2D;
  margin-top: 4px 0;
}
.Recipient-university, .Recipient-sponsor {
  font-weight: 400;
  font-family: "Roboto";
  color: #737373;
  font-size: 14px;
  line-height: 21px;
}
.Recipient-university {
  font-weight: 600;
}
.Recipient-sponsor {
  margin-bottom: 20px;
}
.Recipient-summary {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 22px;
  color: #101F2D;
}
.Recipient-readMore {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: "DM Sans";
  color: #2703A6;
}
.Recipient-readMore::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: "DM Serif Display";
  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: #2703A6;
}
.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 #2703A6;
}

.grant-recipients {
  padding: 120px 0px 250px 0px;
}
.grant-recipients p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}
.grant-recipients ul {
  margin-left: 16px;
  padding-left: 8px;
  list-style: disc;
}
.grant-recipients-left {
  display: flex;
  align-items: center;
}
.grant-recipients-left p {
  margin: 20px 0px;
}
.grant-recipients-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .grant-recipients {
    padding: 70px 0px 150px 0px;
  }
  .grant-recipients-right img {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .grant-recipients {
    padding: 70px 0px 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .grant-recipients-right {
    padding-top: 40px;
  }
}
@media screen and (max-width: 567px) {
  .grant-recipients {
    padding: 40px 0px 40px 0px;
  }
  .grant-recipients-right {
    padding-top: 40px;
  }
}
.grant-recipients > .container .row:nth-child(even) .grant-recipients-right {
  order: 1;
}
.grant-recipients > .container .row:nth-child(even) .grant-recipients-left {
  order: 2;
}

.fellowship-announcement {
  background: #F8F9FA;
  padding: 6% 20%;
}
.fellowship-announcement h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #2703A6;
  margin-bottom: 20px;
}
.fellowship-announcement .col-left {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.fellowship-announcement .col-left p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #101F2D;
  margin-bottom: 20px;
}
.fellowship-announcement .col-left p:last-child {
  background: #5EC688;
  border-radius: 6px;
  padding: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #101F2D;
}
.fellowship-announcement .col-left a {
  color: #f5f5f5;
}
.fellowship-announcement .col-left a:hover {
  text-decoration: underline;
}
.fellowship-announcement .col-right {
  padding: 20px 40px;
}
.fellowship-announcement .col-right p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
  margin-bottom: 20px;
}
.fellowship-announcement .blue-btn {
  margin: 0px auto;
}

.fellowship-application h2 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #2703A6;
  margin-bottom: 10px;
}
.fellowship-application .col-left p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #101F2D;
  margin-bottom: 20px;
}

.active .application-list-content {
  display: block;
}

.application-list-content {
  display: none;
}

.accordion-list-application h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #171717;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.accordion-list-application h3 img {
  margin-right: 20px;
}

.application-list-content li, .application-list-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #404040;
  list-style: disc;
  margin-bottom: 10px;
}

.application-list-content {
  padding: 20px 0px 20px 60px;
}

.recipients-promo {
  background: #E4F1FD;
  padding: 6% 0;
}
.recipients-promo img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipients-promo h3 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #2703A6;
  margin: 30px auto 20px;
}
.recipients-promo p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #101F2D;
  margin-bottom: 20px;
}
.recipients-promo .border-btn {
  background: transparent;
}
.recipients-promo .border-btn:hover {
  background: #2703A6;
}
.recipients-promo .col-right {
  padding-left: 40px;
}
.recipients-promo .col-left {
  padding-right: 40px;
}

.fellowship-application-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fellowship-application-text ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 24px;
}
.fellowship-application-text a {
  color: #2703A6;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .fellowship-announcement, .fellowship-application {
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .fellowship-announcement, .fellowship-application, .recipients-promo {
    padding: 40px 20px;
  }
  .fellowship-announcement .col-right, .fellowship-announcement .col-left {
    padding: 0px;
  }
  .fellowship-application .col-right {
    margin-top: 40px;
  }
  .application-list-content {
    padding: 0px 20px 20px;
  }
  .recipients-promo {
    margin-bottom: 40px;
  }
  .recipients-promo .col-left, .recipients-promo .col-right {
    padding: 0px;
  }
  .recipients-promo .col-right {
    margin-top: 40px;
  }
}
.fellowship-application .travel-award-cta {
  padding: 200px 36px;
  background-image: var(--bgImage);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fellowship-application .travel-award-cta--text {
  margin: auto;
  padding: 16px 54px;
  text-align: left;
}
.fellowship-application .travel-award-cta--text h2 {
  margin: 0;
  padding: 0;
}
.fellowship-application .travel-award-cta--text p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #101F2D;
  padding-top: 12px;
  padding-bottom: 24px;
}

html {
  font-family: "Lato";
}

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

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

.focus-visible\:ring-blue-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

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