@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,700;0,900;1,400&display=swap");
@font-face {
  font-family: "GreenpeaceSans";
  font-style: normal;
  src: url("../font/GreenpeaceSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "OpenDyslexicMono";
  src: url("../../font/OpenDyslexicMono-Regular.eot");
  src: url("../../font/OpenDyslexicMono-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/OpenDyslexicMono-Regular.woff2") format("woff2"), url("../../font/OpenDyslexicMono-Regular.woff") format("woff"), url("../../font/OpenDyslexicMono-Regular.ttf") format("truetype"), url("../../font/OpenDyslexicMono-Regular.svg#OpenDyslexicMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
:focus, [type=text]:focus, [type=email]:focus, [type=tel]:focus, [type=checkbox]:focus, select:focus {
  outline: solid 4px #ff5733;
}

.skipLink {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white !important;
  text-decoration: underline;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #004B00;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  z-index: 100;
}

.skipLink:focus {
  position: static;
  width: auto;
  height: auto;
  float: left;
}

.button {
  display: inline-block;
  background-color: #004D00;
  color: #FFFFFF;
  font-family: "GreenpeaceSans", sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-height: 44px;
}

.button:hover {
  background-color: #66CC00;
  color: #000000;
  outline: solid 2px #66CC00;
  outline-offset: 2px;
}

.button:focus {
  background-color: #004D00 !important;
  color: #FFFFFF !important;
}

body {
  background-image: url(../img/GP_RipCutShapes-04b.svg), url(../img/GP_RipCutShapes-04_2b.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: left top, right bottom;
  margin-top: -50px !important;
  padding-top: 50px !important;
}

/* generic item */
h1, h2, h3, h4, h5, h6 {
  color: #2d2d2b;
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

h4 {
  color: #004B00;
}

h5 {
  color: #66CC00;
}

p, li {
  color: #2d2d2b;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}

p a, p a:hover, p a:focus {
  color: #004B00;
  text-decoration: underline;
}

h1 {
  font-size: 3em;
  line-height: 1.3;
}

h2 {
  font-size: 1.75em;
  /* ~28px */
  line-height: 1.4;
}

h3 {
  font-size: 1.5em;
  /* ~24px */
  line-height: 1.5;
}

h4 {
  font-size: 1.25em;
  /* ~20px */
  line-height: 1.6;
}

p, li {
  font-size: 1.1em;
  /* ~17.6px */
  line-height: 1.6;
}

small {
  font-size: 0.95em;
  /* ~15.2px (evitare sotto i 14px) */
  line-height: 1.4;
}

@media (min-width: 769px) {
  h1 {
    font-size: 3em;
    line-height: 1.2;
  }

  h2 {
    font-size: 2em;
    /* ~32px */
    line-height: 1.3;
  }

  h3 {
    font-size: 1.75em;
    /* ~28px */
    line-height: 1.4;
  }

  h4 {
    font-size: 1.5em;
    /* ~24px */
    line-height: 1.5;
  }

  p, li {
    font-size: 1.1em;
    /* ~17.6px */
    line-height: 1.6;
  }

  small {
    font-size: 1em;
    /* ~16px, non più piccolo per accessibilità */
    line-height: 1.5;
  }
}
.textOutline {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: "GreenpeaceSans", sans-serif;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #2d2d2b, 1px -1px 0 #2d2d2b, -1px 1px 0 #2d2d2b, 1px 1px 0 #2d2d2b;
}

.textOutline span {
  color: #2d2d2b;
  text-shadow: -1px -1px 0 #2d2d2b, 1px -1px 0 #2d2d2b, -1px 1px 0 #2d2d2b, 1px 1px 0 #2d2d2b;
}

@media (max-width: 767px) {
  .textOutline span {
    color: #2d2d2b;
    text-shadow: none;
  }
}
.textOutlineGreen {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: "GreenpeaceSans", sans-serif;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #004B00, 1px -1px 0 #004B00, -1px 1px 0 #004B00, 1px 1px 0 #004B00;
}

.textOutlineGreen span {
  color: #004B00;
  text-shadow: -1px -1px 0 #004B00, 1px -1px 0 #004B00, -1px 1px 0 #004B00, 1px 1px 0 #004B00;
}

@media (max-width: 767px) {
  .textOutlineGreen span {
    color: #004B00;
    text-shadow: none;
  }
}
hr {
  border-top: 1px solid #666666;
  border-bottom: 0px;
  margin-left: 0px;
}

evid {
  font-weight: bold;
  color: #2d2d2b;
  background-color: #66CC00;
  display: inline;
  padding: 2px 0px;
}

.titlepageimg {
  width: 75% !important;
}

.titleimg {
  width: 65% !important;
  margin: 0px 0px 20px 10px;
}

@media only screen and (max-width: 600px) {
  .titleimg {
    width: 95% !important;
  }
}
.hrimg {
  margin-top: 80px;
}

@keyframes imageAnimation {
  0% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(1.2) rotate(4deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
#modulo-text,
#modulo-columns,
#modulo-requests {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

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

.footer hr {
  max-width: 100%;
}

.footer p {
  font-size: 0.7em !important;
  padding-left: 10px;
}

.footer p a {
  color: #2d2d2b;
  text-decoration: underline;
}

.footer span {
  font-weight: 900;
}

.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.9);
}

#firma-ora {
  display: block;
  position: fixed;
  right: 6%;
  bottom: -6rem;
  width: 5.8rem;
  height: 5.8rem;
  padding-top: 2.7rem;
  background: #004B00;
  background-image: url("../img/sign-fab.svg");
  background-position: 50% 20%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 100%;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  border-radius: 50% 50%;
  font-family: "GreenpeaceSans", sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 900;
  line-height: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  transition: bottom 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 8;
}

#firma-ora.in {
  bottom: 2rem;
}

@media (min-width: 768px) {
  #firma-ora {
    display: none;
  }
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #004B00;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-align: center;
}

.loader {
  display: inline-block;
  position: relative;
  animation: loader 2s infinite ease;
}

.loader img {
  width: 50px;
  height: 50px;
}

.loader p {
  color: #FFFFFF;
  font-size: 0.6em;
  white-space: nowrap;
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 900;
}

/** FORM **/
.form-content {
  margin-top: 40px;
}

.petition-form {
  background-color: #66CC00;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px !important;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  text-align: center;
}

.formBox__CTA-petitionbox {
  background: #004B00;
  line-height: 1.2em !important;
  padding: 15px 30px 5px 30px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

.formBox__CTA-petition {
  font-family: "Work Sans", sans-serif;
  font-size: 0.9em;
  color: #FFFFFF !important;
  padding-top: 5px;
}

.formBox__CTA-petition span {
  font-family: "GreenpeaceSans", sans-serif !important;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.hs-input, .input, .inputs-list {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

[type=text], [type=email], [type=tel], select {
  border: none !important;
  background-color: #FFFFFF;
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 900;
  font-size: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #004B00 !important;
  margin-bottom: 10px;
}

[type=text]:focus, [type=email]:focus, [type=tel]:focus {
  background-color: #FFFF00;
}

.prefix {
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #004B00 !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004B00 !important;
  opacity: 1;
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 900;
  font-size: 17px !important;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #004B00 !important;
  opacity: 1;
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 900;
  font-size: 17px !important;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #004B00 !important;
  opacity: 1;
  font-family: "GreenpeaceSans", sans-serif;
  font-weight: 900;
  font-size: 17px !important;
  text-transform: uppercase;
}

.en-form .pledge-field {
  position: relative;
  padding: 0;
}

.privacy-disclaimer {
  font-size: 0.6em !important;
  line-height: 0.7rem !important;
  font-weight: 400;
  color: #103747 !important;
}

.privacy-disclaimer a {
  color: #103747;
  text-decoration: underline;
}

p.en-form, p.en-error {
  font-weight: bolder;
  color: #f2545b;
  font-size: 0.8em;
  text-align: left;
  margin-top: -5px;
  padding-left: 5px;
  line-height: 0.8em;
  border-left: #f2545b solid 10px;
}

.btnsign {
  background: #004B00 !important;
  color: #FFFFFF !important;
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bolder;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  width: 50%;
  margin: 25px 0px;
  display: block;
  text-align: center;
}

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

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

.hs-button.primary {
  background: #004B00 !important;
  color: #FFFFFF !important;
  font-family: "GreenpeaceSans", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  max-width: 100%;
  /* Assicura che il pulsante non ecceda la larghezza del contenitore */
  box-sizing: border-box;
  /* Include padding nei calcoli della larghezza */
}

/* Media query per schermi piccoli */
@media (max-width: 600px) {
  .hs-button.primary {
    font-size: 1rem;
    /* Riduce la dimensione del testo */
    padding: 8px 15px;
    /* Riduce il padding per schermi piccoli */
    text-align: center;
    /* Centra il testo */
  }
}
.hs-button.primary:hover {
  background-color: #FFFF00 !important;
  color: #2d2d2b !important;
  outline: solid 2px #FFFF00;
  outline-offset: 2px;
}

.hs-button.primary:focus {
  background-color: #004D00 !important;
  color: #FFFFFF !important;
  outline: solid 4px #ff5733;
}

.hs-form-field > label {
  font-family: "GreenpeaceSans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2d2d2b;
  text-transform: uppercase;
}

.legal-consent-container > div > p {
  color: #2d2d2b;
  font-size: 0.9em !important;
  line-height: 0.7rem !important;
  margin-top: 10px;
}

.legal-consent-container a {
  color: #2d2d2b;
  text-decoration: underline;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-top: 25px;
}

.hs-form-required {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 0.9rem;
  color: #2d2d2b;
}

.form-required-message {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 0.9rem;
  color: #2d2d2b;
}

label.hs-error-msg, label.hs-main-font-element {
  font-weight: bold;
  color: #2d2d2b;
  font-size: 0.7rem;
  text-align: left;
  margin-top: -5px;
  padding-left: 20px;
  line-height: 0.8rem;
  background: url(../img/errorForm.svg) bottom left no-repeat;
  background-size: 15px;
}

ul.hs-error-msgs label a {
  font-weight: bold;
  color: #2d2d2b;
  font-size: 0.7rem;
  text-align: left;
  text-decoration: underline;
  margin-top: -5px;
  padding-left: 20px;
  line-height: 0.8rem;
  background: url(../img/questionForm.svg) bottom left no-repeat;
  background-size: 15px;
}

ul.hs-error-msgs {
  list-style-type: none;
}

.legal-consent-container .hs-error-msgs label {
  color: #2d2d2b !important;
}

ul.inputs-list {
  list-style-type: none;
}

li.hs-form-booleancheckbox p {
  color: #2d2d2b;
  font-size: 0.6rem !important;
  line-height: 1.2rem !important;
}

.hs-richtext {
  margin-bottom: -18px;
}

li.hs-form-booleancheckbox > label > span > p {
  font-weight: bold !important;
  font-size: 0.9rem !important;
}

.hs-form-booleancheckbox {
  margin-top: -15px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  line-height: 0.9rem !important;
}

.hs-form-booleancheckbox input[type=checkbox] {
  margin-top: 3px;
}

.covertext {
  padding-top: 60px;
}

.logoGP {
  width: 120px;
  height: 30px;
  background-color: #2d2d2b;
  -webkit-mask: url(../img/gp-logo.svg) no-repeat center;
  mask: url(../img/gp-logo.svg) no-repeat center;
  margin-bottom: 5px;
}

h1.cover_title {
  color: #2d2d2b;
}

h3.cover_subtitle {
  text-transform: uppercase;
  color: #2d2d2b;
}

p.cover_subtitle {
  color: #2d2d2b;
  font-family: "Work Sans", sans-serif;
}

p.cover_subtitle strong {
  color: #2d2d2b !important;
}

img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 48em) {
  h1.cover_title {
    color: #2d2d2b;
    font-size: 8vw !important;
  }

  .cover1bkg {
    background-position: center bottom;
  }

  .cover {
    min-height: 130vh;
  }
}
.imgcenter {
  width: 75%;
}

.paddingDesk {
  padding-top: 80px;
}

@media screen and (max-width: 48em) {
  .imgcenter {
    width: 100%;
  }

  .paddingDesk {
    padding-top: 0px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #modulo-text p {
    column-count: 2;
    column-gap: 4em;
  }
}
.single-request {
  color: #2d2d2b !important;
}

.single-request::first-letter {
  font-weight: 900;
  color: #004B00;
  font-size: 2em;
  line-height: 0.5em;
  padding-top: 0.2em;
  margin-right: 10px;
  float: left;
}

.cta-request {
  font-weight: 900;
  color: #004B00;
}

h4.closecta {
  color: SecondaryColor;
  text-transform: uppercase;
  line-height: 1.2em;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #modulo-requests p {
    column-count: 2;
    column-gap: 4em;
  }
}
/** -- THANK YOU  -- **/
.tnkpage h1:focus {
  outline: none;
  box-shadow: none;
}

.iconshare {
  color: #284834 !important;
  font-size: 2rem !important;
}

.iconshare button {
  color: #004B00;
}

.fa-stack-1x, .fa-stack-2x {
  top: 0px;
}

.content-form {
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #66CC00;
}

.social-cta {
  color: red;
  padding-top: 0px;
  cursor: pointer;
}

#logoTYP {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

#start {
  height: 100vh;
  position: relative;
}

.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: calc(50% + 25px);
  margin: auto;
  text-align: center;
}

.content-donation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: calc(50% + 25px);
  margin: auto;
  text-align: center;
}

.content-donation h2, .content-donation h5 {
  text-align: center;
}

.content-donationform {
  margin: 0px auto;
  width: 100%;
  max-width: 400px;
}

#start {
  background: #FFFFFF;
  position: relative;
  height: 100vh;
}

#DIVshare {
  background: #FFFFFF;
  position: relative;
  height: 100vh;
  display: none;
}

#DIVdonation {
  background: #FFFFFF;
  position: relative;
  height: 100vh;
  display: none;
}

.tkpBTN {
  background-color: #004B00;
  border: none;
  color: #FFFFFF;
  width: 100%;
  max-width: 130px;
  padding: 15px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 1.4em;
  font-family: "GreenpeaceSans", sans-serif;
}

.tkpBTN.skip {
  background-color: #666;
  color: #FFFFFF;
  padding: 10px;
  font-size: 0.8em;
  max-width: 80px;
  margin-top: 15px;
}

.tkpBTN:hover {
  background-color: #66CC00;
  color: #004B00;
}

/*.contentDonazioneBTN{
  margin: 40px 0px;
}*/
.miniCTA a {
  color: #48150c;
  font-size: 0.8em;
  text-decoration: underline;
}

@media (max-width: 500px) {
  .content h2 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .content h3 {
    font-size: 1.5em;
  }

  .content h5 {
    font-size: 1em;
    margin: 20px 0px;
  }

  .tkpBTN {
    font-size: 1em;
  }
}
.bottom-progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 50px;
  z-index: 99;
  opacity: 0.6;
}

.progress-container-div {
  display: block;
  text-align: center;
  margin: 5px auto 0 auto;
}

.progress-container-div .progress-block {
  display: inline-block;
  margin: 0 10px;
}

.progress-container-div .progress-mark {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: none;
  text-align: center;
  position: relative;
  top: 8px;
}

.progress-container-div .progress-label {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  font-size: 1em;
}

.progress-block.progress-block-crossed .progress-mark {
  background: url("../img/checkmarkno.png") center center;
  background-size: cover;
}

.progress-block.progress-block-checked .progress-mark {
  background: url("../img/checkmark.png") center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .progress-container-div {
    margin: 5px auto 0 auto;
  }
}

/*# sourceMappingURL=app.css.map */
