:root {
  --blue: #0446db;
  --spring-green: #0f8;
  --dark-slate-blue: #0049a5;
  --black: #0e141c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.top-nav-droplink {
  color: #a0a0a0;
  background-color: #404040;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.top-nav-droplink:hover {
  color: #fff;
}

.icon-5 {
  color: #fc0;
}

.uefiscdi-holder {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.gray-top-nav {
  background-color: #2c303d;
  height: 40px;
}

.gray-top-nav.uefiscdi-blue {
  z-index: 9999;
  background-color: #021b3a;
  position: relative;
}

.eu-holder {
  align-items: center;
  display: flex;
}

.logo-uefiscdi {
  filter: grayscale() contrast(200%);
  height: 40px;
}

.dropdown-list-3 {
  align-self: flex-start;
}

.dropdown-list-3.w--open {
  z-index: 9999;
  order: 0;
  align-self: flex-end;
}

.div-block {
  position: relative;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-3 {
  color: #ffffffa8;
  font-size: 12px;
}

.uefiscdi-nav {
  color: #fff;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.uefiscdi-nav-drop-2 {
  z-index: 9999;
  color: #fff;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  place-content: center flex-end;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  display: block;
}

.section-footer {
  background-color: var(--blue);
  background-image: url('../images/wavy-bg002-transparent.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding-top: 60px;
}

.section-hero {
  opacity: 1;
  background-color: #0446db;
  background-image: url('../images/wavy-bg002-transparent.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  align-items: center;
  height: auto;
  min-height: 85vh;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.section-hero.smaller, .section-hero.auto {
  min-height: auto;
}

.mergeshape001 {
  height: 85vh;
  margin-top: 40px;
  margin-left: -800px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image {
  width: 113%;
  max-width: 150%;
  margin-top: -152px;
  margin-bottom: 140px;
  margin-left: 79px;
}

.mergeshape002 {
  filter: saturate(200%) hue-rotate(244deg);
  height: 85vh;
  margin-top: 40px;
  margin-left: -200px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-bg {
  opacity: .33;
  width: 150%;
  height: 75vh;
  margin-top: 40px;
  margin-left: -250px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-upper {
  opacity: .8;
  height: 75vh;
  margin-top: 40px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-2 {
  max-width: 150%;
  margin-bottom: -127px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  background-color: #fffef5;
  margin-bottom: -108px;
  margin-left: 152px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.container {
  z-index: 999;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 60px;
  display: block;
  position: relative;
}

.container.smaller {
  padding-top: 20px;
}

.heading {
  color: #0049a5;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1em;
}

.text-block-4 {
  font-size: 20px;
  line-height: 1.2em;
}

.navbar {
  z-index: 9998;
  background-color: var(--blue);
  padding-top: 20px;
  padding-bottom: 10px;
}

.navlink {
  color: #fff;
  border-bottom: 1px solid #0000;
  font-family: Ubuntu, Helvetica, sans-serif;
  transition: all .2s;
}

.navlink:hover {
  border-bottom-color: var(--spring-green);
  color: var(--spring-green);
}

.navlink.w--current {
  color: var(--spring-green);
}

.navlink.dropdown:hover {
  border-bottom-color: #0000;
}

.navlink.hidden {
  display: none;
}

.brand {
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.brand.w--current {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.brand.flipped.w--current {
  transform: translate(0);
}

.image-4 {
  width: 50px;
  margin-right: 5px;
}

.text-block-5 {
  color: #0049a5;
}

.bold-text {
  color: #fff;
}

.underhead {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

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

.hero-content.white {
  color: #fff;
  text-align: left;
}

.hero-button-holder {
  margin-top: 40px;
}

.button {
  border: 1px solid var(--spring-green);
  background-color: var(--spring-green);
  color: #0004ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.button:hover {
  color: #0446db8f;
}

.button.light {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.button.light:hover {
  color: #0446dba1;
}

.button.light.margin-left {
  border-color: #fff;
  margin-left: 20px;
}

.button.light.bordered.smaller {
  padding: 5px 15px;
  font-size: 11px;
}

.button.small {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

.button.small.prezentari {
  border-color: var(--blue);
  background-color: #fff;
  padding: 3px 10px;
}

.button.hidden {
  display: none;
}

.fa-icon {
  margin-left: 10px;
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

.fa-icon.smaller {
  margin-left: 0;
  font-size: .8em;
}

.spacer {
  background-color: var(--spring-green);
  width: 30%;
  height: .4em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacer.blue {
  background-color: var(--blue);
}

.spacer.white {
  background-color: #fff;
  height: .2em;
}

.spacer.large {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-about {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-holder {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.heading-holder.speaker {
  flex-direction: column;
  align-items: center;
}

.link, .droplink {
  transition: all .2s;
}

.droplink:hover {
  color: var(--blue);
}

.dropdown-list-4 {
  background-color: #d49c9c;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  transition: all .2s;
}

.date-container {
  color: var(--blue);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  display: inline-block;
}

.text-block-6 {
  background-color: var(--spring-green);
  padding: 15px 20px;
  display: inline-block;
}

.testimonial-holder {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.section-testimonials {
  margin-top: 40px;
  margin-bottom: 40px;
}

.background-spacer-large {
  z-index: -1;
  background-color: var(--blue);
  width: 100%;
  height: 200px;
  position: absolute;
}

.columns {
  margin-top: 40px;
}

.profile-pic {
  width: 75%;
  margin-bottom: 40px;
}

.p-quote {
  text-align: justify;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-block-7 {
  font-style: italic;
  font-weight: 700;
}

.quote-signature {
  text-align: left;
  padding-left: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.section-program {
  background-color: var(--black);
}

.section-program.white {
  opacity: 1;
  color: #fff;
  background-color: #0b1f3a;
/*   background-image: url('../images/wavy-bg002-transparent.svg'); */
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  
}

.section-program.white-copy {
  color: #fff;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab {
  color: #fff;
  background-color: #0446db63;
  flex: 1;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  transition: all .2s;
}

.tab:hover {
  color: #fff;
  background-color: #0446dbc7;
}

.tab.w--current {
  background-color: #0f8;
}

.tab.page {
  background-color: var(--blue);
  flex: 0 auto;
}

.tab.page.w--current {
  background-color: var(--black);
}

.tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tabs-menu.homepage {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.li-program {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
  list-style-type: none;
}

.li-program:hover {
  background-color: #0446db14;
}

.line-spacer {
  color: var(--spring-green);
  letter-spacing: -1px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.ora-program {
  font-weight: 300;
}

.tabs {
  margin-bottom: 40px;
  display: flex;
}

.tabs.homepage {
  flex-direction: row;
  display: block;
}

.section-workshops {
  margin-top: 40px;
  margin-bottom: 40px;
}

.additional-links {
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.blocklink {
  padding-bottom: 5px;
  display: block;
}

.blocklink.news {
  font-size: 12px;
  text-decoration: underline;
}

.blocklink.parteneri {
  text-align: center;
  letter-spacing: -.5px;
  font-size: 12px;
}

.section-news {
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-stire {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5 {
  color: var(--black);
}

.image-holder {
  background-image: url('../images/shape002-lower.svg'), linear-gradient(to bottom, var(--blue), var(--blue));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 200px;
}

.image-holder.speaker {
  background-image: linear-gradient(#aaa, #aaa);
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.image-holder.workshop {
  background-image: none;
}

.image-holder.parteneri {
  background-image: linear-gradient(#0000, #0000);
  align-items: center;
  height: 120px;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.p-news-excerpt {
  color: gray;
  font-size: 14px;
  line-height: 16px;
}

.brand-footer {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 40px;
  display: flex;
}

.by-uefiscdi {
  opacity: .8;
  color: #fff;
  flex: 1;
  align-self: flex-start;
  width: 150px;
  margin-top: 30px;
}

.logo-undertext {
  font-size: 12px;
  font-weight: 300;
}

.link-block {
  width: 150px;
}

.image-11 {
  color: #382424;
}

.footer-link {
  color: #fff;
}

.text-block-8 {
  color: #ffffffb3;
}

.footer-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.programm-page {
  background-color: #0000;
  padding-top: 60px;
}

.programm-page.white, .programm-page.white-copy {
  color: #fff;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tabs-content {
  flex: 1;
}

.workshops-content {
  padding-left: 40px;
}

.workshops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;            
  margin-bottom: 60px;
}

.box-workshop {
  border: 1px solid var(--blue);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.timeframe {
  margin-bottom: 20px;
}

.programme-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.h1-workshops {
  font-size: 42px;
  line-height: 48px;
}

.workshop-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 35vh;
  padding-top: 40px;
  display: flex;
}

.workshop-content {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.workshop-content.white, .workshop-content.white-copy {
  color: #fff;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.workshops-content-copy {
  padding-left: 40px;
}

.workshop-text {
  margin-bottom: 20px;
  padding-left: 35px;
  line-height: 1.2rem;
  text-align: justify;
}

.workshop-contact-box {
  margin-top: 40px;
  padding-left: 20px;
}

.speakers-content {
  padding-left: 40px;
  padding-right: 40px;
}

.speakers-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-speaker {
  border: 1px none var(--blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.no-image {
  color: #fff;
  letter-spacing: 7px;
  font-size: 48px;
  font-weight: 300;
}

.no-image.speakerlist {
  font-size: 25px;
}

.speaker-image-holder {
  background-color: #dfdfdf;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.speaker-image-holder.speaker {
  background-image: linear-gradient(#aaa, #aaa);
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.single-speaker-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 35vh;
  padding-top: 40px;
  display: block;
}

.speaker-no-image {
  color: #fff;
  letter-spacing: 7px;
  font-size: 48px;
  font-weight: 300;
}

.speaker-text {
  margin-bottom: 20px;
}

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

.speakerlist-link:hover {
  background-color: #f9f9f9;
  border-radius: 20px;
}

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

.heading-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 72px;
}

.heading-7 {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.paragraph, .paragraph-2, .heading-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.body-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.heading-11 {
  font-size: 64px;
}

.container-3 {
  flex: 1;
}

.section-patronaj {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
}

.roflag {
  background-image: url('../images/roflag-underline.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 10px;
  max-height: 5px;
}

.h2-enforcer {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  width: auto;
  height: 75px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section-logos {
  margin-bottom: 60px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.logo-img {
  max-height: 60px;
}

.logo-uad{
  max-height: 120px;
}


.logo-img.upt {
  max-height: 45px;
}

.logo-img.umft {
  max-height: 50px;
}

.logo-img.uvt {
  max-height: 35px;
}

.logo-img.usvt {
  max-height: 60px;
}

.logo-gridx2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 20px;
}

.logo-ubb{
  max-height: 150px;
}

.logo-gridx5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 20px;
}

.logo-gridx7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 20px;
}

.logo-gridx6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 20px;
}

.logo-gridx3 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.logo-img-link {
  opacity: .5;
  filter: grayscale();
  transition: all .2s;
}

.logo-img-link:hover {
  opacity: 1;
  filter: none;
}

.logo-gridx4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 20px;
}

.logos-container {
  padding-left: 40px;
  padding-right: 40px;
}

.home-h1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.white {
  color: #fff;
}

.underhead-min {
  text-transform: none;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

.parteneri-content {
  padding-left: 40px;
}

.parteneri-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.box-partener {
  border: 1px solid var(--blue);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-reinforcement {
  margin-top: 60px;
  margin-bottom: 40px;
}

.box-reinforcement {
  border-top: 1px solid var(--blue);
  text-align: center;
  padding-top: 20px;
}

.box-image-container {
  max-width: 100%;
  height: 80px;
}

.reinforcement-logo {
  max-width: 150px;
}

.box-reinforcement-content {
  text-align: center;
}

.h3-reinforcement {
  font-size: 18px;
  line-height: 110%;
}

.paragraph-3 {
  font-size: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.search-input {
  max-width: 600px;
  height: 60px;
  margin-top: 7px;
  display: inline-block;
}

.search-button {
  background-color: var(--dark-slate-blue);
  height: 60px;
}

.search-input-2 {
  width: 800px;
  height: 60px;
  display: inline-block;
}

.image-12 {
  min-width: 120px;
}

.image-13 {
  max-height: 116px;
  margin-left: auto;
  margin-right: auto;
}

.image-14, .image-15 {
  margin-top: 5px;
}

.image-16 {
  min-width: 120px;
}

.h2-post-workshop {
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.wk-documents-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-2 {
  margin-bottom: 20px;
  display: block;
}

.lightbox-link {
  background-image: linear-gradient(#0049a57d, #0049a57d), url('../images/zoom-in-svgrepo-com.svg'), linear-gradient(#0049a5, #0049a5);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 100px, auto;
  margin-bottom: 40px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-17 {
  opacity: .29;
}

.column-3, .column-4, .column-5, .column-6, .column-7 {
  display: none;
}

.image-18 {
  opacity: .29;
}

.button-2 {
  color: #0004ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0f8;
  border: 1px solid #0f8;
  border-radius: 5px;
  padding: 12px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.button-2:hover {
  color: #0446db8f;
}

.button-2.small {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

.button-2.small.prezentari {
  background-color: #fff;
  border-color: #0446db;
  padding: 3px 10px;
}

.h2-post-workshop-2 {
  color: #0446db;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.list-item-2_hidden {
  margin-bottom: 20px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .section-hero {
    background-color: var(--blue);
    background-image: url('../images/wavy-bg002-transparent.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    height: auto;
    min-height: 50vh;
    padding-bottom: 40px;
    display: flex;
    overflow: hidden;
  }

  .image-3 {
    width: 129%;
  }

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

  .box-image-container {
    height: 60px;
  }

  .reinforcement-logo.eertis {
    max-width: 120px;
    margin-top: 20px;
  }

  .h3-reinforcement {
    line-height: 110%;
  }
}

@media screen and (min-width: 1920px) {
  .section-hero {
    background-color: var(--blue);
    background-image: url('../images/wavy-bg002-transparent.svg');
  }

  .shape-bg, .image-3 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .gray-top-nav {
    height: 80px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .uefiscdi-holder {
    justify-content: center;
  }

  .gray-top-nav {
    height: 80px;
  }

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

  .uefiscdi-nav {
    z-index: 9998;
    position: relative;
  }

  .section-hero {
    height: auto;
  }

  .shape-bg {
    height: 75vh;
    margin-top: 80px;
    margin-left: 0;
  }

  .shape-upper {
    height: 75vh;
    margin-top: 80px;
  }

  .image-2 {
    max-width: 350%;
    margin-bottom: -114px;
    margin-left: -200px;
  }

  .image-3 {
    max-width: 220%;
    margin-left: -200px;
  }

  .container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    padding: 8px 15px;
    font-size: 10px;
  }

  .dropdown-list-4.w--open {
    position: relative;
  }

  .date-container {
    font-size: .9em;
  }

  .testimonial-holder {
    margin-bottom: 60px;
  }

  .profile-pic {
    margin-bottom: 10px;
  }

  .p-quote {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .tab {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .heading-3 {
    font-size: 47px;
    line-height: 56px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .container-2 {
    padding-top: 60px;
  }

  .heading-5 {
    font-size: 14px;
    line-height: 1.1rem;
  }

  .image-holder.parteneri {
    height: auto;
  }

  .by-uefiscdi {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-list {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .workshops-grid {
    grid-template-columns: 1fr;
  }

  .box-workshop {
    margin-right: 20px;
  }

  .h1-workshops {
    font-size: 22px;
    line-height: 1.5rem;
  }

  .workshop-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .workshop-content {
    padding-top: 0;
  }

  .speakers-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .speakers-grid {
    grid-template-columns: 1fr;
  }

  .box-speaker {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: #fff;
  }

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

  .nav-menu {
    background-color: var(--blue);
    text-align: left;
  }

  .columns-2 {
    flex-direction: column;
    display: flex;
  }

  .column {
    order: -1;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo-gridx5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-gridx6 {
    grid-template-columns: 1fr 1fr 1fr;
  }


  .logo-gridx4 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-12 {
    font-size: 16px;
  }

  .heading-13 {
    font-size: 23px;
  }

  .tabs-heading {
    font-size: 16px;
  }

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

  .parteneri-grid {
    grid-template-columns: 1fr;
  }

  .box-partener {
    margin-right: 20px;
  }

  .h3-reinforcement {
    font-size: 22px;
    line-height: 110%;
  }

  .image-12 {
    min-width: auto;
  }

  .container-4 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .button-2 {
    padding: 8px 15px;
    font-size: 10px;
  }
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe8198-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe8199-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe819a-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe819b-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe819c-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe819d-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe819e-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe819f-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a0-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a1-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a2-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a3-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a4-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a5-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a6-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a7-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a8-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81a9-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81ab-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81ac-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81ad-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81ae-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81af-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81b0-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81b1-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81b2-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81b3-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81b4-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eec95bb-408b-6d1d-7038-40f109fe81b5-09fe8195, #w-node-_8eec95bb-408b-6d1d-7038-40f109fe81b6-09fe8195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_894d20df-dab2-f024-9ba2-008491e8f857-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_467913d1-ec14-d348-599c-c2b795d02868-cbd29b58, #w-node-_894d20df-dab2-f024-9ba2-008491e8f858-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d51-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d52-cbd29b58, #w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d53-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cb-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cc-cbd29b58, #w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cd-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251c-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251d-cbd29b58, #w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251e-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55b-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55c-cbd29b58, #w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55d-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948d4489-ead3-8198-e430-e6c932fb3e53-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_948d4489-ead3-8198-e430-e6c932fb3e54-cbd29b58, #w-node-_948d4489-ead3-8198-e430-e6c932fb3e55-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3acb24a4-6372-b287-a192-de6cecbd08d2-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3acb24a4-6372-b287-a192-de6cecbd08d3-cbd29b58, #w-node-_3acb24a4-6372-b287-a192-de6cecbd08d4-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e13e209a-5840-6f87-fcad-2511c9cd3a34-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e13e209a-5840-6f87-fcad-2511c9cd3a35-cbd29b58, #w-node-e13e209a-5840-6f87-fcad-2511c9cd3a36-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21751d46-3bee-5d9b-429e-963a65e8608c-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_21751d46-3bee-5d9b-429e-963a65e8608d-cbd29b58, #w-node-_21751d46-3bee-5d9b-429e-963a65e8608e-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85d-cbd29b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85e-cbd29b58, #w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85f-cbd29b58, #w-node-_485517a1-48b2-6715-925a-f37ef685dc43-cbd29bc3, #w-node-_9f21b427-0f72-643e-a3af-d5fe54b59ec1-cbd29bc3, #w-node-_462e1716-b793-375d-6627-a0b256352e88-cbd29bc3, #w-node-_334b9a4c-37c8-46bb-224c-42d390aa1052-cbd29bc3, #w-node-_4550a20e-a94c-7217-66d9-bd202b0f1ecc-cbd29bc3, #w-node-f0e70d79-39e4-050d-e199-88015c14f9df-cbd29bc3, #w-node-feeb067b-e4f5-3260-712f-935c4f6856e4-cbd29bc3, #w-node-_853cec29-7e7f-db02-1999-239a7e37fb59-cbd29bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_894d20df-dab2-f024-9ba2-008491e8f857-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_467913d1-ec14-d348-599c-c2b795d02868-cbd29bc7, #w-node-_894d20df-dab2-f024-9ba2-008491e8f858-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d51-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d52-cbd29bc7, #w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d53-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cb-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cc-cbd29bc7, #w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cd-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251c-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251d-cbd29bc7, #w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251e-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55b-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55c-cbd29bc7, #w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55d-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948d4489-ead3-8198-e430-e6c932fb3e53-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_948d4489-ead3-8198-e430-e6c932fb3e54-cbd29bc7, #w-node-_948d4489-ead3-8198-e430-e6c932fb3e55-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3acb24a4-6372-b287-a192-de6cecbd08d2-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3acb24a4-6372-b287-a192-de6cecbd08d3-cbd29bc7, #w-node-_3acb24a4-6372-b287-a192-de6cecbd08d4-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e13e209a-5840-6f87-fcad-2511c9cd3a34-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e13e209a-5840-6f87-fcad-2511c9cd3a35-cbd29bc7, #w-node-e13e209a-5840-6f87-fcad-2511c9cd3a36-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21751d46-3bee-5d9b-429e-963a65e8608c-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_21751d46-3bee-5d9b-429e-963a65e8608d-cbd29bc7, #w-node-_21751d46-3bee-5d9b-429e-963a65e8608e-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85d-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85e-cbd29bc7, #w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85f-cbd29bc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22c5-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22c6-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22c7-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22c8-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22c9-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22ca-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22cb-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22cc-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22cd-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22ce-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22cf-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d0-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d1-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d2-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d3-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d4-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d5-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d6-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d8-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22d9-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22da-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22db-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22dc-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22dd-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22de-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22df-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22e0-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22e1-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22e2-737a22c2, #w-node-_5db8d9d1-42df-7d0c-3f45-f8a5737a22e3-737a22c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_894d20df-dab2-f024-9ba2-008491e8f857-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_467913d1-ec14-d348-599c-c2b795d02868-cbd29bee, #w-node-_894d20df-dab2-f024-9ba2-008491e8f858-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d51-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d52-cbd29bee, #w-node-_84404cbb-ac54-1d94-9ff3-4628fac47d53-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cb-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cc-cbd29bee, #w-node-_3dd6a66a-78cf-1957-1935-ed487dc8a8cd-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251c-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251d-cbd29bee, #w-node-d8fde2bc-5fb6-fe76-e68c-8324d24f251e-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55b-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55c-cbd29bee, #w-node-_49499ab6-d519-69b4-59a4-e24be9d2a55d-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948d4489-ead3-8198-e430-e6c932fb3e53-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_948d4489-ead3-8198-e430-e6c932fb3e54-cbd29bee, #w-node-_948d4489-ead3-8198-e430-e6c932fb3e55-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3acb24a4-6372-b287-a192-de6cecbd08d2-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3acb24a4-6372-b287-a192-de6cecbd08d3-cbd29bee, #w-node-_3acb24a4-6372-b287-a192-de6cecbd08d4-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e13e209a-5840-6f87-fcad-2511c9cd3a34-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e13e209a-5840-6f87-fcad-2511c9cd3a35-cbd29bee, #w-node-e13e209a-5840-6f87-fcad-2511c9cd3a36-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21751d46-3bee-5d9b-429e-963a65e8608c-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_21751d46-3bee-5d9b-429e-963a65e8608d-cbd29bee, #w-node-_21751d46-3bee-5d9b-429e-963a65e8608e-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85d-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85e-cbd29bee, #w-node-ec7dc3ba-badb-4e71-1ad0-d3576323f85f-cbd29bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}







/*Slider poze homepage*/

.abx-slider {
  position: relative;
  width: min(100%, 980px);
  margin: 24px auto;
  user-select: none;
  --abx-radius: 16px;
  --abx-shadow: 0 10px 30px rgba(0,0,0,.15);
  --abx-bg: #0f172a;
  --abx-accent: #ffffff;
  --abx-accent-dim: rgba(255,255,255,.5);
}

.abx-slider__viewport {
  overflow: hidden;
  border-radius: var(--abx-radius);
  box-shadow: var(--abx-shadow);
  background: #111;
  aspect-ratio: 16 / 9;
}

.abx-slider__track {
  display: flex;
  height: 100%;
  transition: transform .45s ease;
  will-change: transform;
}

.abx-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.abx-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.abx-slide__caption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  margin: 0;
  padding: 8px 12px;
  font: 600 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: #fff;
  background: linear-gradient( to top, rgba(0,0,0,.55), rgba(0,0,0,.2) );
  border-radius: 10px;
  backdrop-filter: blur(2px);
}

.abx-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in oklab, var(--abx-bg) 80%, white 20%);
  color: var(--abx-accent);
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: .85;
  transition: opacity .2s ease, transform .1s ease;
}

.abx-nav:hover { opacity: 1; }
.abx-nav:active { transform: scale(.96); }
.abx-nav--prev { left: 10px; }
.abx-nav--next { right: 10px; }

.abx-dots {
  position: absolute;
  inset: auto 0 10px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 4;
}

.abx-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: var(--abx-accent-dim);
  cursor: pointer;
}
.abx-dots button[aria-selected="true"] {
  width: 26px;
  background: var(--abx-accent);
}

@media (max-width: 520px) {
  .abx-slider__viewport { aspect-ratio: 16 / 10.5; }
  .abx-nav { width: 40px; height: 40px; }
}

.abx-slider { position: relative; z-index: 1; }
.abx-slider__track { display:flex; will-change: transform; }
.abx-slide { flex: 0 0 100%; min-width:100%; }
.abx-nav { position:absolute; z-index:9999; pointer-events:auto; }
.abx-slider button { pointer-events:auto; }


.video-thumb {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.video-thumb img {
  display: block;
  width: 80%;
  height: auto;
  border-radius: 8px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  text-shadow: 0 0 15px rgba(0,0,0,0.7);
  pointer-events: none;
}





