/**
 * @license
 * MyFonts Webfont Build ID 3695166, 2019-01-08T06:27:50-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BlendScript by Typesenses
 * URL: https://www.myfonts.com/fonts/typesenses/blend/script/
 * Copyright: Copyright (c) 2015 Sabrina Mariela Lopez (typesenses@live.com.ar), with Reserved Font Name &#x0022;Blend&#x0022;
 * Licensed pageviews: 100,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3695166
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/38623e");

  
@font-face {font-family: 'BlendScript';src: url('../fonts/38623E_0_0.eot');src: url('../fonts/38623E_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/38623E_0_0.woff2') format('woff2'),url('../fonts/38623E_0_0.woff') format('woff'),url('../fonts/38623E_0_0.ttf') format('truetype');}
 
/**
 * @project:  ideo-static-site-boilerplate
 * @author:   ideonetwork (@ideonetwork)
 * Copyright (c) 2018 ideonetwork
*/
@charset "UTF-8";
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

p {
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* BASE */
*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  position: relative;
  line-height: 1.15;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  background: #CBD5EE;
  color: #084D90;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5; }
  body.no-anim {
    pointer-events: none; }
    body.no-anim > * {
      pointer-events: none; }

::-moz-selection {
  background: #084D90;
  color: #CBD5EE;
  text-shadow: none; }

::selection {
  background: #084D90;
  color: #CBD5EE;
  text-shadow: none; }

::-webkit-selection {
  background: #084D90;
  color: #CBD5EE;
  text-shadow: none; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

main, section {
  width: 100%;
  display: block;
  position: relative; }
  main:before, main:after, section:before, section:after {
    content: " ";
    display: table; }
  main:after, section:after {
    clear: both; }

body:after {
  content: 'mobile';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block; }
  @media only screen and (min-width: 40em) {
    body:after {
      content: "mobile"; } }
  @media only screen and (min-width: 40.0625em) {
    body:after {
      content: "mobile-up"; } }
  @media only screen and (min-width: 64em) {
    body:after {
      content: "desk"; } }

@font-face {
  font-family: 'Nunito Sans';
  src: url("../fonts/NunitoSans-Regular.woff2") format("woff2"), url("NunitoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Nunito Sans';
  src: url("../fonts/NunitoSans-Black.woff2") format("woff2"), url("../fonts/NunitoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Nunito Sans';
  src: url("../fonts/NunitoSans-Bold.woff2") format("woff2"), url("../fonts/NunitoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: inherit;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0; }

h1, .h1 {
  margin-bottom: 0.1875566421em;
  font-size: 1.999396em;
  line-height: 1.1253398526; }
  @media only screen and (min-width: 43.75em) {
    h1, .h1 {
      margin-bottom: 0.132642604em;
      font-size: 2.827145944em;
      line-height: 1.0611408323; } }
  @media only screen and (min-width: 56.25em) {
    h1, .h1 {
      margin-bottom: 0.0938066507em;
      font-size: 3.9975843648em;
      line-height: 0.9380665066; } }

h2, .h2 {
  margin-bottom: 0.2652050919em;
  font-size: 1.414em;
  line-height: 1.3260254597; }
  @media only screen and (min-width: 43.75em) {
    h2, .h2 {
      margin-bottom: 0.1875566421em;
      font-size: 1.999396em;
      line-height: 1.1253398526; } }
  @media only screen and (min-width: 56.25em) {
    h2, .h2 {
      margin-bottom: 0.132642604em;
      font-size: 2.827145944em;
      line-height: 1.0611408323; } }

h3, .h3 {
  margin-bottom: 0.2652050919em;
  font-size: 1.414em;
  line-height: 1.3260254597; }
  @media only screen and (min-width: 56.25em) {
    h3, .h3 {
      margin-bottom: 0.1875566421em;
      font-size: 1.999396em;
      line-height: 1.1253398526; } }

h4, .h4 {
  margin-bottom: 0.2652050919em;
  font-size: 1.414em;
  line-height: 1.3260254597; }

h5, .h5, h6, .h6 {
  margin-bottom: 0.375em;
  font-size: 1em;
  line-height: 1.5; }

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-top: 0;
  padding-bottom: 0; }

small, .small {
  font-size: 0.7072135785em;
  line-height: 1.59075; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  border-left: 6px solid #807f7f; }
  blockquote p {
    margin-bottom: 0.75em; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  padding-top: 0;
  padding-bottom: 0; }

ul ul, ol ol, dl dl {
  margin-left: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase; }

.no-touch abbr[title]:hover {
  cursor: help; }

hr {
  margin-top: 1.5em;
  margin-bottom: 0;
  border: none;
  border-top-color: #084D90;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 1.4375em; }

a {
  color: #084D90;
  text-decoration: underline; }

/* Media elements */
img, picture, video, audio, embed, object, input, iframe {
  max-width: 100%;
  margin: 0; }

img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }
  img[src*=".svg"] {
    width: 100% \9; }
  .no-touch a:hover img {
    border: none;
    background: none; }

x::-ms-reveal, img[src*=".svg"] {
  width: 100%; }

a img {
  border: none; }

/* General layout */
.uppercase {   text-transform: uppercase }
#page-wrap {
  width: 100%;
  min-height: 100%;
  /*overflow-x: hidden; */}
  #page-wrap:before, #page-wrap:after {
    content: " ";
    display: table; }
  #page-wrap:after {
    clear: both; }

section, main {
  position: relative; }

.o-container {
  width: 1170px;
  margin: 0 auto; }
  .o-container:before, .o-container:after {
    content: " ";
    display: table; }
  .o-container:after {
    clear: both; }
  @media only screen and (min-width: 106.25em) {
    .o-container {
      width: 1643px; } }
  @media only screen and (max-width: 75em) {
    .o-container {
      width: 95%; } }

.o-container-height {
  height: 100%; }

.o-container-nav {
  width: 95%;
  margin: 0 auto; }
  .o-container-nav:before, .o-container-nav:after {
    content: " ";
    display: table; }
  .o-container-nav:after {
    clear: both; }

.o-container-fluid {
  width: 100%;
  position: relative; }
  .o-container-fluid:before, .o-container-fluid:after {
    content: " ";
    display: table; }
  .o-container-fluid:after {
    clear: both; }

.o-container-small {
  max-width: 1170px;
  margin: 0 auto;
  width: 95%;
  position: relative; }
  .o-container-small:before, .o-container-small:after {
    content: " ";
    display: table; }
  .o-container-small:after {
    clear: both; }
  @media only screen and (min-width: 106.25em) {
    .o-container-small {
      max-width: 1480px; } }

.o-container-blog {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display:flex;
  align-items:flex-start; }
  .o-container-blog:before, .o-container-blog:after {
    content: " ";
    display: table; }
  .o-container-blog:after {
    clear: both; }

.o-section-last-bg {
  width: 100%;
  height: 300px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  background-image: linear-gradient(-180deg, #FFFFFF 14%, #CBD5EE 100%); }

.o-section-after-blog {
  margin-top: 160px; }

.o-shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 900px;
  pointer-events: none;
  z-index: 0; }
  .o-shape-bg svg {
    display: block;
    width: 100%;
    height: 100%; }

.o-shape-bg--about {
  top: 350px;
  right: 0;
  left: auto;
  width: 600px;
  height: 700px; }

.o-shape-bg--about-products {
  bottom: 0;
  left: 0;
  top: auto; }

.o-home-main-shape__main {
  position: relative; }

.o-home-main-shape__section {
  padding: 300px 0 1000px 0; }

.o-home-main-shape {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .o-home-main-shape svg {
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 63.9375em) {
  .o-shape-bg {
    display: none; } }

@media only screen and (max-width: 47.9375em) {
  .o-section-after-blog {
    margin-top: 50px; }
  .o-section-last-bg {
    height: 200px; } }

.o-list--unstyled, .o-list--inline {
  list-style-type: none;
  padding: 0; }

.o-list--inline .o-list__item {
  display: inline-block; }
  .o-list--inline .o-list__item:not(:last-child) {
    padding-right: 25px; }

.o-list--nulled,
.o-list--nulled .list__item {
  margin: 0; }

.o-section-title {
  font-size: 55px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 60px;
  text-align: center; }

.o-section-text {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px; }

.o-section-text--center {
  text-align: center;
  width: 60%;
  margin: 0 auto; }

@media only screen and (max-width: 75em) {
  .o-section-title {
    font-size: 40px;
    line-height: 50px; }
  .o-section-text {
    font-size: 28px;
    line-height: 36px; } }

@media only screen and (max-width: 63.9375em) {
  .o-section-title {
    font-size: 30px;
    line-height: 40px; }
  .o-section-text {
    font-size: 22px;
    line-height: 28px; } }

@media only screen and (max-width: 47.9375em) {
  .o-section-text {
    width: 90%; } }

.o-about-features {
  margin-top: 50px;
  padding-bottom: 100px; }
  .o-about-features > .o-container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: start;
        align-items: flex-start; }

.o-about-feature {
  -ms-flex: 0 1 40%;
      flex: 0 1 40%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.o-about-feature__image {
  display: block;
  margin: 0 auto;
  height: 100px; }

.o-about-feature__title {
  margin-top: 25px;
  font-size: 35px;
  line-height: 35px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px; }

.o-about-feature__text {
  font-size: 25px;
  line-height: 35px;
  text-align: left; }
  .o-about-feature__text a {
    white-space: nowrap;
    text-decoration: underline;
    transition: color .3s; }
    .no-touch .o-about-feature__text a:hover {
      color: #133D65; }
  .o-about-feature__text ul {
    margin: 0;
    padding: 0; }

@media only screen and (max-width: 63.9375em) {
  .o-about-feature__image {
    height: 100px; }
  .o-about-feature__title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px; }
  .o-about-feature__text {
    font-size: 16px;
    line-height: 22px; } }

@media only screen and (max-width: 50em) {
  .o-about-feature {
    width: 100%;
    margin: 0;
    margin-bottom: 40px; }
  .o-about-feature__text ul {
    text-align: center;
    list-style: none; } }

@media only screen and (max-width: 47.9375em) {
  .o-about-features {
    margin-top: 30px;
    padding-bottom: 0; }
    .o-about-features > .o-container-fluid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .o-about-feature {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.o-share {
  margin-top: 16px; }

.o-share__list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.o-share__item {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  top: 4px; }
  .o-share__item:last-child {
    margin-right: 0; }

.o-share__link {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
}
  .o-share__link svg {
    display: block;
    width: 20px;
    height: 20px; }
    .o-share__link svg path {
      transition: fill .4s; }
  .no-touch .o-share__link:hover path {
    fill: #ffffff; }

.o-share__text {
  display: inline-block;
  margin-right: 14px;
  text-transform: uppercase;
  font-size: 14px; }

.o-share-float {
  position: fixed;
  top: 50%;
  left: 2.5%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-color: #084D90;
  padding: 29px 18px;
  border-radius: 50px;
  z-index: 49; }

.o-share-float__links {
  list-style: none;
  margin: 0;
  padding: 0; }

.o-share-float__item {
  display: block;
  margin-bottom: 23px; }
  .o-share-float__item:last-child {
    margin-bottom: 0; }

.o-share-float__link {
  display: block;
  position: relative;
  width: 20px;
  height: 20px; }
  .o-share-float__link svg {
    width: 20px;
    height: 20px; }
    .o-share-float__link svg path {
      fill: #ffffff;
      transition: fill .4s; }
      .no-touch .o-share-float__link:hover svg path {
    fill: #F5B8BC; }

@media only screen and (max-width: 47.9375em) {
  .o-share-float__link {
    width: 16px;
    height: 16px; }
    .o-share-float__link svg {
      width: 16px;
      height: 16px; }
  .o-share-float {
    padding: 20px 12px; } }

.o-main-image__section {
  margin: 240px 0 120px 0;
  position: relative;
  overflow: hidden; }

.o-main-image {
  width: 100%;
  display: block; }

.o-main-image__shape {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0; }
  .o-main-image__shape svg {
    width: 100%;
    height: auto; }

.o-main-image__shape--top {
  top: -1px;
  -ms-flex-align: start;
      align-items: flex-start; }

.o-main-image__shape--bottom {
  bottom: -1px;
  -ms-flex-align: end;
      align-items: flex-end; }

@media only screen and (max-width: 87.5em) {
  .o-main-image__section {
    margin: 180px 0 0 0; } }

@media only screen and (max-width: 47.9375em) {
  .o-main-image__section {
    margin-top: 80px; } }

.o-nws-form {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 45px;
  position: relative;
  margin-top: 9px; }
  .o-nws-form:before, .o-nws-form:after {
    content: " ";
    display: table; }
  .o-nws-form:after {
    clear: both; }
  .o-nws-form .o-container-fluid {
    height: 100%; }

.o-nws-form__input {
  float: left;
  clear: none;
  width: 64.2857142857%;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  display: block;
  background: #ffffff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0 30px;
  border: none; }
  .o-nws-form__input:focus {
    outline: none; }

.o-nws-form__submit {
  float: left;
  clear: none;
  width: 35.7142857143%;
  margin-left: 0;
  margin-right: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 100%;
  display: block;
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  cursor: pointer; }
  .o-nws-form__submit:focus {
    outline: none; }
  .o-nws-form__submit span {
    position: relative;
    z-index: 1; }
  .o-nws-form__submit:before, .o-nws-form__submit:after {
    content: '';
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transition: transform .4s; }
  .o-nws-form__submit:before {
    width: 100%;
    height: 100%;
    background-color: #F5B8BC;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .o-nws-form__submit:after {
    width: 100%;
    height: 100%;
    background-color: #084D90;
    -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
        .no-touch .o-nws-form__submit:hover:after {
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }

.o-nws-form__check {
  margin: 8px 0; }
  .o-nws-form__check label {
    font-size: 14px;
    color: #ffffff; }
    .o-nws-form__check label a {
      color: #ffffff; }

@media only screen and (max-width: 54.1875em) {
  .o-nws-form {
    width: 70%;
    margin: 0 auto; } }

@media only screen and (max-width: 33.75em) {
  .o-nws-form {
    width: 260px; }
  .o-nws-form__submit {
    font-size: 14px; } }

.c-button {
  display: inline-block;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  padding: 14px 22px;
  text-align: center;
  border-radius: 50px;
  position: relative; }
  .c-button:focus {
    outline: none; }
  .c-button:before, .c-button:after {
    content: '';
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: transform .4s; }
  .c-button:before {
    width: 98%;
    height: 98%;
    background-color: #084D90;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .c-button:after {
    width: 100%;
    height: 100%;
    background-color: #F5B8BC;
    -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
        .no-touch .c-button:hover:after {
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }

.c-section-advice {
  min-height: 100vh; }
  .c-section-advice--pink {
    background-color: #F5B8BC; }
  .c-section-advice .o-container {
    position: relative;
    padding-top: 140px;
    z-index: 10; }

.c-advice__svg {
  width: 100%;
  height: 130%;
  position: absolute;
  bottom: -30%;
  left: 0;
  z-index: 1;
  overflow: hidden; }
  .c-advice__svg svg {
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.c-advice__ill {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 200px auto 32px auto; }
  .c-advice__ill svg {
    width: 300px;
    height: 300px; }

.c-advice__arrow {
  position: absolute;
  top: 350px;
  left: 0;
  width: 260px;
  height: 260px; }
  .c-advice__arrow svg {
    width: 260px;
    height: 260px; }

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

.c-advice__title {
  font-family: 'Nunito';
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  width: 700px;
  text-align: center;
  margin: 0 auto 8px auto; }

.c-advice__divider {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto 22px auto; }

.c-advice__text {
  color: white;
  font-size: 16px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  padding-top: 20px; }

.c-advice__button {
  margin-top: 50px;
  cursor: pointer; }

@media only screen and (min-width: 100em) {
  .c-advice__svg {
    height: 130%;
    bottom: -30%; } }

@media only screen and (max-width: 47.9375em) {
  .c-advice__arrow {
    display: none; }
  .c-advice__ill {
    margin-top: 0; }
    .c-advice__ill, .c-advice__ill svg {
      width: 120px;
      height: 120px; }
  .c-advice__title,
  .c-advice__text {
    width: 100%; }
  .c-advice__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px; } }

.c-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: -1; }

.c-navbar__bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, #CBD5EE 0%, #F5B8BC 50%, #FCD7A2 100%);
  z-index: 1; }

.c-navbar__content {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1023px;
  margin: 0 auto;
  text-align: center;
  z-index: 10; }

.c-navbar__active-voice {
  font-size: 30px;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
  opacity: 0;
  position: relative;
  top: -24px; }

.c-navbar__links {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-navbar__item {
  display: block;
  opacity: 0;
  position: relative;
  top: -24px; }

.c-navbar__link {
  display: inline-block;
  position: relative;
  font-size: 60px;
  font-weight: bold;
  line-height: 90px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .c-navbar__link:before {
    content: '';
    width: 110%;
    height: 110%;
    background-color: #CBD5EE;
    border-radius: 30px;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: -1;
    -ms-transform: scale(0);
        transform: scale(0);
    -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    transition: transform .4s ease-in; }
    .no-touch .c-navbar__link:hover:before {
    -ms-transform: scale(1);
        transform: scale(1);
    -ms-transform-origin: left top;
        transform-origin: left top; }

@media only screen and (max-width: 63.9375em) {
  .c-navbar__link {
    font-size: 40px;
    line-height: 70px; }
  .c-main-header__cta {
    display: none; } }

@media only screen and (max-width: 47.9375em) {
  .c-navbar__link {
    font-size: 20px;
    line-height: 2; } }

.c-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 38px;
  transition: all 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 51; }

.c-main-header__container {
  position: relative;
  z-index: 10; }

.c-main-header__left {
  float: left; }

.c-main-header__right {
  float: right; }

.c-main-header__nav-toggle-container {
  float: left;
  margin-right: 65px; }

.c-main-header__nav-toggle {
  width: 92px;
  height: 82px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s; }

.c-main-header__nav-toggle-icon {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 42px;
  height: auto;
  pointer-events: none;
  z-index: 1; }

.c-main-header__nav-toggle-hamburger {
  width: 100%;
  height: 18px;
  margin-bottom: 4px;
  position: relative;
  transition: transform .4s; }
  .c-main-header__nav-toggle-hamburger div {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    transition: transform .4s; }
    .c-main-header__nav-toggle-hamburger div:first-of-type {
      top: 0;
      right: 0; }
    .c-main-header__nav-toggle-hamburger div:nth-of-type(2) {
      top: 50%;
      left: 0;
      -ms-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%); }
    .c-main-header__nav-toggle-hamburger div:last-of-type {
      bottom: 0;
      right: 0; }

.c-main-header__nav-toggle-text {
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  transition: opacity .3s; }

.c-main-header__nav-toggle-bg {
  width: 92px;
  height: 82px; }
  .c-main-header__nav-toggle-bg svg {
    width: 92px;
    height: 82px; }

.c-main-header__logo {
  float: left;
  margin-top: 8px; }
  .c-main-header__logo svg {
    width: 239px;
    height: 47px;
    transition: all 0.3s; }

.c-main-header__links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  margin-right: 30px;
  margin-top: 20px; }

.c-main-header__item {
  display: inline-block;
  margin-right: 40px; }
  .c-main-header__item:last-child {
    margin-right: 0; }

.c-main-header__link {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  position: relative; }
  .c-main-header__link:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(-180deg, #526BB0 0%, #084D90 50%, #526BB0 100%);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    border-radius: 1px;
    transition: transform 0.28s cubic-bezier(0.694, 0.048, 0.335, 1); }
    .no-touch .c-main-header__link:hover:before {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }

.c-main-header__cta {
  float: right;
  background: transparent;
  border-radius: 25px;
  border: none;
  padding: 10px 18px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s; }
  .c-main-header__cta:before, .c-main-header__cta:after {
    content: '';
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: transform .4s; }
  .c-main-header__cta:before {
    width: 98%;
    height: 98%;
    background-color: #084D90;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .c-main-header__cta:after {
    width: 100%;
    height: 100%;
    background-color: #F5B8BC;
    -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
        .no-touch .c-main-header__cta:hover:after {
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }

.c-main-header__cta-icon {
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 3px; }
  .c-main-header__cta-icon svg {
    width: 18px;
    height: 23px; }

.c-main-header__cta-text {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-decoration: underline;
  color: #ffffff; }

.c-main-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CBD5EE;
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
  z-index: 1; }

.c-main-header__nav-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: all 0.5s; }
  .c-main-header__nav-close span {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff; }
    .c-main-header__nav-close span:first-child {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .c-main-header__nav-close span:last-child {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.c-main-header__links-activate {
  float: right;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
  top: 20px;
  transition: opacity 0.3s;
  display: none; }

.c-main-header__links-activate-text {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  position: relative; }
  .c-main-header__links-activate-text:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(-180deg, #526BB0 0%, #084D90 50%, #526BB0 100%);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    border-radius: 1px;
    transition: transform 0.28s cubic-bezier(0.694, 0.048, 0.335, 1); }
    .no-touch .c-main-header__links-activate-text:hover:before {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }

.c-main-header__links-activate-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 5px;
  left: -3px; }
  .c-main-header__links-activate-icon svg {
    width: 10px;
    height: 10px; }

.c-main-header__links-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  width: 200px;
  right: 0;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s; }

.c-main-header__links-dropdown-bg {
  position: absolute;
  top: -14%;
  left: -35%;
  width: 180%;
  height: 120%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-transform: scale(0.4);
      transform: scale(0.4);
  opacity: 0;
  transition: all 0.3s;
  z-index: 1; }

.c-main-header__links-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5; }

.c-main-header__links-dropdown-close {
  position: absolute;
  top: -25px;
  right: -25px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #084D90;
  text-align: center;
  cursor: pointer;
  -ms-transform: scale(0.4);
      transform: scale(0.4);
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 10; }
  .c-main-header__links-dropdown-close span {
    position: absolute;
    top: 48%;
    width: 65%;
    height: 1px;
    background-color: #ffffff;
    pointer-events: none; }
    .c-main-header__links-dropdown-close span:first-child {
      left: 8px;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .c-main-header__links-dropdown-close span:last-child {
      right: 8px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.c-main-header__links-item {
  margin-bottom: 6px; }
  .c-main-header__links-item:last-child {
    margin-bottom: 0; }

.c-main-header__links-link {
  font-size: 14px;
  letter-spacing: 1px; }

.has-scrolled .c-main-header {
  padding: 24px 0 12px 0; }

.has-scrolled .c-main-header__bg {
  -ms-transform: scaleY(1);
      transform: scaleY(1); 
    border-bottom: 1px solid #fff;}

.has-scrolled .c-main-header__logo {
  position: relative;
  top: 10px; }
  .has-scrolled .c-main-header__logo svg {
    width: 120px;
    height: 30px; }

.has-scrolled .c-main-header__nav-toggle {
  top: -5px; }

.is-scrolling .c-main-header {
  opacity: 0 !important;
  -ms-transform: translateY(-120%) !important;
      transform: translateY(-120%) !important; }

.is-nav-open .c-main-header__bg {
  -ms-transform: scaleY(0) !important;
      transform: scaleY(0) !important; }

.is-nav-open .c-main-header__cta {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.is-nav-open .c-main-header__links-activate {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.is-nav-open .c-assistant, .is-nav-open .c-assistant-float-button {
  opacity: 0; }

.is-toggle-open .c-main-header__nav-toggle-hamburger {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .is-toggle-open .c-main-header__nav-toggle-hamburger div:first-of-type {
    -ms-transform: rotate(90deg) translateX(50%);
        transform: rotate(90deg) translateX(50%); }
  .is-toggle-open .c-main-header__nav-toggle-hamburger div:nth-of-type(2) {
    -ms-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0); }
  .is-toggle-open .c-main-header__nav-toggle-hamburger div:last-of-type {
    -ms-transform: translateY(5px);
        transform: translateY(5px); }

.is-toggle-open .c-main-header__nav-toggle-text {
  opacity: 0; }

@media only screen and (max-width: 112.5em) {
  .c-main-header__item {
    margin-right: 22px; }
  .c-main-header__link {
    font-size: 12px; }
  .c-main-header {
    padding: 24px 0 12px 0; }
  .c-main-header__logo {
    position: relative;
    top: 10px; }
    .c-main-header__logo svg {
      width: 150px;
      height: 30px; }
  .c-main-header__nav-toggle-container {
    margin-right: 30px; } }

/* @media only screen and (max-width: 87.5em) {
  .c-main-header__links {
    display: none; }
  .c-main-header__links-activate {
    display: block; }
  .is-dropdown-active .c-main-header__links-dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 100; }
  .is-dropdown-active .c-main-header__links-dropdown-bg {
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1; }
  .is-dropdown-active .c-main-header__links-dropdown-close {
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
    transition-delay: 0.25s; } } */
@media only screen and (max-width: 1220px) {
  .c-main-header__links {
    display: none; }
  .c-main-header__links-activate {
    display: block; }
  .is-dropdown-active .c-main-header__links-dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 100; }
  .is-dropdown-active .c-main-header__links-dropdown-bg {
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1; }
  .is-dropdown-active .c-main-header__links-dropdown-close {
    -ms-transform: scale(1);
        transform: scale(1);
    opacity: 1;
    transition-delay: 0.25s; } }

@media only screen and (max-width: 47.9375em) {
  .c-main-header {
    padding: 0;
    padding-top: 10px; }
    .has-scrolled .c-main-header {
      padding: 0;
      padding-top: 10px; }
  .c-main-header__container:before, .c-main-header__container:after {
    display: none; }
  .c-main-header__container,
  .c-main-header__left,
  .c-main-header__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .c-main-header__nav-toggle-container {
    margin-right: 0; }
  .c-main-header__nav-toggle {
    width: 70px;
    height: auto; }
  .c-main-header__nav-toggle-bg {
    width: 70px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .c-main-header__nav-toggle-bg svg {
      width: 60px;
      height: auto; }
  .c-main-header__nav-toggle-icon {
    width: 35px; }
  .c-main-header__nav-toggle-hamburger {
    height: 15px; }
  .c-main-header__logo {
    margin-top: 0;
    top: 0; }
    .c-main-header__logo svg {
      width: 100px;
      height: auto; }
    .has-scrolled .c-main-header__logo {
      top: 0; }
      .has-scrolled .c-main-header__logo svg {
        width: 100px;
        height: auto; }
  .c-main-header__links-activate {
    margin-right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .c-main-header__links-dropdown-close {
    right: 0; } }

.c-hero {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #EDCDA3; }
  .c-hero--home {
    height: 600vh;
    overflow: hidden;
    background-color: #F5B8BC;
    position: relative;
  }
  

.c-hero--full-h {
  height: 100vh; }

.c-hero__image {
  width: 100%;
  height: 140vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }
  .c-hero__image div {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: transform; }

.c-hero__girl {
  width: 100%;
  height: 140vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }
  .c-hero__girl div {
    width: 100%;
    height: 92%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    will-change: transform; }

.c-hero__overlay {
  width: 100%;
  height: 140vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.2);
  z-index: 2; }
  .c-hero__overlay--white {
    background-color: rgba(0, 0, 0, 0.1);
    /* background-color: rgba(255, 255, 255, 0.3);  */
  }

.c-hero__content {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1260px;
  z-index: 10; }
  .c-hero__content--home {
    width: 100%;
    height: 100vh;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    -ms-transform: none;
        transform: none; }
    .c-hero__content--home .c-hero__title {
      position: absolute;
      transform-style: preserve-3d;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      white-space: nowrap; }

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

.c-hero__title {
  color: #ffffff;
  font-size: 105px;
  line-height: 105px;
  margin-bottom: 35px; }

.c-hero__title_single_post {
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.c-hero__claim {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
  width: 740px;
  margin: 0 auto; }

.c-hero__text {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  width: 740px;
  margin: 0 auto 12px auto; }
  .c-hero__text:last-child {
    margin-bottom: 0; }

.c-hero__scroll-down {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
  transition: transform .4s; }
  .no-touch .c-hero__scroll-down:hover {
    -ms-transform: translateY(10px);
        transform: translateY(10px); }

.c-hero__scroll-down-text {
  font-size: 18px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  columns: #084D90; }

.c-hero__scroll-down-icon {
  margin: 15px auto 0 auto;
  width: 12px;
  height: 98px; }
  .c-hero__scroll-down-icon svg {
    width: 12px;
    height: 98px; }

.c-hero__gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, #CBD5EE 0%, #F5B8BC 34%, #FCD7A2 68%, #CBD5EE 100%);
  z-index: 2; }

.c-hero--auto {
  padding: 180px 0 150px 0; }
  .c-hero--auto .c-hero__content {
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
        transform: none;
    margin: 0 auto; }

.c-hero--single-product {
  padding: 180px 0 150px 0; }

.c-hero__shapes {
  width: 100%;
  height: 140vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  overflow: hidden; }

.c-hero__shape {
  position: absolute;
  top: 0; }
  .c-hero__shape svg {
    width: 100%;
    height: auto;
    will-change: transform; }
  .c-hero__shape--left {
    width: 200%;
    left: 0; }
    .c-hero__shape--left svg {
      -ms-transform: translate(-3%, -35%) rotate(-10deg);
          transform: translate(-3%, -35%) rotate(-10deg); }
  .c-hero__shape--right {
    width: 40%;
    right: 0; }
    .c-hero__shape--right svg {
      -ms-transform: translate(10%, -20%) rotate(10deg);
          transform: translate(10%, -20%) rotate(10deg); }

@media only screen and (min-width: 100em) {
  .c-hero__shape--left {
    width: 150%; } }

@media only screen and (max-width: 100em) {
  .c-hero__title {
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 25px; }
  .c-hero__title_single_post {
    font-size: 50px;
    line-height: 50px;
  }
  .c-hero__claim {
    font-size: 20px;
    line-height: 28px; }
  .c-hero__text {
    font-size: 14px;
    line-height: 20px; } }

@media only screen and (max-width: 75em) {
  .c-hero__title {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 20px; }
   .c-hero__title_single_post {
     font-size: 40px;
     line-height: 40px;
   }
  .c-hero__claim {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px; } }

@media only screen and (max-width: 63.9375em) {
  .c-hero--home {
    height: 100vh; }
  .c-hero__content,
  .c-hero__image,
  .c-hero__overlay,
  .c-hero__girl,
  .c-hero__shapes {
    height: 100%;
    position: absolute; }
  .c-hero__girl div {
    background-position: right 20% top; }
  .c-hero__title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 16px; }
  .c-hero__text, .c-hero__claim {
    width: 95%; } }

@media only screen and (max-width: 47.9375em) {
  .c-hero--auto {
    padding: 150px 0; }
  .c-hero__title {
    font-size: 35px; }
   .c-hero__title_single_post {
     font-size: 25px;
     line-height: 25px;
   }
    .c-hero__content--home .c-hero__title {
      width: 90%;
      white-space: normal; }
    .c-hero__title br {
      display: none; }
  .c-hero__shape {
    top: auto;
    bottom: 0; }
    .c-hero__shape--left svg {
      -ms-transform: translate(-10%, 20%) rotate(10deg);
          transform: translate(-10%, 20%) rotate(10deg); }
    .c-hero__shape--right svg {
      -ms-transform: none;
          transform: none; } }

.c-article-preview-card {
  width: 590px;
  height: 630px;
  position: relative;
  transition: all 0.25s; }

.c-articles-section {
  padding-bottom: 110px;
  position: relative;
  overflow: hidden; }
  .c-articles-section:before, .c-articles-section:after {
    content: " ";
    display: table; }
  .c-articles-section:after {
    clear: both; }

.c-articles-section__bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 120%;
  height: 980px; }
  .c-articles-section__bg svg {
    width: 120%;
    height: 980px; }

.c-article-preview-card__col {
  float: left;
  clear: none;
  width: 31.3333333333%;
  margin-left: 0;
  margin-right: 3%;
  margin-bottom: 110px; }
  .c-article-preview-card__col:nth-of-type(3n) {
    margin-right: 0;
    float: right; }
  .c-article-preview-card__col:nth-of-type(3n + 1) {
    clear: both; }
  .c-article-preview-card__col .c-article-preview-card {
    width: 100%;
    height: 560px; }
  .c-article-preview-card__col .c-article-preview-card__title {
    margin-top: 0; }

.c-article-preview-card__image-zone {
  width: 100%;
  height: 62%;
  position: relative;
  overflow: hidden; }

.c-article-preview-card__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F5B8BC; }

.c-article-preview-card__content-zone {
  width: 100%;
  height: 38%;
  padding: 38px 30px;
  background-image: linear-gradient(-180deg, #526BB0 0%, #084D90 100%); }

.c-article-preview-card__claim {
  font-size: 20px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 27px;
  color: #ffffff;
  text-transform: uppercase; }

.c-article-preview-card__title {
  font-size: 28px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 38px;
  color: #ffffff;
  margin-top: 20px; }

.c-article-preview-card__cta {
  font-size: 30px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 41px;
  color: #ffffff;
  margin-top: 17px;
  float: right;
  text-transform: uppercase;
  transition: transform .4s; }
  .c-article-preview-card__cta:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -10px;
    width: 80px;
    height: 3px;
    background-color: #ffffff;
    margin-left: 19px; }
    .no-touch .c-article-preview-card__cta:hover {
    -ms-transform: translateX(10px);
        transform: translateX(10px); }

.c-article-slide:not(.is-selected) .c-article-preview-card {
  opacity: 0.69;
  -ms-transform: scale(0.8);
      transform: scale(0.8); }

@media only screen and (max-width: 93.75em) {
  .c-article-preview-card {
    width: 490px;
    height: 600px; }
  .c-article-preview-card__title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 14px; }
  .c-article-preview-card__claim {
    font-size: 16px;
    line-height: 22px; }
  .c-article-preview-card__cta {
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px; } }

@media only screen and (max-width: 75em) {
  .c-article-preview-card {
    width: 400px;
    height: 580px; }
  .c-article-preview-card__cta {
    margin-top: 10px; }
  .c-article-preview-card__col {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .c-article-preview-card__col:nth-of-type(3n) {
      margin-right: 3%;
      float: left; }
    .c-article-preview-card__col:nth-of-type(3n + 1) {
      clear: none; }
    .c-article-preview-card__col:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .c-article-preview-card__col:nth-of-type(2n + 1) {
      clear: both; } }

@media only screen and (max-width: 47.9375em) {
  .c-article-preview-card {
    width: 100%;
    height: auto;
    margin-right: 0; }
  .c-article-preview-card__col {
    width: 100%;
    margin: 0;
    margin-bottom: 45px; }
    .c-article-preview-card__col:last-child {
      margin-bottom: 0; }
  .c-article-preview-card__cta:after {
    width: 35px; }
  .c-article-preview-card__image-zone {
    height: 95vw; }
  .c-article-preview-card__content-zone {
    padding: 20px;
    padding-bottom: 60px; } }

.c-article-slider__section {
  position: relative; }

.c-article-slider__letters {
  width: 93%;
  height: 400px;
  margin-left: 7%;
  position: relative; }

.c-article-slider__letter {
  position: absolute; }
  .c-article-slider__letter img {
    width: 100%;
    height: auto; }
  .c-article-slider__letter--a {
    width: 200px;
    top: 0;
    left: 0; }
  .c-article-slider__letter--b {
    width: 250px;
    top: 200px;
    left: 110px; }
  .c-article-slider__letter--c {
    width: 400px;
    top: 70px;
    left: 300px; }

.c-article-slider__container {
  margin: 250px 0 0;
  width: 93%;
  margin-left: 7%;
  position: relative;
  z-index: 48; }
  .c-article-slider__container:before, .c-article-slider__container:after {
    content: " ";
    display: table; }
  .c-article-slider__container:after {
    clear: both; }

.c-article-slider__content-zone {
  float: left;
  clear: none;
  width: 30%;
  margin-left: 0;
  margin-right: 5%; }
  .c-article-slider__content-zone:last-child {
    margin-right: 0; }

.c-article-slider__content-title {
  font-size: 55px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #084D90;
  line-height: 60px;
  margin-bottom: 12px; }

.c-article-slider__content-text {
  font-size: 16px;
  line-height: 22px; }
  .c-article-slider__content-text a {
    font-weight: bold;
    text-decoration: underline; }

.c-article-slider__content-cta {
  width: 110%;
  margin-top: 65px;
  position: relative;
  left: 80px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #084D90;
  font-size: 30px;
  line-height: 41px; }
  .c-article-slider__content-cta:before, .c-article-slider__content-cta:after {
    content: "";
    height: 3px;
    background-color: #084D90;
    display: inline-block;
    position: relative;
    top: -7px; }
  .c-article-slider__content-cta:before {
    width: 250px;
    margin-right: 20px; }
  .c-article-slider__content-cta:after {
    width: 80px;
    margin-left: 28px; }

.c-article-slider__main-zone {
  float: left;
  clear: none;
  width: 65%;
  margin-left: 0;
  margin-right: 5%;
  position: relative; }
  .c-article-slider__main-zone:last-child {
    margin-right: 0; }

.c-article-slider__sheeps {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.c-article-slider__sheep {
  position: absolute; }
  .c-article-slider__sheep img {
    width: 100%;
    height: auto; }
  .c-article-slider__sheep--left {
    width: 35%;
    top: -10vw;
    left: 0; }
  .c-article-slider__sheep--mid {
    width: 45%;
    top: -3vw;
    left: 40%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .c-article-slider__sheep--right {
    width: 30%;
    top: -7vw;
    right: 5%; }

.c-article-slider__main-bg {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .c-article-slider__main-bg svg {
    width: 95%;
    height: 140%; }

.c-article-slider__main-content {
  position: relative;
  top: -120px;
  padding-left: 80px;
  z-index: 10; }

.c-article-slider__navigation {
  position: absolute;
  bottom: -20px;
  right: 19%;
  z-index: 20; }

.c-article-slider__arrow {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .c-article-slider__arrow:last-child {
    margin-right: 0; }
  .c-article-slider__arrow svg {
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 16px;
    height: 29px; }
  .c-article-slider__arrow:before, .c-article-slider__arrow:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: transform .4s; }
  .c-article-slider__arrow:before {
    width: 98%;
    height: 98%;
    background-color: #084D90;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .c-article-slider__arrow:after {
    width: 100%;
    height: 100%;
    background-color: #F5B8BC;
    -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
        .no-touch .c-article-slider__arrow:hover:after {
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }

.c-article-slider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .c-article-slider .flickity-viewport, .c-article-slider .flickity-slider {
    height: 100%; }
  .c-article-slider:focus {
    outline: none; }

.c-article-slide {
  margin-right: 90px; }

@media only screen and (max-width: 118.75em) {
  .c-article-slider__content-cta {
    width: 110%;
    margin-top: 35px;
    left: 20px;
    font-size: 22px;
    line-height: 28px; }
    .c-article-slider__content-cta:before, .c-article-slider__content-cta:after {
      width: 50px; } }

@media only screen and (max-width: 106.25em) {
  .c-article-slider__navigation {
    right: 30px; } }

@media only screen and (max-width: 84.375em) {
  .c-article-slider__sheep--left {
    top: -15vw; }
  .c-article-slider__sheep--mid {
    top: -12vw; }
  .c-article-slider__sheep--right {
    top: -15vw; } }

@media only screen and (max-width: 81.25em) {
  .c-article-slider__content-title {
    font-size: 36px;
    line-height: 44px; }
  .c-article-slider__content-text {
    font-size: 14px;
    line-height: 20px; }
  .c-article-slider__navigation {
    bottom: -80px; }
  .c-article-slider__container {
    margin-bottom: 0; } }

@media only screen and (max-width: 63.9375em) {
  .c-article-slider__content-zone, .c-article-slider__main-zone {
    width: 100%;
    margin: 0; }
  .c-article-slider__content-cta {
    width: 100%;
    left: auto; }
  .c-article-slider__main-zone {
    margin-top: 45px; }
  .c-article-slider__content-text {
    width: 80%; }
  .c-article-slider__container {
    margin-top: 150px;
    width: 100%;
    margin-left: 0;
    padding: 30px; }
  .c-article-slider__main-bg {
    top: 50px; }
    .c-article-slider__main-bg svg {
      height: 100%; }
  .c-article-slider__main-content {
    top: 10px; }
  .c-article-slider__sheeps {
    width: 100%; } }

@media only screen and (max-width: 47.9375em) {
  .c-article-slider__content-zone {
    text-align: center; }
  .c-article-slider__content-text {
    width: 100%; }
  .c-article-slider__content-cta:before, .c-article-slider__content-cta:after {
    width: 30px; }
  .c-article-slider__letters {
    display: none; }
  .c-article-slider__container {
    margin-top: 50px;
    padding: 0 2.5%; }
  .c-article-slider__main-bg {
    display: none; }
  .c-article-slider__main-content {
    padding-left: 0; }
  .c-article-slide {
    width: 100%;
    margin-right: 0; } }

.c-product-preview {
  margin-top: 320px; }
  .c-product-preview:before, .c-product-preview:after {
    content: " ";
    display: table; }
  .c-product-preview:after {
    clear: both; }
  .c-product-preview:last-of-type {
    margin-bottom: 200px; }

.c-product-preview__image-zone, .c-product-preview__content-zone {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
  position: relative; }
  .c-product-preview__image-zone:last-child, .c-product-preview__content-zone:last-child {
    margin-right: 0; }

.c-product-preview__image {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 10; }

.c-product-preview__image-bg {
  position: absolute;
  top: -30%;
  left: -5%;
  width: 110%;
  height: 150%;
  z-index: 1; }
  .c-product-preview__image-bg svg {
    width: 100%;
    height: 100%;
    overflow: visible; }

.c-product-preview__content-zone {
  text-align: center; }

.c-product-preview__title {
  font-size: 85px;
  line-height: 80px;
  color: #084D90;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; }

.c-product-preview__categories {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.c-product-preview__category {
  -ms-flex: 0 1 20%;
      flex: 0 1 20%; }

.c-product-preview__category-icon svg {
  width: auto;
  height: 40px; }

.c-product-preview__category-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px; }

.c-product-preview__content {
  width: 90%;
  margin: 20px auto;
  font-size: 24px;
  line-height: 32px; }
  .c-product-preview__content:before, .c-product-preview__content:after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background-color: #084D90; }
  .c-product-preview__content:before {
    margin: 0 auto 18px auto; }
  .c-product-preview__content:after {
    margin: 18px auto 0 auto; }

.c-product-preview__content-available {
  font-size: 16px;
  font-weight: 900; }

.c-product-preview__cta {
  margin-top: 32px; }

.c-product-preview--right .c-product-preview__image-zone {
  position: relative;
  left: 51.5%; }

.c-product-preview--right .c-product-preview__content-zone {
  position: relative;
  left: -51.5%; }

@media only screen and (max-width: 106.25em) {
  .c-product-preview {
    margin-top: 250px; }
  .c-product-preview__title {
    font-size: 45px;
    line-height: 40px; }
  .c-product-preview__content {
    margin: 12px auto;
    font-size: 20px;
    line-height: 26px; } }

@media only screen and (max-width: 89.9375em) {
  .c-product-preview__image-bg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 110%;
    z-index: 1; } }

@media only screen and (max-width: 63.9375em) {
  .c-product-preview {
    margin-top: 200px; }
    .c-product-preview:last-of-type {
      margin-bottom: 20px; }
  .c-product-preview__title {
    font-size: 32px;
    line-height: 30px; }
  .c-product-preview__content {
    font-size: 14px;
    line-height: 20px; }
  .c-product-preview__category-icon svg {
    height: 40px; } }

@media only screen and (max-width: 47.9375em) {
  .c-product-preview {
    margin-top: 100px; }
  .c-product-preview__image-zone, .c-product-preview__content-zone {
    left: auto !important;
    width: 100%; }
  .c-product-preview__content-zone {
    margin-top: 32px; }
  .c-product-preview__image-bg {
    height: 100%; } }

.c-home__main-section {
  padding-top: 20vh;
  color: #526BB0;
  overflow: hidden; }

.c-home__main-title {
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 20; }

.c-home__main-text {
  font-size: 20px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 42px;
  position: relative;
  z-index: 20; }

.c-home__shapes {
  margin-top: 180px; }

.c-home__shapes-zone {
  float: left;
  clear: none;
  width: 46%;
  margin-left: 0;
  margin-right: 8%;
  position: relative; }
  .c-home__shapes-zone:last-child {
    margin-right: 0; }
  .c-home__shapes-zone:last-child {
    top: 120px; }

.c-home__first-shape,
.c-home__second-shape {
  width: 400px;
  margin: 0 auto;
  position: relative; }

.c-home__first-shape-svg,
.c-home__second-shape-svg,
.c-home__third-shape-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .c-home__first-shape-svg svg,
  .c-home__second-shape-svg svg,
  .c-home__third-shape-svg svg {
    height: auto;
    overflow: visible; }

.c-home__first-shape-svg svg {
  width: 700px; }

.c-home__second-shape-svg svg {
  width: 750px; }

.c-home__third-shape-svg svg {
  width: 600px; }

.c-home__shape-first-bg {
  position: absolute;
  top: -125%;
  left: -125%;
  width: 350%;
  height: 350%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1; }

.c-home__shape-second-bg {
  position: absolute;
  top: -125%;
  left: -125%;
  width: 350%;
  height: 350%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1; }

.c-home__shape-content {
  position: relative;
  z-index: 10; }

.c-home__shape-title {
  font-size: 32px;
  font-family: 'Nunito';
  font-weight: bold;
  text-align: center; }

.c-home__shape-text {
  text-align: center;
  font-size: 20px; }

.c-home__last-shape {
  position: relative;
  top: 480px;
  width: 400px;
  left: -100px;
  margin: 0 auto; }

.c-home__first-arrow {
  position: absolute;
  top: 0;
  right: -350px;
  z-index: 20; }
  .c-home__first-arrow svg {
    width: 260px;
    height: auto; }

.c-home__second-arrow {
  position: absolute;
  bottom: -185px;
  left: -200px;
  z-index: 20; }
  .c-home__second-arrow svg {
    width: 170px;
    height: auto; }

.c-home__shape-last-bg {
  position: absolute;
  top: -125%;
  left: -125%;
  width: 350%;
  height: 350%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1; }

.c-home__last-shape-container {
  padding-bottom: 680px; }

@media only screen and (max-width: 100em) {
  .c-home__first-arrow {
    right: -280px; } }

@media only screen and (max-width: 75em) {
  .c-home__second-arrow {
    left: -180px;
    bottom: -220px; } }

@media only screen and (max-width: 63.9375em) {
  .c-home__main-section {
    padding-top: 50px; }
  .c-home__shapes {
    margin-top: 180px; }
  .c-home__shapes-zone {
    width: 100%; }
  .c-home__last-shape-container {
    padding-bottom: 350px; }
  .c-home__first-shape {
    width: 60%;
    margin-left: 10%; }
  .c-home__second-shape {
    width: 60%;
    margin-left: 40%;
    margin-top: 150px; }
  .c-home__last-shape {
    width: 60%;
    margin-top: 370px;
    margin-left: 10%;
    top: auto;
    left: auto; }
  .c-home__first-arrow {
    top: 140%;
    right: -200px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .c-home__second-arrow {
    top: 65%;
    bottom: auto;
    left: -200px; }
    .c-home__second-arrow svg {
      width: 175px;
      height: auto; }
  .c-home__first-shape-svg {
    width: 125%; }
    .c-home__first-shape-svg svg {
      width: 100%; }
  .c-home__second-shape-svg {
    width: 150%;
    top: 0;
    left: 35%; }
    .c-home__second-shape-svg svg {
      width: 100%; }
  .c-home__third-shape-svg {
    width: 150%;
    top: 0;
    left: 35%; }
    .c-home__third-shape-svg svg {
      width: 100%; } }

@media only screen and (max-width: 47.9375em) {
  .c-home__main-title,
  .c-home__main-text {
    width: 100%; }
  .c-home__first-arrow,
  .c-home__second-arrow {
    display: none; }
  .c-home__first-shape {
    width: 100%;
    margin-left: 0; }
  .c-home__second-shape {
    width: 100%;
    margin-left: 0;
    margin-top: 50px; }
  .c-home__last-shape {
    width: 100%;
    margin-top: 300px;
    margin-left: 0; }
  .c-home__last-shape-container {
    padding-bottom: 50px; } }

.giorno .c-loader-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-image: linear-gradient(-180deg, #526BB0 0%, #CBD5EE 70%);
  will-change: transform; }

.giorno .c-loader__ball {
  width: 300px;
  height: 300px;
  background-color: #FCD7A2;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  will-change: transform; }
  .giorno .c-loader__ball:after {
    position: absolute;
    content: "";
    top: -5%;
    left: -5%;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -ms-transform: scale(0.85);
        transform: scale(0.85);
    filter: blur(5vw);
    background: linear-gradient(270deg, #fff, #fff);
    background-size: 150% 150%;
    border-radius: 50%; }

.notte .c-loader-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-image: linear-gradient(-180deg, #526BB0 0%, #084D90 100%);
  will-change: transform; }

.notte .c-loader__ball {
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  will-change: transform; }
  .notte .c-loader__ball:after {
    position: absolute;
    content: "";
    top: -5%;
    left: -5%;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -ms-transform: scale(0.85);
        transform: scale(0.85);
    filter: blur(5vw);
    background: linear-gradient(270deg, #F5B8BC, #FCD7A2);
    background-size: 150% 150%;
    border-radius: 50%; }

@keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%; }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%; }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%; }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%; }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%; }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%; }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%; }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%; }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%; } }

@keyframes text {
  0% {
    color: #FCD7A2; }
  50% {
    color: #F5B8BC; }
  100% {
    color: #FCD7A2; } }

.c-loader__logo {
  width: 60%;
  margin: 0 auto;
  will-change: opacity; }

.c-loader-layer__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 10; }

.c-products-card__container {
  padding: 240px 0 120px 0;
  position: relative; }

.c-products-card__container-inner {
  position: relative;
  z-index: 10; }

.c-product-card {
  float: left;
  clear: none;
  width: 31.3333333333%;
  margin-left: 0;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 120px; }
  .c-product-card:nth-of-type(3n) {
    margin-right: 0;
    float: right; }
  .c-product-card:nth-of-type(3n + 1) {
    clear: both; }

.c-product-card--big {
  margin-top: 80px;
  margin-bottom: 80px;
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .c-product-card--big:nth-of-type(3n) {
    margin-right: 3%;
    float: left; }
  .c-product-card--big:nth-of-type(3n + 1) {
    clear: none; }
  .c-product-card--big:nth-of-type(2n) {
    margin-right: 0;
    float: right; }
  .c-product-card--big:nth-of-type(2n + 1) {
    clear: both; }
  .c-product-card--big .c-product-card__image-zone {
    height: 360px; }
  .c-product-card--big .c-product-card__image {
    height: 360px;
    width: auto;
    margin: 0 auto; }
  .c-product-card--big .c-product-card__title {
    text-transform: uppercase;
    margin-top: 20px; }

.c-product-card__image-zone {
  width: 100%;
  height: 320px;
  position: relative; }

.c-product-card__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .c-product-card__bg svg {
    height: 320px; }

.c-product-card__image {
  width: 100%;
  position: relative;
  z-index: 10; }

.c-product-card__title {
  font-size: 35px;
  line-height: 35px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-top: 42px; }

.c-product-card__subtitle {
  font-size: 25px;
  line-height: 35px; }

.c-product-card__cta {
  margin-top: 25px; }

@media only screen and (max-width: 106.25em) {
  .c-product-card__image-zone {
    height: 270px; }
  .c-product-card__bg svg {
    height: 270px; } }

@media only screen and (max-width: 75em) {
  .c-product-card__image-zone {
    height: 220px; }
  .c-product-card__bg svg {
    height: 220px; }
  .c-product-card__title {
    font-size: 28px;
    line-height: 28px;
    margin-top: 28px; }
  .c-product-card__subtitle {
    font-size: 20px;
    line-height: 28px; } }

@media only screen and (max-width: 58.75em) {
  .c-product-card {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .c-product-card:nth-of-type(3n) {
      margin-right: 3%;
      float: left; }
    .c-product-card:nth-of-type(3n + 1) {
      clear: none; }
    .c-product-card:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .c-product-card:nth-of-type(2n + 1) {
      clear: both; } }

@media only screen and (max-width: 52.5em) {
  .c-product-card--big {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .c-product-card--big .c-product-card__image-zone {
      height: auto; }
    .c-product-card--big .c-product-card__image {
      height: auto;
      width: auto;
      max-width: 80%; }
    .c-product-card--big .c-product-card__title {
      margin-top: 12px; } }

@media only screen and (max-width: 47.9375em) {
  .c-products-card__container {
    padding: 80px 0; }
  .c-product-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .c-product-card__bg {
    display: none; }
  .c-product-card__image-zone {
    height: auto; } }

.c-single-product__main-title {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #526BB0;
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 15px; }

.c-single-product__main-subtitle {
  color: #526BB0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 25px;
  margin-bottom: 0; }

.c-single-product__categories-container {
  margin-top: 17px; }
  .c-single-product__categories-container:after {
    content: "";
    width: 250px;
    height: 3px;
    background-color: #526BB0;
    display: block;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 80px; }

.c-single-product__categories-container--post:after {
  display: none; }

.c-single-product__categories-container--post .c-single-product__categories {
  margin-top: 12px; }

.c-single-product__categories-title {
  font-size: 12px;
  font-weight: 900;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #526BB0; }

.c-single-product__categories {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0; }

.c-single-product__category {
  display: inline-block;
  margin-right: 20px;
  margin-left:20px;
  width: 110px;
}

  .c-single-product__category:first-child {
    margin-left: 0; }
  .c-single-product__category:last-child {
    margin-right: 0; }

.c-single-product__category-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #526BB0; }
.c-single-product__category-icon  svg {
  height:35px;
}
.c-single-product__main-image-zone, .c-single-product__main-content-zone {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .c-single-product__main-image-zone:last-child, .c-single-product__main-content-zone:last-child {
    margin-right: 0; }

.c-single-product__main-content-zone {
  text-align: left;
  color: #526BB0; }

.c-single-product__main-image {
  display: block;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; 
  margin-left: auto;
}

.c-single-product__text {
  font-size: 16px;
  line-height: 22px; }
  .c-single-product__text strong {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold; }

.c-single-product__features {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-single-product__feature {
  display: block;
  font-size: 16px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 15px; }
  .c-single-product__feature:last-child {
    margin-bottom: 0; }

.c-single-product__feature-icon {
  display: inline-block;
  margin-right: 7px; }
  .c-single-product__feature-icon svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px; }

.c-single-product__main-cta {
  margin-top: 22px; }

.c-single-product__main-cta-text {
  display: inline-block;
  font-size: 12px;
  margin: 0 16px;
  font-weight: bold;
  position: relative;
  color: #526BB0; }

.c-single-product__main-cta-alternative {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: underline; }

.c-single-product__main {
  padding-top: 20px;
  position: relative;
  text-align: center; }

.c-single-product__title {
  font-size: 75px;
  line-height: 75px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #084D90;
  margin-bottom: 16px; }

.c-single-product__indications-cta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  color: #084D90;
  line-height: 25px;
  transition: color .4s;
  cursor: pointer; }
  .no-touch .c-single-product__indications-cta:hover {
    color: #133D65; }

.c-single-product__indications-cta-icon {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 4px; }
  .c-single-product__indications-cta-icon svg {
    width: 17px;
    height: 23px; }

.c-single-product__divider {
  width: 250px;
  height: 3px;
  background-color: #084D90;
  margin: 12px auto; }

.c-single-product__list {
  display: inline-block;
  text-align: left;
  margin: 12px 0; }

.c-single-product__text-claim {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase; }

.c-single-product__steps-container {
  margin: 100px auto; }

.c-single-product__steps-group {
  margin: 30px 0 100px 0; }

.c-single-product__step-title {
  font-size: 55px;
  line-height: 65px;
  color: #084D90;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  max-width: 750px;
  width: 100%;
  margin: 0 auto; }

.c-single-product__step-cards {
  width: 60%;
  margin: 60px auto 0 auto; }

.c-single-product__step-card {
  float: left;
  clear: none;
  width: 45%;
  margin-left: 0;
  margin-right: 10%;
  text-align: left;
  margin-bottom: 60px; }
  .c-single-product__step-card:nth-of-type(2n) {
    margin-right: 0;
    float: right; }
  .c-single-product__step-card:nth-of-type(2n + 1) {
    clear: both; }

.c-single-product__step-card-image {
  width: 100%; }

.c-single-product__step-text {
  margin-top: 14px;
  font-size: 22px;
  line-height: 30px; }
  .c-single-product__step-text span {
    display: inline-block;
    font-weight: bold;
    margin-right: 4px; }

.c-single-product__featured-step-card {
  width: 60%;
  margin: 60px auto; }
  .c-single-product__featured-step-card:before, .c-single-product__featured-step-card:after {
    content: " ";
    display: table; }
  .c-single-product__featured-step-card:after {
    clear: both; }

.c-single-product__featured-step-card-image-zone {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .c-single-product__featured-step-card-image-zone:last-child {
    margin-right: 0; }

.c-single-product__featured-step-card-image {
  width: 90%;
  display: block; }

.c-single-product__featured-step-card-content-zone {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .c-single-product__featured-step-card-content-zone:last-child {
    margin-right: 0; }

.c-single-product__featured-step-card-content {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  position: relative;
  top: 100px; }
  .c-single-product__featured-step-card-content ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item; }
  .c-single-product__featured-step-card-content ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item; }
  .c-single-product__featured-step-card-content ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) "."; }

.c-single-product__warnings {
  margin: 0 0 120px 0;
  text-align: center; }

.c-single-product__warnings-container {
  margin: 0 auto;
  width: 50%; }

.c-single-product__warnings-image {
  width: 250px;
  display: block;
  margin: 20px auto; }

.c-single-product__warnings-main-text {
  font-size: 18px;
  line-height: 25px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900; }
  .c-single-product__warnings-main-text span {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400; }

.c-single-product__warnings-main-title {
  font-size: 45px;
  line-height: 45px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-top: 32px;
  margin-bottom: 21px; }

.c-single-product__warnings-text {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 19px; }

@media only screen and (max-width: 100em) {
  .c-single-product__title {
    font-size: 50px;
    line-height: 50px; }
  .c-single-product__step-title {
    font-size: 40px;
    line-height: 46px; } }

@media only screen and (max-width: 87.5em) {
  .c-single-product__related-container {
    width: 70%; } }

@media only screen and (max-width: 80em) {
  .c-single-product__main-title {
    font-size: 42px;
    line-height: 50px; }
  .c-single-product__main-subtitle {
    font-size: 20px; } }

@media only screen and (max-width: 63.9375em) {
  .c-single-product__text {
    font-size: 14px;
    line-height: 20px; }
  .c-single-product__featured-step-card {
    width: 90%; }
  .c-single-product__warnings {
    margin: 20px 0; }
  .c-single-product__warnings-container {
    width: 90%; }
  .c-single-product__title {
    font-size: 32px;
    line-height: 32px; } }

@media only screen and (max-width: 50em) {
  .c-single-product__main-image-zone, .c-single-product__main-content-zone {
    width: 100%;
    margin: 0; }
  .c-single-product__related-container {
    width: 95%; }
  .c-single-product__featured-step-card-image-zone, .c-single-product__featured-step-card-content-zone {
    width: 100%;
    margin: 0; }
  .c-single-product__featured-step-card-content {
    top: auto;
    margin-top: 22px; }
  .c-single-product__main-image {
    margin: 0 auto; }
  .c-single-product__main-content-zone {
    text-align: center; } }

@media only screen and (max-width: 47.9375em) {
  .c-single-product__categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center; }
  .c-single-product__category {
    margin: 0; }
  .c-single-product__category-icon svg {
    width: 70px;
    height: auto; }
  .c-single-product__step-title {
    width: 100%; }
  .c-single-product__warnings-text {
    width: 100%; }
    .c-single-product__warnings-text ul {
      margin-left: 0; } }

@media only screen and (max-width: 37.5em) {
  .c-single-product__step-card {
    width: 100%;
    margin: 0; } }

.c-single-article__hero-image {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 50px;
  box-shadow: 0 0 50px 0 rgba(1, 1, 1, 0.16); }

.c-single-article-sidebar {
  /*float: left;
  clear: none;*/

  width: 31.3333333333%;
  margin-left: 0;
  margin-right: 3%;
  will-change: min-height;
  position: sticky;
  top: 140px}
  .c-single-article-sidebar:last-child {
    margin-right: 0; }

.c-single-article-sidebar__inner {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  box-shadow: 0 30px 40px 0 rgba(1, 1, 1, 0.13);
  background-image: linear-gradient(-180deg, #F5B8BC 0%, #F5B8BC 17%, #FCD7A2 45%, #CBD5EE 77%, #CBD5EE 100%);
  padding: 56px 46px 66px 46px; }

.c-single-article-sidebar__box {
  background-image: linear-gradient(-180deg, #526BB0 0%, #084D90 100%);
  width: 100%;
  color: #ffffff; }

.c-single-article__author-box {
  padding: 18px 12px; margin-bottom:60px}

.c-single-article__author-head:before, .c-single-article__author-head:after {
  content: " ";
  display: table; }

.c-single-article__author-head:after {
  clear: both; }

.c-single-article__author-icon {
  float: left;
  width: 56px;
  height: 56px; }
  .c-single-article__author-icon svg {
    width: 56px;
    height: 56px; }

.c-single-article__author-title {
  float: left;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  margin-left: 12px; }

.c-single-article__author-cta {
  float: right;
  font-size: 10px;
  color: #CBD5EE;
  text-align: center;
  padding: 6px 11px;
  border-radius: 50px;
  border: 1px solid #CBD5EE;
  text-transform: uppercase;
  position: relative;
  top: 16px;
  transition: color .4s, background-color .4s, border-color .4s; }
  .no-touch .c-single-article__author-cta:hover {
    color: #084D90;
    background-color: #CBD5EE;
    border-color: #CBD5EE; }

.c-single-article__author-body {
  margin-top: 10px; }
  .c-single-article__author-body:before, .c-single-article__author-body:after {
    content: " ";
    display: table; }
  .c-single-article__author-body:after {
    clear: both; }

.c-single-article__author-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff; }
  .c-single-article__author-subtitle span {
    text-transform: uppercase; }

.c-single-article__author-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px; }

.c-single-article-sidebar__related-title {
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 53px; }

.c-single-article__magazine-box {
  text-align: center;
  padding: 26px 30px;
  margin-top: 68px; }

.c-single-article__magazine-box-title {
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px; }

.c-single-article__magazine-box-links {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-single-article__magazine-box-item {
  display: block;
  margin-bottom: 20px; }
  .c-single-article__magazine-box-item:last-child {
    margin-bottom: 0; }

.c-single-article__magazine-box-link {
  color: #ffffff;
  text-decoration: underline;
  font-size: 20px;
  line-height: 31px;
  transition: color .4s; }
  .no-touch .c-single-article__magazine-box-link:hover {
    color: #F5B8BC; }

.c-single-article__content {
  /*float: left;
  clear: none;*/
  width:60%;
  margin-left:5%;
  margin-left: 0;
  margin-right: 3%;
  padding-right: 70px; }
  .c-single-article__content:last-child {
    margin-right: 0; }
  .c-single-article__content h1, .c-single-article__content h2, .c-single-article__content h3, .c-single-article__content h4 {
    font-size: 55px;
    line-height: 60px;
    color: #526BB0;
    font-weight: 900;
    margin-top:76px;
    margin-bottom:15px;
  }

  .c-single-article__content h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .c-single-article__content p {
    color: #526BB0;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px; }

    .c-single-article__content li {
      font-size: 18px;
      color: #526BB0;
    }

  .c-single-article__content img, .c-single-article__content .c-single-article__content-image-block {
    display: block;
    width: 100%;
    height: auto;
    margin: 120px 0; }
.c-single-article__content img {
  margin: 60px 0;
}

 /* infografiche */
.c-single-article__content .infografica {
    margin-top: 70px;
}

.c-single-article__content .titolo-infografica {
  text-align: center;
  width: 750px;
  color: #526BB0;
}

.c-single-article__content .step-infografiche {
  width: 80%;
  margin-top: 30px;
}

.c-single-article__content img.img-infografica {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.c-single-article__content .testo-infografica {
  color: #526BB0;
}

.c-single-article__tweet-block {
  margin: 120px 0;
  position: relative;
  cursor: pointer;
  display: block; }

.c-single-article__tweet-block-title {
  font-family: 'Nunito';
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  color: #526BB0;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }

.c-single-article__tweet-block-text {
  font-family: 'Nunito';
  font-size: 35px;
  line-height: 40px;
  color: #526BB0;
  font-weight: bold;
  position: relative;
  z-index: 2; }

.c-single-article__tweet-block-icon {
  width: 264px;
  height: 216px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.2;
  z-index: 1; }
  .c-single-article__tweet-block-icon svg {
    width: 264px;
    height: 216px; }

.c-single-article__quote-block {
  position: relative;
  width: 100%;
  margin: 120px 0;
  border: none;
  quotes: "“" "”" "‘" "’"; }
  .c-single-article__quote-block:before, .c-single-article__quote-block:after {
    font-size: 255px;
    color: #526BB0;
    line-height: 258px;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    opacity: 0.3;
    position: absolute;
    pointer-events: none;
    line-height: 0.1; }
  .c-single-article__quote-block:before {
    content: open-quote;
    top: 40px;
    left: -40px; }
  .c-single-article__quote-block:after {
    content: close-quote;
    bottom: -40px;
    right: 0;
    -ms-transform: rotate(10deg);
        transform: rotate(10deg); }

.c-single-article__quote-block-text {
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  color: #526BB0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  width: 95%; }

.c-single-article__related {
  width: 100%;
  background-color: #526BB0;
  padding: 40px 60px 40px 0;
  position: relative;
  overflow: hidden;
  margin: 120px 0; }

.c-single-article__related-ill {
  position: absolute;
  top: 10%;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-single-article__related-content-zone {
  float: left;
  clear: none;
  width: 58.3333333333%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 42.9166666667%; }

.c-single-article__related-content-title {
  font-weight: 900;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 36px;
  position: relative;
  left: -40px;
  width: calc(100% + 40px); }

.c-single-article__lower-text {
  font-size: 14px;
  line-height: 19px;
  color: #526BB0;
  margin-top: 12px; }
  .c-single-article__lower-text a {
    text-decoration: underline;
    transition: color .4s; }
    .no-touch .c-single-article__lower-text a:hover {
      color: #ffffff; }

@media only screen and (max-width: 92.5em) {
  .c-single-article-sidebar__inner {
    padding: 46px 30px 56px 30px; }
  .c-single-article__author-title {
    font-size: 22px;
    line-height: 44px; }
  .c-single-article__author-icon {
    width: 40px;
    height: 40px; }
    .c-single-article__author-icon svg {
      width: 40px;
      height: 40px; }
  .c-single-article__author-cta {
    top: 9px; }
  .c-single-article__author-subtitle {
    font-size: 14px;
    line-height: 22px; }
  .c-single-article__author-text {
    font-size: 12px;
    line-height: 18px; }
  .c-single-article-sidebar__related-title {
    font-size: 26px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 20px; }
  .c-single-article__magazine-box {
    padding: 20px 26px;
    margin-top: 44px; }
  .c-single-article__magazine-box-title {
    font-size: 24px;
    line-height: 24px; }
  .c-single-article__magazine-box-link {
    font-size: 16px;
    line-height: 24px; }
  .c-single-article__content {
    padding-right: 40px; }
    .c-single-article__content h1, .c-single-article__content h2, .c-single-article__content h3, .c-single-article__content h4 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 45px; }
    .c-single-article__content p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 22px; }
    .c-single-article__content img, .c-single-article__content .c-single-article__content-image-block {
      margin: 60px 0; }
  .c-single-article__tweet-block-title {
    font-size: 22px;
    line-height: 28px; }
  .c-single-article__tweet-block-text {
    font-size: 28px;
    line-height: 36px; }
  .c-single-article__tweet-block-icon {
    width: 204px;
    height: 180px; }
    .c-single-article__tweet-block-icon svg {
      width: 204px;
      height: 180px; }
  .c-single-article__quote-block-text {
    font-size: 35px;
    line-height: 42px; }
  .c-single-article__quote-block:before, .c-single-article__quote-block:after {
    font-size: 205px; }
  .c-single-article__quote-block:before {
    left: -20px; }
  .c-single-article__quote-block:after {
    right: -20px; } }

@media only screen and (max-width: 63.9375em) {
  .c-single-article__content, .c-single-article-sidebar {
    width: 100%;
    margin: 0; } 
  .o-container-blog {
    flex-direction: column;
  }
  }

@media only screen and (max-width: 47.9375em) {
  .c-single-article__content {
    padding-right: 0;
    text-align: center; }
  .c-single-article__related {
    padding: 20px; }
  .c-single-article__related-ill {
    width: 100%;
    height: 100%;
    top: 0; }
  .c-single-article__related-content-zone {
    width: 100%;
    left: 0; }
  .c-single-article-sidebar__inner {
    padding: 20px; } }

.c-related-products__section {
  width: 100%;
  position: relative;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5B8BC 100%);
  padding-bottom: 250px;
  overflow: hidden; }

.c-related-products__main-title {
  text-align: center;
  margin-bottom: 60px; }
  .c-related-products__main-title:before, .c-related-products__main-title:after {
    content: "";
    width: 250px;
    height: 3px;
    display: inline-block;
    background-color: #084D90;
    position: relative;
    top: -15px; }
  .c-related-products__main-title:before {
    margin-right: 40px; }
  .c-related-products__main-title:after {
    margin-left: 40px; }

.c-related-product-slider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .c-related-product-slider .flickity-viewport, .c-related-product-slider .flickity-slider {
    width: 100%;
    height: 100%; }
    .c-related-product-slider .flickity-viewport:before, .c-related-product-slider .flickity-viewport:after, .c-related-product-slider .flickity-slider:before, .c-related-product-slider .flickity-slider:after {
      content: " ";
      display: table; }
    .c-related-product-slider .flickity-viewport:after, .c-related-product-slider .flickity-slider:after {
      clear: both; }
  .c-related-product-slider:focus {
    outline: none; }

.c-related-product-slide {
  width: 33.333333333%;
  text-align: center; }

.c-related-product-slide__image {
  width: 100%;
  margin: 0 auto; }

.c-related-product-slide__title {
  margin-top: 21px;
  font-size: 35px;
  line-height: 35px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 21px; }

.c-related-product-slide__arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer; }
  .c-related-product-slide__arrow svg {
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 16px;
    height: 29px; }
  .c-related-product-slide__arrow:before, .c-related-product-slide__arrow:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: transform .4s; }
  .c-related-product-slide__arrow:before {
    width: 98%;
    height: 98%;
    background-color: #084D90;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .c-related-product-slide__arrow:after {
    width: 100%;
    height: 100%;
    background-color: #F5B8BC;
    -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0); }
        .no-touch .c-related-product-slide__arrow:hover:after {
    -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }

.c-related-product-slide__arrow--prev {
  left: -65px; }

.c-related-product-slide__arrow--next {
  right: -65px; }

@media only screen and (max-width: 100em) {
  .c-related-products__main-title {
    margin-bottom: 40px; }
    .c-related-products__main-title:before, .c-related-products__main-title:after {
      width: 50px;
      height: 2px; } }

@media only screen and (max-width: 87.5em) {
  .c-related-product-slide__title {
    font-size: 22px;
    line-height: 22px; }
  .c-related-product-slide__arrow--prev {
    left: -100px; }
  .c-related-product-slide__arrow--next {
    right: -100px; } }

@media only screen and (max-width: 63.9375em) {
  .c-related-products__main-title:before, .c-related-products__main-title:after {
    display: none; }
  .c-related-product-slide__title {
    font-size: 18px;
    line-height: 18px; }
  .c-related-product-slide__cta .c-button {
    font-size: 12px; } }

@media only screen and (max-width: 47.9375em) {
  .c-related-products__section {
    padding-bottom: 100px; }
  .c-related-product-slide {
    width: 100%; }
  .c-related-product-slide__arrow {
    z-index: 50; }
  .c-related-product-slide__arrow--prev {
    left: 0; }
  .c-related-product-slide__arrow--next {
    right: 0; } }

.c-related-article {
  display: block;
  width: 100%;
  position: relative;
  height: 160px;
  box-shadow: 0 0 50px 0 rgba(1, 1, 1, 0.16);
  margin-bottom: 53px; }
  .c-related-article:before, .c-related-article:after {
    content: " ";
    display: table; }
  .c-related-article:after {
    clear: both; }
  .c-related-article:last-child {
    margin-bottom: 0; }

.c-related-article__image-zone {
  float: left;
  width: 45%;
  height: 100%; }

.c-related-article__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-related-article__content-zone {
  float: left;
  width: 55%;
  height: 100%;
  background-image: linear-gradient(-180deg, #526BB0 0%, #084D90 100%);
  padding: 22px 17px; }

.c-related-article__claim {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px; }

.c-related-article__title {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900; }

.c-related-article__testo {
  color: #fff;
  line-height: 18px;
  margin: 10px 0;
}
.c-related-article__cta {
  text-align: right;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  margin-top: 4px;
  color: #ffffff;
  transition: color .4s; }
  .no-touch .c-related-article__cta:hover {
    color: #F5B8BC; }

.c-related-article--inner {
  height: 140px;
  box-shadow: none; }
  .c-related-article--inner .c-related-article__content-zone {
    background-image: none;
    padding: 0 0 0 17px; }
  .c-related-article--inner .c-related-article__claim {
    font-size: 18px;
    line-height: 24px;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900; }

@media only screen and (max-width: 90em) {
  .c-related-article__content-zone {
    padding: 16px 12px; }
  .c-related-article__title {
    font-size: 14px;
    line-height: 20px; } }

.c-assistant-float-button {
  position: fixed;
  bottom: 30px;
  left: 2.5%;
  width: 60px;
  height: 60px;
  background-color: #084D90;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.2);
  cursor: pointer;
  z-index: 49; }

.c-assistant-float-button__icon {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .c-assistant-float-button__icon svg {
    width: 29px;
    height: 34px; }

.c-assistant {
  position: fixed;
  bottom: 30px;
  left: 2.5%;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(-180deg, #526BB0 0%, #084D90 100%);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.2);
  transition: all 0.3s;
  z-index: 48; }

.c-assistant__close {
  position: absolute;
  top: 100px;
  right: 60px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #084D90;
  cursor: pointer;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition: all 0.3s ease;
  z-index: 15; }
  .c-assistant__close span {
    position: absolute;
    top: 33px;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #ffffff; }
    .c-assistant__close span:first-child {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .c-assistant__close span:last-child {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.c-assistant__main-container {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 70%;
  top: 45%;
  left: 55%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s;
  z-index: -1; }
  .c-assistant__main-container.is-active {
    opacity: 1;
    z-index: 10; }

.c-assistant__main-overlay {
  background-image: linear-gradient(-180deg, rgba(203, 213, 238, 0.7) 0%, rgba(245, 184, 188, 0.7) 100%);
  position: fixed;
  bottom: 30px;
  left: 2.5%;
  width: 60px;
  height: 60px;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: -1; }

.c-assistant__head-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 900; }

.c-assistant__head-title--small {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 26px; }

.c-assistant__text {
  font-size: 22px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  margin-bottom: 28px; }

.c-assistant__level-options {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-assistant__level-item {
  display: block;
  margin-bottom: 40px;
  text-align: center; }
  .c-assistant__level-item:last-child {
    margin-bottom: 0; }

.c-assistant__level-chooser {
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.c-assistant__turn-back-container {
  margin-bottom: 24px; }

.c-assistant__turn-back {
  margin-left: 30px;
  cursor: pointer; }

.c-assistant__turn-back-icon {
  display: inline-block;
  margin-right: 12px;
  width: 16px;
  height: 29px; }
  .c-assistant__turn-back-icon svg {
    width: 16px;
    height: 29px; }

.c-assistant__turn-back-text {
  font-size: 16px;
  font-weight: 900;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
  line-height: 26px;
  position: relative;
  top: -7px; }

.c-assistant__related-container {
  width: 80%;
  margin: 0 auto; }

.c-assistant__inner-image {
  width: auto;
  display: block;
  margin: 0 auto 20px auto; }

.is-assistant-open .c-assistant {
  width: 860px;
  height: 860px;
  opacity: 1;
  overflow: initial;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0);
  -ms-transform: translateX(-25%) translateY(120px);
      transform: translateX(-25%) translateY(120px);
  z-index: 200; }

.is-assistant-open .c-assistant__main-overlay {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  -ms-transform: translateX(-2.5%) translateY(30px);
      transform: translateX(-2.5%) translateY(30px);
  z-index: 199; }

.is-assistant-open .c-assistant__close {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-delay: 0.3s; }

@media only screen and (max-width: 46.25em) {
  .is-assistant-open .c-assistant {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -ms-transform: none;
        transform: none;
    bottom: 0;
    left: 0; }
  .c-assistant__main-container {
    width: 80%;
    left: 50%;
    top: 50%; } }

@media only screen and (max-width: 47.9375em) {
  .c-assistant__close {
    top: 20px;
    right: 20px; }
  .c-assistant__main-container {
    height: 100%;
    padding: 100px 0 50px;
    width: 95%;
    overflow-y: scroll; } }

.c-pre-footer {
  height: 100vh; }

.c-pre-footer__layer {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }
  .c-pre-footer__layer--scroll {
    background-image: linear-gradient(to bottom, #03061A 0%, #04224D 100%); }
  .c-pre-footer__layer--after {
    background-color: #03061A; }
  .c-pre-footer__layer--stars {
    overflow: hidden; }

.c-pre-footer__star {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(237, 205, 163, 0.8);
  box-shadow: 0 0 40px 0 rgba(237, 205, 163, 0.8), 0 0 20px 0 #ffffff;
  animation: glow 5s infinite; }
  .c-pre-footer__star--medium {
    width: 6px;
    height: 6px; }
  .c-pre-footer__star--big {
    width: 9px;
    height: 9px;
    box-shadow: 0 0 40px 0 #EDCDA3, 0 0 20px 0 #ffffff, inset 0 0 4px #ffffff; }

.c-pre-footer__comet {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 40px 0 #EDCDA3, 0 0 20px 0 #ffffff, inset 0 0 8px rgba(255, 255, 255, 0.6);
  top: 0;
  left: 80%;
  opacity: 0.3;
  -ms-transform: rotate(-45deg) translate(0, -50px);
      transform: rotate(-45deg) translate(0, -50px);
  animation: comet 6s infinite; }
  .c-pre-footer__comet:after {
    content: '';
    width: 20vw;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(237, 205, 163, 0.4);
    position: absolute;
    top: 0;
    left: 0; }

.c-pre-footer__content {
  position: absolute;
  left: 50%;
  top: 55%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.c-pre-footer__title {
  color: #ffffff;
  font-size: 80px;
  white-space: nowrap;
  opacity: 0; }

@keyframes glow {
  0% {
    opacity: 0.9; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.9; } }

@keyframes comet {
  0% {
    transform: rotate(-45deg) translateX(0);
    opacity: 0.3; }
  10% {
    opacity: 1; }
  20% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0; }
  100% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0; } }

@media only screen and (max-width: 63.9375em) {
  .c-pre-footer__title {
    font-size: 60px; } }

@media only screen and (max-width: 47.9375em) {
  .c-pre-footer__title {
    font-size: 30px; } }

.c-footer {
  position: relative;
  padding: 85px 0;
  background-image: linear-gradient(-180deg, #010204 0%, #074D90 100%); }

.c-footer__gradient {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: linear-gradient(-180deg, rgba(3, 6, 26, 0.8) 0%, #04224D 100%);
  background-image: linear-gradient(to top, rgba(3, 6, 26, 0) 0%, rgba(3, 6, 26, 0.9) 25%, rgba(3, 6, 26, 0.4) 55%, rgba(3, 6, 26, 0) 100%); }

.c-footer__main-logo {
  width: 240px;
  height: auto;
  margin: 0 auto 80px auto; }
  .c-footer__main-logo svg {
    width: 240px;
    height: 48px; }
    .c-footer__main-logo svg path {
      fill: #ffffff; }

.c-footer__col {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%; }
  .c-footer__col:last-child {
    margin-right: 0; }

.c-footer__logo {
  width: 234px;
  height: 79px; }

.c-footer__main-label {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px; }

.c-footer__main-links {
  list-style: none;
  padding: 0;
  margin: 0; }

.c-footer__main-item {
  display: block; }

.c-footer__main-link {
  font-size: 16px;
  line-height: 26px;
  columns: #ffffff;
  text-decoration: underline;
  color: #ffffff;
  transition: color .4s; }
  .no-touch .c-footer__main-link:hover {
    color: #F5B8BC; }

.c-footer__last-text {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  width: 50%;
  margin: 70px auto 0 auto; }
  .c-footer__last-text a {
    display: inline-block;
    color: #ffffff;
    text-decoration: underline;
    transition: color .4s; }
    .no-touch .c-footer__last-text a:hover {
      color: #F5B8BC; }

.c-footer__check {
  position: relative;
  cursor: pointer; }
  .c-footer__check input[type='checkbox'] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .c-footer__check input[type='checkbox'] + label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: .6em 0;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1); }
  .c-footer__check input[type='checkbox'] + label > ins > i {
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #fff; }
  .c-footer__check input[type='checkbox'] + label > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 1em;
    width: 1em;
    height: 1em;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1); }
    .no-touch .c-footer__check input[type='checkbox'] + label:hover, .c-footer__check input[type='checkbox']:focus + label {
    color: #fff; }
    .no-touch .c-footer__check input[type='checkbox'] + label:hover > span, .c-footer__check input[type='checkbox']:focus + label > span {
    background: rgba(255, 255, 255, 0.1); }
  .c-footer__check input[type='checkbox']:checked + label > ins {
    height: 100%; }
  .c-footer__check input[type='checkbox']:checked + label > span {
    border: .5em solid #F5B8BC;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }
  .c-footer__check input[type='checkbox']:checked + label > span:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards; }

@keyframes shrink-bounce {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  33% {
    width: .2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  100% {
    width: .2em;
    height: .5em;
    border-color: #fff;
    transform: translate3d(0, -0.5em, 0) rotate(45deg); } }

@media only screen and (max-width: 63.9375em) {
  .c-footer__col {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 40px; }
    .c-footer__col:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .c-footer__col:nth-of-type(2n + 1) {
      clear: both; }
  .c-footer__gradient {
    display: none; } }

@media only screen and (max-width: 54.1875em) {
  .c-footer__col {
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 47.9375em) {
  .c-footer__last-text {
    width: 90%; } }

/* Utility classes */
.u-button-content {
  padding: 15px 0; }

.u-no-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

.u-text-uppercase {
  text-transform: uppercase !important; }

.u-ov-hidden {
  overflow: hidden; }

.u-visual-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.u-bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.u-display-block {
  display: block; }

.u-display-flex {
  display: -ms-flexbox;
  display: flex; }

.u-display-inline-block {
  display: inline-block; }

.u-display-inline {
  display: inline; }

.u-display-none {
  display: none; }

.u-display-table {
  display: table; }

/* PRINT STYLES */
@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=application.css.map */
/* HACK Della Nesta */
.c-product-preview__content p{
  font-size: 17px;
}
.c-hero--home .c-hero__scroll-down-icon{
    position: fixed;
    top: 83vh;
    left: 50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    z-index: 9;
    -webkit-animation: scrollAnimation 1.5s ease-out infinite;
            animation: scrollAnimation 1.5s ease-out infinite;
  }
.has-scrolled .c-hero--home .c-hero__scroll-down-icon{
    opacity: 0;
  }

  @-webkit-keyframes scrollAnimation{
    0%{
      -webkit-transform: translate(-50%,0);
              transform: translate(-50%,0);
    }
    50%{
      -webkit-transform: translate(-50%,25%);
              transform: translate(-50%,25%);
    }
    100%{
      -webkit-transform: translate(-50%,0);
              transform: translate(-50%,0);
    }
  }
@keyframes scrollAnimation{
    0%{
      -webkit-transform: translate(-50%,0);
              transform: translate(-50%,0);
    }
    50%{
      -webkit-transform: translate(-50%,25%);
              transform: translate(-50%,25%);
    }
    100%{
      -webkit-transform: translate(-50%,0);
              transform: translate(-50%,0);
    }
  }
  @media screen and (min-width:768px){
    .c-single-product__main-title {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .esigenza-container{
    justify-content:center
  }
  @media screen and (max-width:767px){
    .esigenza-container{
      flex-direction: column;
    }
  }
  @media screen and (max-width:1023px){
    .c-product-preview__categories{
      flex-wrap:wrap;
      margin: 25px auto;
      max-width: 233px;
    }
  }
  @media screen and (min-width:1280px){
    .c-single-product__text {
      /* width: 65%; */
      margin: 0 auto;  
    }
    .c-single-product__list {
        width: auto;
    }
  }

  .copyinfografica {
    text-align: center;
    color: #526BB0;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }