:root {
  --font-default: "Open Sans", sans-serif;
  --font-headline: "Bariol", sans-serif;
  --grid-columns: 12;
  --grid-width-max: 1680px;
  --grid-gutter: 10px;
  --grid-color: 190, 100%, 50%;
  --color-black: #000;
  --color-white: #fff;
  --color-grey-1: #f5f5f5;
  --color-grey-2: #EFEFEF;
  --color-grey-3: #F3F6FA;
  --color-grey-4: #4E4E4E;
  --color-grey-5: #E9ECF0;
  --color-blue-1: #3396FE;
  --color-blue-2: #1674D8;
  --color-blue-3: #07488C;
  --color-green-1: #0B6021;
  --color-yellow-1: #FFBA00;
  --color-orange-1: #FF5800;
}
:root {
  --grid-offset: 20px;
}
@media only screen and (min-width: 375px) {
  :root {
    --grid-offset: calc(20px + 100 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --grid-offset: 120px;
  }
}

@media (min-width: 768px) {
  :root {
    --grid-gutter: 20px;
  }
}
@media (min-width: 1024px) {
  :root {
    --grid-gutter: 40px;
  }
}
@media (min-width: 1366px) {
  :root {
    --grid-gutter: 60px;
  }
}
.block.widget-text .text p {
  margin-top: 10px;
}
@media only screen and (min-width: 375px) {
  .block.widget-text .text p {
    margin-top: calc(10px + 10 * (100vw - 375px) / (1920 - 375));
  }
}
@media only screen and (min-width: 1920px) {
  .block.widget-text .text p {
    margin-top: 20px;
  }
}

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