:root {
  --text_light: #fff;
  --bg: #050819;
  --blue_1_dark: #023096;
  --accent-1-turcoaz: #15f5e8;
  --text-1: #08142e;
  --blue-accent: #1654d9;
  --corner: 28px;
  --corner-tables: 20px;
  --shadow: rgba(0, 0, 0, .45);
  --text_dark: #08142e;
  --black: #000;
  --text-blue: #000054;
  --corner-small: 14px;
  --ch: 2.4vw;
  --2-2: 2.2vw;
  --accent-4-bej: #abac9c;
  --green_1_light: #01e017;
  --green_1_dark: #01a311;
  --font-l-v: 1.9vw;
  --font-landscape: 1.3vw;
  --corner-round: 32px;
  --accent-2-purpple: #7470f5;
  --accent-3-green: #5bdd4c;
  --blue_1_light: #1654d9;
  --vibrant-blue: #0000ca;
  --size: 0px;
  --full: 100px;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
}

h1 {
  z-index: 1;
  max-width: 1000px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bdk, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 4rem;
  position: relative;
}

h2 {
  letter-spacing: 23px;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 100%;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bdk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bdk, sans-serif;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

a {
  color: var(--text_light);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.page {
  width: 100%;
  max-width: 1400px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.page.sus {
  z-index: 3;
  height: 100%;
  max-width: 1440px;
  flex: none;
  justify-content: center;
  margin-top: 85px;
  padding-left: 60px;
  padding-right: 60px;
  position: static;
  overflow: visible;
}

.page.terms {
  margin-top: 100px;
}

.story {
  z-index: 1;
  height: auto;
  align-self: stretch;
  padding-top: 20px;
  position: relative;
}

.body {
  background-color: var(--text_light);
  flex-direction: column;
  display: flex;
}

.body.project {
  background-color: var(--bg);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h1 {
  max-width: none;
  text-align: left;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 2.5rem;
}

.h1.mid {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.mid._2 {
  color: var(--blue_1_dark);
  text-align: right;
  flex: 1;
  align-self: flex-end;
  margin-bottom: 39px;
  padding-right: 0;
  left: auto;
}

.h1._2 {
  left: -58px;
}

.h1.ch {
  color: #ffce00;
  -webkit-text-stroke-color: #ffce00;
  font-size: 4.5rem;
}

.h1.ch._1 {
  color: var(--accent-1-turcoaz);
}

.h1.ch._2 {
  color: #01e017;
  left: 0;
}

.h1.dr {
  align-self: flex-start;
}

.h1.dr.popup {
  align-self: center;
  margin-bottom: 15px;
}

.h1.left {
  z-index: 1000;
  justify-content: flex-end;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  bottom: -6px;
}

.h1._3 {
  margin-top: auto;
  top: -27px;
  left: auto;
}

.h1._3.clean {
  color: #aacf39;
  top: auto;
  left: -146px;
}

.h1.verde {
  z-index: -1;
  color: #aacf39;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: auto;
}

.h1.verde.main {
  position: relative;
  bottom: auto;
}

.h1.proiecte-edu {
  color: #aacf39;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h1.proiecte-edu._2 {
  color: #aacf39;
  left: auto;
}

.h1.proiecte-edu._2.sus {
  color: #fff;
}

.h1.proiecte-edu.sfaturi {
  white-space: pre-wrap;
}

.h1.proiecte-edu.center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.v-flex {
  z-index: 5;
  width: auto;
  cursor: pointer;
  flex-direction: column;
  order: -1;
  align-self: stretch;
  align-items: stretch;
  margin-top: 10px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.v-flex:hover {
  color: var(--text_light);
}

.v-flex._2 {
  order: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 5px;
  left: auto;
}

.v-flex._1 {
  margin-top: -29px;
  display: block;
  top: -11px;
  left: auto;
}

.v-flex.hero {
  align-self: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.v-flex.hero:hover {
  color: var(--text_light);
}

.v-flex.pad {
  z-index: 1;
  cursor: pointer;
  order: 1;
  align-self: center;
  margin-top: 10px;
}

.v-flex.pad:hover {
  z-index: 5;
  position: relative;
}

.v-flex.pad-jos {
  flex: 1;
  margin-bottom: 10px;
}

.v-flex.absolut {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rand {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.rand._2 {
  position: relative;
  top: 7px;
  left: 5px;
}

.rand.padding {
  z-index: 1;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.rand.padding.size {
  height: 37vh;
  justify-content: center;
  align-items: stretch;
}

.rand.padding.dark {
  color: var(--text-1);
}

.rand._0 {
  width: 100%;
  color: var(--blue-accent);
  order: -1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.rand._0:hover {
  color: var(--blue-accent);
}

.rand._0.alb {
  color: var(--text_light);
}

.rand.space {
  width: 50%;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
}

.rand.space._4 {
  padding-left: 0;
  padding-right: 20px;
}

.rand.no-padding {
  margin-top: 0;
  margin-bottom: 5px;
}

.rand.clean {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.rand.middle {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.rand.middle.logos {
  order: 1;
}

.rand.voluntar {
  width: 100%;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
}

.rand.moved {
  justify-content: flex-end;
  left: 6px;
}

.rand._0 {
  width: 100%;
  color: #1654d9;
  order: -1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.rand._0:hover {
  color: #1654d9;
}

.rand._0.alb {
  color: #fff;
  order: -1;
}

.rand._0.first {
  order: -1;
}

.rand._0.last {
  order: 1;
}

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

.rand._0 {
  width: 100%;
  color: #1654d9;
  order: -1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.rand._0:hover {
  color: #1654d9;
}

.rand._0.first {
  order: -1;
}

.frame {
  width: auto;
  height: 100%;
  box-shadow: none;
  cursor: pointer;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  transition: all .15s;
  position: relative;
  transform: none;
}

.frame.carbon {
  z-index: 1;
  width: 350px;
  height: 333px;
  border-radius: var(--corner);
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px;
  display: flex;
  position: relative;
  top: auto;
}

.frame.carbon._2 {
  z-index: 1;
  width: 200px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -91px;
}

.frame.temp {
  z-index: 10;
  width: 140px;
  height: 130px;
  border-radius: var(--corner);
  opacity: 1;
  background-image: url('../images/img-5.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 240px;
  bottom: auto;
  left: auto;
  right: -145px;
  box-shadow: 0 2px 50px 4px rgba(0, 0, 0, .67);
}

.frame._280 {
  width: 280px;
  height: auto;
  margin-bottom: 0%;
  margin-left: 0%;
}

.frame._280._2 {
  max-height: 200px;
  border-radius: var(--corner);
  position: relative;
  top: auto;
  left: auto;
  box-shadow: 0 2px 30px 5px rgba(0, 0, 0, .38);
}

.frame.violet {
  z-index: 10;
  width: 100%;
  height: 500px;
  border-radius: var(--corner);
  cursor: pointer;
  object-position: 100% 50%;
  flex-direction: column;
  flex: none;
  order: 1;
  padding: 5px 5px 10px;
  transition: all .1s;
  display: flex;
  position: relative;
  top: auto;
}

.frame.violet:hover {
  transform: scale(1.015);
}

.frame._195 {
  z-index: 0;
  width: 200px;
  height: 900px;
  border-radius: var(--corner);
  position: relative;
  top: auto;
  bottom: -359px;
  left: -111px;
}

.frame._536 {
  width: 100%;
  height: 100%;
  border-radius: var(--corner);
  flex: 1;
  margin-right: 0;
  position: relative;
}

.frame._530 {
  width: 530px;
  height: 470px;
}

.frame._530._2 {
  width: 340px;
  height: 350px;
  border-radius: var(--corner);
  box-shadow: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.frame._335 {
  width: 330px;
  height: 100%;
  max-height: 200px;
  border-radius: var(--corner);
}

.frame._470 {
  width: 100%;
  height: 100px;
  border-radius: var(--corner);
}

.frame._285 {
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--corner);
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.frame._560 {
  z-index: 1;
  width: 100%;
  height: 250px;
  border-radius: var(--corner);
  box-shadow: none;
  position: relative;
}

.frame.f {
  z-index: 1;
  width: 440px;
  height: 250px;
  max-height: none;
  max-width: none;
  align-self: flex-start;
  margin-left: 40px;
  position: relative;
}

.frame.f._2 {
  width: 230px;
  height: auto;
  max-width: none;
  flex: none;
  align-self: auto;
  margin-left: 0;
  overflow: visible;
}

.frame.prag {
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: var(--corner);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .05);
  flex-direction: column;
  align-self: center;
  margin: 215px auto 0;
  padding: 15px;
  transition: all .2s;
  top: -215px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .2);
}

.frame.prag:hover {
  opacity: 1;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .79);
}

.frame.libia {
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.frame.libia:hover {
  transform: scale(1.015);
  box-shadow: 0 6px 8px rgba(0, 0, 0, .44);
}

.frame.inundatii {
  width: 270px;
  height: 200px;
  opacity: 1;
  flex: 0 auto;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.frame.inundatii:hover {
  transform: scale(1.015);
  box-shadow: 0 6px 30px 3px rgba(0, 0, 0, .44);
}

.frame.fire {
  z-index: 5;
  width: 200px;
  height: 200px;
  flex: none;
  margin-left: 128px;
  margin-right: -86px;
  position: relative;
  top: 168px;
  left: 18px;
  box-shadow: 4px 20px 80px 10px rgba(0, 0, 0, .78);
}

.frame.storm {
  z-index: 4;
  width: 223px;
  height: 127px;
  flex: none;
  margin-left: -57px;
  position: relative;
  top: 135px;
  left: -72px;
  box-shadow: 6px 19px 50px 2px #000;
}

.frame.earth {
  z-index: 1;
  width: 334px;
  height: 271px;
  flex: none;
  position: absolute;
  top: 140px;
  left: -66px;
}

.frame.earth:hover {
  z-index: 100;
}

.frame.firefighters {
  width: auto;
  height: 180px;
  cursor: pointer;
  padding: 10px 15px;
  transition: all .1s;
  display: flex;
  top: auto;
}

.frame.firefighters:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .44);
}

.frame.maui {
  width: 300px;
  height: 145px;
  align-self: flex-end;
  position: absolute;
  top: 11.5%;
  left: -23%;
}

.frame.c {
  width: 150px;
  height: 260px;
  flex: none;
  order: -1;
}

.frame.c.edutech {
  align-self: flex-end;
  bottom: auto;
}

.frame.a {
  width: 120%;
  height: 250px;
  align-self: flex-end;
}

.frame.b {
  width: 330px;
  height: 440px;
  align-self: flex-end;
}

.frame.e {
  width: 500px;
  max-width: none;
  margin-left: 40px;
}

.frame.g {
  width: 200px;
  height: 250px;
}

.frame.edutech {
  overflow: hidden;
}

.frame.edutech._2 {
  height: auto;
  max-height: 270px;
  max-width: 500px;
  box-shadow: 0 6px 60px rgba(0, 0, 0, .21);
}

.frame.edutech._3 {
  height: 220px;
  object-fit: cover;
  object-position: 50% 100%;
  align-items: flex-end;
  display: flex;
  box-shadow: 0 6px 60px rgba(0, 0, 0, .21);
}

.frame.edutech.left {
  max-height: 300px;
  max-width: 500px;
  box-shadow: 0 6px 60px rgba(0, 0, 0, .21);
}

.frame.edutech.right {
  max-height: 240px;
  max-width: 500px;
  box-shadow: 0 6px 60px rgba(0, 0, 0, .21);
}

.visual {
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--corner);
  object-fit: cover;
  object-position: 50% 50%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.visual.left {
  height: 100%;
  object-position: 0% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.visual.fighters {
  border-radius: var(--corner);
  position: absolute;
}

.heading-3 {
  text-transform: lowercase;
  font-size: 22px;
  line-height: 22px;
}

.text-form {
  color: var(--text_dark);
  padding-left: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.text-form:hover {
  color: var(--blue-accent);
}

.text-form.footer {
  aspect-ratio: auto;
  opacity: .51;
  color: var(--text_light);
  font-size: 24px;
  font-weight: 700;
  line-height: 9px;
  position: relative;
  top: -2px;
}

.text-form.titlu {
  letter-spacing: -1.1px;
  font-size: 30px;
}

.text-form.titlu:hover {
  color: var(--text-1);
}

.text-form.sub-titlu {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: -15px;
}

.text-form.sub-titlu:hover {
  color: var(--text_dark);
}

.text-form.area {
  width: 100%;
  height: 35px;
  min-height: 35px;
  min-width: 500px;
  opacity: 1;
  color: var(--text_dark);
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.body-form {
  border-radius: 28px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 80px rgba(0, 0, 0, .31);
}

.row {
  justify-content: space-between;
  align-items: center;
  padding: 25px 55px 20px;
  display: flex;
}

.row-options {
  width: 100%;
  background-color: var(--text_light);
  padding: 40px 35px 25px 50px;
  font-family: "Exo 2", sans-serif;
}

.button-form {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  align-self: center;
  font-family: Bdk, sans-serif;
  font-size: 22px;
  line-height: 6px;
}

.button-form:hover {
  color: var(--accent-1-turcoaz);
  font-weight: 400;
}

.button-form.alpha {
  opacity: .5;
  align-self: flex-end;
  margin-top: 0;
  margin-right: 10px;
  line-height: 9px;
}

.button-form.alpha:hover {
  color: var(--text_light);
}

.flex-block {
  align-self: center;
  align-items: center;
}

.checkbox-field {
  cursor: pointer;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: 18px;
  transition: all .2s;
  display: flex;
}

.checkbox-field:hover {
  border-radius: 12px;
  padding-left: 24px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, .09);
}

.checkbox {
  width: 26px;
  height: 28px;
  background-color: #dbe2f2;
  border-style: none;
  border-radius: 6px;
  margin-top: 0;
  margin-left: -18px;
  margin-right: 40px;
}

.checkbox.w--redirected-checked {
  background-color: var(--blue-accent);
  color: var(--text_light);
  background-image: url('../images/ico_checked.svg');
  background-position: 50% 54%;
  background-size: 16px 13px;
  border-radius: 6px;
}

.form-body {
  width: 100%;
  background-color: rgba(0, 82, 255, .2);
  background-image: linear-gradient(to bottom, var(--blue-accent), rgba(0, 70, 255, .1));
  border-radius: 28px;
  box-shadow: 0 2px 150px rgba(0, 0, 0, .42);
}

.row-accent {
  width: 100%;
  background-color: #d4def4;
  justify-content: space-between;
  padding: 25px 50px;
  display: flex;
}

.form-block-full {
  width: 100%;
  border-radius: var(--corner-tables);
  box-shadow: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  align-self: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.ico {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.ico:hover {
  color: var(--text_dark);
}

.no-joke {
  z-index: 1;
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  margin-top: -181px;
  margin-bottom: auto;
  position: relative;
}

.h4 {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bdk, sans-serif;
  font-size: 18px;
}

.h4.left {
  text-align: left;
  letter-spacing: -1px;
  line-height: 21px;
}

.h4.left.limit {
  width: 100%;
  text-shadow: none;
  margin-top: 10px;
  font-size: 16px;
  line-height: 17px;
}

.h4.black {
  width: auto;
  height: auto;
  color: var(--black);
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 14px;
}

.overlay-cool {
  z-index: 2;
  border-radius: var(--corner);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: center;
  letter-spacing: -5px;
  background-color: rgba(113, 113, 113, 0);
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  padding: 10px 5px;
  font-family: "Exo 2", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4rem;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: visible;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .82);
}

.holding {
  z-index: 2;
  width: 100%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.holding.padding {
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  display: flex;
}

.holding.upper {
  height: auto;
  margin-top: auto;
}

.holding.upper._2 {
  z-index: 22;
  flex: 1;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}

.credits {
  width: auto;
  flex: 1;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  display: inline-block;
  position: relative;
}

.credits.right {
  text-align: right;
  align-self: flex-end;
  padding-right: 10px;
}

.credits.left {
  text-align: left;
  align-self: flex-start;
}

.credits.left:hover {
  color: var(--accent-1-turcoaz);
}

.credits.left.padding {
  flex: none;
  padding-top: 5px;
  padding-left: 15px;
}

.parteneri {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  order: -1;
  align-self: center;
  display: flex;
}

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

.separator {
  width: 1px;
  height: 30px;
  padding-bottom: 0;
}

.separator._2 {
  height: 90px;
}

.separator._120px {
  height: 120px;
}

.main-content {
  width: auto;
  flex-direction: column;
  flex: none;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: 0;
}

.main-content.pad-right {
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
}

.main-content.pad-right.consc {
  max-width: 590px;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.main-content.f {
  margin-left: 40px;
}

.main-content.f:hover {
  color: var(--text-1);
}

.main-content.f.edu {
  color: var(--blue-accent);
}

.text-box {
  max-width: 550px;
}

.text-box._23 {
  max-width: 490px;
  margin-bottom: 50px;
}

.cell {
  flex-direction: column;
}

.text {
  max-width: 600px;
  cursor: context-menu;
  font-size: 14px;
  transition: opacity .6s;
  position: relative;
}

.text:hover {
  box-shadow: none;
  opacity: 1;
}

.text._2 {
  max-width: none;
  margin-top: 22px;
  margin-bottom: 22px;
}

.text.sp {
  max-width: 400px;
  flex: none;
  margin-right: auto;
  padding-left: 0;
}

.text.hide {
  display: flex;
}

.text.misiune {
  max-width: 780px;
  transition-property: none;
}

.text.misiune.new {
  max-width: none;
  text-align: left;
  flex: 1;
  padding-left: 54px;
}

.text.dark {
  color: var(--text-1);
  text-align: center;
  margin-top: 17px;
}

.align-bottom {
  width: 100%;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.stacks-2 {
  z-index: 2;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  position: relative;
}

.text-stats {
  text-align: left;
  letter-spacing: -4px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 80px;
  display: flex;
  position: relative;
}

.text-stats.mic {
  letter-spacing: 0;
  flex-direction: row;
  flex: none;
  align-self: flex-end;
  align-items: center;
  margin-left: 13px;
  font-size: 50px;
  line-height: 1em;
}

.div-sts {
  height: 100%;
  max-height: none;
  border-radius: var(--corner);
  background-image: linear-gradient(red, #ae0000);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: -63px;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

.div-sts._2 {
  z-index: 1;
  height: 100%;
  min-height: 200px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  box-shadow: 0 2px 80px rgba(0, 0, 0, .73);
}

.stacks-3 {
  z-index: 0;
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  position: relative;
}

.stack-gal {
  width: 770px;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  display: flex;
}

.overlay {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-5 {
  color: var(--black);
  margin-right: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 48px;
}

.box-top {
  padding: 15px;
  display: flex;
}

.row-overlay {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.text-block-6 {
  color: var(--black);
  font-family: Bdk, sans-serif;
  font-size: 60px;
  line-height: 48px;
}

.div-block-8 {
  flex-direction: row-reverse;
  display: flex;
}

.date-year {
  color: var(--black);
  font-family: "Exo 2", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.date-year.white {
  color: var(--text_light);
}

.box-bottom {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.date {
  font-family: "Exo 2", sans-serif;
}

.date.white {
  color: var(--text_light);
  padding-top: 0;
  padding-bottom: 5px;
  line-height: 14px;
}

.date.black {
  color: var(--black);
  padding-bottom: 5px;
  line-height: 14px;
}

.date.small {
  cursor: pointer;
  align-self: flex-start;
  padding-bottom: 15px;
  font-size: 12px;
  transition: all .2s;
}

.date.small._2 {
  color: var(--text-blue);
  color: #000054;
  color: #000054;
  color: #000054;
  margin-left: 30px;
  padding-bottom: 0;
  font-size: 14px;
}

.date.xxs {
  align-self: flex-start;
  padding-bottom: 20px;
  font-size: 11px;
}

.date.presa {
  margin-left: 30px;
  font-size: 14px;
}

.box.corner {
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link {
  z-index: 32;
  color: var(--text_light);
  font-style: italic;
  font-weight: 200;
  position: relative;
}

.cell-3 {
  flex-direction: column;
}

.tab-ch {
  color: var(--text_light);
  background-image: linear-gradient(to top, #081c6b, #081c49);
  border-radius: 28px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 0 20px 25px;
  font-family: Bdk, sans-serif;
  font-size: 26px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 50px -3px rgba(0, 0, 0, .57);
}

.tab-ch:hover {
  background-color: var(--blue-accent);
  color: var(--accent-1-turcoaz);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tab-ch.w--current {
  background-image: linear-gradient(11deg, #003ec8 6%, var(--accent-1-turcoaz));
  box-shadow: 0 2px 12px -2px rgba(0, 0, 0, .85);
}

.tab-ch.up {
  border-radius: var(--corner-tables);
  background-image: linear-gradient(#081c6b, #081c49);
  box-shadow: 0 2px 50px -3px rgba(0, 0, 0, .57);
}

.tab-ch.up:hover {
  background-image: linear-gradient(to bottom, var(--blue-accent), var(--blue-accent));
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.tab-ch.up.w--current, .tab-ch.up.w--current:hover {
  background-image: linear-gradient(11deg, #003ec8, var(--accent-1-turcoaz));
}

.tab-ch.eco {
  z-index: 3;
  border-radius: var(--corner-tables);
  background-image: linear-gradient(#081c6b, #081c49);
  box-shadow: 0 2px 50px -3px rgba(0, 0, 0, .57);
}

.tab-ch.eco:hover {
  background-image: linear-gradient(to bottom, var(--blue-accent), var(--blue-accent));
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.tab-ch.eco.w--current {
  background-image: linear-gradient(11deg, #11ae00, #50da41);
  box-shadow: 0 2px 50px -3px rgba(0, 0, 0, .57);
}

.tab-ch.eco.w--current:hover {
  color: var(--text_light);
}

.tab-ch.ino {
  z-index: 4;
  border-radius: var(--corner-tables);
  box-shadow: none;
  background-image: linear-gradient(#081c6b, #081c49);
}

.tab-ch.ino:hover {
  background-image: linear-gradient(to bottom, var(--blue-accent), var(--blue-accent));
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.tab-ch.ino.w--current {
  border-radius: var(--corner-tables);
  background-image: linear-gradient(11deg, #de9800, #ead600);
  box-shadow: 0 2px 50px -3px rgba(0, 0, 0, .57);
}

.tab-ch.ino.w--current:hover {
  color: var(--text_light);
}

.tab-ch.green {
  z-index: 3;
  border-radius: var(--corner-tables);
  box-shadow: none;
  background-image: linear-gradient(#081c6b, #081c49);
}

.tab-ch.green:hover {
  background-image: linear-gradient(to bottom, var(--blue-accent), var(--blue-accent)), linear-gradient(to top, #081c6b, #081c49);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.tab-ch.green.w--current {
  background-image: linear-gradient(11deg, #e6e6e6 6%, var(--text_light));
  color: #00d515;
}

.tabs-menu {
  z-index: 2;
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  margin-bottom: -72px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.plus {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.tab-box {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0;
  flex: none;
  margin-top: 45px;
  padding: 5px;
  position: relative;
}

.tab-box:hover {
  color: var(--text_light);
}

.ch-title {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  display: inline-block;
}

.tab-text {
  height: auto;
  color: var(--text-blue);
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
}

.tab-text.bold {
  margin-bottom: 5px;
}

.tab-text.bold.dd {
  font-weight: 400;
}

.tab-text.white {
  color: var(--text_light);
  cursor: auto;
  font-weight: 200;
}

.ch-tab {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  padding-top: 100px;
}

.button {
  border-radius: var(--corner-tables);
  color: var(--black);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Bdk, sans-serif;
  font-size: 14px;
  transition: all .2s;
}

.button:hover {
  border-color: var(--blue-accent);
  background-color: var(--blue-accent);
  color: var(--accent-1-turcoaz);
}

.button.transparent {
  border-radius: var(--corner-small);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--text_light);
  background-color: rgba(0, 0, 0, .5);
  background-image: linear-gradient(rgba(156, 122, 103, 0), #ac8977);
  border: 1px solid rgba(255, 255, 255, .14);
  order: -1;
  align-self: stretch;
  padding-left: 20px;
  padding-right: 20px;
  transition-duration: .4s;
  position: relative;
  box-shadow: 0 30px 40px 1px #000;
}

.button.transparent:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #3e2d27;
  background-image: linear-gradient(rgba(149, 112, 95, .5), rgba(255, 187, 147, .81));
  border-color: rgba(255, 255, 255, 0);
}

.button.full {
  width: 100%;
  color: var(--text_light);
  text-align: center;
  border-width: 1px;
  border-color: #fff;
}

.button.full.green {
  width: 100%;
  border-color: var(--green_1_light);
  color: var(--green_1_light);
  align-self: flex-end;
  margin-left: 0;
}

.button.full.green:hover {
  border-color: var(--green_1_dark);
  background-color: var(--green_1_dark);
  color: var(--text_light);
}

.button.full.green._2 {
  border-color: var(--accent-1-turcoaz);
  color: var(--accent-1-turcoaz);
}

.button.full.green._2:hover {
  background-color: var(--accent-1-turcoaz);
  color: var(--text_light);
}

.button.full.green.custom-proiecte {
  width: 100%;
}

.button.full.galben {
  color: #e4b800;
  border-color: #e4b800;
}

.button.full.galben:hover {
  color: var(--text_light);
  background-color: #e4b800;
}

.button.ddd {
  color: var(--text-blue);
  border-width: 1px;
  border-color: rgba(8, 20, 46, .18);
  border-radius: 12px;
  transition-duration: .15s;
}

.button.ddd:hover {
  border-color: var(--blue-accent);
  color: var(--text_light);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.button.ddd._1 {
  margin-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.button.ch {
  border-color: var(--blue-accent);
  color: var(--blue-accent);
  align-self: center;
  margin-left: 30px;
}

.button.ch:hover {
  color: var(--green_1_light);
}

.button.ch.tur:hover {
  color: var(--accent-1-turcoaz);
}

.button.ch.yelk:hover {
  color: #ffe100;
}

.button.ch.pop {
  margin-left: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
}

.button.ch.home {
  z-index: 1;
  border-color: #1654d9;
  position: absolute;
  bottom: 19px;
}

.button.ch.home.white {
  color: var(--text_light);
  border-color: #fff;
}

.button.ch.home.white:hover {
  color: var(--green_1_light);
  background-color: #1654d9;
  border-color: #1654d9;
}

.tab-p {
  height: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--text_light);
  background-color: rgba(39, 63, 115, .49);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px 40px 10px 15px;
  font-family: Bdk, sans-serif;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.tab-p:hover {
  background-color: var(--blue-accent);
  color: var(--accent-1-turcoaz);
}

.tab-p.w--current {
  color: var(--accent-1-turcoaz);
  background-color: #0051ff;
  justify-content: flex-end;
  align-self: stretch;
  padding-top: 15px;
}

.tab-p._1 {
  border-radius: var(--corner-tables);
  color: var(--text_light);
  background-image: linear-gradient(11deg, rgba(20, 56, 132, .24), rgba(0, 106, 212, .18));
  padding-right: 0;
}

.tab-p._1:hover {
  color: var(--accent-1-turcoaz);
  background-image: none;
}

.tab-p._1.w--current {
  z-index: 5;
  background-image: none;
  margin-bottom: -20px;
}

.tab-p._2 {
  border-radius: var(--corner-tables);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(43, 95, 149, .21);
}

.tab-p._2:hover {
  background-color: var(--blue-accent);
}

.tab-p._2.w--current {
  z-index: 10;
  height: auto;
  border-radius: var(--corner-tables);
  background-color: var(--blue-accent);
  color: var(--text_light);
  margin-bottom: -20px;
  top: auto;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
}

.tab-p._2.w--current:hover {
  color: var(--accent-1-turcoaz);
}

.tab-p._2.prj {
  background-color: rgba(43, 149, 64, .21);
}

.tab-p._2.prj.w--current {
  background-color: #2b9540;
}

.tab-p._3 {
  border-radius: var(--corner-tables);
  background-color: rgba(0, 116, 178, .33);
  margin-bottom: 0;
}

.tab-p._3:hover {
  height: 100%;
  background-color: var(--blue-accent);
  margin-bottom: -20px;
}

.tab-p._3.w--current {
  z-index: 5;
  background-color: var(--blue-accent);
  color: var(--text_light);
  margin-bottom: -20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
}

.tab-p._3.w--current:hover {
  height: auto;
  color: var(--accent-1-turcoaz);
}

.tab-p.hide {
  display: none;
}

.box-blue {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(0, 82, 255, .2);
  border-radius: 32px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  box-shadow: 0 -20px 40px rgba(0, 0, 0, .15);
}

.box-blue.h {
  max-width: 1400px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
}

.box-blue.h.single {
  z-index: 50;
  position: relative;
}

.box-white {
  background-color: rgba(255, 255, 255, .83);
  border-radius: 36px;
  margin: 5px;
  overflow: hidden;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .45);
}

.box-white.ch {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--corner);
  background-color: #fff;
  background-image: linear-gradient(#fff, #bec9d2 73%);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.box-white.ch.vertical {
  background-image: linear-gradient(#fff, rgba(190, 201, 210, .86) 73%);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.box-white.ch.vertical.impadurire {
  width: 50%;
  position: relative;
}

.box-white.ch {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  background-image: linear-gradient(#fff, #bec9d2 73%);
  border-radius: 28px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.box-white.ch.vertical {
  background-image: linear-gradient(#fff, rgba(190, 201, 210, .86) 73%);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.box-white.ch.vertical.impadurire {
  width: 50%;
  position: relative;
}

.box-white.ch.vertical.proiecte {
  width: 50%;
}

.proiect-tabs {
  z-index: 1;
}

.box-transparent {
  color: var(--text_light);
  padding: 40px;
  display: flex;
}

.box-transparent.h {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 25px 35px 30px 30px;
  display: flex;
  position: relative;
}

.tab-project {
  margin-top: 0;
}

.tabs-content {
  overflow: visible;
}

.v-column {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
}

.line {
  width: 330px;
  height: 1px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.line.dark {
  background-color: var(--text-blue);
  opacity: .2;
  flex: none;
  margin-bottom: 0;
}

.line.voluntar {
  width: auto;
  opacity: .15;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
}

.line.voluntar.verde {
  background-color: var(--green_1_light);
}

.line.alb {
  width: auto;
  background-color: var(--blue-accent);
  width: auto;
  background-color: #1654d9;
  flex: 1;
  align-self: center;
  margin-bottom: 0;
}

.line.alb.press {
  background-color: var(--text-blue);
  position: relative;
}

.line.dark {
  width: auto;
  opacity: .2;
  background-color: #000054;
  flex: 1;
  margin-bottom: 0;
}

.line.black {
  background-color: var(--text-1);
}

.line.dark {
  width: auto;
  opacity: .2;
  background-color: #000054;
  flex: 1;
  margin-bottom: 0;
}

.footer-menu {
  z-index: 50;
  border-radius: var(--corner);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(rgba(25, 52, 127, .41), rgba(13, 30, 75, .29));
  justify-content: space-between;
  padding: 30px;
  position: relative;
}

.footer-menu.on-white {
  background-image: linear-gradient(rgba(25, 52, 127, .79), #0d1e4b);
}

.f {
  color: var(--text_light);
  cursor: pointer;
  align-self: flex-start;
  text-decoration: none;
  transition: color .2s;
}

.f:hover {
  color: var(--accent-1-turcoaz);
}

.f.hide {
  opacity: 1;
}

.f.dark {
  color: var(--text-1);
}

.menu-column {
  flex-direction: column;
  order: 3;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.menu-column.right {
  align-self: flex-start;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.menu-column.hide {
  display: none;
}

.menu-column.popup {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 30px;
}

.logo-column {
  flex: 1;
}

.menu-item {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer {
  width: 100%;
  max-height: 600px;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-text {
  opacity: .3;
  color: var(--text_light);
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
}

.footer-text.link {
  transition: opacity .2s;
}

.footer-text.link:hover {
  opacity: 1;
  color: var(--text_light);
}

.footer-text.link.dark.w--current, .footer-text.dark {
  opacity: 1;
  color: var(--text-1);
}

.image-3 {
  align-self: center;
  position: absolute;
}

.h-center {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 52px;
}

.footer-columnn {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.footer-columnn.right {
  z-index: 1;
  height: 600px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-columnn.right.dark {
  height: auto;
  color: var(--text-1);
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.bg-img {
  z-index: 0;
  width: auto;
  height: 1px;
  flex-direction: column;
  order: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.bg-img.bot {
  z-index: 0;
  width: 100%;
  height: auto;
  align-self: stretch;
  top: auto;
  bottom: -102px;
  left: -16px;
}

.bg {
  max-width: none;
  align-self: center;
}

.bg._1 {
  z-index: 301;
  width: 3000px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex: none;
  align-self: center;
  position: absolute;
  top: -675px;
  bottom: -2072px;
  left: -1523px;
  right: -2072px;
}

.bg._1._2 {
  width: 4500px;
  top: -208px;
  left: -2234px;
}

.bg._1._2.mobile {
  display: none;
}

.bg._1.footer {
  max-height: none;
  position: relative;
  top: auto;
  bottom: -32px;
  left: auto;
  right: auto;
}

.bg._1.footer.mobile {
  display: none;
  bottom: 0;
}

.italic-text, .link-block {
  cursor: pointer;
}

.link-block.parteneri {
  max-width: 150px;
}

.link-block.parteneri.unic {
  position: relative;
  top: 11px;
  left: 9px;
}

.img-logo {
  transition: all .1s;
}

.img-logo:hover {
  transform: scale(1.02);
}

.img-logo.padding {
  margin-right: 43px;
}

.stack-img-1 {
  width: 478px;
  height: 400px;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 28px;
  margin-bottom: 0%;
  margin-left: 0%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 50px 5px rgba(0, 0, 0, .15);
}

.stack-img-2 {
  width: 478px;
  height: 400px;
  aspect-ratio: auto;
  border-radius: var(--corner);
  background-image: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/img-d-3.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 595px 756px;
  background-attachment: scroll, scroll;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: -400px;
  transition: all .4s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 50px 5px rgba(0, 0, 0, .15);
}

.stack-img-2:hover {
  z-index: 2;
  background-image: url('../images/img-d-3.jpg');
  background-position: 0 0;
  background-size: 595px 756px;
  align-self: stretch;
}

.stack-img-3 {
  width: 478px;
  height: 400px;
  aspect-ratio: auto;
  border-radius: var(--corner);
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/img-d-2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 594px 756px;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: -400px;
  transition: all .4s;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 50px 5px rgba(0, 0, 0, .15);
}

.stack-img-3:hover {
  z-index: 3;
  background-image: url('../images/img-d-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 594px 756px;
}

.stack-img-4 {
  width: 478px;
  height: 400px;
  aspect-ratio: auto;
  border-radius: var(--corner);
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/img-d-4.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 594px 756px;
  flex: 0 auto;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: -400px;
  transition: all .4s;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 50px 5px rgba(0, 0, 0, .15);
}

.stack-img-4:hover {
  z-index: 4;
  background-image: url('../images/img-d-4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 594px 756px;
}

.tab-v-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.tab-content {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(0, 82, 255, .09);
  background-image: linear-gradient(rgba(0, 11, 35, .82), rgba(0, 0, 84, .59));
  border-radius: 32px;
  overflow: visible;
  box-shadow: 0 9px 60px 2px rgba(0, 0, 0, .65);
}

.column {
  width: 50%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column.agenda {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
}

.column.full {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.column.full:hover {
  font-style: normal;
}

.column._70 {
  width: 70%;
  order: 1;
  margin-right: 10px;
}

.h4-challange {
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  position: static;
}

.h4-challange.white {
  width: 300px;
  height: auto;
  color: var(--text_light);
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  font-size: 32px;
  line-height: 28px;
  display: block;
}

.h4-challange.verde {
  color: var(--green_1_light);
}

.h4-challange.ddd {
  margin-top: 6px;
  position: static;
}

.h4-challange.verde {
  color: #01e017;
}

.h4-challange.white {
  width: 300px;
  height: auto;
  color: #fff;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  font-size: 32px;
  line-height: 28px;
  display: block;
}

.h4-challange.premiu {
  width: auto;
  text-align: right;
  align-self: flex-start;
  margin-right: 0;
  position: static;
  top: -59px;
  left: 62px;
}

.h4-challange.premiu.left {
  width: auto;
  text-align: left;
  flex: none;
  margin-top: 5px;
}

.h4-challange.premiu.left.hide {
  font-family: Bdk, sans-serif;
  display: none;
}

.h4-challange.premiu.left.hide-d {
  display: flex;
}

.lottie-animation {
  width: 90px;
  height: 90px;
}

.lottie-animation.p {
  flex: none;
  margin-right: 20px;
}

.h4-subtitlu {
  width: auto;
  color: var(--green_1_light);
  text-align: center;
  font-family: Bdk, sans-serif;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: -12px;
  left: 350px;
}

.h4-subtitlu._1 {
  color: var(--accent-1-turcoaz);
  position: absolute;
  top: auto;
  bottom: -9px;
  left: 308px;
}

.h4-subtitlu._2 {
  position: absolute;
  top: auto;
  bottom: -8px;
  left: 414px;
}

.h4-subtitlu._4 {
  color: #e4b800;
  position: absolute;
  top: 56px;
  left: 410px;
}

.h4-subtitlu._5 {
  color: #e4b800;
  position: absolute;
  top: -6px;
  left: 69px;
}

.h4-subtitlu._3 {
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 443px;
}

.form-minimal {
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form.vertical {
  height: 100%;
  flex-direction: column;
}

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

.field-label {
  color: #fff;
  align-self: flex-end;
  margin-bottom: -4px;
  margin-right: 20px;
  font-family: Bdk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.field-label.voluntar {
  align-self: flex-start;
  position: relative;
  top: 30px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
  line-height: 11px;
}

.check-field {
  opacity: .5;
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
}

.check-field:hover {
  opacity: 1;
}

.box-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.box-column.upper {
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
}

.img-logo-color {
  width: 100%;
  max-height: 60px;
  max-width: 160px;
  transition: all .2s;
  display: inline-block;
}

.img-logo-color:hover {
  filter: brightness(110%);
  transform: scale(1.03);
}

.img-logo-color.bigger {
  max-height: 80px;
  max-width: 170px;
}

.img-logo-color.small {
  max-height: 22px;
  max-width: 160px;
}

.img-logo-color.uniq {
  max-height: 200px;
}

.img-logo-color.uniq._2 {
  width: 300px;
  max-width: none;
}

.img-logo-color.objective {
  width: 200px;
  max-height: 40px;
  max-width: 170px;
  align-self: stretch;
}

.img-logo-color.objective._2 {
  width: 100px;
  max-height: none;
  max-width: none;
}

.img-logo-color.upb {
  width: 100px;
  max-height: 100px;
  max-width: 180px;
}

.img-logo-color.ddd-mic {
  width: 160px;
  max-height: 80px;
  max-width: 120px;
}

.img-logo-color._2030 {
  max-width: 300px;
}

.img-logo-color.ch {
  max-height: none;
  max-width: none;
  opacity: 1;
}

.img-logo-color.xll {
  max-height: 200px;
  max-width: 300px;
}

.link-logo {
  opacity: .33;
  cursor: pointer;
  flex: 0 auto;
  align-items: center;
  display: block;
}

.link-logo:hover {
  opacity: 1;
}

.link-logo.upper {
  position: relative;
  top: -4px;
}

.link-logo.upper._2 {
  top: -12px;
}

.link-logo.upper._2._4 {
  top: 0;
}

.link-logo.special {
  z-index: 10;
  opacity: 1;
  transition: all .6s;
  position: absolute;
  top: 60%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.link-logo.special:hover {
  transform: scale(1.04);
}

.link-logo.special._2 {
  position: static;
  top: 89%;
  right: 5%;
}

.link-logo.moved {
  z-index: 3;
  opacity: 1;
  align-self: center;
  margin-top: 40px;
  margin-bottom: auto;
  position: relative;
  top: auto;
}

.link-logo.ddd {
  width: 30%;
  opacity: 1;
  flex: none;
  order: -1;
  justify-content: center;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-logo.ch {
  opacity: 1;
  align-self: center;
}

.link-logo.ch._2 {
  align-self: flex-end;
}

.link-logo.ch.front {
  min-width: 150px;
  align-self: flex-end;
  margin-left: 10px;
}

.link-logo.ch.front.popup {
  align-self: center;
}

.link-logo.corner {
  width: auto;
  opacity: 1;
  flex: none;
  justify-content: flex-end;
  margin-right: 20px;
  display: flex;
}

.right {
  align-items: flex-end;
}

.cell-8 {
  padding-right: 0;
}

.wrapper-left {
  flex: 1;
}

.formular-impadurire {
  height: 100%;
}

.stack-right {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  align-self: flex-start;
  margin-top: 103px;
  padding: 0;
}

.stack-right.edutech {
  margin-top: 0;
}

.stack-left {
  width: auto;
  height: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: none;
  margin: auto 40px auto 10px;
  padding: 0;
  display: flex;
  position: relative;
}

.arta {
  width: 90px;
}

.arta.s {
  width: 20px;
  max-width: 20px;
}

.nav-menu {
  z-index: 2;
  display: flex;
}

.nav {
  z-index: 50;
  width: 100%;
  max-width: 1420px;
  background-color: var(--blue-accent);
  color: var(--text_light);
  border-radius: 22px;
  align-self: center;
  margin-top: 10px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 0 30px;
  font-family: Bdk, sans-serif;
  font-weight: 400;
  position: fixed;
}

.nav-link {
  background-color: var(--blue-accent);
  color: var(--text_light);
  justify-content: flex-end;
  transition: all .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--green_1_light);
}

.nav-link.hide {
  display: none;
}

.menu-middle {
  height: 90px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  mix-blend-mode: hard-light;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.superscript-2 {
  letter-spacing: -2px;
  font-size: 2.1rem;
  line-height: 2rem;
  top: -23px;
  left: 5px;
}

.realizeaza {
  text-align: center;
  flex-flow: column;
  align-self: center;
  align-items: center;
  padding: 32px;
  font-size: 14px;
  font-weight: 200;
  line-height: 15px;
  display: flex;
}

.realizeaza:hover {
  z-index: 100;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .45);
  border-radius: 28px;
  position: relative;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .44);
}

.realizeaza.none:hover {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
}

.realizeaza.none.dual {
  width: 100%;
  flex-direction: row;
}

.adevarul {
  max-width: none;
  text-align: center;
  white-space: nowrap;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 2.5rem;
}

.prag {
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.title-middle {
  width: 100%;
  max-width: 1300px;
  opacity: .19;
  flex-direction: column;
  align-self: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  transition: all .475s;
  position: relative;
}

.title-middle:hover {
  z-index: 9;
  opacity: 1;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 28px;
}

.video {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: var(--corner-round);
  opacity: 0;
}

.video:hover {
  opacity: 1;
}

.video.absolut {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video.absolut:hover {
  opacity: 1;
}

.video.absolut.sister {
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(255, 119, 0, .18);
  flex: none;
  margin-bottom: 0;
  margin-left: 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.video.absolut.visible {
  opacity: 1;
}

.video.absolut {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video.visible {
  opacity: 1;
}

.px {
  width: 1px;
  height: 60px;
  align-self: center;
  padding-bottom: 0;
  display: block;
}

.h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3rem;
  line-height: 4rem;
}

.h2.large {
  opacity: 1;
  letter-spacing: 30px;
}

.h2-superscript {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 200;
  position: relative;
  top: -28px;
}

.superscript-5 {
  position: static;
}

.quick-stack-3 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 40px;
  position: relative;
}

.down-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.straturi {
  z-index: 2;
  flex-wrap: nowrap;
  flex: none;
  margin-left: -30px;
  margin-right: -455px;
  position: relative;
}

.h3 {
  color: var(--text_light);
  text-align: left;
  text-transform: capitalize;
  text-shadow: 0 14px 30px #000, 0 3px 10px rgba(0, 0, 0, .88);
}

.h3:hover {
  color: var(--text_light);
  text-shadow: 0 30px 30px #000, 0 3px 10px rgba(0, 0, 0, .88);
}

.h3.padding {
  margin-top: 15px;
  padding-left: 15px;
}

.video-on {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 200px;
  min-width: auto;
  clear: none;
  border-radius: var(--corner);
  opacity: 1;
  transition: all .2s;
}

.video-on:hover {
  z-index: 5;
  opacity: 1;
  overflow: hidden;
}

.video-on.no-hover:hover {
  z-index: 1;
}

.video-on.hide, .video-on.hdie {
  display: none;
}

.schimbare {
  z-index: 1;
  width: auto;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.consecinte {
  width: 100%;
  position: relative;
}

.challanges {
  z-index: 5;
  width: auto;
  height: auto;
  cursor: pointer;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.chestionar {
  z-index: 1;
  width: 100%;
  align-self: center;
  margin-top: 200px;
  margin-bottom: 200px;
  display: none;
  position: relative;
}

.speranta {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.titlu {
  align-self: center;
}

.tabs-2030 {
  z-index: 10;
  width: auto;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  left: -9px;
}

.tab-link-tab-7 {
  width: 150px;
  height: 150px;
}

.tab-obj {
  width: 100px;
  height: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  align-self: flex-start;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
}

.tab-obj:hover {
  transform: scale(1.03);
  box-shadow: -2px 0 20px 4px rgba(0, 0, 0, .53);
}

.tab-obj.w--current {
  width: 110px;
  height: 110px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  transition: all .2s;
  box-shadow: 16px 0 20px 2px rgba(0, 0, 0, .2);
}

.menu-obj {
  z-index: 2;
  width: 100%;
  height: auto;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-obj {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .25);
  border-radius: 25px;
  margin-top: -7px;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .34);
}

.obj-230 {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.obj {
  width: 100%;
  height: auto;
  background-color: rgba(255, 110, 32, .54);
}

.obj._2 {
  background-color: rgba(255, 192, 50, .59);
}

.obj._1 {
  background-color: rgba(0, 173, 217, .82);
}

.obj._4 {
  background-color: rgba(46, 85, 39, .97);
}

.obj._5 {
  background-color: rgba(207, 140, 43, .8);
}

.obj._6 {
  background-color: rgba(0, 125, 188, .69);
}

.obj.tab-link-tab-7 {
  background-color: rgba(61, 176, 73, .8);
}

.obiective-s {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.line-vertical {
  width: 1px;
  background-color: var(--text_light);
  opacity: .28;
  margin-right: 22px;
}

.img-logo-ddd {
  order: -1;
  align-self: center;
  transition: all .2s;
  display: inline-block;
}

.img-logo-ddd:hover {
  filter: brightness(110%);
  transform: scale(1.03);
}

.cell-17 {
  flex-direction: column;
}

.v-stack {
  z-index: 5;
  width: auto;
  cursor: pointer;
  flex-direction: column;
  order: 1;
  align-self: stretch;
  align-items: stretch;
  margin-top: 10px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.v-stack:hover {
  color: var(--accent-1-turcoaz);
}

.v-stack._2 {
  padding-left: 15px;
}

.box-transparent-dr-2 {
  width: 50%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 28px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px;
  padding: 40px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-transparent-dr-2:hover {
  color: #fff;
}

.text-field-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  align-self: flex-start;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 128px;
  font-size: 20px;
  font-weight: 200;
}

.text-field-2.no-p {
  margin-right: 0;
  padding-left: 113px;
}

.text-field-2.no-p._9 {
  margin-bottom: 10px;
}

.text-field-2.no-p._9.m7 {
  padding-left: 101px;
}

.text-field-2.no-p.emailconf {
  padding-left: 0;
}

.text-field-2.no-p.imp {
  padding-left: 63px;
}

.text-field-2.no-p.m4 {
  padding-left: 58px;
}

.text-field-2.no-p.m5 {
  padding-left: 110px;
}

.text-field-2.conf {
  padding-left: 0;
}

.text-field-2.imp {
  padding-left: 95px;
}

.text-field-2.imp._2 {
  padding-left: 85px;
}

.text-field-2.imp._1 {
  padding-left: 67px;
}

.text-field-2.m1 {
  padding-left: 93px;
}

.text-field-2.m2 {
  padding-left: 57px;
}

.text-field-2.m3 {
  padding-left: 81px;
}

.text-field-2.m6 {
  padding-left: 119px;
}

.check-formular-2 {
  width: 16px;
  height: 16px;
  background-color: #dbe2f2;
  border-style: none;
  border-radius: 3px;
  margin-top: 1px;
  margin-left: -18px;
  margin-right: 7px;
  position: relative;
}

.check-formular-2.w--redirected-checked {
  color: #fff;
  background-color: #1654d9;
  background-image: url('../images/ico_checked.svg');
  background-position: 50% 54%;
  background-size: 10px;
  border-radius: 3px;
}

.bg-blur-2 {
  z-index: 0;
  width: auto;
  height: 150px;
  opacity: .42;
  background-image: linear-gradient(#023096, rgba(0, 0, 84, 0) 70%);
  border-radius: 28px;
  margin-top: -5px;
  margin-right: 197px;
  display: none;
  position: absolute;
  top: 1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.v-flex-2 {
  z-index: 5;
  width: auto;
  cursor: pointer;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  margin-top: 10px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.v-flex-2:hover {
  color: #fff;
}

.v-flex-2.voluntar {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.v-flex-2.voluntar._1 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 46px;
}

.v-flex-2.uniq {
  margin-top: 0;
}

.v-flex-2.uniq._2 {
  margin-top: 20px;
}

.v-flex-2._1 {
  flex: 1;
  margin-top: 0;
}

.h-flex-presa-2 {
  width: 100%;
  order: -1;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px 5px 20px;
  font-size: 30px;
  display: flex;
}

.proiect-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  display: flex;
}

.tab-p-2 {
  height: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: rgba(39, 63, 115, .49);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px 40px 10px 15px;
  font-family: Bdk, sans-serif;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.tab-p-2:hover {
  color: #15f5e8;
  background-color: #1654d9;
}

.tab-p-2.w--current {
  color: #15f5e8;
  background-color: #0051ff;
  justify-content: flex-end;
  align-self: stretch;
  padding-top: 15px;
}

.tab-p-2._2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(43, 95, 149, .21);
  border-radius: 20px;
}

.tab-p-2._2:hover {
  background-color: #1654d9;
}

.tab-p-2._2.w--current {
  z-index: 10;
  height: auto;
  color: #fff;
  background-color: #1654d9;
  border-radius: 20px;
  margin-bottom: -20px;
  top: auto;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
}

.tab-p-2._2.w--current:hover {
  color: #15f5e8;
}

.tab-p-2.proiect {
  color: #fff;
  background-image: linear-gradient(11deg, rgba(20, 56, 132, .24), rgba(0, 106, 212, .18));
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
}

.tab-p-2.proiect:hover {
  color: #15f5e8;
  background-image: none;
}

.tab-p-2.proiect.w--current {
  z-index: 5;
  background-image: none;
  margin-bottom: -20px;
}

.tab-p-2._3 {
  background-color: rgba(0, 116, 178, .33);
  border-radius: 20px;
  margin-bottom: 0;
}

.tab-p-2._3:hover {
  background-color: #1654d9;
}

.tab-p-2._3.w--current {
  z-index: 5;
  color: #fff;
  background-color: #1654d9;
  margin-bottom: -20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
}

.tab-p-2._3.w--current:hover {
  height: auto;
  color: #15f5e8;
}

.button-2 {
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Bdk, sans-serif;
  font-size: 14px;
  transition: all .2s;
}

.button-2:hover {
  color: #15f5e8;
  background-color: #1654d9;
  border-color: #1654d9;
}

.button-2.full {
  width: 100%;
  color: #fff;
  text-align: center;
  border-width: 1px;
  border-color: #fff;
}

.button-2.full.green {
  width: 96%;
  color: #01e017;
  border-color: #01e017;
  align-self: flex-end;
  margin-left: 0;
}

.button-2.full.green:hover {
  color: #fff;
  background-color: #01a311;
  border-color: #01a311;
}

.button-2.full.green._1 {
  width: 49%;
  align-self: center;
}

.button-2.white {
  color: #fff;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.button-2.white:hover {
  border-color: #1654d9;
}

.button-2.white.frm {
  border-radius: 14px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  position: relative;
  top: 0;
}

.button-2.white.project {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-text-2 {
  height: auto;
  color: #000054;
  text-align: justify;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  overflow: hidden;
}

.tab-text-2.bold {
  margin-bottom: 5px;
}

.tab-text-2.bold.padding {
  margin-right: 30px;
}

.tab-text-2.double {
  column-count: 2;
  column-gap: 60px;
}

.box-transparent-2 {
  color: #fff;
  padding: 40px;
  display: flex;
}

.proiect-detalii {
  z-index: 5;
  width: auto;
  cursor: pointer;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.px-50 {
  display: none;
}

.hide {
  font-family: Inter, sans-serif;
}

.hide._0 {
  opacity: 0;
}

.new-v {
  width: auto;
  height: auto;
  flex-direction: row;
  display: flex;
}

.new-v._1 {
  margin-top: 0;
  margin-bottom: 0;
}

.new-v._2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.new-v._3 {
  margin-top: 40px;
  margin-bottom: 0;
}

.bg-middle {
  z-index: 0;
  width: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.img-bg-full {
  z-index: 0;
  position: absolute;
}

.img-mob {
  display: none;
}

.div-block-11 {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.project-sel {
  width: 13px;
  display: none;
}

.project-sel.w--redirected-checked {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  margin-left: auto;
  display: block;
}

.checkbox-label-2 {
  font-family: Bdk, sans-serif;
}

.proj-selector {
  order: -1;
  justify-content: space-around;
  display: flex;
}

.prj-selctor-buton {
  border: 1px solid rgba(255, 255, 255, .37);
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  margin-left: 4px;
  padding: 10px;
  display: flex;
}

.prj-selctor-buton:hover {
  background-color: #2b9540;
}

.formular-proiect {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  width: 100%;
  height: auto;
  border: 1px solid var(--text_light);
  color: var(--text_light);
  background-color: rgba(243, 243, 243, 0);
  border-radius: 18px;
  flex: 1;
  order: -1;
  align-self: stretch;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Bdk, sans-serif;
}

.row-incarcare {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.textarea {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .29);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 11px;
  display: flex;
}

.textarea::-ms-input-placeholder {
  color: #fff;
  font-family: Bdk, sans-serif;
}

.textarea::placeholder {
  color: #fff;
  font-family: Bdk, sans-serif;
}

.row-simple {
  width: 50%;
}

.row-full {
  display: flex;
}

.link-block-3 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-4 {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-5 {
  z-index: 5;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-23 {
  opacity: .57;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.button-3 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  font-family: Bdk, sans-serif;
}

.file-upload {
  width: auto;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

.file-upload._1 {
  margin-top: 20px;
}

.default-state {
  width: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.typeform-embed-p2vutdxa {
  display: flex;
}

.typeform-wrapper-p2vutdxa {
  width: 100%;
  height: 800px;
  border-radius: 31px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
  box-shadow: 0 2px 13px 7px rgba(0, 0, 0, .43);
}

.wrapper {
  z-index: 100;
  opacity: 1;
  background-color: #01a311;
  border-radius: 31px;
  padding: 1px;
  position: relative;
}

.premiu-mic {
  width: 130px;
  height: 130px;
  border-radius: 20px;
  transition: all .2s;
}

.premiu-mic:hover {
  transform: scale(1.04);
}

.premiu-mic.mare {
  width: 120px;
  height: 120px;
}

.premiu-mic.xll {
  width: 150px;
  height: 150px;
}

.prize-block {
  width: 75%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
  position: static;
  top: -192px;
  bottom: auto;
  left: auto;
  right: auto;
}

.produse {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  display: flex;
  position: relative;
  top: 20px;
}

.div-block-15 {
  width: auto;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  padding-right: 43px;
  display: flex;
}

.line-dark {
  width: auto;
  height: 1px;
  background-color: var(--text-blue);
  opacity: .2;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.row-mid-sp {
  width: 100%;
  color: var(--blue-accent);
  order: -1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.row-mid-sp:hover {
  color: var(--blue-accent);
}

.link-block-6 {
  flex: none;
}

.link-block-6.mare {
  margin-left: 20px;
}

.limit {
  width: 100%;
}

.nav-div {
  height: auto;
  border-radius: 17px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  z-index: 5;
}

.columns {
  width: 100%;
}

.columns.padding {
  padding-top: 50px;
  padding-bottom: 0;
}

.full-content {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.full-content.edu {
  height: auto;
  padding-top: 79px;
}

.cl-2 {
  color: var(--text-1);
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rich-text-block {
  color: var(--text-1);
  padding-top: 50px;
}

.rich-text-block.pad {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.middle {
  text-align: center;
}

.menu-button.w--open {
  background-color: rgba(255, 255, 255, 0);
}

.shadow {
  z-index: 0;
  border-radius: 22px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 45px 7px rgba(0, 0, 0, .2);
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-17 {
  display: flex;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper---brix.preview-page {
  width: 100vw;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex: 1;
  justify-content: center;
  display: none;
  position: fixed;
}

.popup-wrapper---brix.preview-page.movie {
  display: none;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .16), 0 -2px 4px rgba(20, 20, 43, .12), 0 12px 44px rgba(20, 20, 43, .34);
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  max-width: 690px;
  margin: auto;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy._23 {
  max-width: none;
  flex: none;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.popup-1---brix {
  min-height: 70%;
  min-width: 850px;
  background-color: var(--text-blue);
  text-align: center;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  padding: 64px 64px 50px;
  display: flex;
  position: relative;
}

.popup-1---brix._0 {
  width: 1280px;
  height: 720px;
  min-height: auto;
  min-width: auto;
  aspect-ratio: 16 / 9;
  flex: none;
  padding: 0;
}

.popup-1-illustration---brix {
  margin-bottom: 24px;
}

.close-popup---brix {
  filter: invert();
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.close-popup---brix.single {
  filter: invert();
  margin-left: 18px;
  position: relative;
  top: auto;
  right: auto;
}

.close-popup---brix._22 {
  filter: invert();
  top: -48px;
  right: 29px;
}

.close-popup---brix._22.edu {
  filter: none;
}

.overlay---brix {
  z-index: 10;
  background-color: rgba(0, 0, 0, .14);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay---brix._2 {
  background-color: rgba(0, 0, 0, .69);
}

.link-block-7 {
  flex: none;
}

.button-popup {
  border: 2px solid var(--blue-accent);
  border-radius: var(--corner-tables);
  color: var(--blue-accent);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-left: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Bdk, sans-serif;
  font-size: 14px;
  transition: all .2s;
  display: none;
}

.button-popup:hover {
  border-color: var(--blue-accent);
  background-color: var(--blue-accent);
  color: var(--accent-1-turcoaz);
}

.success-message {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  align-self: center;
}

.form-text {
  color: var(--green_1_light);
  font-family: Bdk, sans-serif;
}

.form-text.error {
  color: #e0bf01;
  text-align: center;
  position: static;
}

.error-message {
  background-color: rgba(255, 255, 255, 0);
  align-self: center;
}

.subscript {
  align-self: flex-end;
  font-size: 1.7rem;
  top: -11.2px;
}

.subscript-3 {
  align-self: flex-end;
  margin-right: 12px;
  font-size: 24px;
  line-height: 20px;
  top: 0;
}

.press-full {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  order: -1;
  align-self: flex-end;
  margin-bottom: 10px;
  overflow: hidden;
}

.press-article {
  width: 100%;
  height: 60px;
  color: var(--text-blue);
  white-space: break-spaces;
  border-radius: 9px;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.press-article:hover {
  color: var(--blue-accent);
  background-color: rgba(16, 159, 218, .05);
  border-radius: 9px;
}

.press-article.w--open {
  background-color: rgba(16, 159, 218, .05);
  justify-content: flex-end;
}

.press-article.w--open:hover {
  background-color: rgba(16, 159, 218, .05);
}

.toggle-text {
  z-index: 2;
  margin-right: 50px;
  font-family: Bdk, sans-serif;
  font-style: normal;
  position: relative;
  left: auto;
}

.faq-icon {
  z-index: 2;
  width: 20px;
  filter: none;
  order: -1;
  margin-right: 16px;
}

.article-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.article-body.w--open {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-end;
}

.faq-body-cont {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 0 30px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.press-opened {
  overflow: hidden;
}

.youtube {
  z-index: 4;
  width: 102%;
  margin-top: 0;
  overflow: hidden;
}

.trailer {
  z-index: 120;
  width: 30%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 13px 60px 5px rgba(0, 0, 0, .2);
}

.cover {
  width: 100%;
  height: 532px;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.section.pading {
  margin-top: 0;
}

.section.pading._2, .section.home {
  margin-top: 50px;
}

.floating {
  width: 250px;
  position: absolute;
  top: auto;
  left: auto;
}

.floating._2 {
  width: 400px;
  top: 266px;
  left: auto;
  right: 60px;
}

.floating._2.edu {
  z-index: 3;
  top: 597px;
  right: 66px;
}

.floating._1 {
  z-index: 3;
  top: 23px;
  left: 188px;
}

.floating._3 {
  z-index: 10;
  top: 235px;
  left: 60px;
}

.floating._3._4 {
  top: 45px;
  left: 39%;
}

.content {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.content.blew {
  color: var(--blue-accent);
  align-self: flex-start;
}

.content.hiorizontal {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
}

.rich-text-block-2 {
  width: 100%;
  max-width: 450px;
  color: var(--text-1);
  margin-top: 20px;
}

.holder {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.h-special {
  color: var(--text_light);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 6%;
  right: auto;
}

.h-special.center {
  z-index: 10;
  bottom: auto;
  left: auto;
}

.h-special.sub-titlu {
  text-shadow: 0 1px 20px rgba(4, 46, 7, .58);
  font-size: 2.8rem;
  line-height: 2rem;
  bottom: 12%;
}

.h-special.sub-titlu._2 {
  text-shadow: 0 1px 20px rgba(18, 28, 7, .53);
  white-space: pre;
  font-size: 2.8rem;
  line-height: 2rem;
  bottom: 71%;
  left: 36%;
}

.h-special.left {
  max-width: none;
  text-align: left;
  align-self: flex-start;
}

.image-5 {
  width: 980px;
}

.content-header {
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-header.paddinfg {
  margin-top: 15px;
}

.bg-titlew {
  width: 1460px;
  height: 100px;
  overflow: hidden;
}

.bg-titlew.auto {
  height: auto;
}

.floater-wrapper {
  width: 100%;
  position: relative;
}

.cover-bg {
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 20px 20px -4px rgba(131, 163, 234, .2);
}

.cover-bg._1 {
  object-position: 0% 50%;
}

.pic-sfaturi {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  position: relative;
}

.pic-sfaturi.movement {
  width: auto;
  height: auto;
  max-width: 510px;
  object-fit: cover;
  object-position: 50% 50%;
  top: auto;
  bottom: auto;
}

.content-sfat {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  display: flex;
}

.sfat {
  width: 400px;
}

.columns-2 {
  width: 97%;
}

.div-block-18 {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.columns-3 {
  width: 97%;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-despre {
  width: 100%;
  height: 100%;
  border-radius: var(--corner);
  object-fit: cover;
}

.logo-img {
  width: 100px;
  max-width: none;
  margin: auto;
}

.logo {
  z-index: 1;
  width: 200px;
  height: 110px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo:hover {
  box-shadow: 1px 0 66px 5px rgba(244, 148, 150, .15);
}

.nav-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(149, 155, 158, .63);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav__content {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 50%;
}

.brand-2 {
  position: relative;
  top: 29px;
}

.frunza {
  z-index: 3;
  width: 300px;
  position: absolute;
  top: -45px;
  bottom: auto;
  left: -130px;
  right: auto;
}

.frunza.footer {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.frunza.footer.dreapta {
  width: 390px;
  top: auto;
  bottom: 120px;
  left: auto;
  right: -200px;
}

.frunza.footer.stanga {
  width: 600px;
  bottom: -180px;
  left: -420px;
}

.frunza-1 {
  width: 300px;
  position: static;
  top: 30%;
  bottom: auto;
  left: -27%;
  right: auto;
  transform: rotate(-30deg);
}

.frunza-1.footer-dreapta {
  width: 460px;
  transform: rotate(-130deg);
}

.frunza-1.footer-stanga {
  width: 600px;
  transform: rotate(-50deg);
}

.nav-2 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: none;
  position: fixed;
}

.social-link {
  width: 20px;
  height: 20px;
  opacity: .7;
  margin: 5px 10px;
  transition: all .1s;
}

.social-link:hover {
  opacity: 1;
}

.social-link.phone {
  display: none;
}

.nav__list-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav__list-item.last {
  margin-right: 0;
}

.social-div {
  position: relative;
}

.social-div.menu {
  display: block;
  top: 42px;
  left: 12px;
}

.legal {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-3 {
  color: #b0b0b0;
  margin-left: 0;
  font-size: 12px;
}

.link-2 {
  color: #131314;
  font-family: Exo, sans-serif;
  font-size: 2.8vw;
  font-weight: 200;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.nav__list {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.impd-cov {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.impd-holder {
  width: 100%;
  border-radius: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  z-index: 1;
  width: 40%;
  max-height: 300px;
  margin: 50px 0 50px 50px;
  padding: 21px;
  position: relative;
}

.button-4 {
  z-index: 2;
  width: 70px;
  height: 67px;
  background-color: #81c341;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 89px;
  padding: 0 0 6px;
  font-size: 50px;
  line-height: 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-4:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 20px rgba(117, 119, 0, .55);
}

.full-screen-popup {
  z-index: 200;
  width: 100%;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.tab-text-3 {
  height: auto;
  color: #000054;
  text-align: justify;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  overflow: hidden;
}

.tab-text-3.bold {
  margin-bottom: 5px;
}

.gallery.is--hero {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  display: flex;
}

.marquee-wrapper {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div {
  height: 100%;
}

.marquee-image {
  width: 200px;
  height: 100%;
  object-fit: cover;
  background-color: #272727;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.img-gal {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.div-block-20 {
  justify-content: space-between;
  display: flex;
}

.video-sus {
  z-index: 2;
  cursor: pointer;
  background-color: #0073ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Bdk, sans-serif;
  display: flex;
  position: relative;
}

.video-sus:hover {
  background-color: #0052ff;
}

.video-sus.edu {
  background-color: #aacf38;
}

.video-sus.edu:hover {
  background-color: #429200;
}

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

.image-7 {
  width: 40px;
  max-width: 60%;
  margin-right: 30px;
}

.youtube-2 {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-image: none;
  border-radius: 20px;
  flex: 1;
  overflow: hidden;
}

.social {
  z-index: 100;
  max-width: none;
  filter: invert();
  cursor: pointer;
  margin-top: 0;
  margin-left: 10px;
  padding: 5px;
  top: 1px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .page.sus {
    z-index: 10;
    padding-left: 2%;
    padding-right: 2%;
    overflow: visible;
  }

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

  .h1.mid {
    align-self: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .h1.mid._2 {
    font-size: 2rem;
    line-height: 1.8rem;
  }

  .h1._2 {
    left: 0;
  }

  .h1.ch {
    font-size: 3rem;
  }

  .h1.dr {
    text-align: center;
    align-self: flex-start;
    margin-right: 32px;
  }

  .h1._3 {
    margin-top: 0;
    top: -10%;
  }

  .h1._3.clean {
    font-size: 2.3rem;
    left: -64px;
  }

  .h1.verde.main {
    font-size: 2.3rem;
    bottom: -21%;
  }

  .h1.proiecte-edu, .h1.proiecte-edu._2 {
    font-size: 2.3rem;
  }

  .h1.proiecte-edu.sfaturi {
    align-self: flex-start;
    font-size: 2.3rem;
    line-height: 1.8rem;
  }

  .v-flex {
    align-items: flex-start;
  }

  .v-flex._2 {
    width: auto;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    bottom: 0;
    left: auto;
  }

  .v-flex._1 {
    width: auto;
    flex: none;
    margin-top: 0;
    padding-left: 0%;
    position: relative;
    top: auto;
    left: auto;
  }

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

  .rand {
    flex-direction: row;
    align-self: stretch;
  }

  .rand._2 {
    justify-content: center;
    align-self: auto;
    top: 0;
    left: 0;
  }

  .rand.padding {
    z-index: 1;
    flex-direction: row;
  }

  .rand.padding.size {
    height: 280px;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .rand._0 {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
  }

  .rand.space {
    padding-left: 0;
    padding-right: 0;
  }

  .rand.space._4 {
    padding-left: 20px;
  }

  .rand.moved {
    left: -7px;
  }

  .rand._0 {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
  }

  .frame.carbon {
    height: 270px;
    max-height: none;
    max-width: 70%;
    justify-content: center;
    align-self: stretch;
    margin-left: 3px;
    padding: 0;
    position: relative;
  }

  .frame.temp {
    width: 110px;
    height: 110px;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 5%;
    bottom: 0%;
    left: 0%;
    right: -11%;
  }

  .frame._280._2 {
    width: auto;
    height: 100%;
    max-height: none;
    flex: 0 auto;
    top: auto;
    left: auto;
  }

  .frame.violet {
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
    padding: 0;
    display: flex;
    top: auto;
  }

  .frame._195 {
    z-index: -1;
    display: none;
    bottom: 29px;
    left: -177px;
  }

  .frame._536 {
    width: 100%;
    height: 100%;
    flex: none;
    margin-right: 0;
  }

  .frame._530._2 {
    width: 100%;
    height: 100%;
  }

  .frame._335 {
    width: auto;
    height: 100%;
    max-height: none;
    flex: 0 auto;
  }

  .frame._470 {
    z-index: 1;
    width: 60px;
    height: auto;
    align-self: stretch;
    position: static;
  }

  .frame._285 {
    width: auto;
    height: 210px;
    flex: 0 auto;
  }

  .frame._560 {
    width: 97%;
    height: 100%;
    flex: 1;
    order: 1;
    align-self: flex-start;
    margin-left: 10px;
  }

  .frame.f {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    flex: 1;
    margin-left: 0;
  }

  .frame.prag {
    z-index: 2;
    margin-top: 117px;
    margin-bottom: 50px;
    margin-left: 0%;
    top: -156px;
  }

  .frame.libia {
    width: 100%;
    height: 480px;
    justify-content: flex-end;
  }

  .frame.inundatii {
    width: auto;
    height: 180px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .frame.fire {
    height: 130px;
    margin-left: -188px;
    margin-right: auto;
    position: relative;
    top: 142px;
    left: auto;
  }

  .frame.storm {
    width: 202px;
    height: 137px;
    margin-left: -185px;
    position: relative;
    top: auto;
    left: 9px;
  }

  .frame.earth {
    width: 350px;
    height: 270px;
    position: relative;
    top: auto;
    left: auto;
  }

  .frame.earth:hover {
    z-index: 1;
  }

  .frame.firefighters {
    width: 100%;
    height: 170px;
    top: auto;
  }

  .frame.maui {
    width: 100%;
    height: 180px;
    position: static;
    top: auto;
    left: auto;
  }

  .frame.c {
    flex: none;
    align-self: stretch;
  }

  .frame.a {
    width: 100%;
    height: 100%;
    align-self: flex-start;
  }

  .frame.a._2 {
    height: 200px;
    align-self: stretch;
  }

  .frame.b {
    width: 1360px;
    height: 200px;
    min-width: auto;
  }

  .frame.e {
    width: 100%;
    margin-left: 0;
  }

  .frame.g {
    width: 300px;
    height: 100%;
  }

  .frame.g._2 {
    height: 200px;
  }

  .frame.edutech._2 {
    width: 40%;
    height: 280px;
  }

  .frame.edutech.left {
    width: 50%;
  }

  .frame.edutech.right {
    width: 40%;
    max-height: 300px;
  }

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

  .row {
    padding-right: 5px;
  }

  .no-joke {
    width: 670px;
    flex-direction: row;
    margin-bottom: 50px;
  }

  .h4 {
    font-size: 15px;
    line-height: 15px;
  }

  .h4.left {
    flex: 1;
    margin-bottom: 0;
    line-height: 17px;
  }

  .overlay-cool {
    width: 100%;
    letter-spacing: -3px;
    border-radius: 12px;
    font-size: 40px;
    line-height: 40px;
  }

  .holding {
    height: 100%;
    justify-content: flex-end;
    align-self: flex-end;
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 20px;
    position: absolute;
  }

  .holding.upper {
    width: 98%;
    flex: none;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .holding.upper._2 {
    width: 98%;
    height: 100%;
    flex: none;
    align-self: center;
    align-items: flex-start;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .credits {
    align-self: flex-start;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 12px;
  }

  .credits.left {
    flex: none;
    margin-bottom: 5px;
  }

  .parteneri {
    justify-content: center;
  }

  .separator._2 {
    height: 20px;
  }

  .separator._120px {
    height: 60px;
  }

  .main-content {
    flex: 1;
  }

  .main-content.pad-right {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .main-content.pad-right.consc {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-box {
    max-width: 100%;
  }

  .text-box._23 {
    max-width: none;
    margin-bottom: 0;
  }

  .text {
    max-width: none;
    font-size: 16px;
    line-height: 18px;
  }

  .text.sp {
    max-width: none;
    padding-bottom: 20px;
  }

  .text.misiune.new {
    padding-left: 0;
  }

  .align-bottom {
    flex-direction: column;
    overflow: visible;
  }

  .stacks-2 {
    height: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-stats {
    height: auto;
    align-self: flex-start;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 45px;
    position: relative;
    top: auto;
  }

  .text-stats.mic {
    margin-left: 10px;
  }

  .text-stats._2 {
    align-self: flex-start;
    top: auto;
  }

  .div-sts {
    height: 100%;
    max-height: none;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .div-sts._2 {
    height: 100%;
    max-height: none;
    flex: none;
    align-items: flex-end;
    margin-top: 0;
    padding: 10px 15px;
    top: auto;
  }

  .stacks-3 {
    width: 100%;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .stack-gal {
    width: auto;
    justify-content: space-between;
    margin-top: -70px;
    display: flex;
  }

  .text-block-5 {
    font-size: 40px;
    line-height: 40px;
  }

  .row-overlay {
    margin-top: 10px;
  }

  .text-block-6 {
    font-size: 30px;
    line-height: 25px;
  }

  .date.small._2 {
    white-space: nowrap;
    white-space: nowrap;
    white-space: nowrap;
    white-space: nowrap;
    margin-left: 3%;
  }

  .date.xxs {
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 8px;
  }

  .tab-ch.up {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .tab-ch.eco {
    border-radius: var(--corner-tables);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .tab-ch.eco.w--current {
    font-size: 16px;
    line-height: 16px;
  }

  .tab-ch.ino {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .tab-ch.ino.w--current {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 20px;
  }

  .tab-ch.green {
    border-radius: var(--corner-tables);
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .tabs-menu {
    margin-bottom: 0;
  }

  .tabs {
    width: 100%;
  }

  .tab-box {
    margin-top: 20px;
  }

  .ch-title {
    position: relative;
  }

  .tab-text {
    font-size: 14px;
    line-height: 15px;
  }

  .tab-text.white {
    flex: 0 auto;
    font-size: 16px;
  }

  .ch-tab {
    padding-top: 20px;
  }

  .button.transparent:hover {
    background-color: var(--accent-4-bej);
  }

  .button.ddd._1 {
    margin-left: 0;
  }

  .tab-p {
    border-radius: 12px;
    align-items: flex-start;
  }

  .tab-p._1 {
    height: 100%;
    text-align: center;
    object-fit: fill;
    border-radius: 12px;
    align-items: flex-start;
    font-size: 14px;
    display: flex;
  }

  .tab-p._2 {
    height: 100%;
    border-radius: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
  }

  .tab-p._2.w--current {
    border-radius: var(--corner-tables);
    margin-bottom: 0;
  }

  .tab-p._2.prj.w--current {
    justify-content: flex-end;
  }

  .tab-p._3 {
    height: 100%;
    border-radius: 12px;
    flex: 1;
    align-items: flex-start;
    font-size: 14px;
  }

  .tab-p._3:hover, .tab-p._3.w--current {
    margin-bottom: 0;
  }

  .box-blue.h {
    width: 100%;
  }

  .box-white.ch {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 4%;
  }

  .proiect-tabs {
    width: 100%;
  }

  .box-transparent {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .box-transparent.h {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    flex-direction: row;
    padding: 3%;
  }

  .tab-project {
    width: 100%;
  }

  .line {
    width: auto;
    align-self: stretch;
  }

  .line.dark {
    width: 70%;
    flex: 1;
  }

  .line.voluntar.verde {
    margin-left: 15px;
  }

  .line.dark {
    width: 70%;
    width: 70%;
    flex: 1;
    align-self: center;
    margin-left: 15px;
    display: flex;
  }

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

  .footer-menu.on-white {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-column {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-column.popup {
    padding-right: 10px;
  }

  .footer {
    width: 98%;
    max-height: none;
    margin-bottom: 0;
    overflow: visible;
  }

  .footer-text {
    font-size: 12px;
  }

  .image-3 {
    width: 230px;
  }

  .h-center {
    z-index: 1;
    bottom: 22px;
  }

  .footer-columnn.right {
    z-index: 1;
    height: auto;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
  }

  .footer-columnn.right.dark {
    align-self: center;
  }

  .footer-columnn.right.dark.unic {
    margin-bottom: 0;
    padding-left: 0;
  }

  .bg-img {
    width: 100%;
    height: 1500px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-img.bot {
    z-index: 0;
    width: 100%;
    height: 1000px;
    margin-left: 0%;
    margin-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0;
    overflow: visible;
  }

  .bg._1 {
    width: 1421.5px;
  }

  .bg._1._2 {
    display: none;
  }

  .bg._1._2.mobile {
    width: 1100px;
    aspect-ratio: auto;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .bg._1.footer {
    display: none;
  }

  .bg._1.footer.mobile {
    width: 105%;
    max-height: none;
    aspect-ratio: auto;
    margin-top: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .italic-text {
    line-height: 12px;
  }

  .stack-img-1, .stack-img-2, .stack-img-3, .stack-img-4 {
    height: 330px;
  }

  .column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
  }

  .column.full {
    justify-content: space-around;
    padding-top: 0;
  }

  .h4-challange {
    flex: 0 auto;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .h4-challange.white {
    text-align: center;
    white-space: nowrap;
    text-align: center;
    white-space: nowrap;
    align-self: flex-start;
  }

  .h4-challange.premiu.left.hide {
    display: none;
  }

  .h4-challange.premiu.left.hide-d {
    flex: 0 auto;
    display: flex;
  }

  .lottie-animation {
    width: 60px;
    height: 50px;
  }

  .lottie-animation.p {
    width: 51px;
    align-self: flex-start;
    margin-bottom: 10px;
    margin-right: 0;
    position: relative;
    left: auto;
    right: 0;
  }

  .h4-subtitlu._1 {
    font-size: 14px;
    bottom: -23px;
    left: 202px;
  }

  .h4-subtitlu._2 {
    font-size: 14px;
    line-height: 14px;
    bottom: -17px;
    left: 271px;
  }

  .h4-subtitlu._4 {
    font-size: 14px;
    line-height: 14px;
    top: 24px;
    left: 272px;
  }

  .h4-subtitlu._5 {
    font-size: 14px;
    line-height: 14px;
    top: -17px;
    left: 55px;
  }

  .h4-subtitlu._3 {
    font-size: 14px;
    line-height: 14px;
    top: auto;
    bottom: -18px;
    left: 289px;
  }

  .form-minimal, .form {
    flex-direction: column;
    flex: 1;
  }

  .form.press {
    flex-direction: column;
  }

  .check-field {
    display: flex;
  }

  .img-logo-color {
    max-width: 100px;
    margin-right: 13px;
  }

  .img-logo-color.bigger {
    width: 70px;
  }

  .img-logo-color.small {
    width: 60px;
    max-height: 48px;
  }

  .img-logo-color.objective {
    width: 120px;
  }

  .img-logo-color.objective._2 {
    width: 82px;
    max-height: 90px;
  }

  .img-logo-color.upb {
    width: 70px;
  }

  .img-logo-color.ddd-mic {
    width: 80px;
    margin-right: 0;
  }

  .img-logo-color._022 {
    width: 100px;
  }

  .img-logo-color._2 {
    width: 25px;
  }

  .img-logo-color.sus {
    width: 60px;
    position: relative;
    top: -4px;
    left: 7px;
  }

  .link-logo.upper._2 {
    top: 0;
  }

  .link-logo.moved {
    width: auto;
    height: auto;
    order: 1;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 40px;
    top: 20px;
  }

  .link-logo.ch {
    align-self: flex-start;
  }

  .link-logo.ch.front {
    flex: none;
    align-self: flex-start;
  }

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

  .cell-8 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .wrapper-left {
    flex: 0 auto;
  }

  .cell-9 {
    flex-direction: column;
    align-items: stretch;
  }

  .stack-right {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: stretch;
    margin-top: 0;
    display: flex;
  }

  .stack-left {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    order: 1;
    margin: 10px 10px 10px 0;
  }

  .nav-menu {
    z-index: 0;
    width: 91%;
    height: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: right;
    background-color: rgba(255, 255, 255, .54);
    border-radius: 0 0 22px 22px;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 67px;
    overflow: hidden;
    box-shadow: 0 2px 60px rgba(21, 0, 255, .35);
  }

  .nav {
    height: auto;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    display: flex;
  }

  .nav-link {
    color: var(--blue-accent);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    justify-content: flex-end;
    display: flex;
  }

  .nav-link:hover {
    background-color: var(--blue-accent);
  }

  .menu-middle {
    width: 100%;
    height: auto;
    max-width: 600px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .realizeaza {
    opacity: 1;
  }

  .realizeaza:hover {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .realizeaza._2 {
    padding-bottom: 0;
  }

  .realizeaza.none.dual {
    flex-direction: column;
    align-items: flex-start;
  }

  .adevarul {
    align-self: center;
  }

  .prag {
    flex-direction: row;
    align-self: stretch;
    margin-left: 0;
    display: flex;
  }

  .title-middle {
    align-items: flex-start;
  }

  .video {
    opacity: 1;
    border-radius: 28px;
  }

  .video.absolut {
    opacity: 1;
  }

  .video.absolut.visible {
    position: relative;
  }

  .px {
    height: 30px;
  }

  .px.hide {
    display: none;
  }

  .h2 {
    margin-bottom: 5px;
    font-size: 60px;
    line-height: 50px;
  }

  .h2.large {
    letter-spacing: 15px;
    font-size: 35px;
  }

  .h2-superscript {
    font-size: 20px;
    line-height: 12px;
    top: -16px;
  }

  .quick-stack-3 {
    width: 100%;
    height: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .straturi {
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-self: stretch;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .h3.padding {
    padding-left: 15px;
  }

  .video-on {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  }

  .schimbare {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }

  .consecinte {
    margin-left: 0;
  }

  .challanges {
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .speranta {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }

  .titlu.main {
    top: 29px;
  }

  .tabs-2030 {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    left: auto;
  }

  .tab-obj {
    width: auto;
    height: auto;
    border-radius: 18px;
    flex: 0 auto;
    align-self: center;
    display: flex;
    overflow: hidden;
  }

  .tab-obj:hover {
    width: auto;
    height: auto;
    object-fit: cover;
    flex: 0 auto;
    box-shadow: 0 -10px 20px 4px rgba(0, 0, 0, .45);
  }

  .tab-obj.w--current {
    width: auto;
    height: auto;
    object-fit: cover;
    align-self: stretch;
    margin-top: 0;
    top: 10px;
    transform: scale(1.04);
  }

  .menu-obj {
    width: 100%;
  }

  .content-obj {
    margin-top: 7px;
  }

  .obj-230 {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    align-self: stretch;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .obj-230:hover {
    height: 100%;
    object-fit: cover;
    flex: 1;
  }

  .obiective-s {
    margin-top: 100px;
  }

  .cell-16 {
    display: none;
  }

  .v-stack {
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 15px;
  }

  .box-transparent-dr-2 {
    padding: 4%;
  }

  .check-formular-2 {
    margin-top: 2px;
  }

  .text-block-14 {
    text-align: left;
    align-self: flex-start;
  }

  .text-block-15 {
    align-self: flex-start;
  }

  .v-flex-2 {
    align-items: flex-start;
  }

  .v-flex-2.uniq._2 {
    align-items: stretch;
  }

  .proiect-menu {
    width: 100%;
    height: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    display: grid;
  }

  .text-block-16 {
    align-self: flex-start;
  }

  .tab-p-2._2 {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    font-size: 14px;
  }

  .tab-p-2._2.w--current {
    border-radius: 20px;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .tab-p-2.proiect {
    height: 100%;
    text-align: center;
    object-fit: fill;
    font-size: 14px;
    display: flex;
  }

  .tab-p-2._3 {
    height: 100%;
    flex: 1;
    font-size: 14px;
  }

  .tab-p-2._3:hover, .tab-p-2._3.w--current {
    margin-bottom: 0;
  }

  .button-2.white.frm {
    align-self: flex-end;
    margin-top: 20px;
  }

  .tab-text-2 {
    font-size: 14px;
    line-height: 15px;
  }

  .tab-text-2.bold.padding {
    margin-right: 3%;
  }

  .text-block-17 {
    align-self: flex-start;
  }

  .box-transparent-2 {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .proiect-detalii {
    width: 100%;
    align-items: flex-start;
  }

  .new-v._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .new-v._3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

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

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

  .row-simple {
    width: 100%;
  }

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

  .prize-block {
    width: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .produse {
    width: 71%;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 20px;
    position: relative;
    top: 0;
  }

  .produse.popup {
    width: auto;
  }

  .div-block-15 {
    justify-content: flex-end;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .line-dark {
    width: 70%;
    flex: 1;
    align-self: stretch;
  }

  .row-mid-sp {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
  }

  .nav-div {
    z-index: 2;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding: 5px 50px;
    position: relative;
  }

  .brand {
    z-index: 3;
  }

  .full-content {
    overflow: visible;
  }

  .full-content.edu {
    padding-left: 1%;
    padding-right: 1%;
  }

  .menu-button {
    z-index: 3;
    width: 40px;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 3;
    background-color: rgba(255, 255, 255, 0);
  }

  .shadow {
    z-index: 2;
    background-color: var(--blue-accent);
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    box-shadow: 0 2px 45px 7px rgba(17, 0, 204, .5);
  }

  .div-block-16 {
    flex-direction: column;
    flex: 1;
    align-self: flex-start;
    align-items: flex-start;
  }

  .div-block-17 {
    width: 100%;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .subscript {
    font-size: 21px;
    line-height: 21px;
  }

  .trailer {
    margin-bottom: 50px;
  }

  .cover {
    height: auto;
  }

  .floating._2 {
    width: 250px;
    top: 115px;
    right: 17px;
  }

  .floating._1 {
    width: 170px;
    top: -52px;
    left: 154px;
  }

  .floating._3 {
    width: 200px;
    top: 97px;
    left: 26px;
  }

  .floating._3._4 {
    top: 24px;
    left: 278px;
  }

  .content {
    width: 100%;
  }

  .content.blew {
    margin-top: 50px;
  }

  .rich-text-block-2 {
    max-width: none;
  }

  .holder {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }

  .h-special.center {
    font-size: 2.3rem;
  }

  .h-special.sub-titlu, .h-special.sub-titlu._2 {
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .h-special.left {
    font-size: 2.6rem;
    line-height: 2.7rem;
  }

  .bg-titlew {
    height: 80px;
  }

  .pic-sfaturi {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
  }

  .pic-sfaturi.movement {
    height: 100%;
    bottom: auto;
  }

  .content-sfat {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
  }

  .sfat.right {
    flex-direction: column;
  }

  .logo-img {
    width: 80px;
  }

  .logo {
    width: 180px;
    height: 100px;
  }

  .brand-2 {
    top: 20px;
  }

  .frunza {
    left: -165px;
  }

  .link-2 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .burger {
    z-index: 2;
    width: auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    position: relative;
  }

  .icon {
    display: none;
  }

  .image-6 {
    width: 40%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-4 {
    margin-top: 5%;
  }

  .tab-text-3 {
    font-size: 14px;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page {
    width: 100%;
  }

  .story {
    margin-top: 0;
  }

  .h1 {
    font-size: 1.9rem;
    line-height: 1.7rem;
  }

  .h1.mid {
    font-size: 2.5rem;
    line-height: 2rem;
  }

  .h1.mid._2 {
    font-size: 1.7rem;
    line-height: 1.5rem;
  }

  .h1._2 {
    left: auto;
  }

  .h1._3 {
    margin-bottom: 14px;
    top: 0%;
  }

  .h1._3.clean {
    text-align: center;
    left: auto;
  }

  .h1.verde.main {
    text-align: center;
    white-space: pre-wrap;
    bottom: -49%;
  }

  .h1.proiecte-edu._2 {
    text-align: center;
    white-space: pre-wrap;
  }

  .h1.proiecte-edu.sfaturi {
    font-size: 1.5rem;
    line-height: 1.3rem;
  }

  .v-flex {
    align-self: stretch;
    align-items: flex-start;
  }

  .v-flex._2 {
    z-index: 5;
    order: 1;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .v-flex._1 {
    width: 70px;
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: 8px;
    left: 20px;
  }

  .v-flex.pad-jos {
    margin-top: 0;
    margin-bottom: 0;
  }

  .v-flex.absolut {
    justify-content: space-around;
    align-self: flex-end;
  }

  .v-flex._8 {
    width: auto;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }

  .rand {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .rand._0 {
    width: auto;
    align-items: flex-start;
  }

  .rand.space, .rand.space._4 {
    width: 100%;
  }

  .rand.no-padding {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .rand.clean {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rand.middle {
    height: 107px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
    position: relative;
    left: 10px;
  }

  .rand._0 {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .rand.footer {
    padding-left: 3%;
    padding-right: 3%;
  }

  .rand._0 {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .frame.carbon {
    border-radius: var(--corner-tables);
  }

  .frame.temp {
    z-index: 5;
    border-radius: var(--corner-tables);
    top: -7%;
    left: auto;
    right: -20%;
    box-shadow: 0 13px 20px 7px rgba(0, 0, 0, .63);
  }

  .frame._280._2 {
    width: 100%;
    height: 260px;
    border-radius: 0;
    overflow: visible;
  }

  .frame.violet {
    z-index: 3;
    height: 400px;
    border-radius: var(--corner-tables);
    box-shadow: 0 4px 50px 30px var(--shadow);
  }

  .frame._195 {
    height: 100%;
    border-radius: var(--corner-tables);
    display: flex;
    bottom: 0;
    left: -180px;
  }

  .frame._536 {
    width: 100%;
    height: 100%;
    border-radius: var(--corner-tables);
    flex: none;
    margin-top: 0%;
  }

  .frame._335 {
    border-radius: var(--corner-tables);
  }

  .frame.libia {
    height: 100%;
  }

  .frame.inundatii {
    width: 100%;
    height: 150px;
  }

  .frame.fire {
    width: 140px;
    margin-left: -132px;
  }

  .frame.storm {
    width: 140px;
    opacity: 1;
    margin-left: -141px;
  }

  .frame.earth {
    width: 240px;
  }

  .frame.firefighters {
    height: 130px;
  }

  .frame.maui {
    width: 100%;
  }

  .frame.c.edutech.hide {
    display: none;
  }

  .frame.a._2 {
    height: 200px;
  }

  .frame.edutech {
    width: 40%;
    height: auto;
  }

  .frame.edutech._2 {
    height: 180px;
  }

  .visual.special {
    height: 100%;
    border-radius: var(--corner-tables);
    position: absolute;
  }

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

  .text-form {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 20px;
  }

  .text-form.titlu {
    font-size: 24px;
  }

  .text-form.area {
    height: 25px;
    min-height: 25px;
  }

  .body-form {
    border-radius: 3.5vw;
  }

  .row {
    padding: 15px 25px 10px;
  }

  .row-options {
    padding: 25px 25px 15px;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }

  .checkbox.w--redirected-checked {
    background-size: 13px 13px;
    border-radius: 4px;
  }

  .form-body {
    width: 100%;
    border-radius: 3.5vw;
  }

  .row-accent {
    padding: 20px 20px 15px 25px;
  }

  .form-block-full {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .no-joke {
    width: 480px;
  }

  .h4.left {
    font-size: 11px;
    line-height: 11px;
  }

  .overlay-cool {
    border-radius: 20px;
    padding-bottom: 13px;
    font-size: 30px;
    font-weight: 400;
    line-height: 18px;
  }

  .holding {
    display: flex;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .holding.padding {
    bottom: auto;
  }

  .holding.upper._2 {
    display: flex;
    bottom: auto;
    right: auto;
  }

  .credits {
    margin-top: 0;
    margin-bottom: 0;
  }

  .credits.left.padding {
    padding-right: 15px;
  }

  .separator {
    height: 20px;
  }

  .separator._2 {
    height: 50px;
  }

  .separator._120px {
    height: 120px;
  }

  .main-content {
    align-items: stretch;
  }

  .main-content.pad-right {
    margin-left: 35px;
    margin-right: 35px;
  }

  .main-content.pad-right.consc {
    width: 100%;
    margin: 100px 0 20px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-content.f {
    height: 100%;
    align-self: center;
  }

  .main-content.f.edu {
    margin-top: auto;
    margin-left: 0;
  }

  .text-box {
    max-width: none;
    flex: 1;
  }

  .text-box._23 {
    max-width: none;
  }

  .text {
    max-width: 100%;
    font-size: 14px;
    line-height: 14px;
  }

  .text._2 {
    max-width: 100%;
    padding-left: 0;
  }

  .align-bottom {
    width: 100%;
  }

  .stacks-2 {
    margin-bottom: -100px;
  }

  .text-stats {
    align-self: flex-end;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 26px;
    top: 0;
  }

  .text-stats.mic {
    font-size: 40px;
    line-height: 26px;
  }

  .div-sts {
    z-index: 3;
    border-radius: var(--corner-tables);
    box-shadow: 0 20px 20px -1px var(--shadow);
    align-items: stretch;
    padding: 10px 20px;
    position: relative;
  }

  .div-sts._2 {
    z-index: 4;
    width: 100%;
    height: 100%;
    min-height: auto;
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stack-gal {
    z-index: 3;
    width: 100%;
    margin-top: -19%;
    padding-left: 0%;
    position: relative;
  }

  .text-block-5, .text-block-6 {
    font-size: 40px;
    line-height: 26px;
  }

  .date-year {
    font-size: 17px;
    line-height: 14px;
  }

  .date.white, .date.black {
    font-size: 12px;
    line-height: 12px;
  }

  .date.small {
    font-size: 1.3vw;
    line-height: 1.3vw;
  }

  .date.small._2 {
    margin-left: 0%;
  }

  .tab-ch.up {
    border-radius: var(--corner-small);
    font-size: var(--ch);
    line-height: var(--2-2);
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-ch.up:hover {
    color: var(--accent-1-turcoaz);
  }

  .tab-ch.eco {
    border-radius: var(--corner-small);
    font-size: var(--ch);
    line-height: var(--2-2);
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-ch.eco.w--current {
    font-size: var(--ch);
    line-height: var(--2-2);
  }

  .tab-ch.ino {
    font-size: var(--ch);
    line-height: var(--2-2);
    padding-top: 15px;
    padding-right: 15px;
  }

  .tab-ch.ino.w--current, .tab-ch.green {
    border-radius: var(--corner-small);
    font-size: var(--ch);
    line-height: var(--2-2);
    padding-left: 10px;
    padding-right: 10px;
  }

  .plus {
    font-size: 19px;
  }

  .tab-box {
    margin-top: 20px;
  }

  .ch-title {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .tab-text {
    font-size: 16px;
  }

  .tab-text.bold.white {
    width: auto;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .tab-text.white {
    width: auto;
    max-width: none;
    object-fit: contain;
    flex: none;
    align-self: stretch;
    align-items: flex-start;
    margin-right: 0;
    font-size: 12px;
    line-height: 12px;
    display: flex;
  }

  .ch-tab {
    border-radius: 0;
  }

  .button.transparent {
    width: 98%;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 1%;
    right: auto;
  }

  .button.full.green {
    width: 100%;
    border-radius: var(--corner-small);
  }

  .button.full.galben {
    border-radius: var(--corner-small);
  }

  .tab-p {
    border-radius: 12px;
    align-items: flex-start;
  }

  .tab-p._1 {
    padding: var(--font-l-v);
    border-radius: 14px;
    flex: 1;
    align-items: flex-start;
    font-size: 16px;
    line-height: 16px;
  }

  .tab-p._1.w--current {
    padding: var(--font-l-v);
  }

  .tab-p._2 {
    padding: var(--font-l-v);
    border-radius: 0;
    flex: 1;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px;
  }

  .tab-p._2.w--current {
    padding: var(--font-l-v);
    border-radius: var(--corner-small);
    font-size: var(--font-l-v);
    line-height: var(--font-landscape);
    flex: 1;
  }

  .tab-p._3 {
    padding: var(--font-l-v);
    border-radius: 12px;
    flex: 1;
    align-items: flex-start;
    font-size: 14px;
    line-height: 14px;
  }

  .box-blue {
    border-radius: 15px;
    padding: 2px;
  }

  .box-white.ch {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: var(--corner-small);
    flex-direction: column;
    align-items: center;
  }

  .box-white.ch.vertical {
    border-radius: var(--corner-small);
    margin: 0;
    padding-bottom: 4%;
  }

  .box-white.ch {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 14px;
    flex-direction: column;
    align-items: center;
  }

  .box-white.ch.vertical {
    border-radius: 14px;
    margin: 0;
    padding-bottom: 4%;
  }

  .box-transparent {
    padding-left: 3%;
    padding-right: 3%;
  }

  .box-transparent.h {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .box-transparent.h._23 {
    display: block;
  }

  .line.dark {
    width: auto;
    width: auto;
    align-self: stretch;
    display: none;
  }

  .image-3 {
    width: 190px;
  }

  .footer-columnn.right.dark.unic {
    padding-right: 0;
  }

  .bg-img {
    display: flex;
  }

  .bg._1 {
    width: 4500px;
    position: relative;
    top: auto;
  }

  .bg._1._2 {
    display: none;
  }

  .bg._1.footer.mobile {
    width: 110%;
  }

  .stack-img-1 {
    width: 340px;
    border-radius: var(--corner-tables);
  }

  .stack-img-2, .stack-img-3, .stack-img-4 {
    width: 300px;
    border-radius: var(--corner-tables);
    margin-right: -200px;
  }

  .tab-v-flex {
    flex-direction: column;
    align-items: center;
  }

  .tab-content {
    border-radius: var(--corner-small);
  }

  .column {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .column._70 {
    width: auto;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
  }

  .h4-challange {
    margin-right: 0;
  }

  .h4-challange.white {
    width: 100%;
    text-align: left;
    width: 100%;
    text-align: left;
    align-self: flex-start;
    font-size: 20px;
  }

  .lottie-animation {
    height: 60px;
  }

  .lottie-animation.p {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    left: 0;
  }

  .h4-subtitlu._1 {
    bottom: -28px;
    left: 172px;
  }

  .h4-subtitlu._2 {
    bottom: -23px;
    left: 247px;
  }

  .h4-subtitlu._4 {
    margin-top: 0;
    top: 27px;
    left: 243px;
  }

  .h4-subtitlu._5 {
    top: -23px;
  }

  .h4-subtitlu._3 {
    bottom: -24px;
    left: 261px;
  }

  .form-minimal {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
  }

  .form {
    width: 100%;
    flex: 0 auto;
  }

  .field-label {
    align-self: flex-start;
    position: relative;
    top: 26px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .check-field {
    align-self: flex-start;
  }

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

  .img-logo-color {
    max-height: 40px;
    max-width: 68px;
    position: relative;
  }

  .img-logo-color.small {
    max-height: 21px;
    max-width: 81px;
  }

  .img-logo-color.objective {
    width: auto;
    max-width: 140px;
    margin-right: 0;
  }

  .img-logo-color.objective._2 {
    left: 26px;
  }

  .img-logo-color.upb {
    width: auto;
  }

  .img-logo-color.ddd-mic {
    width: auto;
    max-width: 140px;
  }

  .img-logo-color._022 {
    width: 129px;
    max-width: 130px;
    position: absolute;
  }

  .link-logo {
    opacity: 1;
    position: relative;
    top: -4px;
    left: auto;
    right: -17px;
  }

  .link-logo.upper._2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    top: -4px;
  }

  .link-logo.special {
    top: 85%;
  }

  .link-logo.ddd {
    justify-content: flex-end;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-logo.left {
    position: relative;
    left: -24px;
  }

  .link-logo.ch {
    align-self: flex-end;
    position: static;
  }

  .link-logo.ch._2 {
    align-self: flex-start;
  }

  .link-logo.ch.front {
    width: 40%;
    align-self: flex-end;
    margin-top: 0;
    position: relative;
    top: 0;
    right: auto;
  }

  .right {
    align-items: stretch;
  }

  .cell-8 {
    display: none;
  }

  .wrapper-left {
    width: 100%;
  }

  .nav-menu {
    width: 91%;
    box-shadow: none;
    padding-top: 0;
    top: 5px;
    overflow: hidden;
  }

  .nav {
    box-shadow: none;
    border-radius: 0;
  }

  .superscript-2 {
    font-size: 16px;
    line-height: 16px;
    top: -9px;
  }

  .adevarul {
    font-size: 2.5rem;
    line-height: 2rem;
  }

  .prag {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 20px;
  }

  .title-middle {
    max-width: none;
    white-space: normal;
    word-break: normal;
    align-self: stretch;
    align-items: flex-start;
  }

  .video {
    opacity: 1;
  }

  .video.absolut {
    opacity: 1;
    flex: 1;
  }

  .px {
    height: 20px;
  }

  .h2.large {
    text-align: center;
    align-self: stretch;
    font-size: 28px;
  }

  .h3.padding {
    margin-top: 0;
  }

  .schimbare, .consecinte {
    flex: 1;
  }

  .challanges {
    align-self: stretch;
    align-items: flex-start;
  }

  .chestionar {
    font-family: PT Serif, serif;
  }

  .speranta {
    flex: 1;
  }

  .titlu {
    max-width: none;
    font-size: 10vw;
  }

  .tab-obj.w--current {
    border-radius: 12px;
    top: auto;
    transform: none;
  }

  .menu-obj {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .line-vertical {
    height: 10%;
  }

  .img-logo-ddd {
    max-width: 80%;
    margin-right: 20px;
    position: relative;
  }

  .v-stack {
    flex-direction: row;
    align-self: stretch;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 16px;
  }

  .box-transparent-dr-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 14px;
    flex-direction: column;
    margin: 0;
    padding-bottom: 4%;
  }

  .text-field-2 {
    border-bottom-color: rgba(255, 255, 255, .37);
    margin-right: 0;
    padding-left: 68px;
  }

  .text-field-2.no-p.emailconf {
    padding-left: 70px;
  }

  .text-field-2.conf {
    padding-left: 69px;
  }

  .check-formular-2 {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }

  .check-formular-2.w--redirected-checked {
    background-size: 10px 10px;
    border-radius: 4px;
  }

  .text-block-14 {
    font-size: 1.9vw;
    line-height: 1.3vw;
  }

  .bg-blur-2 {
    width: 100%;
    opacity: .38;
    border-radius: 14px;
    margin-top: -19px;
    margin-right: 0;
  }

  .v-flex-2 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

  .proiect-menu {
    width: 100%;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab-p-2 {
    border-radius: 12px;
    align-items: flex-start;
  }

  .tab-p-2._2 {
    border-radius: 10px;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.9vw;
    font-size: 11px;
    line-height: 11px;
  }

  .tab-p-2._2.w--current {
    border-radius: 14px;
    flex: 1;
    padding: 1.9vw;
    font-size: 11px;
    line-height: 11px;
  }

  .tab-p-2.proiect {
    border-radius: 10px;
    flex: 1;
    align-items: flex-start;
    padding: 1.9vw;
    font-size: 11px;
    line-height: 11px;
  }

  .tab-p-2.proiect.w--current {
    width: 100%;
    margin-bottom: 0;
    padding: 1.9vw;
  }

  .tab-p-2._3 {
    border-radius: 12px;
    flex: 1;
    align-items: flex-start;
    padding: 1.9vw;
    font-size: 11px;
    line-height: 11px;
    display: flex;
  }

  .button-2.full.green {
    width: 100%;
    border-radius: 14px;
  }

  .button-2.white.frm {
    margin-bottom: -60px;
    top: -60px;
  }

  .tab-text-2 {
    column-gap: 20px;
    font-size: 14px;
  }

  .tab-text-2.double {
    column-count: 1;
    column-gap: 0;
    padding-right: 0;
  }

  .box-transparent-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .proiect-detalii {
    align-self: stretch;
    align-items: flex-start;
  }

  .px-50 {
    width: 0;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .premiu-mic {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }

  .produse {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    padding-left: 10px;
    position: static;
  }

  .div-block-15 {
    align-self: flex-start;
    position: relative;
    top: 0;
    left: auto;
  }

  .row-mid-sp {
    width: auto;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 3%;
    margin-bottom: 0%;
  }

  .nav-div {
    border-radius: 0;
    top: 3px;
    overflow: hidden;
  }

  .columns.padding {
    padding-top: 7px;
  }

  .full-content.edu {
    padding-left: 2%;
    padding-right: 2%;
  }

  .cl-2, .cl-2.edutech {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block.pad {
    margin-top: 0;
  }

  .shadow {
    box-shadow: none;
    display: flex;
  }

  .div-block-16 {
    align-items: flex-start;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    max-width: none;
    border-radius: 20px;
    left: 24px;
    right: 24px;
  }

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 28%;
    margin-bottom: 16px;
  }

  .button-popup {
    display: none;
  }

  .subscript {
    font-size: 1.1rem;
    top: 2.8px;
  }

  .subscript-3 {
    top: 12px;
  }

  .trailer {
    width: 50%;
  }

  .section.pading {
    margin-top: 30px;
  }

  .section.pading._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .floating._2 {
    width: 160px;
    top: 109px;
    right: 18px;
  }

  .floating._3._4 {
    top: 98px;
    left: 278px;
  }

  .content.blew {
    margin-top: 0;
  }

  .holder {
    flex: 1;
  }

  .h-special.sub-titlu {
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .h-special.sub-titlu._2 {
    font-size: 2rem;
    line-height: 1.4rem;
    left: 45%;
  }

  .h-special.left {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .content-header.paddinfg {
    margin-top: 20px;
  }

  .pic-sfaturi {
    height: 100%;
    object-fit: cover;
    position: relative;
  }

  .pic-sfaturi.movement {
    object-fit: cover;
    bottom: auto;
  }

  .content-sfat {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .sfat {
    width: 60%;
  }

  .logo-img {
    width: 80px;
    max-width: 120px;
    margin: 10px 60px;
  }

  .logo.mobile {
    width: 240px;
    height: 120px;
  }

  .nav__content {
    justify-content: center;
    display: flex;
    top: 35%;
  }

  .brand-2 {
    text-align: left;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    left: auto;
  }

  .brand-2.mobile {
    top: 10px;
  }

  .frunza {
    top: -97px;
    left: -194px;
  }

  .frunza.footer.stanga {
    bottom: -60px;
  }

  .nav-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .social-link {
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav__list-item {
    align-self: center;
    margin-bottom: 2vh;
    margin-right: 0;
  }

  .social-div.menu {
    left: 0;
  }

  .social-div.menu.mobile {
    top: -40px;
  }

  .legal {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: flex-end;
  }

  .text-block-3 {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
  }

  .link-2 {
    color: #109fda;
    font-size: 7vw;
    font-weight: 900;
    line-height: 6vw;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .impd-holder {
    height: 140px;
  }

  .image-6 {
    max-height: none;
    max-width: none;
    object-fit: contain;
  }

  .tab-text-3 {
    column-gap: 20px;
    font-size: 14px;
  }

  .marquee-wrapper {
    font-size: .7em;
  }
}

@media screen and (max-width: 479px) {
  .page {
    margin-top: 70px;
  }

  .page.sus {
    overflow: hidden;
  }

  .h1.mid {
    z-index: 2;
    order: -1;
    margin-bottom: 60px;
  }

  .h1.mid._2 {
    text-align: center;
    margin-bottom: 115px;
  }

  .h1.ch, .h1.ch._1 {
    font-size: 30px;
  }

  .h1.dr {
    text-align: center;
    align-self: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .h1.dr.popup {
    width: auto;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 18px;
  }

  .h1.left {
    justify-content: flex-end;
    margin-bottom: -4px;
    padding-left: 0;
    padding-right: 20px;
  }

  .h1._3 {
    margin-bottom: 20px;
    top: auto;
    left: auto;
  }

  .h1.verde {
    text-align: center;
    white-space: pre-line;
    margin-bottom: 0;
  }

  .h1.proiecte-edu {
    text-align: center;
    white-space: pre-wrap;
  }

  .h1.proiecte-edu._2.hide {
    display: none;
  }

  .h1.proiecte-edu.sfaturi {
    text-align: left;
  }

  .v-flex {
    height: auto;
    align-self: flex-start;
  }

  .v-flex._2 {
    left: auto;
  }

  .v-flex.pad {
    text-align: left;
    padding-left: 10px;
  }

  .rand {
    text-align: center;
    align-self: center;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .rand._2 {
    position: static;
  }

  .rand.padding {
    z-index: 2;
    flex-direction: column;
    margin-top: 30px;
  }

  .rand.padding.size {
    z-index: 2;
    display: none;
  }

  .rand.padding.dark {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rand._0 {
    align-items: stretch;
  }

  .rand.no-padding {
    margin-bottom: 0;
  }

  .rand.middle {
    height: auto;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    left: 0;
  }

  .rand.middle.logos {
    margin-right: 28px;
  }

  .rand.voluntar {
    order: -1;
    margin-top: 20px;
  }

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

  .rand._0 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .rand._0.alb.full {
    flex-direction: row;
  }

  .rand.footer {
    flex-direction: column;
    align-items: center;
  }

  .rand._0 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .frame {
    border-radius: 12px;
  }

  .frame.carbon {
    height: 253px;
    margin-left: 5px;
  }

  .frame.temp {
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    top: -64px;
    bottom: auto;
    left: auto;
    right: -51px;
  }

  .frame.violet {
    height: 230px;
  }

  .frame._285 {
    width: 220px;
    height: 130px;
  }

  .frame._560 {
    width: auto;
  }

  .frame.f {
    height: 150px;
    border-radius: 20px;
    align-self: center;
    margin-left: 0;
    position: static;
  }

  .frame.f._2 {
    width: 140px;
  }

  .frame.prag {
    border-radius: 12px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px;
    top: -69px;
    overflow: hidden;
  }

  .frame.inundatii {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .frame.fire {
    width: 100%;
    height: 80px;
    align-self: flex-end;
    margin-top: 5px;
    margin-left: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .frame.storm {
    z-index: 2;
    width: 100%;
    height: 80px;
    border-radius: 12px;
    align-self: flex-end;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .frame.earth {
    width: 100%;
    height: 80px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .frame.firefighters {
    height: 120px;
    padding: 0;
  }

  .frame.maui {
    z-index: 2;
    width: 100%;
    height: 200px;
    box-shadow: none;
    opacity: 1;
    order: 0;
    position: relative;
  }

  .frame.c {
    width: 120px;
    height: 330px;
    min-width: auto;
    flex: 0 auto;
    margin-bottom: 0;
  }

  .frame.c.edutech {
    display: none;
  }

  .frame.a {
    width: 50%;
  }

  .frame.a._2 {
    height: 100px;
  }

  .frame.b {
    width: 50%;
    height: 100px;
  }

  .frame.e {
    max-width: none;
    align-self: stretch;
  }

  .frame.g {
    width: 100px;
    height: 150px;
    display: flex;
  }

  .frame.g._2 {
    height: 150px;
  }

  .frame.edutech._2 {
    height: 100%;
  }

  .frame.edutech._3 {
    height: auto;
    max-height: 240px;
    flex: 1;
  }

  .visual {
    object-position: 50% 50%;
    border-radius: 12px;
  }

  .visual.left, .visual.special, .visual.fighters {
    border-radius: 12px;
  }

  .visual.center {
    object-position: 0% 50%;
  }

  .heading-3 {
    text-transform: lowercase;
    padding-left: 22px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-form {
    flex: 1;
    margin-top: -1px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-form.footer {
    font-size: 14px;
    top: -1.5px;
  }

  .text-form.titlu {
    font-size: 18px;
  }

  .text-form.sub-titlu {
    color: rgba(8, 20, 46, .47);
    font-size: 11px;
    line-height: 11px;
    top: -10px;
  }

  .text-form.area {
    min-width: auto;
  }

  .body-form {
    border-radius: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .row {
    padding: 10px 3%;
  }

  .row-options {
    padding-top: 20px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .button-form {
    font-size: 12px;
    line-height: 0;
  }

  .button-form.alpha {
    margin-right: 4px;
    font-size: 10px;
    display: none;
  }

  .checkbox-field {
    border: 1px #000;
    border-top: 1px solid #dbe2f2;
    border-bottom-color: #dbe2f2;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .checkbox-field:hover {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
  }

  .checkbox {
    width: 13px;
    height: 13px;
    flex: none;
    margin-left: 0;
    margin-right: 10px;
  }

  .checkbox.w--redirected-checked {
    background-size: 10px 10px;
    border-style: none;
  }

  .form-body {
    border-radius: 10px;
  }

  .row-accent {
    padding-left: 25px;
    padding-right: 15px;
  }

  .form-block-full {
    width: 100%;
    border-radius: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .no-joke {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h4 {
    font-size: 12px;
    line-height: 13px;
  }

  .h4.left.limit {
    font-size: 12px;
    line-height: 11px;
  }

  .h4.black {
    font-size: 11px;
    line-height: 11px;
  }

  .overlay-cool {
    height: auto;
    letter-spacing: -1px;
    border-radius: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
    bottom: auto;
  }

  .holding {
    padding-bottom: 15px;
  }

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

  .holding.upper {
    z-index: 3;
    width: 99%;
    flex: none;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    bottom: 3%;
  }

  .credits {
    width: 100%;
  }

  .credits.right {
    flex-direction: column-reverse;
    padding-right: 0;
    font-size: 11px;
    line-height: 12px;
  }

  .credits.left {
    margin-bottom: 0;
  }

  .credits.left.padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .parteneri {
    width: 90%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .parteneri.edu {
    width: 100%;
    justify-content: space-between;
  }

  .separator._2.footer {
    height: 20px;
  }

  .separator._120px {
    height: 60px;
  }

  .separator.big {
    height: 100px;
  }

  .main-content.pad-right {
    margin: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content.pad-right.consc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 50px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content.f {
    margin-left: 10px;
  }

  .text-box._23 {
    margin-bottom: 0;
  }

  .cell {
    align-items: flex-start;
  }

  .text._2 {
    max-width: 100%;
    margin-top: 0;
  }

  .text.sp {
    max-width: none;
    align-self: flex-start;
    margin-left: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text.hide {
    opacity: 1;
    display: flex;
  }

  .text-stats {
    align-self: flex-end;
    margin-bottom: 0;
    font-size: 26px;
  }

  .text-stats.mic {
    font-size: 26px;
    line-height: 26px;
  }

  .div-sts {
    width: 120px;
    border-radius: 12px;
  }

  .div-sts._2 {
    width: 160px;
    border-radius: 12px;
  }

  .text-block-5 {
    margin-right: 0;
    font-size: 20px;
    line-height: 18px;
  }

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

  .text-block-6 {
    font-size: 20px;
    line-height: 16px;
  }

  .date-year {
    font-size: 14px;
  }

  .date.white {
    padding-bottom: 2px;
    font-size: 10px;
  }

  .date.black {
    padding-bottom: 1px;
    font-size: 10px;
  }

  .date.small._2 {
    order: -1;
    margin-bottom: 5px;
    margin-left: 0%;
    line-height: 14px;
  }

  .date.presa {
    flex: none;
    font-size: 10px;
  }

  .tab-ch.up {
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px 6px 6px;
    font-size: 3vw;
    line-height: 11px;
  }

  .tab-ch.up.w--current {
    margin-bottom: 0;
    padding: 10px 10px 10px 15px;
  }

  .tab-ch.eco {
    border-radius: 14px;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 20px 6px 6px;
    font-size: 3vw;
    line-height: 11px;
  }

  .tab-ch.ino {
    border-radius: 8px;
    justify-content: flex-end;
    align-self: flex-end;
    margin-bottom: 0;
    padding: 10px 6px 6px;
    font-size: 3vw;
    line-height: 11px;
  }

  .tab-ch.ino.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .tab-ch.green {
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px 6px 6px;
    font-size: 3vw;
    line-height: 11px;
  }

  .tabs-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .plus {
    font-size: 12px;
    display: flex;
    top: 5%;
  }

  .tab-box {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-text {
    font-size: 14px;
    line-height: 14px;
  }

  .tab-text.bold.white {
    margin-bottom: 5px;
  }

  .tab-text.white {
    width: 100%;
    max-width: none;
    text-align: left;
    flex: none;
  }

  .button.transparent {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 10px;
    bottom: auto;
  }

  .button.full.green.custom-impadurire {
    margin-top: 20px;
  }

  .button.ddd._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.ddd._1._2 {
    margin-top: 10px;
  }

  .button.ch, .button.ch.yelk.custom-inscriere {
    margin-left: 10px;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 12px;
  }

  .tab-p {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .tab-p._1 {
    height: 60px;
    text-align: left;
    align-items: flex-start;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .tab-p._2 {
    height: 60px;
    border-radius: 10px;
    justify-content: flex-end;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .tab-p._2.prj {
    height: auto;
    justify-content: flex-end;
  }

  .tab-p._2.prj.w--current {
    font-size: 11px;
    line-height: 11px;
  }

  .tab-p._3 {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .box-blue.h {
    flex-direction: column;
  }

  .box-blue.h:hover {
    box-shadow: 0 -20px 40px rgba(0, 0, 0, .15);
  }

  .box-white.ch {
    border-radius: 10px;
  }

  .box-white.ch.vertical.impadurire {
    width: 100%;
  }

  .box-white.ch.vertical.proiecte {
    width: 100%;
    align-self: flex-start;
    align-items: flex-start;
  }

  .proiect-tabs {
    width: 100%;
    display: inline-block;
  }

  .box-transparent.h._23 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tab-project:hover {
    color: #fff;
  }

  .v-column {
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .v-column.left {
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .line {
    align-self: flex-start;
  }

  .line.dark {
    height: 2px;
  }

  .line.alb.press {
    display: none;
  }

  .line.dark {
    width: 100%;
    height: 2px;
  }

  .line.black {
    width: 100%;
  }

  .line.dark {
    width: 100%;
    height: 2px;
  }

  .footer-menu {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-menu.on-white {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }

  .menu-column {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-column.right {
    align-self: flex-start;
  }

  .menu-column.hide {
    display: none;
  }

  .menu-column.popup {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .menu-item {
    font-size: 12px;
  }

  .footer {
    max-height: none;
    margin-bottom: 0;
  }

  .footer-text.link.dark:hover {
    color: var(--blue-accent);
  }

  .footer-text.dark {
    font-size: 11px;
  }

  .image-3 {
    width: 170px;
    top: 188px;
  }

  .h-center {
    z-index: 1;
    display: flex;
  }

  .footer-columnn.right {
    z-index: 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .footer-columnn.right.dark.unic {
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .bg-img {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-left: auto;
    overflow: hidden;
  }

  .bg-img.bot {
    z-index: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    align-self: center;
    margin-left: auto;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .bg._1 {
    position: static;
  }

  .bg._1._2 {
    width: 3000px;
    display: none;
    position: static;
  }

  .bg._1._2.mobile {
    width: 1000px;
    aspect-ratio: auto;
    display: block;
    position: static;
    top: 187px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .bg._1.footer {
    width: 2000px;
    max-height: none;
    aspect-ratio: auto;
    object-position: 50% 0%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    top: -389px;
    bottom: 0;
    left: -812px;
    right: auto;
  }

  .bg._1.footer.mobile {
    width: 130%;
    display: block;
    position: static;
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
    overflow: visible;
  }

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

  .link-block.parteneri.unic {
    top: 9px;
    left: 28px;
  }

  .stack-img-1 {
    width: 250px;
    height: 200px;
  }

  .stack-img-2, .stack-img-3, .stack-img-4 {
    height: 200px;
  }

  .column {
    align-items: stretch;
  }

  .column.agenda {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .column._70 {
    order: -1;
    margin-right: 0;
  }

  .h4-challange {
    text-align: left;
    align-self: flex-start;
    margin-right: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .h4-challange.ddd {
    line-height: 21px;
  }

  .h4-challange.white {
    white-space: pre-wrap;
  }

  .h4-challange.premiu.left.hide {
    display: none;
  }

  .lottie-animation.p {
    order: -1;
    align-self: center;
    margin-bottom: 0;
  }

  .h4-subtitlu._1 {
    font-size: 11px;
    line-height: 11px;
    bottom: -17px;
    left: 94px;
  }

  .h4-subtitlu._2 {
    font-size: 11px;
    line-height: 11px;
    bottom: -19px;
    left: 134px;
  }

  .h4-subtitlu._4 {
    font-size: 10px;
    line-height: 10px;
    left: 140px;
  }

  .h4-subtitlu._5 {
    font-size: 10px;
    line-height: 10px;
    top: -15px;
  }

  .h4-subtitlu._3 {
    font-size: 11px;
    line-height: 11px;
    bottom: -18px;
    left: 144px;
  }

  .form.press {
    flex-direction: column;
  }

  .check-field {
    margin-bottom: 3px;
    margin-left: 0;
  }

  .box-column.upper {
    flex-direction: column;
  }

  .img-logo-color {
    max-height: 66px;
    max-width: 140px;
  }

  .img-logo-color.bigger {
    max-height: 84px;
    max-width: 80px;
  }

  .img-logo-color.small {
    width: 120px;
    max-height: 40px;
    max-width: 130px;
  }

  .img-logo-color.uniq {
    max-height: 100px;
    max-width: 60px;
  }

  .img-logo-color.objective {
    max-height: 70px;
    max-width: 120px;
    margin-right: -7px;
    left: 4px;
  }

  .img-logo-color.objective._2 {
    width: 100px;
    left: 11px;
  }

  .img-logo-color.upb {
    width: 114px;
    max-height: 150px;
    max-width: 370px;
  }

  .img-logo-color._022 {
    max-height: 90px;
    max-width: 130px;
  }

  .img-logo-color._2 {
    width: 40px;
  }

  .img-logo-color.sus {
    width: 120px;
    top: -11px;
  }

  .link-logo.special {
    top: 77%;
    right: 5%;
  }

  .link-logo.moved {
    margin-top: 0;
  }

  .link-logo.ddd {
    width: 80%;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-logo.left {
    left: 0;
  }

  .link-logo.ch._2 {
    width: 36%;
    align-self: flex-end;
  }

  .link-logo.ch.front {
    width: 65%;
    max-width: none;
    min-width: auto;
    align-self: flex-start;
    margin-top: 10px;
    top: auto;
    left: auto;
  }

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

  .cell-9 {
    display: none;
  }

  .stack-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    margin-top: 0;
  }

  .stack-left {
    object-fit: cover;
    order: 1;
  }

  .nav-menu {
    width: 85%;
    flex: none;
  }

  .nav {
    flex: none;
    margin-top: 5px;
    position: fixed;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-middle {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .superscript-2 {
    font-size: 16px;
    line-height: 16px;
    top: -13px;
  }

  .realizeaza {
    opacity: 1;
    padding: 10px 20px;
  }

  .realizeaza:hover {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .realizeaza._2 {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .adevarul {
    font-size: 28px;
    line-height: 24px;
  }

  .video {
    border-radius: 12px;
  }

  .video.absolut {
    z-index: 2;
    border-radius: 12px;
  }

  .video.visible {
    opacity: 1;
  }

  .h2 {
    font-size: 50px;
  }

  .h2.large {
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
    font-size: 21px;
  }

  .quick-stack-3 {
    height: auto;
    max-height: none;
    grid-row-gap: 10px;
    flex: 0 auto;
  }

  .straturi {
    width: 50%;
    height: 10%;
    flex-direction: column;
    align-self: flex-start;
    margin-bottom: 0;
  }

  .h3 {
    font-size: 15px;
    line-height: 13px;
  }

  .h3.padding {
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .video-on {
    width: 100%;
    min-height: 100px;
    border-radius: 12px;
    justify-content: space-between;
    padding-bottom: 0;
    display: flex;
  }

  .video-on.no-hover {
    width: 100%;
    height: 100%;
    min-height: auto;
    display: block;
  }

  .consecinte {
    margin-bottom: 0;
  }

  .challanges {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .chestionar {
    width: 100%;
    margin-top: 50px;
  }

  .tabs-2030 {
    margin-top: 7px;
  }

  .tab-obj {
    border-radius: 7px;
  }

  .tab-obj.w--current {
    border-radius: 8px;
  }

  .menu-obj {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .content-obj {
    border-radius: 10px;
  }

  .obiective-s {
    margin-top: 50px;
  }

  .line-vertical {
    width: 100%;
    height: 1px;
    align-self: center;
    margin-right: 0;
  }

  .img-logo-ddd {
    max-width: 90%;
    margin-right: 0;
  }

  .v-stack {
    flex-direction: column;
    padding-left: 0;
  }

  .v-stack._2 {
    padding-left: 10px;
  }

  .box-transparent-dr-2 {
    width: 100%;
  }

  .text-field-2.no-p._9.m7 {
    padding-left: 97px;
  }

  .text-field-2.no-p.m4 {
    padding-left: 56px;
  }

  .text-field-2.no-p.m5 {
    padding-left: 109px;
  }

  .text-field-2.m1 {
    padding-left: 95px;
  }

  .text-field-2.m3 {
    padding-left: 86px;
  }

  .text-field-2.m6 {
    padding-left: 121px;
  }

  .check-formular-2 {
    width: 16px;
    height: 16px;
    flex: none;
    margin: 0 10px 2px 0;
    position: relative;
    top: -1px;
  }

  .check-formular-2.w--redirected-checked {
    background-size: 10px 10px;
    border-style: none;
  }

  .text-block-14 {
    font-size: 11px;
    line-height: 11px;
  }

  .v-flex-2 {
    margin-top: 0;
  }

  .v-flex-2.voluntar {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .proiect-menu {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    align-items: end;
    display: grid;
  }

  .tab-p-2._2 {
    justify-content: flex-end;
  }

  .tab-p-2.proiect, .tab-p-2._3 {
    justify-content: space-between;
  }

  .tab-p-2._3.w--current {
    display: flex;
  }

  .button-2.white.frm {
    align-self: flex-end;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .tab-text-2 {
    column-count: 1;
    column-gap: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .tab-text-2.bold.padding {
    text-align: left;
    align-self: flex-start;
  }

  .box-transparent-2.hide {
    z-index: 3;
    opacity: 1;
    flex-direction: column;
    position: relative;
  }

  .px-50 {
    display: flex;
  }

  .hide {
    opacity: 0;
    font-family: Inter, sans-serif;
  }

  .link-block-2 {
    align-self: center;
  }

  .new-v._1 {
    align-items: flex-end;
  }

  .new-v._1.edu {
    padding-right: 0;
  }

  .text-block-24 {
    font-size: 12px;
    line-height: 12px;
  }

  .typeform-wrapper-p2vutdxa {
    height: 800px;
  }

  .premiu-mic.mare {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }

  .premiu-mic.xll {
    width: auto;
    height: auto;
    max-height: 100px;
  }

  .prize-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .produse {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .produse.popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    margin-top: 40px;
    display: grid;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: flex-start;
    top: -9px;
  }

  .line-dark {
    height: 2px;
    align-self: center;
  }

  .row-mid-sp {
    text-align: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .nav-div {
    box-shadow: none;
    flex: none;
    padding-left: 20px;
    padding-right: 30px;
    display: flex;
  }

  .full-content {
    padding-top: 100px;
  }

  .full-content.edu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    width: 28px;
    height: 28px;
  }

  .shadow {
    z-index: 0;
    width: 96%;
    box-shadow: none;
    border-radius: 18px;
  }

  .div-block-16 {
    flex-direction: column;
    align-self: flex-start;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-wrapper---brix.preview-page {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex: 1;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    border-radius: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    left: 16px;
    right: 16px;
  }

  .popup-1---brix {
    height: auto;
    background-color: rgba(0, 0, 56, .5);
    border-radius: 0;
    padding: 70px 16px 32px;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 10%;
    display: block;
    position: absolute;
    top: 19px;
    left: 21px;
  }

  .overlay---brix {
    background-color: rgba(0, 0, 0, .29);
  }

  .overlay---brix._2 {
    background-color: rgba(0, 0, 0, .82);
  }

  .button-popup {
    margin-left: 10px;
    padding: 5px 16px;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .button-popup.custom-up, .button-popup.custom-ino, .button-popup.custom-green {
    margin-left: 0;
  }

  .subscript {
    font-size: 1rem;
    line-height: 0;
    top: -6.2px;
  }

  .subscript-3 {
    font-size: 12px;
    top: 6px;
  }

  .press-article {
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .toggle-text {
    margin-right: 0;
    font-size: 11px;
    line-height: 12px;
  }

  .faq-icon {
    margin-right: 0;
  }

  .faq-body-cont {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .image-4 {
    width: 0;
  }

  .trailer {
    width: 100%;
  }

  .cover {
    z-index: auto;
    height: 440px;
  }

  .cover._2 {
    height: 180px;
  }

  .section {
    margin-bottom: 20px;
  }

  .section.pading {
    margin-top: 0;
  }

  .section.home {
    margin-top: 20px;
  }

  .floating._2 {
    z-index: 1;
    top: 17px;
    right: -5px;
  }

  .floating._2.edu {
    top: 529px;
  }

  .floating._1 {
    z-index: 1;
    width: 130px;
    top: 28px;
    left: 23px;
  }

  .floating._1.unic {
    width: 70px;
    top: 16px;
    left: 11px;
  }

  .floating._3 {
    z-index: 1;
    width: 110px;
    top: 142px;
    left: 6px;
  }

  .floating._3._4 {
    top: 78px;
    left: 193px;
  }

  .holder {
    margin-top: 0;
  }

  .h-special.center {
    z-index: 100;
    font-size: 1.4rem;
    line-height: 1rem;
  }

  .h-special.sub-titlu {
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .h-special.sub-titlu._2 {
    font-size: 1.2rem;
    line-height: 1rem;
    bottom: 67%;
  }

  .h-special.left {
    font-size: 1rem;
    line-height: 1rem;
  }

  .content-header._2 {
    z-index: auto;
  }

  .bg-titlew {
    height: 40px;
  }

  .bg-titlew.auto {
    width: 100%;
  }

  .cover-bg {
    z-index: 0;
    height: 100%;
    object-fit: cover;
    object-position: 51% 50%;
    border-radius: 18px;
    position: relative;
  }

  .cover-bg._1 {
    height: 100%;
    object-position: 50% 50%;
  }

  .pic-sfaturi.big {
    height: 273px;
  }

  .sfat.right {
    flex-direction: column;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    text-align: justify;
  }

  .paragraph-7 {
    line-height: 18px;
  }

  .image-despre {
    border-radius: 12px;
  }

  .logo-img {
    width: 80px;
    max-width: 120px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .logo {
    width: 160px;
    height: 100px;
    max-width: none;
    min-width: auto;
    position: static;
  }

  .logo.mobile {
    width: 140px;
    height: 80px;
  }

  .nav-bg {
    z-index: 100;
    display: none;
  }

  .nav__content {
    top: 25%;
  }

  .brand-2.w--current {
    width: 120px;
    height: 80px;
    margin-top: 10px;
  }

  .brand-2.mobile {
    position: relative;
    top: 3vh;
  }

  .mobile-menu {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .frunza {
    top: -98px;
    left: -187px;
  }

  .frunza.footer.dreapta {
    width: 250px;
    bottom: 204px;
    right: -148px;
  }

  .frunza.footer.stanga {
    width: 400px;
    bottom: 74px;
    left: -285px;
  }

  .nav-2 {
    z-index: 101;
    display: none;
  }

  .social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social-div.menu {
    align-self: center;
    margin-top: 0;
    position: static;
    top: -46px;
    left: -154px;
  }

  .legal {
    flex-direction: column;
    align-self: center;
    margin-top: 15px;
  }

  .text-block-3 {
    align-self: center;
    margin-top: 6px;
    margin-left: 0;
    font-size: 9px;
    line-height: 12px;
  }

  .link-2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .burger {
    margin-top: 0;
  }

  .impd-cov {
    width: 100%;
    height: 100%;
    object-position: 50% 0%;
    align-self: flex-start;
    top: auto;
    bottom: auto;
  }

  .impd-holder {
    height: 100%;
    border-radius: 12px;
  }

  .image-6 {
    width: auto;
    height: 110px;
    padding: 10px 5px 10px 15px;
  }

  .button-4 {
    width: 40px;
    height: 40px;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: center;
  }

  .tab-text-3 {
    column-count: 1;
    column-gap: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .marquee-wrapper {
    height: 100px;
  }

  .marquee-track {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .marquee-image {
    width: 100px;
    height: 100px;
    border-radius: 12px;
  }

  .video-sus, .video-sus.edu {
    border-radius: 12px;
  }

  .social {
    z-index: 5;
  }
}

#w-node-cfd92698-a1dd-c9bb-75e5-96a4dc491009-d6f64bdc {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
}

#w-node-f6232e6b-7355-1371-0671-4d21baef573e-d6f64bdc, #w-node-_1cb2dbac-8fcd-0d8d-b711-d351a708bdce-d6f64bdc {
  grid-row: span 2 / span 2;
}

#w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab4-d6f64bdc {
  grid-template-rows: minmax(200px, 200px) minmax(auto, .25fr);
  grid-template-columns: 0 .5fr .25fr .25fr;
}

#w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab5-d6f64bdc {
  grid-row: span 2 / span 2;
}

#w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ac5-d6f64bdc {
  grid-column: span 2 / span 2;
}

#w-node-_5882272a-04c3-3d2f-856c-24d66e2e0313-d6f64bdc {
  grid-template-rows: auto auto;
  grid-template-columns: 0 auto;
}

@media screen and (max-width: 991px) {
  #w-node-aa5df51c-455f-b699-86ad-65ae7a955881-d6f64bdc, #w-node-_0d3e243e-b467-1f0f-3aaa-b980d14cc902-d6f64bdc, #w-node-_5cf094f3-7869-167c-6eb6-149a462aaf4e-d6f64bdc, #w-node-_0cc0cfbc-64de-173c-ff82-4b39c301e242-d6f64bdc {
    justify-self: stretch;
  }

  #w-node-cfd92698-a1dd-c9bb-75e5-96a4dc491009-d6f64bdc {
    grid-template-rows: 2fr auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f6232e6b-7355-1371-0671-4d21baef573e-d6f64bdc {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cb2dbac-8fcd-0d8d-b711-d351a708bdce-d6f64bdc {
    grid-row: span 2 / span 2;
  }

  #w-node-b4cdb2cc-03c5-ecd3-1142-43781714e1aa-d6f64bdc {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ce11f478-c1e7-4b92-ec10-89f149921d26-d6f64bdc {
    order: 9999;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab4-d6f64bdc {
    grid-template-rows: 35% 46%;
    grid-template-columns: 1fr 2fr 1fr;
    display: grid;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab5-d6f64bdc {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ac5-d6f64bdc {
    grid-column: span 2 / span 2;
  }

  #w-node-_5882272a-04c3-3d2f-856c-24d66e2e0313-d6f64bdc {
    grid-template-rows: 1fr;
    grid-template-columns: 0 .5fr 1fr;
    display: grid;
  }

  #w-node-_5882272a-04c3-3d2f-856c-24d66e2e0315-d6f64bdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2740af3-3928-9df4-5ea5-a34d40634f86-d6f64bdc {
    order: 9999;
  }

  #seminar.w-node-a2bf69ac-57e4-6b12-a846-6397d28de42c-d6f64bdc {
    justify-self: stretch;
  }

  #w-node-_31522fe5-0d11-2aa6-80ef-e025f69557df-f69557d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b66e32d0-7c6a-b33d-3ca8-05be8dfb039b-8dfb0387 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_035e0921-854f-903b-545c-b0e6793482de-793482d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfd92698-a1dd-c9bb-75e5-96a4dc491009-d6f64bdc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1cb2dbac-8fcd-0d8d-b711-d351a708bdce-d6f64bdc, #w-node-b4cdb2cc-03c5-ecd3-1142-43781714e1aa-d6f64bdc {
    grid-row: span 2 / span 2;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab4-d6f64bdc {
    grid-template-rows: 35% 33%;
    grid-template-columns: 1.5fr 2fr 2.25fr;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab5-d6f64bdc {
    order: 0;
  }

  #w-node-a2bf69ac-57e4-6b12-a846-6397d28de65a-d6f64bdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2bf69ac-57e4-6b12-a846-6397d28de68e-d6f64bdc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a2bf69ac-57e4-6b12-a846-6397d28de74a-d6f64bdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2bf69ac-57e4-6b12-a846-6397d28de751-d6f64bdc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291ae-535291ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291b2-535291ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291b4-535291ad {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291b6-535291ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291b8-535291ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291ba-535291ad {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7483e9d3-494e-4309-da7f-89a568019c4d-0ca7fb1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7483e9d3-494e-4309-da7f-89a568019c81-0ca7fb1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9ebc94d1-685f-b0e9-d24e-bb6999d880d7-ef07e25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ebc94d1-685f-b0e9-d24e-bb6999d8810b-ef07e25a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfd92698-a1dd-c9bb-75e5-96a4dc491009-d6f64bdc {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab4-d6f64bdc {
    grid-template-rows: 35% 33%;
    grid-template-columns: 1.5fr 2.25fr 2.25fr;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ab8-d6f64bdc {
    grid-column: span 1 / span 1;
  }

  #w-node-a0e2dca2-599f-af89-9b84-d9c6f7c98ac2-d6f64bdc {
    grid-column: span 2 / span 2;
  }

  #inscrie.w-node-a2bf69ac-57e4-6b12-a846-6397d28de44a-d6f64bdc {
    align-self: stretch;
  }

  #w-node-a2bf69ac-57e4-6b12-a846-6397d28de68e-d6f64bdc, #w-node-a2bf69ac-57e4-6b12-a846-6397d28de751-d6f64bdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31522fe5-0d11-2aa6-80ef-e025f69557df-f69557d2, #w-node-d330ab1e-e45d-513c-21c1-5e85fa202fca-f69557d2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291b4-535291ad {
    align-self: center;
    justify-self: center;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291b6-535291ad, #w-node-_95163455-4cb2-589e-f29b-57f7535291b8-535291ad {
    justify-self: center;
  }

  #w-node-_95163455-4cb2-589e-f29b-57f7535291ba-535291ad {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2470c307-e27f-32a8-721d-1bb79d82e3c0-9d82e3ab, #w-node-_2470c307-e27f-32a8-721d-1bb79d82e3c7-9d82e3ab {
    align-self: stretch;
  }

  #w-node-_7483e9d3-494e-4309-da7f-89a568019c81-0ca7fb1e, #w-node-b66e32d0-7c6a-b33d-3ca8-05be8dfb039b-8dfb0387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b66e32d0-7c6a-b33d-3ca8-05be8dfb03a8-8dfb0387 {
    align-self: end;
  }

  #w-node-_035e0921-854f-903b-545c-b0e6793482de-793482d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ebc94d1-685f-b0e9-d24e-bb6999d8810b-ef07e25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdk';
  src: url('../fonts/bdk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}