@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro-Black.woff2") format("woff2"), url("../fonts/Intro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-BdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-BdCn.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-MdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-MdCn.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Cn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Cn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue LT Pro";
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
  position: relative;
  background-color: #007A33;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

input:focus {
  border: 0;
  outline: 0;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.slick-slide:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  width: auto;
  margin: 0;
}

.visible-desktop {
  display: block;
}

.visible-medium {
  display: none;
}

.visible-medium-desktop {
  display: block;
}

.visible-mobile {
  display: none;
}

.visible-mobile-medium {
  display: none;
}

@media (max-width: 1200px) {
  body {
    padding-bottom: 0;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-medium {
    display: block !important;
  }
  .visible-medium-desktop {
    display: block !important;
  }
  .visible-mobile-medium {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-medium {
    display: none !important;
  }
  .visible-medium-desktop {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
}
header {
  background-color: #3F7E3A;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 193px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
header .logo {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
header .partners-nav {
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  background-color: #ffffff;
  padding-top: 7px;
}
header .partners-nav > p {
  font-size: 18px;
  font-weight: 700;
  color: #145836;
  margin-bottom: 7px;
  font-family: "Helvetica Neue LT Pro", sans-serif;
}
header .partners-nav .partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
}
header .partners-nav .partners-list .partner {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-bottom: 7px;
  filter: grayscale(1);
}
header .partners-nav .partners-list .partner .wrapper {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
header .partners-nav .partners-list .partner .wrapper.penny {
  background: #CD1719;
}
header .partners-nav .partners-list .partner .wrapper.penny img {
  max-height: 70%;
}
header .partners-nav .partners-list .partner img {
  max-width: 80%;
  max-height: 64%;
}
header .partners-nav .partners-list .partner.active, header .partners-nav .partners-list .partner:hover {
  filter: unset;
}
header .partners-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .partners-nav .slick-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .partners-nav .slick-arrow {
  width: 32px;
  height: 62px;
}
header .partners-nav .slick-prev {
  background-image: url("../../img/arrow-left.png");
}
header .partners-nav .slick-prev.slick-disabled {
  background-image: url("../../img/arrow-left-red.png");
}
header .partners-nav .slick-next {
  background-image: url("../../img/arrow-right.png");
}
header .partners-nav .slick-next.slick-disabled {
  background-image: url("../../img/arrow-right-red.png");
}

@media (max-width: 1366px) {
  header .navbar-logo {
    width: 120px;
  }
  header .partner {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (max-width: 1200px) {
  header .partner {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  .social-icons a {
    margin-left: 15px;
    margin-right: 15px;
  }
  header {
    height: auto;
  }
  header .logo {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header .partners-nav {
    box-sizing: border-box;
  }
  header .partners-nav .slick-track {
    display: block;
  }
  header .partners-nav .slick-list {
    padding-left: 5px;
    padding-right: 5px;
  }
  header .partners-nav .partners-list .partner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  header .partners-nav .partners-list .partner img {
    max-height: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  header .partners-nav {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  header .partners-nav > p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 12px;
  }
  header .partners-nav .partners-list {
    width: 100%;
  }
  header .partners-nav .partners-list .partner {
    margin-left: 10px;
    margin-right: 10px;
  }
  header .partners-nav .slick-list {
    padding-left: 5px;
    padding-right: 5px;
  }
  header .partners-nav .slick-arrow {
    width: 20px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
footer {
  display: none;
  grid-template-columns: 65fr 35fr;
  align-items: center;
  grid-column-gap: 28px;
  z-index: 4;
  margin: 1.2% 28px 12px 28px;
  position: relative;
  color: #ffffff;
}
footer.nutline-footer-penny {
  margin-top: 2.2%;
}
footer.is-active {
  display: grid;
}
footer a {
  color: #ffffff;
  transition: all 0.1s ease-in;
}
footer a:hover {
  color: #DCC727;
}
footer .left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
footer .left .shop {
  background-color: #FFFFFF;
  padding: 8px;
  border-radius: 8px;
  max-width: 60px;
  max-height: 60px;
}
footer .left .shop.auchan {
  max-width: 100px;
}
footer .left .shop.mega {
  padding: 2px;
  display: flex;
}
footer .left .shop.mega img {
  width: 64px;
  height: 64px;
}
footer .left .carrefour {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
footer .left .carrefour .shop {
  background-color: #FFFFFF;
  padding: 8px;
  border-radius: 8px;
  max-width: 60px;
  max-height: 60px;
}
footer .left .carrefour .shop .img {
  width: 45px;
  height: 40px;
}
footer .left .carrefour .shop .img-2 {
  padding-top: 5px;
}
footer .left .shop-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .right .subscribe-btn {
  display: flex;
  height: 52px;
  padding: 11px 40px 9px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 200px;
  border: 2.5px solid #DDC724;
  background: #145836;
  color: #FFF;
  font-size: 24px;
  font-family: Intro, sans-serif;
  font-style: normal;
  line-height: normal;
  box-sizing: border-box;
}
footer .right .subscribe-btn:hover {
  border-color: #145836;
}
footer .right .buttons-group {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
footer .right .buttons-group .btn {
  display: flex;
  height: 40px;
  padding: 11px 20px 9px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 200px;
  border: 1px solid #145836;
  background: #FFF;
  color: #145836;
  font-family: Intro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  box-sizing: border-box;
}
footer .right .buttons-group .btn:hover {
  background-color: #60C65A;
}
footer .info-period {
  flex: 1;
  line-height: 16px;
  font-size: 14px;
}
footer .info-links {
  display: flex;
  text-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  gap: 24px;
  width: 98%;
  padding: 0;
}
footer .info-links li {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

footer.show-only-active.is-active {
  display: grid !important;
}

@media (min-width: 2800px) {
  footer {
    max-width: 2800px;
    margin: 1.2% auto 12px;
    padding-left: 28px;
    padding-right: 28px;
    box-sizing: border-box;
  }
}
@media (max-width: 1200px) {
  footer.show-only-active.is-active {
    display: flex !important;
  }
  footer {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    z-index: 6;
    margin: 0;
    padding-top: 24px;
  }
  footer .right {
    width: 60%;
  }
  footer .left {
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    padding: 40px 24px;
  }
  footer .left .shop-info {
    gap: 24px;
  }
  footer .info-period {
    width: auto;
    height: auto;
    display: block;
    text-align: left;
    margin: 0;
    line-height: 22px;
    padding: 0 24px;
  }
  footer .info-links {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 12px;
  }
  footer .right {
    width: 94%;
    padding: 0 24px;
  }
  footer .right .buttons-group {
    flex-direction: column;
  }
}
.main-btn {
  font-size: 40px;
  font-weight: 700;
  line-height: 80px !important;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #da2128;
  width: 400px;
  height: 70px;
  border-radius: 10px;
  display: block;
}
.main-btn:hover {
  color: #ffffff;
}

@media (max-width: 576px) {
  .main-btn {
    font-size: 11px;
    width: 159px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
  }
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .modal-bg {
  display: block;
}

.modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.modal {
  outline: none;
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  display: none;
  z-index: 100;
}

.custom-modal {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.35);
  width: 698px;
  height: 623px;
  padding: 20px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.custom-modal .close-modal {
  position: absolute;
  top: -11px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
}
.custom-modal .modal-content {
  background-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  color: #005030;
  height: 100%;
  position: relative;
  overflow: auto;
}
.custom-modal .modal-content .modal-title {
  font-size: 36px;
  font-style: italic;
}

.modal-btn-subscribe {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.modal-alege-magazin .modal-content {
  padding-top: 65px;
}
.modal-alege-magazin .modal-content .modal-title {
  font-style: normal;
  text-align: center;
  margin-bottom: 65px;
}
.modal-alege-magazin .modal-content .list-shops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.modal-alege-magazin .modal-content .list-shops a {
  width: 33.3%;
  margin-bottom: 40px;
  height: 90px;
  display: flex;
  line-height: 90px;
  padding: 0 5px;
  box-sizing: border-box;
  justify-content: center;
}
.modal-alege-magazin .modal-content .list-shops a img {
  object-fit: contain;
}

.modal-castigatori .modal-title {
  padding-top: 40px;
  margin-bottom: 40px;
}
.modal-castigatori .shop {
  position: absolute;
  top: 14px;
  right: 26px;
}
.modal-castigatori .shop img {
  max-height: 44px;
}
.modal-castigatori table {
  width: 100%;
}
.modal-castigatori table * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.modal-castigatori table th, .modal-castigatori table td {
  font-size: 20px;
  font-style: italic;
  text-align: left;
  padding: 5px 30px 5px 0;
  height: 60px;
  border-bottom: 1px solid #ededed;
}
.modal-castigatori table th:nth-child(2), .modal-castigatori table td:nth-child(2) {
  padding-right: 0;
}
.modal-castigatori table th {
  font-weight: 700;
}
.modal-castigatori table tbody tr:last-child td {
  border-bottom: none;
}
.modal-castigatori table thead th {
  height: auto;
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal-castigatori-fara .modal-content,
.modal-text .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.modal-castigatori-fara .modal-content .modal-title,
.modal-text .modal-content .modal-title {
  line-height: 37px;
}

.modal-produse-participante .modal-content {
  padding-top: 35px;
  overflow: initial;
}
.modal-produse-participante .modal-content .modal-title {
  margin-bottom: 8px;
}
.modal-inscrie-bon {
  height: auto;
  max-height: 90vh;
}
.modal-inscrie-bon .modal-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.modal-inscrie-bon .modal-content .shop {
  padding-top: 9px;
  margin-bottom: 15px;
  height: 60px;
}
.modal-inscrie-bon .modal-content .shop img {
  max-height: 90%;
}
.modal-inscrie-bon .modal-title {
  margin-bottom: 13px;
}
.modal-inscrie-bon form * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-inscrie-bon form .star {
  color: #e60305;
}
.modal-inscrie-bon form .instructions {
  font-size: 14px;
  color: #525252;
  margin-bottom: 10px;
  margin-top: -6px;
  padding-left: 14px;
}
.modal-inscrie-bon form .img-bon {
  display: none;
  margin-bottom: 8px;
}
.modal-inscrie-bon form .img-bon.active {
  display: block;
}
.modal-inscrie-bon form .form-group {
  position: relative;
  margin-bottom: 9px;
}
.modal-inscrie-bon form .form-group input {
  height: 51px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  background-color: #ededed;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  padding: 0 13px;
}
.modal-inscrie-bon form .form-group .placeholder {
  position: absolute;
  pointer-events: none;
  font-size: 16px;
  font-weight: 700;
  left: 13px;
  top: 17px;
  color: #525252;
}
.modal-inscrie-bon form .form-group .placeholder span {
  color: #e60305;
}
.modal-inscrie-bon form .form-group .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e60305;
}
.modal-inscrie-bon form .form-group .info {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
  width: 20px;
}
.modal-inscrie-bon form .custom-control .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e60305;
}
.modal-inscrie-bon form.is-invalid ~ .invalid-feedback, .modal-inscrie-bon form.was-validated :invalid ~ .invalid-feedback {
  display: block;
}
.modal-inscrie-bon form .main-btn {
  display: block;
  width: 287px;
  height: 66px;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  border: none;
  cursor: pointer;
}
.modal-inscrie-bon form .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 35px;
  min-height: 21px;
  margin-bottom: 10px;
}
.modal-inscrie-bon form .custom-control:last-child {
  margin-bottom: 3px;
}
.modal-inscrie-bon form .custom-control .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 30px;
  height: 21px;
  opacity: 0;
}
.modal-inscrie-bon form .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #005030;
}
.modal-inscrie-bon form .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("/img/check.png");
}
.modal-inscrie-bon form .custom-control .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: block;
}
.modal-inscrie-bon form .custom-control .custom-control-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -37px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background-color: #ededed;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.modal-inscrie-bon form .custom-control .custom-control-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: -37px;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.modal-inscrie-bon form .custom-control label {
  font-size: 16px;
  color: #525252;
}
.modal-inscrie-bon form .custom-control label a {
  color: #5e84ff;
}

@media (max-width: 767px) {
  .modal {
    left: 0;
    right: 0;
    top: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 20px;
    margin-right: 20px;
  }
  .custom-modal {
    width: 100%;
    height: 663px;
  }
  .modal-castigatori .shop {
    right: 17px;
  }
}
@media (max-width: 576px) {
  .modal {
    top: 0;
    margin: 0;
  }
  .custom-modal {
    height: 100vh;
    padding: 5px !important;
    max-height: 100vh;
    top: 0;
    margin-top: 0;
    border-radius: 0;
    background: #005030;
  }
  .custom-modal .close-modal {
    top: 10px;
    right: 10px;
  }
  .custom-modal .modal-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-modal .modal-content .modal-title {
    font-size: 18px;
  }
  .modal-produse-participante {
    height: auto;
  }
  .modal-alege-magazin .modal-content .modal-title {
    margin-bottom: 40px;
  }
  .modal-alege-magazin .modal-content .list-shops {
    justify-content: center;
    margin: 0 -10px;
  }
  .modal-alege-magazin .modal-content .list-shops a {
    width: 33.3%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 25px;
  }
  .modal-castigatori .modal-title {
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .modal-castigatori table th, .modal-castigatori table td {
    font-size: 16px;
    padding: 5px 10px 5px 0;
  }
  .modal-inscrie-bon form .main-btn {
    width: 230px;
    height: 53px;
    line-height: 60px !important;
    font-size: 24px;
    margin: 0 auto;
  }
  .modal-produse-participante .modal-content {
    padding-top: 20px;
    overflow: auto;
  }
  .modal-produse-participante .modal-content .product {
    position: relative;
    top: 0;
    left: 0;
  }
}
.nt-section {
  background-image: url(../img/background.png);
  background-size: cover;
  background-position: right top;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-width: 2800px;
  margin: auto;
  background-color: #007A33;
}
.nt-section .campaign-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 2.2vw 3.3vw 4vw;
  grid-column-gap: 36px;
}
.nt-section .campaign-title > * {
  grid-row: 1;
}
.nt-section .campaign-title .logo-left {
  grid-column: 1;
  justify-self: start;
  width: 14.4vw;
  height: auto;
}
.nt-section .campaign-title .penny {
  grid-column: 1;
  justify-self: end;
  width: 9vw;
  height: auto;
}
.nt-section .campaign-title .logo-right {
  grid-column: 3;
  justify-self: start;
  width: 14.5vw;
  height: auto;
}
.nt-section .campaign-title .campaign-text {
  grid-column: 2;
  justify-self: center;
  height: 6.9vw;
  width: auto;
}
.nt-section .description-participate {
  display: grid;
  grid-template-columns: 30fr 70fr;
  align-items: end;
  overflow: visible;
  padding: 0 1.9vw 0 3.2vw;
}
.nt-section .description-participate .banner-squirrel {
  align-self: end;
  margin-bottom: -12.3%;
}
.nt-section .description-participate .banner-right {
  display: grid;
  grid-template-columns: 35fr 54fr;
  align-items: center;
  padding-right: 1.9vw;
  grid-column-gap: 1.7vw;
  margin-left: -20px;
}
.nt-section .description-participate .banner-right .end-campaign-info .end-text {
  color: #FFF;
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding: 15% 0 10% 0;
  margin-right: -30%;
}
.nt-section .description-participate .banner-right .banner-steps-products {
  display: grid;
  grid-template-columns: 19fr 15fr;
  align-items: center;
  gap: 1.7vw;
}
.nt-section .description-participate .banner-right .banner-steps-products .banner-steps {
  margin-left: 1.7vw;
}
.nt-section .description-participate .banner-right .banner-steps-products .banner-products {
  margin-left: 1.7vw;
}

@media (min-width: 2900px) {
  .nt-section .campaign-title {
    padding-bottom: 3vw;
  }
}
@media (min-width: 1500px) {
  .nt-section .description-participate .banner-right .end-campaign-info .end-text {
    padding: 15% 0 15% 30%;
  }
}
@media all and (max-width: 1200px) {
  .nt-section {
    background-image: none;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .nt-section .campaign-title {
    position: absolute;
    top: 7px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .nt-section .campaign-title.has-two-logos {
    justify-content: space-between;
    padding: 0 8px;
    top: 4px;
  }
  .nt-section .campaign-title .logo-left {
    width: 28vw;
  }
  .nt-section .campaign-title .penny {
    width: 17.2vw;
    margin-top: 6px;
  }
  .nt-section .campaign-title .logo-right {
    width: 28vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .nt-section .title {
    margin: -22% 12px 0 12px;
  }
  .nt-section .description-participate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "squirrel prize" "steps    steps";
    padding: 66px 28px 0;
    align-items: center;
  }
  .nt-section .description-participate .banner-squirrel {
    grid-area: squirrel;
    align-self: center;
    margin-bottom: 0;
    width: 100%;
  }
  .nt-section .description-participate .banner-right {
    display: contents;
  }
  .nt-section .description-participate .banner-right .prize-img {
    grid-area: prize;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nt-section .description-participate .banner-right .prize-img img {
    width: 100%;
    height: auto;
  }
  .nt-section .description-participate .banner-right .end-campaign-info {
    grid-area: prize;
  }
  .nt-section .description-participate .banner-right .end-campaign-info .end-text {
    padding: 15% 16px 20% 16px;
    margin-right: 0;
    margin-left: -35px;
  }
  .nt-section .description-participate .banner-right .banner-steps-products {
    grid-area: steps;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 28px 0 0;
  }
  .nt-section .description-participate .banner-right .banner-steps-products .banner-steps {
    width: 38%;
    height: auto;
    margin-left: 0;
  }
  .nt-section .description-participate .banner-right .banner-steps-products .banner-products {
    width: 30%;
    height: auto;
    margin-left: 0;
  }
}
@media all and (max-width: 991px) {
  .nt-section .description-participate {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 49px 0 0;
  }
  .nt-section .description-participate .banner-squirrel {
    margin-bottom: 0;
    width: 80%;
  }
  .nt-section .description-participate .banner-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .nt-section .description-participate .banner-right .end-campaign-info .end-text {
    margin-left: 0;
  }
  .nt-section .description-participate .banner-right .prize-img {
    margin-right: 7vw;
    width: auto;
  }
  .nt-section .description-participate .banner-right .prize-img img {
    width: 100%;
    height: auto;
  }
  .nt-section .description-participate .banner-right .banner-steps-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 61px;
    padding: 28px 28px 0;
  }
  .nt-section .description-participate .banner-right .banner-steps-products .banner-steps {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .nt-section .description-participate .banner-right .banner-steps-products .banner-products {
    width: 80%;
    height: auto;
    margin-left: 0;
  }
}

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