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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: "AlumniSansSemiBold";

  src: url("https://res.plaisio.gr/raw/upload/v1786520917/Campaigns/B2C-Campaigns/Shared/fonts/AlumniSans-SemiBold.ttf")
    format("truetype");

  font-weight: 600;
}

html {
  font-family: "plaisioRegular";
  scroll-behavior: smooth;
}

b,
strong {
  font-family: "plaisioBold";
  font-weight: bolder;
}

/* 
  a:hover {
    text-decoration: none;
    color: initial!important;
  } */

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next {
  border-radius: 999999px;
  box-shadow: -.125rem .1875rem .25rem 0 rgba(0,0,0,.1);
  border: 1px #000 solid!important;
  width: 2.0625rem;
  height: 2.0625rem;
  backdrop-filter: blur(3px);
  background-color: transparent!important;
  color: #000;
}

.swiper-button-prev {
  border-radius: 999999px;
  box-shadow: -.125rem .1875rem .25rem 0 rgba(0,0,0,.1);
  border: 1px #000 solid!important;
  width: 2.0625rem;
  height: 2.0625rem;
  backdrop-filter: blur(3px);
  background-color: transparent!important;
  color: #000;
}

/* .swiper-pagination {
    left: auto!important;

} */

/* Center pagination and add spacing */

/* Base bullet (inactive) */

.swiper-pagination-bullet {
  width: 37px;
  height: 15px;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
  /* Swiper defaults to opacity changes */
  transition: width 200ms ease, background-color 200ms ease;
}

/* Active bullet (the wider pill) */

.swiper-pagination-bullet-active {
  background: #9a9a9a;
  /* active color */
}

/* families grid */

/* .swiper-container-1 .swiper-slide img,  .swiper-container-3 .swiper-slide img,  .swiper-container-4 .swiper-slide img,  .swiper-container-5 .swiper-slide img {
  transform: scale(0.80);
  transition: 0.2s all ease-out;
}

.swiper-container-1 .swiper-slide.swiper-slide-active img, .swiper-container-4 .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  transform: translateY(20px);
}


 .swiper-container-3 .swiper-slide.swiper-slide-active img, .swiper-container-5 .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  transform: translateY(-20px);
} */

.grid-item.active {
  flex-basis: 45.63%;
}

.hover-image.active {
  display: block;
}

.grid-item.active .front-content {
  display: none;
}

.grid-item.active .expanded-content {
  display: grid;
}

.mobile-item.expanded .mobile-expanded {
  display: block;
}

.mobile-item.expanded .mobile-front {
  opacity:0;
}

.mobile-expanded .swiper-button-next, .mobile-expanded .swiper-button-prev {
  background-image: none;
  color: #fff;
}

.closed-img, .front-img {
  transition: opacity 0.4s ease;
}

.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-8-13 16:40:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.tilt-in-right-1 {
  animation: tilt-in-right-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 2s;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-8-13 17:1:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tilt-in-right-1
 * ----------------------------------------
 */

@keyframes tilt-in-right-1 {
  0% {
    transform: rotateX(-30deg) translateX(300px) skewX(30deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.swing-in-top-bck {
  animation: swing-in-top-bck 1.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation-delay: 1s;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-8-13 17:4:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-bck
 * ----------------------------------------
 */

@keyframes swing-in-top-bck {
  0% {
    transform: rotateX(70deg);
    transform-origin: top;
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

.container {
  width: 100%;
}

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

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

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

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

@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: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

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

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

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

.-right-2 {
  right: -0.5rem;
}

.-top-1\/4 {
  top: -25%;
}

.-top-24 {
  top: -6rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

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

.left-1\/4 {
  left: 25%;
}

.left-\[20\%\] {
  left: 20%;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-2 {
  right: 0.5rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-6 {
  top: 1.5rem;
}

.top-\[50\%\] {
  top: 50%;
}

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

.top-\[40\%\] {
  top: 40%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-\[60\%\] {
  top: 60%;
}

.top-\[55\%\] {
  top: 55%;
}

.bottom-0 {
  bottom: 0px;
}

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

.-right-20 {
  right: -5rem;
}

.-right-16 {
  right: -4rem;
}

.-top-1\/3 {
  top: -33.333333%;
}

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

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

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

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

.z-\[1000\] {
  z-index: 1000;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.w-8 {
  width: 2rem;
}

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

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

.w-full {
  width: 100%;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-72 {
  max-width: 18rem;
}

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

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

.max-w-\[70\%\] {
  max-width: 70%;
}

.max-w-\[85\%\] {
  max-width: 85%;
}

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

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

.max-w-screen-full {
  max-width: 1920px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.basis-1\/5 {
  flex-basis: 20%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes rotate {
   0% {
    transform: rotate(12deg);
  }

   25% {
    transform: rotate(0deg);
  }

   50% {
    transform: rotate(-12deg);
  }

   75% {
    transform: rotate(0deg);
  }

   100% {
    transform: rotate(12deg);
  }
}

.animate-rotate {
  animation: rotate 4s linear infinite;
}

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

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

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

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.border {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.\!border-none {
  border-style: none !important;
}

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

.\!bg-\[\#AC6EA7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(172 110 167 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-\[\#ABDFDA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 223 218 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8F3E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBF9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 255 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#F2F5FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 254 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F6EBF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 235 245 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F9EEF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 238 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FEECEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 235 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-\[linear-gradient\(\#C1F8BD\2c \#C1F8BD\)\] {
  background-image: linear-gradient(#C1F8BD,#C1F8BD);
}

.bg-\[linear-gradient\(\#C3E7F9\2c \#C3E7F9\)\] {
  background-image: linear-gradient(#C3E7F9,#C3E7F9);
}

.bg-\[linear-gradient\(\#E5BCF9\2c \#E5BCF9\)\] {
  background-image: linear-gradient(#E5BCF9,#E5BCF9);
}

.bg-\[linear-gradient\(\#FFC8F0\2c \#FFC8F0\)\] {
  background-image: linear-gradient(#FFC8F0,#FFC8F0);
}

.bg-\[linear-gradient\(\#FFE9BE\2c \#FFE9BE\)\] {
  background-image: linear-gradient(#FFE9BE,#FFE9BE);
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-alumni {
  font-family: AlumniSansSemiBold, sans-serif;
}

.font-bold {
  font-family: plaisioBold, plaisioBold Fallback;
}

.font-light {
  font-family: plaisioLight, plaisioLight Fallback;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

.leading-8 {
  line-height: 2rem;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

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

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

.text-\[\#8E9DCF\] {
  --tw-text-opacity: 1;
  color: rgb(142 157 207 / var(--tw-text-opacity, 1));
}

.text-\[\#ABA8E9\] {
  --tw-text-opacity: 1;
  color: rgb(171 168 233 / var(--tw-text-opacity, 1));
}

.text-\[\#ABB2B9\] {
  --tw-text-opacity: 1;
  color: rgb(171 178 185 / var(--tw-text-opacity, 1));
}

.text-\[\#E2B6D7\] {
  --tw-text-opacity: 1;
  color: rgb(226 182 215 / var(--tw-text-opacity, 1));
}

.text-\[\#ECB7B5\] {
  --tw-text-opacity: 1;
  color: rgb(236 183 181 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

.\[background-position\:0\%_100\%\] {
  background-position: 0% 100%;
}

.\[background-size\:100\%_78\%\] {
  background-size: 100% 78%;
}

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

.hover\:bg-\[\#32B9AF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 185 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:font-bold:hover {
  font-family: plaisioBold, plaisioBold Fallback;
  font-weight: 700;
}

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

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

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

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

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

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

.group:hover .group-hover\:border-\[\#a5b8e3\] {
  --tw-border-opacity: 1;
  border-color: rgb(165 184 227 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-\[\#a7a2b9\] {
  --tw-border-opacity: 1;
  border-color: rgb(167 162 185 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-\[\#b3b2bd\] {
  --tw-border-opacity: 1;
  border-color: rgb(179 178 189 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-\[\#c5aacd\] {
  --tw-border-opacity: 1;
  border-color: rgb(197 170 205 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-\[\#c9b3cc\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 179 204 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-\[\#ccc6a9\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 198 169 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-\[\#d18f9c\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 143 156 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-\[\#ddb2c5\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 178 197 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#a5b8e3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(165 184 227 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#a7a2b9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(167 162 185 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#b3b2bd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(179 178 189 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#c5aacd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(197 170 205 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#c9b3cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 179 204 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#ccc6a9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 198 169 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#d18f9c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 143 156 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#ddb2c5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 178 197 / var(--tw-bg-opacity, 1));
}

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

@media (max-width: 1600px) {
  .max-\[1600px\]\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:right-\[35\%\] {
    right: 35%;
  }

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

@media (min-width: 1280px) {
  .xl\:\!bottom-0 {
    bottom: 0px !important;
  }

  .xl\:\!left-auto {
    left: auto !important;
  }

  .xl\:\!right-0 {
    right: 0px !important;
  }

  .xl\:\!right-12 {
    right: 3rem !important;
  }

  .xl\:\!top-auto {
    top: auto !important;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:left-\[20\%\] {
    left: 20%;
  }

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

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:block {
    display: block;
  }

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:max-w-48 {
    max-width: 12rem;
  }

  .xl\:max-w-96 {
    max-width: 24rem;
  }

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

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

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

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

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

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

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

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:drop-shadow-glow {
    --tw-drop-shadow: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
    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);
  }
}

@media (min-width: 1920px) {
  .full\:-left-52 {
    left: -13rem;
  }

  .full\:-right-52 {
    right: -13rem;
  }

  .full\:right-32 {
    right: 8rem;
  }

  .full\:-right-16 {
    right: -4rem;
  }

  .full\:-right-10 {
    right: -2.5rem;
  }

  .full\:-right-12 {
    right: -3rem;
  }

  .full\:-right-14 {
    right: -3.5rem;
  }

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

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

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