.nav {
  color: #fff;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
}

.navigation-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 24px 273px;
  text-decoration: none;
  display: flex;
}

.container {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.o-projektu {
  color: #fffc;
  letter-spacing: .35px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.linkmargin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.vrijednost-za-va-brend, .model-cijene, .link-pridrui-se {
  color: #fffc;
  letter-spacing: .35px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.body {
  font-family: Montserrat, sans-serif;
}

.block-style {
  color: #fff;
  background-color: #050505;
}

.header {
  z-index: 50;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #050505cc;
  border-color: #ffffff0d;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  top: 0;
}

.block-max-w-7xl-px-6-flex {
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.block-flex {
  align-items: center;
  gap: 12px;
  display: flex;
}

.block-text-2xl-text-white {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

.block-text-brand-yellow {
  color: gold;
}

.block-text-sm-text-gray-300 {
  color: #d1d5db;
  letter-spacing: .025em;
  align-items: center;
  gap: 32px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: flex;
}

.link-style-2 {
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}

.link-style-2:hover {
  color: #fff;
}

.link-px-6-py-25-text-sm {
  color: #050505;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: gold;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.link-px-6-py-25-text-sm:hover {
  background-color: #fff;
}

.dom-text-white-text-2xl {
  color: #fff;
  background-color: #0000;
  border: 0 #0000;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  display: none;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-bg-hero-glow {
  z-index: 0;
  background-image: radial-gradient(circle at 50% 0, #00239566 0%, #050505 70%);
  position: absolute;
  inset: 0;
}

.block-style-2 {
  opacity: .2;
  background-image: url('../images/');
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.block-max-w-5xl-px-6-text-center {
  z-index: 10;
  text-align: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.block-px-4-py-15-bg-brand-yellow-10 {
  color: gold;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #ffd7001a;
  border: 1px solid #ffd7004d;
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  padding: 6px 16px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: inline-flex;
}

.block-bg-brand-yellow {
  background-color: gold;
  border-radius: 9999px;
  width: 8px;
  height: 8px;
}

.heading-text-5xl-text-glow {
  letter-spacing: -.05em;
  text-transform: uppercase;
  text-shadow: 0 0 20px #ffd7004d;
  margin-bottom: 24px;
  font-size: 6rem;
  font-weight: 900;
  line-height: .9;
}

.block-text-transparent-bg-clip-text-bg-gradient-to-r {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #e5e7eb, #6b7280);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-text-lg-text-gray-400-max-w-2xl {
  color: #9ca3af;
  max-width: 42rem;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.block-flex-flex-col {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

.link-px-8-py-4-bg-brand-yellow {
  color: #050505;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: gold;
  border-radius: 4px;
  width: auto;
  padding: 16px 32px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.link-px-8-py-4-bg-brand-yellow:hover {
  background-color: #fff;
  transform: translateY(-4px);
}

.link-px-8-py-4-bg-transparent {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 4px;
  width: auto;
  padding: 16px 32px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.link-px-8-py-4-bg-transparent:hover {
  background-color: #ffffff0d;
}

.block-style-3 {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.block-bg-gradient-to-r {
  height: 1px;
}

.block-bg-gradient-to-t {
  background-image: linear-gradient(to top, #050505);
  height: 96px;
}

.o-projektu-2 {
  z-index: 10;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.block-max-w-7xl-px-6 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.block-text-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.heading-text-xs-text-brand-yellow {
  color: gold;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.heading-text-3xl {
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
}

.block-bg-brand-yellow-2 {
  background-color: gold;
  width: 48px;
  height: 4px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.block-grid-grid-cols-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  align-items: center;
  gap: 48px;
  display: grid;
}

.block-text-gray-300-text-lg {
  color: #d1d5db;
  flex-direction: column;
  row-gap: 24px;
  font-size: 1.125rem;
  line-height: 1.625;
  display: flex;
}

.block-flex-2 {
  border-color: #ffffff1a;
  border-top-style: solid;
  border-top-width: 1px;
  align-items: center;
  gap: 32px;
  padding-top: 24px;
  display: flex;
}

.block-text-3xl-text-white {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.25rem;
}

.block-text-xs-text-gray-500 {
  color: #6b7280;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: .75rem;
  line-height: 1rem;
}

.block-style-4 {
  border-radius: 1rem;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.block-bg-brand-blue-20 {
  z-index: 10;
  transition: color .5s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  background-color: #00239533;
  position: absolute;
  inset: 0;
}

.image-style {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
}

.block-p-6-bg-gradient-to-t {
  z-index: 20;
  width: 100%;
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-text-brand-yellow-text-sm {
  color: gold;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.block-text-white-text-xl {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.vrijednost {
  background-color: #1a1a1a4d;
  border-color: #ffffff0d;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.block-bg-radial-gradientellipse_at_center_var--tw-gradi {
  background-image: radial-gradient(ellipse at center, var(--tw-gradient-stops));
  position: absolute;
  inset: 0;
}

.block-max-w-7xl-px-6-2 {
  z-index: 10;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.block-text-center-2 {
  text-align: center;
  margin-bottom: 80px;
}

.heading-text-4xl {
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.block-grid-grid-cols-1-2 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  gap: 24px;
  display: grid;
  position: relative;
}

.block-p-8 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #1a1a1a66;
  border: 1px solid #ffffff0d;
  border-radius: .75rem;
  padding: 32px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.block-p-8:hover {
  border-color: #ffd7004d;
  box-shadow: 0 0 30px #00239533;
}

.block-bg-brand-blue-20-flex-text-brand-yellow {
  color: gold;
  background-color: #00239533;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.heading-text-xl {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.paragraph-text-gray-400-text-sm {
  color: #9ca3af;
  font-size: .875rem;
  line-height: 1.625;
}

.cijene {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.block-max-w-5xl-px-6 {
  z-index: 10;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.block-bg-ticket-gradient-p-1 {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  background-image: linear-gradient(135deg, #002395 0%, #001254 100%);
  border-radius: 1.5rem;
  padding: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000040;
}

.block-flex-flex-col-py-8 {
  background-color: #0003;
  border-style: dashed dashed dashed solid;
  border-color: #fff3;
  border-left-width: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 96px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.block-bg-brand-dark {
  background-color: #050505;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  margin-right: -32px;
}

.block-bg-brand-dark-p-8-flex {
  background-color: #050505;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  height: 100%;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-bg-brand-blue-30 {
  filter: blur(64px);
  background-color: #0023954d;
  border-radius: 9999px;
  width: 256px;
  height: 256px;
  position: absolute;
  top: -80px;
  left: -80px;
}

.block-flex-1 {
  z-index: 10;
  flex: 1;
  position: relative;
}

.heading-text-xs-text-brand-yellow-2 {
  color: gold;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.heading-text-4xl-2 {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.paragraph-text-gray-400-max-w-md {
  color: #9ca3af;
  max-width: 28rem;
  margin-bottom: 32px;
}

.block-bg-white-5-p-6 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  align-items: flex-end;
  gap: 12px;
  padding: 24px;
  display: inline-flex;
}

.block-text-brand-yellow-text-sm-2 {
  color: gold;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.block-text-5xl-text-white {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
}

.block-text-gray-500-text-sm {
  color: #6b7280;
  padding-bottom: 4px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.block-style-5 {
  z-index: 10;
  border-color: #0000 #ffffff1a #ffffff1a;
  border-top-style: none;
  border-top-width: 0;
  border-left-style: solid;
  border-left-width: 1px;
  width: 33.3333%;
  padding-top: 0;
  padding-left: 32px;
  position: relative;
}

.heading-text-lg-text-white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.paragraph-text-sm-text-gray-400 {
  color: #9ca3af;
  margin-bottom: 24px;
  font-size: .875rem;
  line-height: 1.625;
}

.list-style {
  flex-direction: column;
  row-gap: 12px;
  display: flex;
}

.listitem-flex-text-sm-text-gray-300 {
  color: #d1d5db;
  align-items: center;
  gap: 12px;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.kontakt {
  background-color: #1a1a1a33;
  border-color: #ffffff0d;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative;
}

.block-bg-hero-glow-2 {
  z-index: 0;
  opacity: .3;
  background-image: radial-gradient(circle at 50% 0, #00239566 0%, #050505 70%);
  position: absolute;
  inset: 0;
}

.block-max-w-4xl-px-6-text-center {
  z-index: 10;
  text-align: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.paragraph-text-gray-400-max-w-2xl-text-lg {
  color: #9ca3af;
  max-width: 42rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.block-flex-flex-col-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
  display: flex;
}

.link-px-10-py-4-bg-brand-yellow {
  color: #050505;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: gold;
  border-radius: 4px;
  width: auto;
  padding: 16px 40px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.link-px-10-py-4-bg-brand-yellow:hover {
  background-color: #fff;
}

.block-flex-flex-col-3 {
  border-color: #ffffff1a;
  border-top-style: solid;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 32px;
  display: flex;
}

.block-text-xl-text-white {
  opacity: .5;
  color: #fff;
  letter-spacing: -.05em;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75rem;
}

.block-text-sm-text-gray-500 {
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.25rem;
}

.block-flex-text-gray-400 {
  color: #9ca3af;
  align-items: center;
  gap: 16px;
  display: flex;
}

.link-style-3 {
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  color: inherit;
  text-decoration: none;
}

.link-style-3:hover {
  color: gold;
}

.block-style-6 {
  color: #f3f4f6;
  background-color: #050505;
  padding-left: 5%;
  padding-right: 5%;
}

.header-2 {
  z-index: 50;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #00000080;
  border-color: #ffffff1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  top: 0;
}

.block-max-w-7xl-px-4 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.block-flex-3 {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.block-flex-4 {
  flex-direction: row;
  align-items: center;
  column-gap: 32px;
  display: flex;
}

.link-text-sm {
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  color: inherit;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.link-text-sm:hover {
  color: gold;
}

.block-flex-shrink-0-flex {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.image-style-2 {
  object-fit: contain;
  height: 64px;
}

.block-flex-5 {
  align-items: center;
  display: none;
}

.dom-text-gray-300 {
  color: #d1d5db;
  background-color: #0000;
  border: 0 #0000;
  text-decoration: none;
}

.dom-text-gray-300:hover {
  color: #fff;
}

.dom-text-gray-300:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.hero-2 {
  justify-content: center;
  align-items: center;
  height: 800px;
  padding-top: 192px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-style-7 {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.image-style-3 {
  opacity: .3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-bg-gradient-to-b {
  background-image: linear-gradient(#050505cc, #05050599, #050505);
  position: absolute;
  inset: 0;
}

.block-max-w-5xl-px-4-text-center {
  z-index: 10;
  text-align: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.heading-text-5xl {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.25;
}

.block-block-text-white {
  color: #fff;
  display: block;
}

.block-text-white {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.block-text-white._4px-margin {
  margin-right: 4px;
}

.block-bg-plenum-lightblue-text-white-px-6 {
  color: #fff;
  background-color: #00bfff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 4px 24px;
  display: inline-block;
}

.paragraph-text-lg-text-gray-300-max-w-3xl {
  color: #d1d5db;
  max-width: 48rem;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.dom-style {
  display: block;
}

.block-flex-flex-col-4 {
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  display: flex;
}

.link-px-8-py-4-text-sm {
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  color: #0a0a0a;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: gold;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-flex;
}

.link-px-8-py-4-text-sm:hover {
  background-color: #facc15;
}

.link-px-8-py-4-text-sm-2 {
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-flex;
}

.link-px-8-py-4-text-sm-2:hover {
  background-color: #fff3;
}

.about {
  background-color: #050505;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.block-text-plenum-yellow-text-xs-block {
  color: gold;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: block;
}

.heading-text-3xl-2 {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
  display: inline-block;
  position: relative;
}

.block-grid-grid-cols-1-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  align-items: center;
  gap: 48px;
  display: grid;
}

.block-style-8 {
  flex-direction: column;
  row-gap: 24px;
  display: flex;
}

.paragraph-text-gray-300-text-lg {
  color: #d1d5db;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.block-style-9 {
  padding-top: 24px;
}

.block-text-5xl-text-white-2 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.block-text-sm-text-gray-500-2 {
  color: #6b7280;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.block-style-10 {
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000040;
}

.image-style-4 {
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
}

.block-bg-gradient-to-t-2 {
  background-image: linear-gradient(0deg, #000000a3 18%, #fff0);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

.block-p-8-2 {
  padding: 32px 32px 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-text-plenum-yellow-text-xs-block-2 {
  color: gold;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: block;
}

.heading-text-2xl-text-white {
  color: #fff;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.value {
  background-color: #0a0a0a;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.block-text-center-3 {
  z-index: 11;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.block-bg-plenum-card-p-8 {
  background-color: #111;
  border: 1px solid #1f1f1f;
  border-radius: .75rem;
  padding: 32px;
  transition: all .3s;
  box-shadow: 0 0 30px #0055a426;
}

.block-bg-plenum-card-p-8:hover {
  border-color: #00bfff4d;
  transform: translateY(-4px);
  box-shadow: 0 0 40px #0055a44d;
}

.block-text-plenum-yellow {
  color: gold;
  background-color: #00239540;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
}

.heading-text-xl-text-white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block-max-w-5xl-px-4 {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.block-bg-gradient-to-br-p-10 {
  border: 12px solid #001254;
  border-radius: 1rem;
  padding: 64px;
  position: relative;
  overflow: hidden;
}

.block-bg-blue-600-10 {
  filter: blur(100px);
  pointer-events: none;
  background-color: #2563eb1a;
  border-radius: 9999px;
  width: 300px;
  height: 384px;
  position: absolute;
  top: 0;
  right: 0;
}

.block-grid-grid-cols-1-4 {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  gap: 48px;
  display: grid;
  position: relative;
}

.heading-text-3xl-text-white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
}

.paragraph-text-gray-400-text-lg {
  color: #9ca3af;
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 1.625;
}

.block-bg-black-40-px-6-py-4 {
  background-color: #0006;
  border: 1px solid #ffffff1a;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  column-gap: 12px;
  width: 75%;
  padding: 16px 24px;
  display: flex;
}

.block-text-plenum-yellow-text-sm {
  color: gold;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.block-text-5xl-text-white-3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.block-text-gray-500-text-sm-2 {
  color: #6b7280;
  margin-bottom: 8px;
  font-size: .875rem;
  line-height: 1.25rem;
}

.block-style-11 {
  border-color: #ffffff1a;
  border-left-style: solid;
  border-left-width: 1px;
  padding-top: 0;
  padding-left: 48px;
}

.paragraph-text-gray-400-text-sm-2 {
  color: #9ca3af;
  margin-bottom: 32px;
  font-size: .875rem;
  line-height: 1.625;
}

.list-style-2 {
  flex-direction: column;
  row-gap: 16px;
  padding-left: 0;
  display: flex;
}

.listitem-flex-text-sm-text-gray-300-2 {
  color: #d1d5db;
  align-items: center;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.dom-text-plenum-yellow {
  color: gold;
  margin-right: 12px;
}

.platforms {
  background-color: #02040a;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.block-flex-6 {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.block-bg-blue-900-20 {
  filter: blur(120px);
  background-color: #1e3a8a33;
  border-radius: 9999px;
  width: 800px;
  height: 800px;
}

.block-max-w-7xl-px-4-2 {
  z-index: 10;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.heading-text-3xl-text-white-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.block-style-12 {
  font-style: italic;
  font-weight: 300;
}

.block-text-plenum-yellow-2 {
  color: gold;
}

.paragraph-text-gray-400-text-lg-max-w-2xl {
  color: #9ca3af;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.block-max-w-5xl {
  width: 100%;
  max-width: 64rem;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block-bg-18181b {
  z-index: 20;
  background-color: #18181b;
  border: 1px solid #ffffff1a;
  border-radius: .5rem;
  width: 384px;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 25px 50px -12px #00000040;
}

.block-bg-18181b:hover {
  transform: rotate(0);
}

.block-p-2-bg-27272a-flex {
  background-color: #27272a;
  border-color: #ffffff1a;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  display: flex;
}

.block-bg-red-500 {
  background-color: #ef4444;
  border-radius: 9999px;
  width: 8px;
  height: 8px;
}

.block-bg-yellow-500 {
  background-color: #eab308;
  border-radius: 9999px;
  width: 8px;
  height: 8px;
}

.block-bg-green-500 {
  background-color: #22c55e;
  border-radius: 9999px;
  width: 8px;
  height: 8px;
}

.block-text-10px-text-gray-400 {
  color: #9ca3af;
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 10px;
}

.image-style-5 {
  opacity: .8;
  width: 100%;
  height: auto;
}

.block-bg-18181b-2 {
  z-index: 10;
  background-color: #18181b;
  border: 1px solid #ffffff1a;
  border-radius: .5rem;
  width: 384px;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 40px;
  right: 0;
  overflow: hidden;
  transform: rotate(3deg);
  box-shadow: 0 25px 50px -12px #00000040;
}

.block-bg-18181b-2:hover {
  transform: rotate(0);
}

.block-bg-18181b-3 {
  z-index: 30;
  background-color: #18181b;
  border: 1px solid #ffffff1a;
  border-radius: .5rem;
  width: 384px;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 256px;
  right: 80px;
  overflow: hidden;
  transform: rotate(-1deg);
  box-shadow: 0 25px 50px -12px #00000040;
}

.block-bg-18181b-3:hover {
  transform: rotate(0);
}

.block-bg-black {
  z-index: 40;
  background-color: #000;
  border: 1px solid #ffffff1a;
  border-radius: 1.5rem;
  width: 256px;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  bottom: 80px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%)rotate(2deg);
  box-shadow: 0 25px 50px -12px #00000040;
}

.block-bg-black:hover {
  transform: rotate(0);
}

.image-style-6 {
  opacity: .9;
  width: 100%;
  height: auto;
}

.block-bg-black-80-text-center-py-2 {
  text-align: center;
  background-color: #000c;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  bottom: 0;
}

.block-text-10px-text-gray-400-2 {
  color: #9ca3af;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 10px;
}

.block-bg-black-2 {
  z-index: 30;
  background-color: #000;
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  width: 288px;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  transform: rotate(-3deg);
  box-shadow: 0 25px 50px -12px #00000040;
}

.block-bg-black-2:hover {
  transform: rotate(0);
}

.cta {
  background-color: #050505;
  border-color: #ffffff0d;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.block-max-w-4xl-px-4-text-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.heading-text-3xl-text-white-3 {
  color: #fff;
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.paragraph-text-gray-400-text-lg-max-w-2xl-2 {
  color: #9ca3af;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 42rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
}

.image-style-7 {
  opacity: .8;
  object-fit: contain;
  height: 96px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-px-10-py-4-text-sm {
  color: #0a0a0a;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: gold;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 16px 40px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color, border-color, text-decoration-color, fill, stroke;
  display: inline-flex;
}

.link-px-10-py-4-text-sm:hover {
  background-color: #facc15;
}

.footer {
  background-color: #050505;
  border-color: #ffffff1a;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer.without-background {
  display: none;
}

.block-max-w-7xl-px-4-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.block-text-plenum-lightblue-text-xl {
  color: #00bfff;
  letter-spacing: -.05em;
  background-image: url('../images/Container.svg');
  background-position: 0 0;
  background-size: cover;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75rem;
}

.block-text-gray-500-text-xs {
  color: #6b7280;
  font-size: .75rem;
  line-height: 1rem;
}

.block-flex-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
  display: flex;
}

.link-text-gray-500 {
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  color: #6b7280;
  text-decoration: none;
}

.link-text-gray-500:hover {
  color: #fff;
}

.hero-section {
  grid-row-gap: 386px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 919px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-image-with-ai-image {
  position: absolute;
  top: 0;
  left: 0;
}

.gradient {
  opacity: .5;
  background-image: linear-gradient(#00148966 0%, #000c 100%);
}

.heading-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.postani-sponzor-na-svjetskom {
  text-shadow: 0 0 20px #ffd7004d;
}

.budite-dio-live-prie-sa-svjetskog-prvenstva-kratki-video-formati-brze-reakcije-i-prava-emocija-idea {
  color: #9ca3af;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.text {
  color: #050505;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.zatraite-ponudu {
  color: #fffc;
  letter-spacing: .35px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.frame-1000002148 {
  grid-column-gap: 15.1713px;
  background-color: #00acbf;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 724px;
  padding: 15.1713px;
  text-decoration: none;
  display: flex;
}

.plenumba {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 45.47px;
  text-decoration: none;
}

.subtle-accent-line {
  background-image: linear-gradient(90deg, #ffcd0000 0%, #ffcd004d 50%, #ffcd0000 100%);
}

.container-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1024px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.postani-sponzor-na-svjetskom-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #ffd7004d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 90px;
  text-decoration: none;
  display: inline-block;
}

.postani-sponzor-na-svjetskom-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #ffd7004d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 90px;
  text-decoration: none;
  display: inline-block;
}

.postani-sponzor-na-svjetskom-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #ffd7004d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 90px;
  text-decoration: none;
  display: inline-block;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 672px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.link-style-2 {
  background-color: gold;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.link-style-3 {
  border: 1px solid #fff3;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.hero-wrapper {
  color: #fff;
  background-color: #111827;
  background-image: url('../images/kao-hero-background.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hero-section-2 {
  background-image: linear-gradient(#0a0f19d9, #0a0f19f2), url('../images/');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-3 {
  z-index: 50;
  width: 100%;
  padding: 24px 48px;
  position: absolute;
  top: 0;
}

.block-max-w-7xl-flex-flex-col {
  letter-spacing: .025em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
}

.block-flex-text-gray-300 {
  color: #d1d5db;
  gap: 32px;
  display: flex;
}

.link-style-4 {
  transition: color .3s cubic-bezier(.4, 0, .2, 1), background-color undefined undefined, border-color undefined undefined, text-decoration-color undefined undefined, fill undefined undefined, stroke undefined undefined;
  color: inherit;
  text-decoration: none;
}

.link-style-4:hover {
  color: #fff;
}

.block-flex-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.block-flex-8 {
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 128px;
  display: flex;
  position: relative;
}

.image-style-8 {
  z-index: 10;
  filter: drop-shadow(0 25px 25px #00000026);
  mix-blend-mode: screen;
  object-fit: contain;
  height: 96px;
}

.heading-text-2xl-text-blue-600 {
  z-index: 0;
  filter: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
  color: #2563eb;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 2px 2px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 2rem;
  position: absolute;
  transform: scaleY(1.1);
}

.block-text-white-text-3xl {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.block-text-xs-text-gray-400 {
  color: #9ca3af;
  letter-spacing: .1em;
  margin-top: 4px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.block-flex-grow-flex-flex-col {
  z-index: 10;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.block-flex-flex-col-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: none;
}

.block-flex-9 {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 96px;
  display: flex;
  position: relative;
}

.image-style-9 {
  z-index: 10;
  filter: drop-shadow(0 25px 25px #00000026);
  mix-blend-mode: screen;
  object-fit: contain;
  height: 80px;
}

.heading-text-xl-text-blue-600 {
  z-index: 0;
  filter: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
  color: #2563eb;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.75rem;
  position: absolute;
  transform: scaleY(1.1);
}

.block-text-white-text-2xl {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
}

.block-text-center-max-w-5xl-flex {
  text-align: center;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  max-width: 64rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-text-5xl-text-white-text-glow {
  color: #fff;
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-shadow: 0 0 20px #ffffff4d;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  display: flex;
}

.block-style-13 {
  font-weight: 300;
}

.block-max-w-2xl-bg-brand-cyan-py-3 {
  z-index: 2;
  background-color: #00acbf;
  border-radius: 1rem;
  width: 100%;
  max-width: 29rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 32px;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  top: -20px;
  transform: rotate(-3deg);
  box-shadow: 0 0 30px #00b4d84d;
}

.block-max-w-2xl-bg-brand-cyan-py-3:hover {
  transform: scale(1.05);
}

.heading-text-4xl-text-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.paragraph-text-base-text-gray-300-max-w-2xl {
  color: #d1d5db;
  max-width: 42rem;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.block-flex-flex-col-6 {
  flex-direction: row;
  gap: 24px;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.link-px-8-py-4-bg-brand-yellow-2 {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: gold;
  border-radius: .375rem;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 0 20px #ffd70033;
}

.link-px-8-py-4-bg-brand-yellow-2:hover {
  background-color: #facc15;
  box-shadow: 0 0 30px #ffd70066;
}

.link-px-8-py-4-bg-black-40 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0006;
  border: 1px solid #ffffff4d;
  border-radius: .375rem;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.link-px-8-py-4-bg-black-40:hover {
  background-color: #ffffff1a;
  border-color: #fff;
}

.block-bg-gradient-to-t-3 {
  z-index: 0;
  pointer-events: none;
  height: 128px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
}

.nav-link.w--current {
  color: #ffd800;
  text-decoration: none;
}

.nav-link.desktop-hidden {
  display: none;
}

.underline-div {
  color: gold;
  background-color: gold;
  width: 50px;
  height: 4px;
  margin-top: 12px;
}

.central-gradient {
  z-index: 0;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  background-color: #1a273896;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 44% 0% 0% 37%;
}

.div-block {
  width: 520px;
}

.block-py-20-px-4 {
  background-color: #0a1036;
  padding: 0;
  font-family: Inter, sans-serif;
  position: relative;
}

.block-max-w-1440px {
  background-color: #050505;
  height: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  position: relative;
}

.block-style-14 {
  z-index: 10;
  background: #111;
  border-radius: 4px;
  width: 450px;
  height: 300px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 5%;
  transform: rotate(-3deg);
  box-shadow: 0 20px 40px #0009;
}

.block-style-14:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-style-14.mobile {
  width: auto;
}

.block-style-15 {
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff4d;
  border-radius: 2px;
  width: 80px;
  height: 25px;
  font-family: Inter, sans-serif;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%)rotate(-2deg);
  box-shadow: 0 1px 3px #0003;
}

.block-p-4-flex-flex-col {
  background: #fff;
  border-radius: 2px;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  font-family: Inter, sans-serif;
  display: flex;
  overflow: hidden;
}

.heading-text-sm-text-gray-800 {
  color: #1f2937;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.block-flex-10 {
  justify-content: space-between;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.paragraph-text-xs-text-gray-500 {
  color: #6b7280;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.paragraph-text-lg {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.paragraph-text-lg-text-green-600 {
  color: #16a34a;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.yt-chart {
  flex-grow: 1;
  width: 100%;
  height: 128px;
  font-family: Inter, sans-serif;
}

.chart-image-style {
  background: none;
  width: 100%;
  font-family: Inter, sans-serif;
}

.block-text-accent-cyan {
  color: #84c1ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.block-text-accent-cyan.blue {
  color: #00acbf;
  left: 5%;
}

.block-text-accent-cyan.rose {
  color: #ff58af;
}

.block-text-accent-cyan.yellow {
  color: orange;
}

.block-style-16 {
  z-index: 20;
  background: #111;
  border-radius: 4px;
  width: 480px;
  height: 320px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  transition: transform .3s;
  position: absolute;
  top: 40px;
  right: 10%;
  transform: rotate(2deg);
  box-shadow: 0 20px 40px #0009;
}

.block-style-16:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-flex-11 {
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.dom-text-blue-600 {
  color: #2563eb;
  font-family: Inter, sans-serif;
}

.heading-text-sm-text-gray-800-2 {
  color: #1f2937;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.block-flex-12 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  display: flex;
}

.block-text-green-500-text-xs {
  color: #22c55e;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.block-style-17 {
  z-index: 30;
  width: 420px;
  height: auto;
  box-shadow: none;
  background-color: #111;
  border-radius: 4px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  position: absolute;
  top: 300px;
  left: 12%;
  transform: rotate(1deg);
}

.block-style-17:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-style-17.mobile {
  width: auto;
  transition: all .25s;
}

.block-style-18 {
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff4d;
  border-radius: 2px;
  width: 80px;
  height: 25px;
  font-family: Inter, sans-serif;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%)rotate(2deg);
  box-shadow: 0 1px 3px #0003;
}

.paragraph-text-lg-text-blue-500 {
  color: #3b82f6;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.tk-chart {
  flex-grow: 1;
  width: 100%;
  height: 96px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
}

.block-grid-grid-cols-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  gap: 16px;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  display: grid;
}

.paragraph-text-xs {
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.block-bg-gray-200 {
  background-color: #e5e7eb;
  border-radius: .25rem;
  width: 100%;
  height: 8px;
  font-family: Inter, sans-serif;
}

.block-bg-blue-500 {
  background-color: #3b82f6;
  border-radius: .25rem;
  width: 94%;
  height: 8px;
  font-family: Inter, sans-serif;
}

.block-bg-pink-500 {
  background-color: #ec4899;
  border-radius: .25rem;
  width: 60%;
  height: 8px;
  font-family: Inter, sans-serif;
}

.block-style-19 {
  z-index: 40;
  width: 460px;
  box-shadow: none;
  background-color: #111;
  border-radius: 4px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  position: absolute;
  top: 350px;
  right: 13%;
  transform: rotate(-2deg);
}

.block-style-19:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-style-19.mobile {
  width: auto;
  transition: all .25s;
}

.dom-text-pink-600 {
  color: #db2777;
  font-family: Inter, sans-serif;
}

.ig-chart {
  flex-grow: 1;
  width: 100%;
  height: 144px;
  font-family: Inter, sans-serif;
}

.block-style-20 {
  z-index: 20;
  width: 430px;
  height: 330px;
  box-shadow: none;
  background-image: url('../images/yt-social.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .25s;
  position: absolute;
  top: 800px;
  left: 5%;
  transform: rotate(2deg);
}

.block-style-20:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-style-21 {
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff4d;
  border-radius: 2px;
  width: 80px;
  height: 25px;
  font-family: Inter, sans-serif;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%)rotate(-1deg);
  box-shadow: 0 1px 3px #0003;
}

.block-bg-gray-900-text-white {
  color: #fff;
  background: #111827;
  border-radius: 2px;
  height: 100%;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.block-bg-gradient-to-r-2 {
  background-image: linear-gradient(to right, #134e4a, #1e3a8a);
  height: 80px;
  font-family: Inter, sans-serif;
  position: relative;
  overflow: hidden;
}

.image-style-10 {
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
}

.block-px-4 {
  z-index: 10;
  margin-top: -32px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  position: relative;
}

.block-bg-teal-500-flex-text-2xl {
  background-color: #14b8a6;
  border: 4px solid #111827;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
}

.block-style-22 {
  margin-top: 8px;
  font-family: Inter, sans-serif;
}

.paragraph-text-xs-text-gray-400 {
  color: #9ca3af;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.paragraph-text-xs-text-gray-300 {
  color: #d1d5db;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.block-flex-13 {
  gap: 8px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.dom-bg-white-text-black-px-4 {
  color: #000;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 9999px;
  padding: 4px 16px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

.block-flex-14 {
  gap: 8px;
  height: 64px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  display: flex;
  overflow: hidden;
}

.block-bg-gray-800-flex-shrink-0 {
  background-color: #1f2937;
  border-radius: .25rem;
  flex-shrink: 0;
  width: 96px;
  height: 56px;
  font-family: Inter, sans-serif;
}

.image-style-11 {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
}

.block-style-23 {
  z-index: 50;
  width: 350px;
  height: 360px;
  box-shadow: none;
  background-image: url('../images/insta-social.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  transition: all .25s;
  position: absolute;
  top: 1062px;
  left: 14%;
  transform: rotate(-3deg);
}

.block-style-23:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-bg-black-text-white-p-4 {
  color: #fff;
  background: #000;
  border-radius: 2px;
  height: 100%;
  padding: 16px;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.block-flex-15 {
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.block-p-05 {
  border: 2px solid #ec4899;
  border-radius: 9999px;
  width: 64px;
  height: 64px;
  padding: 2px;
  font-family: Inter, sans-serif;
}

.block-bg-teal-500-flex-text-xl {
  background-color: #14b8a6;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  display: flex;
}

.block-flex-1-flex-text-center {
  text-align: center;
  flex: 1;
  justify-content: space-between;
  font-family: Inter, sans-serif;
  display: flex;
}

.paragraph-text-sm {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.block-style-24 {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
}

.paragraph-text-xs-text-gray-300-2 {
  color: #d1d5db;
  margin-top: 4px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.paragraph-text-xs-text-blue-400 {
  color: #60a5fa;
  margin-top: 4px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.block-flex-16 {
  gap: 8px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.dom-flex-1-bg-gray-800-py-15 {
  color: inherit;
  background-color: #1f2937;
  border: 0 #0000;
  border-radius: .25rem;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

.dom-style-2 {
  margin-left: 4px;
  font-family: Inter, sans-serif;
}

.block-grid-grid-cols-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  gap: 4px;
  font-family: Inter, sans-serif;
  display: grid;
}

.block-bg-gray-800 {
  aspect-ratio: 1;
  background-color: #1f2937;
  font-family: Inter, sans-serif;
}

.image-style-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
}

.block-text-gray-500 {
  color: #6b7280;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.block-style-25 {
  z-index: 40;
  width: 350px;
  height: 520px;
  box-shadow: none;
  background-image: url('../images/tt-social.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  transition: all .25s;
  position: absolute;
  top: 825px;
  left: 39%;
  transform: rotate(7deg);
}

.block-style-25:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-style-26 {
  z-index: 10;
  background: #ff3b30;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-family: Inter, sans-serif;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset -2px -2px 4px #00000080, 2px 2px 5px #00000080;
}

.block-bg-white-flex-flex-col {
  background: #fff;
  border-radius: 2px;
  flex-direction: column;
  height: 100%;
  font-family: Inter, sans-serif;
  display: flex;
  overflow: hidden;
}

.block-p-4-flex-flex-col-2 {
  border-color: #f3f4f6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.block-flex-17 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  display: flex;
}

.dom-text-gray-600 {
  color: #4b5563;
  font-family: Inter, sans-serif;
}

.block-bg-teal-500-flex-text-3xl {
  color: #fff;
  background-color: #14b8a6;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  display: flex;
  position: relative;
}

.block-bg-blue-500-flex-text-white {
  color: #fff;
  background-color: #3b82f6;
  border: 2px solid #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.paragraph-text-xs-text-gray-500-2 {
  color: #6b7280;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.block-flex-text-center {
  text-align: center;
  gap: 24px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  display: flex;
}

.paragraph-style {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.paragraph-text-xs-text-center-text-gray-700 {
  color: #374151;
  text-align: center;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.paragraph-text-xs-text-blue-500 {
  color: #3b82f6;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.block-flex-18 {
  gap: 8px;
  width: 100%;
  font-family: Inter, sans-serif;
  display: flex;
}

.dom-flex-1-bg-gray-100-py-2 {
  color: inherit;
  background-color: #f3f4f6;
  border: 0 #0000;
  border-radius: .25rem;
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
}

.dom-bg-gray-100-px-3-py-2 {
  color: inherit;
  background-color: #f3f4f6;
  border: 0 #0000;
  border-radius: .25rem;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.block-flex-grow-grid-grid-cols-3 {
  background-color: #fff;
  flex-grow: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  gap: 2px;
  font-family: Inter, sans-serif;
  display: grid;
}

.block-bg-gray-200-2 {
  background-color: #e5e7eb;
  font-family: Inter, sans-serif;
  position: relative;
}

.block-text-white-text-10px-flex {
  color: #fff;
  align-items: center;
  gap: 4px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.block-style-27 {
  z-index: 30;
  width: 440px;
  height: 360px;
  box-shadow: none;
  background-image: url('../images/fb-social.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  padding: 12px 12px 40px;
  font-family: Inter, sans-serif;
  transition: all .25s;
  position: absolute;
  top: 941px;
  right: 5%;
  transform: rotate(-2deg);
}

.block-style-27:hover {
  z-index: 50 !important;
  transform: scale(1.02) !important;
}

.block-bg-white {
  background: #fff;
  border-radius: 2px;
  height: 100%;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.block-bg-teal-900-flex {
  background-color: #134e4a;
  justify-content: flex-end;
  align-items: center;
  height: 112px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-style-28 {
  opacity: .4;
  font-family: Inter, sans-serif;
  position: absolute;
  inset: 0;
}

.block-text-right-text-white {
  z-index: 10;
  color: #fff;
  text-align: right;
  font-family: Inter, sans-serif;
  position: relative;
}

.heading-text-xl-2 {
  letter-spacing: .025em;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.75rem;
}

.paragraph-text-xs-2 {
  opacity: .8;
  margin-top: 4px;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.block-px-6-flex {
  z-index: 10;
  align-items: flex-end;
  gap: 16px;
  margin-top: -40px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.block-bg-teal-500-flex-text-3xl-2 {
  color: #fff;
  background-color: #14b8a6;
  border: 4px solid #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.block-style-29 {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
}

.heading-text-xl-3 {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block-px-6-flex-text-sm {
  color: #4b5563;
  border-color: #f3f4f6;
  border-top-style: solid;
  border-top-width: 1px;
  gap: 16px;
  padding-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: flex;
}

.block-text-blue-600 {
  color: #2563eb;
  border-color: #2563eb;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
}

.yt-analitycs {
  transform: rotate(3deg);
}

.fb-analitys {
  width: 100%;
}

.background-radial {
  background-color: #1b2ea1b3;
  border-radius: 70%;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: 15% 0% 0% 10%;
  box-shadow: 0 2px 250px 250px #1a2fa1b3;
}

.svjetsko-prefooter {
  max-width: 30%;
}

.brand-img {
  max-width: 40%;
}

.mobile-nav-flex, .mobile-nav-header.top {
  display: none;
}

.social-icon {
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  margin-left: -5px;
  display: flex;
}

.image, .image-2 {
  max-width: 70%;
}

.div-block-2 {
  z-index: 1;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  display: flex;
  position: relative;
  top: -25px;
}

.image-3 {
  height: 270px;
}

.generalni-sponzor-section {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.hero-header {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 896px;
  text-decoration: none;
  display: flex;
}

.overlayborder {
  background-color: #ffd7001a;
  border: 1px solid #ffd7004d;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.jedinstevna-prilika {
  color: gold;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.kroz-partnerstvo-sa-plenumba-ostvarujete-snanu-vidljivost-ekskluzivnu-promociju-i-prisustvo-na-svjet {
  color: #9ca3af;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.pricing-highlight-cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 896px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.decorative-background-element {
  opacity: .2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(90deg, #1e3a8a 0%, #ffd70080 50%, #1e3a8a 100%);
  border-radius: 32px;
  position: absolute;
  top: 12px;
  left: -4px;
}

.overlayborderoverlayblur {
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0a1128cc;
  border: 1px solid #ffd70033;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 56px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 12px;
  background-color: gold;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #ffd70066;
}

.heading-1-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
  text-decoration: none;
  display: inline-block;
}

.text-4 {
  text-align: center;
  letter-spacing: -1.8px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, gold 0%, #fef08a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
  text-decoration: none;
  display: inline-block;
}

.text-5 {
  text-align: center;
  letter-spacing: -1.8px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, gold 0%, #fef08a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
  text-decoration: none;
  display: inline-block;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #9ca3af;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
}

.text-8 {
  color: gold;
  text-align: center;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
}

.container-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 672px;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #9ca3af;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-10 {
  color: #05070a;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.div-block-4 {
  text-align: center;
  flex-flow: column;
}

.demographic {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.section-header {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 896px;
  margin-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.overlaybordershadow {
  background-color: #ffd7000d;
  border: 1px solid #ffd7004d;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 10px #ffd7001a;
}

.naa-platforma-okuplja-angairanu-publiku-iz-cijelog-regiona-i-dijaspore-pruajui-vaem-brendu-direktan {
  color: #9ca3af;
  text-align: center;
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-11 {
  color: gold;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.heading-2-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .75rem;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
}

.text-13 {
  text-align: center;
  letter-spacing: -1.2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 0%, #9ca3af 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
}

.demographics-contentmargin {
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.geographic-distribution-card {
  grid-row-gap: 32px;
  background-color: #0a1122;
  border: 1px solid #1e2a45;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 905px;
  padding: 32px 32px 66px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px #00000040;
}

.heading-3 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.geografska-raspodjela {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.overlayblur {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffd7000d;
  border-bottom-left-radius: 9999px;
  position: absolute;
  top: 1px;
  left: 383px;
}

.bih, .srbija, .njemaka, .hrvatska, .usa {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.austrija {
  color: #e5e7eb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

._43 {
  color: #00e5ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.slovenija {
  color: #e5e7eb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

._27 {
  color: #00e5ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.vedska {
  color: #e5e7eb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

._18 {
  color: #00e5ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.vicarska {
  color: #e5e7eb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

._16 {
  color: #00e5ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.australija {
  color: #e5e7eb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

._08 {
  color: #00e5ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.kanada {
  color: #e5e7eb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

._07 {
  color: #00e5ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.stats-grid {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.total-reach {
  background-color: #0a1122;
  border: 1px solid #1e2a45;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 287px;
  padding: 24px;
  display: flex;
  position: relative;
}

.total-reachshadow {
  background-color: #fff0;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 8px 10px #0000001a, 0 20px 25px #0000001a;
}

.margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48px;
  height: 64px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.backgroundborder {
  background-color: #050a15;
  border: 1px solid #1e2a45;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.paragraph {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.plenum-reach {
  color: #00e5ff;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.age-group {
  grid-column-gap: 10px;
  background-color: #0a1122;
  border: 1px solid #1e2a45;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 10px #0000001a, 0 20px 25px #0000001a;
}

.heading-4margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 168px;
  left: auto;
}

.heading-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._55-64 {
  color: #9ca3af;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.backgroundbordershadow {
  background-color: #050a15;
  border: 1px solid #ffd700b3;
  border-radius: 2px;
  box-shadow: 0 0 15px #ffd7001a;
}

.container-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-11 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #e5e7eb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-15 {
  color: #00e5ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.overlayborder-2 {
  background-color: #1e2a4580;
  border: 1px solid #ffffff0d;
  border-radius: 4px;
  overflow: hidden;
}

.container-13 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 25px;
  padding-right: 5.68434e-14px;
  display: flex;
}

.container-14 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-right: 5.68434e-14px;
  text-decoration: none;
  display: flex;
}

.margin-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
}

.text-17 {
  color: #9ca3af;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.container-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: gold;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.container-16 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 412px;
  height: 156px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 235.5px;
  left: auto;
}

.backgroundborder-2 {
  background-color: #050a15;
  border: 1px solid #1e2a45;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.text-19 {
  color: gold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.text-20 {
  color: #9ca3af;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.demographic-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav {
    padding-bottom: 0;
    transition: all .45s;
    display: none;
  }

  .heading-text-5xl-text-glow {
    font-size: 4.5rem;
    line-height: 1;
  }

  .block-grid-grid-cols-1-2 {
    grid-template-columns: 1fr 1fr;
  }

  .block-text-5xl-text-white {
    line-height: 1;
  }

  .block-max-w-7xl-px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-2 {
    padding-top: 128px;
    padding-bottom: 80px;
  }

  .block-max-w-5xl-px-4-text-center {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-text-plenum-yellow-text-xs-block {
    font-size: 14px;
  }

  .heading-text-3xl-2 {
    font-size: 24px;
  }

  .block-grid-grid-cols-1-3 {
    grid-template-columns: 1fr;
  }

  .paragraph-text-gray-300-text-lg {
    font-size: 14px;
  }

  .block-text-5xl-text-white-2 {
    font-size: 24px;
  }

  .block-text-plenum-yellow-text-xs-block-2 {
    font-size: 14px;
  }

  .heading-text-2xl-text-white, .heading-text-xl-text-white {
    font-size: 24px;
  }

  .block-max-w-5xl-px-4 {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-bg-gradient-to-br-p-10 {
    flex-flow: column;
    padding: 14px;
    display: flex;
  }

  .block-grid-grid-cols-1-4 {
    flex-flow: column;
    display: flex;
  }

  .heading-text-3xl-text-white {
    font-size: 24px;
  }

  .paragraph-text-gray-400-text-lg {
    font-size: 14px;
  }

  .block-style-11 {
    border-left-style: none;
    border-left-color: #000;
    padding-left: 0;
  }

  .paragraph-text-gray-400-text-sm-2 {
    font-size: 14px;
  }

  .platforms {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .block-max-w-7xl-px-4-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-text-3xl-text-white-2 {
    font-size: 24px;
  }

  .paragraph-text-gray-400-text-lg-max-w-2xl {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    line-height: 1.2;
  }

  .block-max-w-4xl-px-4-text-center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-text-3xl-text-white-3 {
    font-size: 24px;
  }

  .paragraph-text-gray-400-text-lg-max-w-2xl-2 {
    font-size: 14px;
    line-height: 1.3;
  }

  .link-px-10-py-4-text-sm {
    font-size: 14px;
  }

  .footer.without-background {
    background-color: #05050500;
    display: block;
  }

  .block-max-w-7xl-px-4-flex {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-text-gray-500-text-xs.white {
    color: #fff;
  }

  .hero-wrapper {
    height: 100vh;
    position: relative;
  }

  .header-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-flex-grow-flex-flex-col {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-text-center-max-w-5xl-flex {
    flex-direction: column;
    row-gap: 8px;
    display: flex;
  }

  .heading-text-5xl-text-white-text-glow {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1;
  }

  .block-max-w-2xl-bg-brand-cyan-py-3 {
    width: 50%;
    margin-top: 12px;
  }

  .heading-text-4xl-text-white {
    font-size: 24px;
  }

  .paragraph-text-base-text-gray-300-max-w-2xl {
    font-size: 14px;
    line-height: 1.2;
  }

  .link-px-8-py-4-bg-brand-yellow-2 {
    padding: 8px 16px;
    font-size: 14px;
  }

  .nav-container {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #474c5f82;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .navi-left-part {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #474c5f87;
    display: none;
  }

  .navi-right-part {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #474c5f87;
    flex-flow: column;
    justify-content: space-between;
    height: 100vh;
    padding-top: 220px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    inset: 0%;
  }

  .brand.left-aligned {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    text-decoration: none;
  }

  .nav-link.desktop-hidden {
    display: block;
  }

  .nav-link.left-hidden {
    display: none;
  }

  .block-py-20-px-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .block-max-w-1440px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .block-style-14 {
    position: static;
  }

  .block-style-14.mobile {
    width: 410px;
  }

  .block-style-16, .block-style-17 {
    position: static;
  }

  .block-style-17.mobile {
    width: 390px;
  }

  .block-style-19 {
    position: static;
  }

  .block-style-19.mobile {
    width: 420px;
  }

  .block-style-20 {
    position: static;
  }

  .block-style-23 {
    height: 430px;
    position: static;
  }

  .block-style-25, .block-style-27 {
    position: static;
  }

  .brand-img {
    z-index: 12;
    position: relative;
  }

  .menu {
    margin-left: auto;
    transition: all .45s;
    display: flex;
  }

  .menu.w--open {
    background-color: #ffd80000;
  }

  .menu.hidden {
    display: none;
  }

  .left-margin {
    margin-left: -8px;
  }

  .hidden {
    display: none;
  }

  .mobile-nav-flex {
    z-index: 10;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-nav-flex.flex-open {
    z-index: 10;
    display: flex;
  }

  .mobile-nav-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .mobile-nav-header {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-nav-header.top {
    z-index: 10;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-trigger {
    cursor: pointer;
    font-size: 24px;
  }

  .kroz-partnerstvo-sa-plenumba-ostvarujete-snanu-vidljivost-ekskluzivnu-promociju-i-prisustvo-na-svjet {
    font-size: 14px;
    line-height: 1.2;
  }

  .button-style {
    padding: 16px;
  }

  .heading-1-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-3 {
    margin-right: 4px;
    font-size: 24px;
    line-height: 1.2;
  }

  .text-4, .text-5 {
    font-size: 24px;
    line-height: 1.2;
  }

  .text-7, .text-8 {
    font-size: 24px;
  }

  .text-9, .text-10 {
    font-size: 14px;
    line-height: 1.2;
  }

  .naa-platforma-okuplja-angairanu-publiku-iz-cijelog-regiona-i-dijaspore-pruajui-vaem-brendu-direktan {
    max-width: none;
    font-size: 14px;
    line-height: 1.2;
  }

  .text-12 {
    margin-right: 4px;
    font-size: 24px;
    line-height: 1.2;
  }

  .text-13 {
    font-size: 24px;
    line-height: 1.2;
  }

  .geographic-distribution-card {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .total-reach {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .age-group {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-4margin {
    position: static;
    top: auto;
  }

  .overlayborder-2 {
    border-radius: 8px;
    width: 100%;
  }

  .container-16 {
    position: static;
    top: auto;
  }

  .demographic-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .block-text-sm-text-gray-300, .link-px-6-py-25-text-sm {
    display: none;
  }

  .dom-text-white-text-2xl {
    display: block;
  }

  .heading-text-5xl-text-glow {
    font-size: 3rem;
    line-height: .9;
  }

  .paragraph-text-lg-text-gray-400-max-w-2xl {
    font-size: 1.125rem;
    line-height: 1.625;
  }

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

  .block-grid-grid-cols-1 {
    grid-template-columns: 1fr;
  }

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

  .block-grid-grid-cols-1-2 {
    grid-template-columns: 1fr;
  }

  .block-bg-ticket-gradient-p-1 {
    padding: 4px;
  }

  .block-flex-flex-col-py-8 {
    width: 64px;
  }

  .block-bg-brand-dark-p-8-flex {
    flex-direction: column;
    padding: 32px;
  }

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

  .block-text-5xl-text-white {
    font-size: 3rem;
  }

  .block-style-5 {
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
    padding-top: 32px;
  }

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

  .block-max-w-7xl-px-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .link-text-sm {
    display: none;
  }

  .block-flex-5 {
    display: flex;
  }

  .hero-2 {
    padding-top: 128px;
    padding-bottom: 80px;
  }

  .block-max-w-5xl-px-4-text-center {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .paragraph-text-lg-text-gray-300-max-w-3xl {
    font-size: 1.125rem;
    line-height: 1.625;
  }

  .dom-style {
    display: none;
  }

  .heading-text-3xl-2 {
    line-height: 2.25rem;
  }

  .block-grid-grid-cols-1-3 {
    grid-template-columns: 1fr;
  }

  .block-max-w-5xl-px-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-bg-gradient-to-br-p-10 {
    padding: 40px;
  }

  .block-grid-grid-cols-1-4 {
    grid-template-columns: 1fr;
  }

  .heading-text-3xl-text-white {
    line-height: 2.25rem;
  }

  .block-style-11 {
    padding-top: 32px;
    padding-left: 0;
  }

  .block-max-w-7xl-px-4-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .block-max-w-4xl-px-4-text-center {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .block-max-w-7xl-px-4-flex {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-max-w-7xl-flex-flex-col {
    flex-direction: column;
    gap: 24px;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .block-flex-col {
    display: none;
  }

  .block-flex-grow-flex-flex-col {
    margin-top: 128px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-flex-flex-col-5 {
    display: flex;
  }

  .block-text-center-max-w-5xl-flex {
    flex-direction: column;
    row-gap: 8px;
    display: flex;
  }

  .paragraph-text-base-text-gray-300-max-w-2xl {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    line-height: 1.3;
  }

  .block-py-20-px-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .block-style-20 {
    width: 470px;
    height: 370px;
  }

  .block-style-23 {
    width: 440px;
    height: 490px;
    box-shadow: none;
  }

  .background-radial {
    box-shadow: 0 2px 250px 250px #1a2fa1b3;
  }

  .container-9 {
    padding-top: 0;
  }

  .section-header {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .stats-grid {
    grid-row-gap: 24px;
  }

  .demographic-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .block-text-sm-text-gray-300, .link-px-6-py-25-text-sm {
    display: none;
  }

  .dom-text-white-text-2xl {
    display: block;
  }

  .heading-text-5xl-text-glow {
    font-size: 3rem;
    line-height: .9;
  }

  .paragraph-text-lg-text-gray-400-max-w-2xl {
    font-size: 1.125rem;
    line-height: 1.625;
  }

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

  .link-px-8-py-4-bg-brand-yellow, .link-px-8-py-4-bg-transparent {
    width: 100%;
  }

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

  .block-grid-grid-cols-1 {
    grid-template-columns: 1fr;
  }

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

  .block-grid-grid-cols-1-2 {
    grid-template-columns: 1fr;
  }

  .block-bg-ticket-gradient-p-1 {
    padding: 4px;
  }

  .block-flex-flex-col-py-8 {
    width: 64px;
  }

  .block-bg-brand-dark-p-8-flex {
    flex-direction: column;
    padding: 32px;
  }

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

  .block-text-5xl-text-white {
    font-size: 3rem;
  }

  .block-style-5 {
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
    padding-top: 32px;
  }

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

  .link-px-10-py-4-bg-brand-yellow {
    width: 100%;
  }

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

  .block-style-6 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-max-w-7xl-px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-text-sm {
    display: none;
  }

  .block-flex-5 {
    display: flex;
  }

  .hero-2 {
    padding-top: 128px;
    padding-bottom: 80px;
  }

  .block-max-w-5xl-px-4-text-center {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .paragraph-text-lg-text-gray-300-max-w-3xl {
    font-size: 1.125rem;
    line-height: 1.625;
  }

  .dom-style {
    display: none;
  }

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

  .heading-text-3xl-2 {
    line-height: 2.25rem;
  }

  .block-grid-grid-cols-1-3 {
    grid-template-columns: 1fr;
  }

  .block-p-8-2 {
    padding: 15px;
  }

  .block-max-w-5xl-px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-bg-gradient-to-br-p-10 {
    padding: 14px;
  }

  .block-grid-grid-cols-1-4 {
    grid-template-columns: 1fr;
  }

  .paragraph-text-gray-400-text-lg {
    width: 50%;
  }

  .block-bg-black-40-px-6-py-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 36%;
  }

  .block-text-plenum-yellow-text-sm {
    margin-bottom: 0;
  }

  .block-text-5xl-text-white-3 {
    font-size: 24px;
  }

  .block-style-11 {
    padding-top: 0;
    padding-left: 0;
  }

  .block-max-w-7xl-px-4-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .block-max-w-4xl-px-4-text-center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-max-w-7xl-px-4-flex {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wrapper {
    height: 100vh;
  }

  .header-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-max-w-7xl-flex-flex-col {
    flex-direction: column;
    gap: 24px;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .block-flex-col {
    display: none;
  }

  .block-flex-grow-flex-flex-col {
    margin-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-flex-flex-col-5 {
    display: flex;
  }

  .block-text-center-max-w-5xl-flex {
    flex-direction: column;
    row-gap: 8px;
    display: flex;
  }

  .heading-text-5xl-text-white-text-glow {
    line-height: 1;
  }

  .block-max-w-2xl-bg-brand-cyan-py-3 {
    margin-top: 14px;
    padding-top: 0;
    padding-bottom: 0;
    top: -15px;
  }

  .heading-text-4xl-text-white {
    line-height: 2.5rem;
  }

  .paragraph-text-base-text-gray-300-max-w-2xl {
    line-height: 1.625;
  }

  .block-flex-flex-col-6 {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .link-px-8-py-4-bg-brand-yellow-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .link-px-8-py-4-bg-black-40 {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .navi-right-part {
    height: 110vh;
    margin-top: -10vh;
    padding-top: 140px;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .block-py-20-px-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .block-style-14.mobile, .block-style-16.mobile {
    width: 300px;
    height: auto;
  }

  .block-style-17.mobile, .block-style-19.mobile {
    width: 300px;
  }

  .block-style-20 {
    background-size: contain;
    width: 300px;
    height: 230px;
  }

  .block-style-23 {
    width: 300px;
    height: 340px;
  }

  .mobile-nav-flex.flex-open {
    z-index: 1000;
  }

  .image-3 {
    height: 220px;
  }

  .text-7 {
    margin-right: 8px;
    font-size: 20px;
    line-height: 1.2;
  }

  .text-8 {
    font-size: 20px;
    line-height: 1.2;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-header, .demographics-contentmargin {
    width: 90%;
  }

  .text-centered {
    flex-flow: column;
    display: flex;
  }
}


