*, ::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.17 | 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: "CFAstyPlaisio-Regular";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.otf")
      format("truetype");

  font-weight: normal;
}

@font-face {
  font-family: "CFAstyPlaisio-Bold";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.otf")
      format("truetype");

  font-weight: bold;
}

@font-face {
  font-family: "CFAstyPlaisio-Bold";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.otf")
      format("truetype");

  font-weight: bolder;
}

@font-face {
  font-family: "CFAstyPlaisio-Light";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.otf")
      format("truetype");

  font-weight: light;
}

@font-face {
  font-family: "CFAstyPlaisio-Oblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Oblique.otf")
      format("truetype");

  font-weight: normal;
}

@font-face {
  font-family: "CFAstyPlaisio-BoldOblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-BoldOblique.otf")
      format("truetype");

  font-weight: bold;
}

@font-face {
  font-family: "CFAstyPlaisio-LightOblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-LightOblique.otf")
      format("truetype");

  font-weight: light;
}

@font-face {
  font-family: "CFReklama-Bold";

  src: url("https://www.plaisio-cdn.gr/images/promo/2025-valentine-assets/fonts/CFReklama-Bold.otf")
      format("truetype");

  font-weight: bold;
}

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

.swiper-slide-active[data-swiper-slide-index="0"], .swiper-slide-active[data-swiper-slide-index="7"] {
  filter: drop-shadow(0 0px 18px rgba(174, 119, 255));
}

.swiper-slide-active[data-swiper-slide-index="1"], .swiper-slide-active[data-swiper-slide-index="8"] {
  filter: drop-shadow(0 0px 27px rgba(31, 175, 32));
}

.swiper-slide-active[data-swiper-slide-index="2"], .swiper-slide-active[data-swiper-slide-index="9"], .swiper-slide-active[data-swiper-slide-index="4"], .swiper-slide-active[data-swiper-slide-index="11"] , .swiper-slide-active[data-swiper-slide-index="6"], .swiper-slide-active[data-swiper-slide-index="13"] {
  filter: drop-shadow(0 0px 27px rgba(255, 255, 255));
}

.swiper-slide-active[data-swiper-slide-index="3"], .swiper-slide-active[data-swiper-slide-index="10"] {
  filter: drop-shadow(0 0px 27px rgba(1, 106, 178));
}

.swiper-slide-active[data-swiper-slide-index="5"], .swiper-slide-active[data-swiper-slide-index="12"] {
  filter: drop-shadow(0 0px 27px rgba(1, 120, 214));
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/prepaid-cards/images/next.png');
  color: transparent;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/prepaid-cards/images/prev.svg');
  color: transparent;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 22px 22px;
  border: 1px solid #fff!important;
  border-radius: 50%!important;
  padding: 1rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  filter: invert(1);
  background-color: #000!important;
  border: 1px solid #000!important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
  top: 95%;
}

.bg-img {
  animation: zoom 20s ease-in-out infinite;
  transform-origin: center;
}

.bg::before {
  content: '';
  position: absolute;
  left: 50%;
  /* Control position */
  background: #57D8C0;
  background: radial-gradient(circle, rgba(87, 216, 192, 0.9) 0%,rgba(87, 216, 192, 0.8) 10%,rgba(87, 216, 192, 0.7) 20%, rgba(0, 0, 0, 0) 70%);
  z-index: 2;
  pointer-events: none;
  /* Allows clicking through the gradient */
  transform: translate(-50%, -50%);
}

@keyframes zoom {
  0%   {
    transform: scale(1);
  }

  50%  {
    transform: scale(1.4);
  }

  /* zoom in */

  100% {
    transform: scale(1);
  }

  /* zoom out */
}

.scale-on-center {
  transition: transform 2s ease;
  will-change: transform;
}

.bg2::before {
  content: '';
  position: absolute;
  left: 50%;
  /* Control position */
  background: #E90813;
  background: radial-gradient(ellipse at center, rgba(233, 8, 19, 0.9) 0%,rgba(233, 8, 19, 0.8) 10%,rgba(233, 8, 19, 0.7) 20%, rgba(0, 0, 0, 0) 70%);
  z-index: 2;
  pointer-events: none;
  /* Allows clicking through the gradient */
  transform: translate(-50%, -50%);
}

.swiper-2 .swiper-slide {
  margin-right: 0!important;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.2));
}

.swiper-2 .swiper-slide-active {
  transform: scale(1.2) rotate(0deg) translate3d(0, 0, 0) !important;
  transition: all 0.5s ease;
}

.swiper-2 .swiper-slide-active[data-swiper-slide-index="0"], .swiper-2 .swiper-slide-active[data-swiper-slide-index="6"] {
  filter: drop-shadow(0 0px 13px rgba(255, 154, 0));
}

.swiper-2 .swiper-slide-active[data-swiper-slide-index="1"], .swiper-2 .swiper-slide-active[data-swiper-slide-index="7"] {
  filter: drop-shadow(0 0px 13px rgba(223, 224, 230));
}

.swiper-2 .swiper-slide-active[data-swiper-slide-index="2"], .swiper-2 .swiper-slide-active[data-swiper-slide-index="8"] {
  filter: drop-shadow(0 0px 13px rgba(196, 199, 216));
}

.swiper-2 .swiper-slide-active[data-swiper-slide-index="3"], .swiper-2 .swiper-slide-active[data-swiper-slide-index="9"] {
  filter: drop-shadow(0 0px 13px rgba(204, 233, 178));
}

.swiper-2 .swiper-slide-active[data-swiper-slide-index="4"], .swiper-2 .swiper-slide-active[data-swiper-slide-index="10"] {
  filter: drop-shadow(0 0px 13px rgba(228, 121, 254));
}

.swiper-2 .swiper-slide-active[data-swiper-slide-index="5"], .swiper-2 .swiper-slide-active[data-swiper-slide-index="11"] {
  filter: drop-shadow(0 0px 13px rgba(49, 197, 240));
}

.screen {
  scrollbar-width: none;
}

.screen::-webkit-scrollbar {
  display: none;
}

.flow {
  animation: hueShift 2.5s infinite alternate;
}

.screen img{
  animation: scrollCards 15s infinite alternate;
}

@keyframes hueShift {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(60deg);
  }
}

@keyframes scrollCards {
  0%   {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-80%);
  }

  /* adjust for image height */
}

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

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

.left-0 {
  left: 0px;
}

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

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

.left-20 {
  left: 5rem;
}

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

.right-20 {
  right: 5rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-48 {
  top: 12rem;
}

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

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

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

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

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

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

.col-start-3 {
  grid-column-start: 3;
}

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

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

.h-\[calc\(100\%-20px\)\] {
  height: calc(100% - 20px);
}

.h-full {
  height: 100%;
}

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

.w-6 {
  width: 1.5rem;
}

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

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

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

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

.bg-\[\#292929\]\/70 {
  background-color: rgb(41 41 41 / 0.7);
}

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-\[url\(\'https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/prepaid-cards\/images\/img-18-mob\.jpg\'\)\] {
  background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/prepaid-cards/images/img-18-mob.jpg');
}

.bg-\[url\(\'https\:\/\/res\.plaisio\.gr\/image\/upload\/v1756389937\/Campaigns\/B2C-Campaigns\/Core\/prepaid-cards\/images\/bg-gift\.jpg\'\)\] {
  background-image: url('https://res.plaisio.gr/image/upload/v1756389937/Campaigns/B2C-Campaigns/Core/prepaid-cards/images/bg-gift.jpg');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff 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);
}

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

.bg-contain {
  background-size: contain;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

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

.fill-white {
  fill: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-32 {
  padding-bottom: 8rem;
}

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

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

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

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

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

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

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

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

.font-bold {
  font-family: CFAstyPlaisio-Bold;
}

.font-light {
  font-family: CFAstyPlaisio-Light;
}

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.text-\[\#00C7FE\] {
  --tw-text-opacity: 1;
  color: rgb(0 199 254 / var(--tw-text-opacity, 1));
}

.text-\[\#08BF9C\] {
  --tw-text-opacity: 1;
  color: rgb(8 191 156 / var(--tw-text-opacity, 1));
}

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

.text-\[\#ED006F\] {
  --tw-text-opacity: 1;
  color: rgb(237 0 111 / var(--tw-text-opacity, 1));
}

.text-\[\#FF4D78\] {
  --tw-text-opacity: 1;
  color: rgb(255 77 120 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
  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);
}

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

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

.delay-75 {
  transition-delay: 75ms;
}

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

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

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

.duration-\[2s\] {
  transition-duration: 2s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.before\:top-2\/3::before {
  content: var(--tw-content);
  top: 66.666667%;
}

.before\:top-\[55\%\]::before {
  content: var(--tw-content);
  top: 55%;
}

.before\:h-\[300px\]::before {
  content: var(--tw-content);
  height: 300px;
}

.before\:h-\[600px\]::before {
  content: var(--tw-content);
  height: 600px;
}

.before\:w-\[300px\]::before {
  content: var(--tw-content);
  width: 300px;
}

.before\:w-\[430px\]::before {
  content: var(--tw-content);
  width: 430px;
}

.hover\:bg-\[\#91009f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(145 0 159 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FF0000\]\/70:hover {
  background-color: rgb(255 0 0 / 0.7);
}

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

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:text-shadow-2 {
  text-shadow: 0px 0px 32px #fff;
}

.peer:hover ~ .peer-hover\:scale-\[5\] {
  --tw-scale-x: 5;
  --tw-scale-y: 5;
  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));
}

@media (min-width: 360px) {
  @media not all and (min-width: 1280px) {
    .xs\:max-xl\:max-w-\[95\%\] {
      max-width: 95%;
    }
  }
}

@media (min-width: 768px) {
  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-bottom-32 {
    bottom: -8rem;
  }

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

  .xl\:right-\[15\%\] {
    right: 15%;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:content-center {
    align-content: center;
  }

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

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

  .xl\:bg-\[url\(\'https\:\/\/res\.plaisio\.gr\/image\/upload\/Campaigns\/B2C-Campaigns\/Core\/prepaid-cards\/images\/img-18\.jpg\'\)\] {
    background-image: url('https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/prepaid-cards/images/img-18.jpg');
  }

  .xl\:fill-none {
    fill: none;
  }

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

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

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

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

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

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

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

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

  .xl\:before\:top-\[66\%\]::before {
    content: var(--tw-content);
    top: 66%;
  }

  .xl\:before\:h-\[600px\]::before {
    content: var(--tw-content);
    height: 600px;
  }

  .xl\:before\:h-\[800px\]::before {
    content: var(--tw-content);
    height: 800px;
  }

  .xl\:before\:w-\[1000px\]::before {
    content: var(--tw-content);
    width: 1000px;
  }

  .xl\:before\:w-\[600px\]::before {
    content: var(--tw-content);
    width: 600px;
  }

  @media not all and (min-width: 1920px) {
    .xl\:max-full\:max-w-\[80\%\] {
      max-width: 80%;
    }
  }

  @media not all and (min-width: 1536px) {
    .xl\:max-3xl\:max-w-\[95\%\] {
      max-width: 95%;
    }
  }
}

@media (min-width: 1440px) {
  .\32xl\:left-1\/3 {
    left: 33.333333%;
  }

  .\32xl\:right-1\/3 {
    right: 33.333333%;
  }
}

@media (min-width: 1536px) {
  .\33xl\:max-w-\[1500px\] {
    max-width: 1500px;
  }
}

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

  .full\:right-60 {
    right: 15rem;
  }

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

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

  .full\:before\:top-\[60\%\]::before {
    content: var(--tw-content);
    top: 60%;
  }

  .full\:before\:h-\[1000px\]::before {
    content: var(--tw-content);
    height: 1000px;
  }

  .full\:before\:w-\[1200px\]::before {
    content: var(--tw-content);
    width: 1200px;
  }
}