@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

*, ::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: Onest, sans-serif; /* 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;
}

body {
    font-family: "Onest", sans-serif;
  }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%){

  .container{
    max-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;
  }
}
.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;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.right-8{
  right: 2rem;
}
.top-8{
  top: 2rem;
}
.top-full{
  top: 100%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[10000\]{
  z-index: 10000;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-0{
  margin-top: -0px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[1\%\]{
  margin-right: 1%;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-20{
  height: 5rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[155px\]{
  height: 155px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[245px\]{
  height: 245px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[290px\]{
  height: 290px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[325px\]{
  height: 325px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[520px\]{
  height: 520px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[55px\]{
  height: 55px;
}
.max-h-32{
  max-height: 8rem;
}
.max-h-\[80px\]{
  max-height: 80px;
}
.max-h-\[900px\]{
  max-height: 900px;
}
.min-h-20{
  min-height: 5rem;
}
.min-h-\[95px\]{
  min-height: 95px;
}
.w-1\/2{
  width: 50%;
}
.w-20{
  width: 5rem;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[195px\]{
  width: 195px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[275px\]{
  width: 275px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[475px\]{
  width: 475px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-\[115px\]{
  min-width: 115px;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[275px\]{
  max-width: 275px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.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));
}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, 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-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.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)));
}
.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)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[42px\]{
  border-radius: 42px;
}
.rounded-\[45px\]{
  border-radius: 45px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-dotted{
  border-style: dotted;
}
.border-brand-hover{
  border-color: #00FFFFE5;
}
.border-brand-primary{
  --tw-border-opacity: 1;
  border-color: rgb(101 18 151 / var(--tw-border-opacity, 1));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#370057\]{
  --tw-bg-opacity: 1;
  background-color: rgb(55 0 87 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-brand-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 225 / var(--tw-bg-opacity, 1));
}
.bg-brand-hover{
  background-color: #00FFFFE5;
}
.bg-brand-hover\/40{
  background-color: rgb(0 255 255 / 0.4);
}
.bg-brand-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(101 18 151 / var(--tw-bg-opacity, 1));
}
.bg-brand-primary\/40{
  background-color: rgb(101 18 151 / 0.4);
}
.bg-brand-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(55 0 87 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-16{
  padding: 4rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.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-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.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;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-8{
  line-height: 2rem;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand-accent{
  --tw-text-opacity: 1;
  color: rgb(255 0 225 / var(--tw-text-opacity, 1));
}
.text-brand-primary{
  --tw-text-opacity: 1;
  color: rgb(101 18 151 / var(--tw-text-opacity, 1));
}
.text-brand-secondary{
  --tw-text-opacity: 1;
  color: rgb(55 0 87 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 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));
}
.shadow-\[0_0_2px_\#00ffff\2c 0_0_4px_\#00ffff\2c 0_0_8px_\#00ffff\]{
  --tw-shadow: 0 0 2px #00ffff,0 0 4px #00ffff,0 0 8px #00ffff;
  --tw-shadow-colored: 0 0 2px var(--tw-shadow-color), 0 0 4px var(--tw-shadow-color), 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_2px_\#FF00E1\2c 0_0_4px_\#FF00E1\2c 0_0_8px_\#FF00E1\]{
  --tw-shadow: 0 0 2px #FF00E1,0 0 4px #FF00E1,0 0 8px #FF00E1;
  --tw-shadow-colored: 0 0 2px var(--tw-shadow-color), 0 0 4px var(--tw-shadow-color), 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_2px_\#ff00e1\2c 0_0_4px_\#ff00e1\2c 0_0_8px_\#ff00e1\]{
  --tw-shadow: 0 0 2px #ff00e1,0 0 4px #ff00e1,0 0 8px #ff00e1;
  --tw-shadow-colored: 0 0 2px var(--tw-shadow-color), 0 0 4px var(--tw-shadow-color), 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-\[0_0_5px_\#ff00e1\]{
  --tw-drop-shadow: drop-shadow(0 0 5px #ff00e1);
  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);
}
.drop-shadow-\[0_0_8px_\#ff00e1\]{
  --tw-drop-shadow: drop-shadow(0 0 8px #ff00e1);
  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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
.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;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.stroke-text {
    -webkit-text-stroke: 3px #fff; /* stroke boja */
    color: transparent; /* unutrašnjost transparentna */
  }
.stroke-text-thin {
    -webkit-text-stroke: 2px #fff; /* stroke boja */
    color: transparent; /* unutrašnjost transparentna */
  }
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:bg-brand-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-brand-hover:hover{
  background-color: #00FFFFE5;
}
.hover\:bg-brand-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 18 151 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-brand-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 225 / var(--tw-text-opacity, 1));
}
.hover\:text-brand-hover:hover{
  color: #00FFFFE5;
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
@media (min-width: 640px){

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .md\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

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

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:pl-10{
    padding-left: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[40px\]{
    line-height: 40px;
  }
}
@media (min-width: 1024px){

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-auto{
    width: auto;
  }

  .lg\:min-w-\[290px\]{
    min-width: 290px;
  }

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

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

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

  .lg\:text-right{
    text-align: right;
  }

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

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

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

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){

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

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

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

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

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

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

  .xl\:pl-20{
    padding-left: 5rem;
  }

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

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

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

.slick-dots li button::before {
  font-size: 14px;
  color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  opacity: 1;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
}
.slick-dots li.slick-active button::before {
  background: #fff;
  color: transparent;
  opacity: 1;
}
.slick-dots li {
  width: 14px;
  height: 14px;
}
.price-strike {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.price-strike::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 35%;
  width: 130%;
  height: 2px;
  background-color: white;
  transform: rotate(-20deg);
  transform-origin: center;
}
.custom-form input[type="text"],
.custom-form input[type="email"] {
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.5rem;
  outline: none;
}
.custom-form input[type="text"]::-moz-placeholder, .custom-form input[type="email"]::-moz-placeholder {
  color: #fff;
}
.custom-form input[type="text"]::placeholder,
.custom-form input[type="email"]::placeholder {
  color: #fff;
}
.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus {
  outline: none;
  box-shadow: none;
}
.custom-form input[type="submit"] {
  background-color: #ff00e1;
  color: white;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  border-radius: 42px;
  width: 330px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .custom-form input[type="text"],
  .custom-form input[type="email"] {
    font-size: 1rem;
  }

  .custom-form input[type="submit"] {
    font-size: 1rem;
    width: 230px;
    height: 65px;
    margin-top: 10px;
  }
}

.custom-form input[type="submit"]:hover {
  color: white;
  background-color: #07e0e0;
}
.logo-box {
  position: relative;
}
.logo-box::before {
  border-top-left-radius: 16px 16px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-top: 1px solid #651297;
  border-left: 1px solid #651297;
}
.logo-box::after {
  border-top-left-radius: 16px 16px;
  content: "";
  background-image: url("../images/plus.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  transition: 300ms;
}
.logo-box:hover::after {
  transform: rotate(180deg);
}
.custom-intro {
  width: 100%;
  text-align: center;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.scrolling-wrapper {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrolling-content {
  display: flex;
  min-width: 200%;
}

.scroll-left {
  animation: scroll-left 30s linear infinite;
}

.scroll-right {
  animation: scroll-right 30s linear infinite;
  animation-delay: -10s;
}

.scrolling-content div {
  flex: none;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: white;
  position: relative;
  font-weight: 800;
}

@media (min-width: 1024px) {
  .scrolling-content div {
    font-size: 55px;
  }
}
.scrolling-content div::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; /* prilagodi veličinu */
  height: 40px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='none'><g filter='url(%23filter0_d_1534_2233)'><path d='M41.8833 17.2574L33.5902 9L25.3095 17.2426L17.0314 9L8.73828 17.2574L17.0164 25.5L8.73828 33.7426L17.0314 42L25.3095 33.7574L33.5902 42L41.8833 33.7426L33.6026 25.5L41.8833 17.2574Z' stroke='white' stroke-width='1.6' stroke-miterlimit='10'/></g><defs><filter id='filter0_d_1534_2233' x='0.405469' y='0.671094' width='49.8102' height='49.6578' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset/><feGaussianBlur stdDeviation='3.6'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/><feBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1534_2233'/><feBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1534_2233' result='shape'/></filter></defs></svg>")
    no-repeat center center;
  background-size: contain;
}

.participants-boxes .scrolling-content div {
  margin: 0 5px;
}

.participants-boxes .scrolling-content div::after {
  display: none;
}

.participants-boxes .scroll-left {
  animation: scroll-left 40s linear infinite;
}

.participants-boxes .scroll-right {
  animation: scroll-right 40s linear infinite;
  animation-delay: -10s;
}

.homepage-sponsors .logo-box {
  pointer-events: none;
}
.homepage-sponsors .logo-box::after,
.homepage-sponsors .logo-box::before {
  display: none;
}
.testimonial-slider-before {
  width: calc(35% - 8px);
  height: 360px;
  margin-bottom: -368px;
  display: none;
  position: relative;
  left: 8px;
  justify-content: center;
  align-items: center;
}

.testimonial-slider-after {
  width: calc(35% - 8px);
  height: 360px;
  margin-top: -395px;
  display: none;
  justify-content: center;
  align-items: center;
  left: 65%;
  position: absolute;
}
@media (min-width: 1024px) {
  .testimonial-slider-before,
  .testimonial-slider-after {
    display: flex;
  }
}
.testimonial-slider .slick-dots {
  bottom: -85px;
}
.person-image {
  position: relative;
}
.person-image::after {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 15px;
  content: "";
  position: absolute;
  background-image: url("../images/testimonial.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .person-image::after {
    top: 40px;
    right: -20px;
    width: 60px;
    height: 50px;
  }
}

@media (min-width: 1280px) {
  .person-image::after {
    top: 50px;
    right: -50px;
    width: 60px;
    height: 50px;
  }
}
.venue-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.impact_report_lab .slick-dots {
  bottom: 15px;
}

.impact_report_lab .slick-dots li button::before {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.impact_report_lab .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.impact_report_lab .slick-dots li {
  width: 10px;
  height: 10px;
}
.custom-gallery-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.custom-form-notification a {
  text-decoration: underline;
}
.svg-linkedin {
  width: 50px;
  height: 50px;
}
.svg-linkedin svg {
  width: 100%;
  height: auto;
}
.svg-linkedin svg path.branded {
  transition: 300ms;
}
.svg-linkedin:hover svg path.branded {
  fill: #651297;
}
.custom-yt-icon svg path {
  transition: 300ms;
}
.custom-yt-icon:hover svg path {
  fill: #651297;
}

.custom-footer-form input[type="email"] {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  border-radius: 1rem; /* rounded-2xl */
  box-shadow: 0 0 2px #00ffff, 0 0 4px #00ffff, 0 0 8px #00ffff;
  width: 100%;
  height: 75px;
}
.custom-footer-form input[type="email"]::-moz-placeholder {
  color: white;
}
.custom-footer-form input[type="email"]::placeholder {
  color: white;
}
.custom-footer-form input[type="email"] {
  color: white;
}

.custom-footer-form input[type="submit"] {
  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;
  font-weight: 700;
  background-color: transparent;
  border-radius: 30px;
  border: 2px solid #ff00e1;
  width: 195px;
  height: 45px;
  cursor: pointer;
  margin-top: 15px;
  text-transform: uppercase;
}

.custom-footer-form input[type="submit"]:hover {
  background-color: #ff00e1;
}

.custom-footer-form .wpcf7-response-output {
  display: none !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .custom-venue-title svg {
    width: 50px;
    height: auto;
  }
  .custom-footer-form input[type="email"] {
    height: 60px;
  }
}
.countdown div {
  margin: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.countdown div h3 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}
.countdown div span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
#popup {
  z-index: 100000;
}
.custom-speaker-frame {
  position: relative;
  z-index: 1;
}
.custom-speaker-frame::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  background: #fff;
  z-index: -1;
}

/* postavke */
.xt-ticker {
  --sep-w: 40px; /* dimenzija separator ikone */
  --sep-gap: 30px; /* razmak tekst<->separator */
  --item-gap: 30px; /* razmak između itema */
  --speed: 60s; /* trajanje animacije */
  color: #fff;
}

@keyframes xt-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.3333%);
  }
}
@keyframes xt-right {
  from {
    transform: translateX(-33.3333%);
  }
  to {
    transform: translateX(0);
  }
}

.xt-ticker .xt-wrap {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 5px 0;
}

.xt-ticker .xt-track {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* prirodna širina = 3 × set */
  will-change: transform;
  backface-visibility: hidden;
}

.xt-ticker .xt-left {
  animation: xt-left var(--speed) linear infinite;
}
.xt-ticker .xt-right {
  animation: xt-right var(--speed) linear infinite;
}

.xt-ticker .xt-set {
  display: flex;
  flex-shrink: 0; /* svaki set čuva svoju širinu */
}

.xt-ticker .xt-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: calc(var(--sep-w) + var(--sep-gap)); /* prostor za sep */
  margin-right: var(--item-gap);
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

@media (min-width: 1024px) {
  .xt-ticker .xt-item {
    font-size: 55px;
  }
}

/* separator je stvarni element – uvijek vidljiv */
.xt-ticker .xt-sep {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--sep-w);
  height: var(--sep-w);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='none'><g filter='url(%23filter0_d_1534_2233)'><path d='M41.8833 17.2574L33.5902 9L25.3095 17.2426L17.0314 9L8.73828 17.2574L17.0164 25.5L8.73828 33.7426L17.0314 42L25.3095 33.7574L33.5902 42L41.8833 33.7426L33.6026 25.5L41.8833 17.2574Z' stroke='white' stroke-width='1.6' stroke-miterlimit='10'/></g><defs><filter id='filter0_d_1534_2233' x='0.405469' y='0.671094' width='49.8102' height='49.6578' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset/><feGaussianBlur stdDeviation='3.6'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/><feBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1534_2233'/><feBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1534_2233' result='shape'/></filter></defs></svg>")
    no-repeat center/contain;
}
