body {
  background: #BBDFDC;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #444;
  font-family: 'Sanchez', sans-serif;
  /*  Cookiebot  */ }
  body input {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    border: none;
    padding: 10px;
    margin-right: 5px;
    outline: none; }
    body input:focus {
      outline: 0; }
  body input[type="email"] {
    width: 185px;
    max-width: 100%; }
  body .button {
    background: #5DD6C0 !important;
    color: #fff;
    border: none;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-family: 'Sanchez', sans-serif;
    border-radius: 3px !important; }
  body a {
    color: #444; }
  body header {
    background: #fff;
    padding: 100px 16px 50px; }
    body header .logo2 {
      display: none; }
    body header .slogan {
      margin: 15px 0 0;
      color: #BBDFDC;
      font-size: 26px;
      font-weight: normal; }
    body header h2 {
      font-size: 40px;
      line-height: .9;
      font-weight: normal;
      display: block; }
      body header h2 span {
        color: #5DD6C0;
        display: inline-block;
        white-space: nowrap; }
        body header h2 span::after {
          display: block;
          content: "";
          position: relative;
          left: 0;
          right: 0;
          bottom: 5px;
          height: 20px;
          background-image: url("/images/underline.svg");
          background-repeat: no-repeat;
          background-size: contain; }
  body main {
    background: #EBF6F5;
    padding: 55px 16px 0; }
    body main h1 {
      font-size: 60px;
      line-height: .9;
      font-weight: normal; }
    body main .designs {
      padding-top: 60px; }
    body main .counter {
      font-size: 30px; }
      body main .counter #amount1,
      body main .counter #amount2,
      body main .counter #amount3,
      body main .counter #amount4 {
        color: #5DD6C0;
        font-size: 40px;
        display: inline-block; }
      body main .counter .minutes, body main .counter .seconds {
        white-space: nowrap; }
      body main .counter .seconds #amount4 {
        width: 50px;
        text-align: right; }
    body main .designs-vl24 img, body main .designs-vp24 img {
      vertical-align: bottom;
      max-width: 100%; }
    body main .designs-vp24 {
      display: none; }
  body footer {
    background: #BBDFDC;
    padding: 70px 16px 50px;
    font-family: 'Roboto', sans-serif; }
    body footer .wordpress-icon {
      margin-top: 80px; }
      body footer .wordpress-icon a svg {
        opacity: .7; }
    body footer .woocommerce-icon {
      margin-top: 80px;
      display: none; }
      body footer .woocommerce-icon a svg {
        opacity: .7; }
    body footer .mailchimp-form {
      position: relative;
      width: 410px;
      max-width: 90%;
      margin: auto;
      text-align: left;
      padding-left: 75px; }
      body footer .mailchimp-form::before {
        display: block;
        content: "";
        width: 105px;
        height: 85px;
        position: absolute;
        top: 0;
        left: -55px;
        background: url("/images/newsletter-ico.svg") no-repeat; }
      body footer .mailchimp-form .mailchimp-form-intro {
        margin-bottom: 10px; }
      body footer .mailchimp-form .response {
        margin-top: 15px; }
        body footer .mailchimp-form .response#mce-error-response {
          color: #a00; }
        body footer .mailchimp-form .response#mce-success-response {
          color: #159880; }
    body footer .gdpr {
      font-size: 12px;
      line-height: 1.4;
      color: #93b3b0;
      margin-top: .5rem; }
      body footer .gdpr a {
        color: #93b3b0; }
  body.skin-veebipood24 {
    background: #ACD7E0; }
    body.skin-veebipood24 .button {
      background-color: #55CFEA !important; }
    body.skin-veebipood24 .logo1 {
      display: none; }
    body.skin-veebipood24 .logo2 {
      display: block; }
    body.skin-veebipood24 .slogan {
      color: #ACD7E0; }
    body.skin-veebipood24 h2 span {
      color: #55CFEA; }
      body.skin-veebipood24 h2 span::after {
        background-image: url("/images/underline2.svg"); }
    body.skin-veebipood24 main {
      background: #EBF4F6; }
    body.skin-veebipood24 .counter #amount1,
    body.skin-veebipood24 .counter #amount2,
    body.skin-veebipood24 .counter #amount3,
    body.skin-veebipood24 .counter #amount4 {
      color: #55CFEA; }
    body.skin-veebipood24 .designs-vl24 {
      display: none; }
    body.skin-veebipood24 .designs-vp24 {
      display: block; }
    body.skin-veebipood24 footer {
      background: #ACD7E0; }
      body.skin-veebipood24 footer .wordpress-icon {
        display: none; }
      body.skin-veebipood24 footer .woocommerce-icon {
        display: block; }
      body.skin-veebipood24 footer .gdpr {
        color: #7ca4ad; }
        body.skin-veebipood24 footer .gdpr a {
          color: #7ca4ad; }
    body.skin-veebipood24 #CybotCookiebotDialogBodyButtonAccept {
      background-color: #55CFEA; }
  @media only screen and (max-width: 720px) {
    body input[type="email"] {
      width: 165px; }
    body header .slogan {
      font-size: 20px; }
    body header h2 {
      font-size: 30px;
      margin-bottom: 0; }
    body main h1 {
      font-size: 40px; }
    body main .counter {
      font-size: 20px;
      margin-bottom: 40px; }
    body footer {
      padding-bottom: 20px; }
      body footer .mailchimp-form {
        padding: 0 16px;
        text-align: center; }
        body footer .mailchimp-form::before {
          display: none; }
      body footer .wordpress-icon {
        margin-top: 40px; }
      body footer .woocommerce-icon {
        margin-top: 40px; } }
  body #CybotCookiebotDialog {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto', sans-serif; }
  body #CybotCookiebotDialogBodyContentTitle {
    font-family: 'Sanchez', sans-serif; }
  body .CybotCookiebotDialogBodyButton {
    padding: 4px; }
  body #CybotCookiebotDialogBodyButtonAccept {
    background-color: #5DD6C0;
    border: none; }
