/**
 * Minified by jsDelivr using clean-css v4.2.3.
 * Original file: /npm/modern-normalize@1.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@import url("https://fonts.googleapis.com/css?family=Poiret+One|Source+Sans+Pro");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,300&display=swap');

*,
::after,
::before {
  box-sizing: border-box;
}

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}


@font-face {
  font-family: Brekkie;
  src: url("../fonts/Brekkie.otf");
}
@font-face {
  font-family: Helvetica Neue;
  src: url("../fonts/helvetica-neue-italic-400.woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: Helvetica Neue;
  src: url("../fonts/helvetica-neue-normal-100.woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: Helvetica Neue;
  src: url("../fonts/helvetica-neue-normal-400.woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Helvetica Neue;
  src: url("../fonts/helvetica-neue-normal-700.woff");
  font-style: normal;
  font-weight: 700;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: auto;
}

a {
  color: inherit;
}

body {
  font-size: 110%;
  color: #ecf0f1;
  font-family: Helvetica Neue, Arial, sans-serif;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #082140;
}

.nav-bar {
  color: white;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 470px) {
  .nav-bar {
    height: auto;
    margin-top: 25px;
  }
}
.nav-bar .nav-bar_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
.nav-bar .nav-bar_top .nav-bar_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 470px) {
  .nav-bar .nav-bar_top .nav-bar_left {
    width: 100%;
  }
}
.nav-bar .nav-bar_top .nav-bar_left h3 {
  font-family: Helvetica Neue;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 40px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .nav-bar .nav-bar_top .nav-bar_left h3 {
    margin-left: 26px;
    font-size: 40px;
  }
}
@media (max-width: 570px) {
  .nav-bar .nav-bar_top .nav-bar_left h3 {
    margin-left: 20px;
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .nav-bar .nav-bar_top .nav-bar_left h3 {
    font-size: 40px;
  }
}
.nav-bar .nav-bar_top .nav-bar_left .badge {
  position: relative;
}
.nav-bar .nav-bar_top .nav-bar_left .badge p {
  text-align: right;
  font-family: Helvetica Neue;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  right: 22px;
  bottom: 13px;
}
@media (max-width: 768px) {
  .nav-bar .nav-bar_top .nav-bar_left .badge p {
    font-size: 36px;
    right: 18px;
    bottom: 11px;
  }
}
@media (max-width: 570px) {
  .nav-bar .nav-bar_top .nav-bar_left .badge p {
    font-size: 36px;
    right: 18px;
    bottom: 8px;
  }
}
.nav-bar .nav-bar_top .nav-bar_left .badge img {
  height: 55px;
  width: auto;
}
@media (max-width: 768px) {
  .nav-bar .nav-bar_top .nav-bar_left .badge img {
    height: 35px;
  }
}
.nav-bar .nav-bar_top .nav-bar_right {
  margin-right: 50px;
}
.nav-bar .nav-bar_top .nav-bar_right p {
  font-family: Brekkie;
  font-size: 100px;
  line-height: normal;
  margin-bottom: -70px;
}
@media (max-width: 768px) {
  .nav-bar .nav-bar_top .nav-bar_right p {
    margin-top: -40px;
  }
}
@media (max-width: 570px) {
  .nav-bar .nav-bar_top .nav-bar_right {
    margin-right: 20px;
  }
}
@media (max-width: 470px) {
  .nav-bar .nav-bar_top .nav-bar_right {
    display: none;
  }
}
.nav-bar h2 {
  font-family: Helvetica Neue;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .nav-bar h2 {
    margin-top: 20px;
  }
}
@media (max-width: 570px) {
  .nav-bar h2 {
    margin-left: 20px;
    font-size: 25px;
  }
}
.nav-bar .nav-bar_bottom {
  display: none;
}
@media (max-width: 470px) {
  .nav-bar .nav-bar_bottom {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
  }
}
.nav-bar .nav-bar_bottom p {
  font-family: Brekkie;
  font-size: 100px;
  line-height: normal;
}

.main {
  position: relative;
  height: 100vh;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15%;
}
@media (max-width: 1024px) {
  .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}
.main .main-text {
  width: 50%;
}
@media (max-width: 1024px) {
  .main .main-text {
    width: 90%;
    text-align: center;
    margin-top: -20%;
  }
}
@media (max-width: 570px) {
  .main .main-text {
    margin-top: -40%;
  }
}
@media (max-width: 470px) {
  .main .main-text {
    margin-top: -60%;
  }
}
.main .main-text h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main .main-text h2 {
    font-size: 42px;
  }
}
@media (max-width: 470px) {
  .main .main-text h2 {
    font-size: 35px;
  }
}
.main .main-text h3 {
  font-size: 25px;
  line-height: normal;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .main .main-text h3 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main .main-text h3 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 470px) {
  .main .main-text h3 {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#countdown {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #countdown {
    margin-top: 60px;
  }
}
#countdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#countdown ul li {
  display: inline-block;
  width: 100px;
  background: rgba(255, 255, 255, 0.8392156863);
  font-size: 40px;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 5px;
  margin: 0px 3px;
}
@media (max-width: 470px) {
  #countdown ul li {
    width: 70px;
  }
}
@media (max-width: 340px) {
  #countdown ul li {
    width: 50px;
    font-size: 25px;
  }
}
#countdown ul li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 2px solid rgba(221, 221, 221, 0.8666666667);
  padding: 10px 0px;
}
@media (max-width: 340px) {
  #countdown ul li span {
    font-size: 10px;
  }
}

.cards {
  max-width: 1055px;
  width: 100%;
  padding-top: 5%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1245px) {
  .cards {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .cards {
    padding-top: 7%;
  }
}
@media (max-width: 768px) {
  .cards {
    flex-direction: column;
  }
}
.cards .card1 {
  background-image: url("../images/card01.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.cards .card1 img {
  max-width: 313px;
  width: 100%;
  height: auto;
}
.cards .card1 a {
  border: 1px solid #082140;
  color: #082140;
}
@media (max-width: 768px) {
    .cards .card1 {
        margin-bottom: 5%;
    }
    .cards .card2 {
        /*margin-bottom: 5%;*/
    }
  
  
}
.cards .card2 {
  background-color: #409164;
  border-radius: 20px;
}

.cards .card2 a {
  border: 1px solid #ffffff;
  margin-top: -37px;
  color: #ffffff;
}
@media (max-width: 470px) {
  .cards .card2 h3 {
    max-width: 200px;
    width: 90%;
  }
}
.cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px 41px;
  width: 475px;
  height: 490px;
}
.cards .card h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 26px;
  text-align: center;
  height: 69px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cards .card p {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #082140;
  margin: 18px auto 66px;
  text-align: center;
}

.cards .card div {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #082140;
  margin: 18px auto 28px;
  text-align: center;
}

.cards .card a {
  background-color: transparent;
  padding: 11px 92px;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cards .card a {
    padding: 12px 39px;
  }
}
.cards .card a:hover {
  background-color: #082140;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .cards .card {
    width: 355px;
  }
}
@media (max-width: 768px) {
  .cards .card {
    width: 300px;
    height: 490px;
    padding: 30px 20px 41px;
  }
}
@media (max-width: 340px) {
  .cards .card {
    max-width: 300px;
    width: 100%;
  }
}

.form-answer {
  max-width: 1170px;
  width: 100%;
  background-color: #f4f4f4;
  margin: 25px auto 100px;
  padding-bottom: 53px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1245px) {
  .form-answer {
    width: 90%;
  }
}
.form-answer .form-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  height: 92px;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .form-answer .form-header {
    flex-direction: column;
    height: auto;
  }
}
.form-answer .form-header--left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .form-answer .form-header--left {
    order: 1;
    width: 100%;
  }
}
.form-answer .form-header--left a {
  background-color: transparent;
  border: 1px solid #082140;
  padding: 11px 40px;
  cursor: pointer;
  margin-left: 40px;
  margin-right: 23px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #082140;
  text-transform: uppercase;
}
.form-answer .form-header--left a:hover {
  background-color: #082140;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 768px) {
  .form-answer .form-header--left a {
    padding: 12px 39px;
    margin-left: 20px;
  }
}
.form-answer .form-header--left h2 {
  color: #082140;
  font-size: 30px;
  line-height: 32px;
}
.form-answer .form-header .expert {
  /* background-image: url("../images/expert-card.png"); */
  background-image: url("../images/logoNutrizionista.svg");
  background-size: contain;
  background-position: center;
}
.form-answer .form-header .rivista {
  background-image: url("../images/rivista-card.png");
}
.form-answer .form-header--right {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 449px;
}
@media (max-width: 768px) {
  .form-answer .form-header--right {
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    width: 100%;
    order: 2;
    height: 100px;
  }
}
.form-answer .form-description {
  padding: 0 40px;
  color: #082140;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .form-answer .form-description {
    padding: 0 20px;
  }
}
.form-answer .form {
  padding: 0 40px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .form-answer .form {
    padding: 0 20px;
  }
}
.form-answer .form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.form-answer .form form div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 15px;
  margin-bottom: 20px;
}
.form-answer .form form label {
  color: #131b42;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 11px;
}
.form-answer .form form input {
  height: 48px;
  width: 270px;
  padding: 12px 16px;
}
.form-answer .form form .message-input {
  margin-top: 47px;
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .form-answer .form form .message-input {
    margin-top: 20px;
  }
}
.form-answer .form form .message-input textarea {
  width: 100%;
  height: 185px;
  padding: 28px 15px;
}
.form-answer .form form hr {
  width: 100%;
  color: lightgray;
  margin-bottom: 31px;
}
.form-answer .form form .checkboxes {
  margin-bottom: 38px;
}
.form-answer .form form .checkboxes .container {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #5d5d5d;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form-answer .form form .checkboxes .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-answer .form form .checkboxes .container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #082140;
}
.form-answer .form form .checkboxes .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-answer .form form .checkboxes .container input:checked ~ .checkmark {
  background-color: #082140;
}
.form-answer .form form .checkboxes .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-answer .form form .checkboxes .container input:checked ~ .checkmark:after {
  display: block;
}
.form-answer .form form .checkboxes .container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-answer .form form button.btn {
  display: block;
  background-color: transparent;
  border: 1px solid #082140;
  padding: 8.5px 50px;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  font-size: 20px;
  line-height: 27px;
  color: #082140;
  text-transform: uppercase;
}
.form-answer .form form button.btn:hover {
  background-color: #082140;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 768px) {
  .form-answer .form form a {
    padding: 12px 39px;
  }
}
.form-answer .form .rivista-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.form-answer .form .rivista-form--input {
  max-width: 488px;
  width: 100%;
  margin-bottom: 44px;
}
.form-answer .form .rivista-form--input input {
  width: 100%;
}
.form-answer .complimenti-expert {
  background-image: url("../images/bg-compliment.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.form-answer .complimenti-rivista {
  background-color: #409164;
  margin: 8px auto 20px !important;
}
.form-answer .complimenti-rivista h4,
.form-answer .complimenti-rivista p {
  color: #ffffff !important;
}
.form-answer .complimenti {
  padding: 30px 20px;
  max-width: 700px;
  width: 100%;
  margin: 8px auto 50px;
}
@media (max-width: 768px) {
  .form-answer .complimenti {
    width: 90%;
  }
}
.form-answer .complimenti h4 {
  color: #082140;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .form-answer .complimenti h4 {
    margin-bottom: 20px;
  }
}
.form-answer .complimenti p {
  color: #082140;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 5px;
}
.form-answer .new-link {
  color: #409164;
  font-size: 18px;
  line-height: 30px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.form-answer .new-link a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .form-answer .new-link {
    text-align: center;
  }
}
.form-answer .code-insert {
  color: #082140;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 66px auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.form-answer .code-insert a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  line-height: 27px;
  padding: 8px 22px;
  text-decoration: none;
  background-color: #409164;
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .form-answer .code-insert a {
    margin-left: 0;
    margin-top: 10px;
  }
}

input:focus,
textarea:focus {
  outline: 1px solid #082140 !important;
}