﻿@charset "UTF-8";
html {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 98%;
  width: 1440px; }

.container {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1440px) {
    .container {
      width: 1400px; } }

.flex {
  display: flex;
  flex-flow: row wrap; }

.space-between {
  justify-content: space-between; }

.items-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.flex-70 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .flex-70 {
      flex: 0 0 70%;
      max-width: 70%; } }

.flex-33 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-33 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .flex-33 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }

.flex-30 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .flex-30 {
      flex: 0 0 30%;
      max-width: 30%; } }

.flex-25 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-25 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .flex-25 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 1440px) {
    .flex-25 {
      flex: 0 0 25%;
      max-width: 25%; } }

.flex-20 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 400px) {
    .flex-20 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 600px) {
    .flex-20 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 1200px) {
    .flex-20 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1440px) {
    .flex-20 {
      flex: 0 0 20%;
      max-width: 20%; } }

.pad {
  padding: 20px; }

.the-content > figure img {
  max-width: 100%; }

.boxed-box {
  align-items: center;
  color: #323232;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  padding: 30px;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
  transition: all 100ms; }

.boxed-link {
  align-items: center;
  background-color: #f0f0f0;
  color: #323232;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  padding: 30px;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
  transition: all 100ms; }
  .boxed-link > .arrow {
    display: block;
    fill: #323232;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transform: translateX(0);
    transition: all 100ms; }
  .boxed-link:hover {
    background-color: whitesmoke;
    color: #0a0a0a; }
    .boxed-link:hover > .arrow {
      fill: #ffd300;
      transform: translateX(5px); }

.mobilebacktotop {
  position: fixed;
  left: 50%;
  margin-left: -58px;
  width: 116px;
  bottom: 20px; }
  .mobilebacktotop button {
    width: 100%; }
  @media (min-width: 1200px) {
    .mobilebacktotop {
      display: none; } }

.hidden {
  display: none; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  word-wrap: break-word; }

h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2.2rem;
      line-height: 2.2rem; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.6rem;
      line-height: 3rem; } }

h2 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    h2 {
      font-size: 2.2rem;
      line-height: 2.2rem; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2.5rem;
      line-height: 3rem; } }

h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    h3 {
      font-size: 1.7rem; } }

h4 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0; }

h5 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0; }

p, ul, ol, pre, blockquote {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px; }

span {
  line-height: 1.5;
  margin-top: 0; }

ul, ol {
  padding-left: 25px; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

hr {
  border: 1px solid;
  margin: -1px 0; }

b, strong, em, small, code {
  line-height: 1; }

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a {
  color: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: underline; }

.lead {
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line; }
  @media (min-width: 1440px) {
    .lead {
      font-size: 18px; } }

.light-text {
  color: #ffffff; }

.dark-text {
  color: #333333; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.line-divider {
  background-color: #E5E5E5;
  height: 1px;
  margin: 15px 0;
  width: 100%; }

a img {
  border: none;
  max-width: 100%;
  max-height: 100%; }

img, svg, figure {
  display: block;
  margin: 0;
  padding: 0; }

figcaption {
  padding: 0; }

figure {
  margin: 0;
  padding: 0; }
  figure > img {
    margin: 0;
    padding: 0; }

.button-row {
  margin: 2rem 0 1rem 0; }

.btn {
  border: none;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline: none;
  margin: 0 15px 15px 0;
  padding: 14px 20px;
  text-decoration: none;
  transition: all 200ms; }
  .btn > .icon {
    fill: white; }
  .btn:last-child {
    margin: 0; }

.mute {
  opacity: 0.5;
  pointer-events: none; }

.btn-normal {
  background-color: #ffd300; }
  .btn-normal:hover {
    background-color: #ffdc33; }

.btn-action {
  background-color: #ffd300; }
  .btn-action:hover {
    background-color: #ffdc33; }

.btn-small {
  padding: 5px 6px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 730px;
  display: block;
  overflow-x: auto; }
  table > caption {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    padding: 12px 0; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

.form-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .form-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .form-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .form-section {
      padding: 80px 0 50px 0; } }

.aventoform {
  padding: 0 20px; }

.form-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 20px -10px; }

.form-col-full {
  flex: 0 0 100%;
  padding: 0 10px;
  max-width: 100%;
  position: relative; }

.form-col-half {
  flex: 0 0 50%;
  padding: 0 10px;
  max-width: 50%;
  position: relative; }

label {
  font-size: 15px;
  display: block;
  margin: 10px 0;
  opacity: 0.9; }

input[type=text], input[type=email], textarea, select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 10px 12px;
  width: 100%; }
  input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3); }
  input[type=text].parsley-error, input[type=email].parsley-error, textarea.parsley-error, select.parsley-error {
    border: 1px solid rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6); }

input[type=checkbox], input[type=radio] {
  transform: translateY(2px);
  height: 16px;
  width: 16px; }

select:hover {
  cursor: pointer; }

input[type=file] {
  position: relative;
  width: 100%; }

.form-status {
  margin: 20px 0 20px 0;
  max-width: 800px; }

.parsley-errors-list {
  display: inline-block;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0; }
  .parsley-errors-list > li {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13.5px;
    margin: 0 0 0 7px;
    padding: 5px 15px; }

.is-disabled {
  background-color: #ccc !important; }

.sub-nav {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .sub-nav.off {
    display: none; }

.sub-nav-branch {
  flex: 0 0 25%;
  padding: 20px; }

.sub-nav-link {
  display: block;
  text-decoration: none;
  line-height: 1.5; }
  .sub-nav-link[data-level="3"] {
    font-weight: 600; }
  .sub-nav-link[data-level="5"] {
    margin-left: 20px; }
  .sub-nav-link[data-level="6"] {
    font-size: 14px;
    margin-left: 30px; }

.sub-nav-toggle {
  padding: 0 0 20px 0; }
  .sub-nav-toggle > svg {
    fill: #222; }
    .sub-nav-toggle > svg > polygon {
      opacity: 0; }
  .sub-nav-toggle.active > svg > polygon {
    opacity: 1; }
  .sub-nav-toggle.active > svg > rect {
    opacity: 0; }

.breadcrumbs {
  border-bottom: 1px solid #E5E5E5;
  color: #444;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: -1px;
  margin-bottom: 15px;
  overflow-x: auto;
  padding: 0 15px 14px 15px;
  white-space: nowrap;
  width: 100%; }
  .breadcrumbs > a {
    display: inline-block;
    color: #333333;
    fill: #333333;
    margin: 0;
    padding: 0 5px;
    text-decoration: none;
    transition: all 200ms; }
    .breadcrumbs > a > svg {
      transform: translateY(1px);
      margin-right: 2px; }
    .breadcrumbs > a:hover {
      color: #ffd300;
      fill: #ffd300; }

.site-header {
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .site-header {
      padding: 10px 0 0 0; } }

.site-logo {
  display: block;
  padding: 15px; }
  .site-logo > .img {
    display: block;
    margin: 0;
    padding: 0; }

.site-nav {
  display: block;
  padding: 0;
  width: 100%; }
  .site-nav > .link {
    border-bottom: 4px solid transparent;
    color: #333333;
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0;
    padding: 5px 25px;
    position: relative;
    text-align: right;
    text-decoration: none;
    transition: all 100ms; }
    .site-nav > .link:hover, .site-nav > .link.active {
      border-bottom: 4px solid #ffd300; }
    .site-nav > .link.active {
      pointer-events: none; }
    .site-nav > .link.extra {
      border-bottom: none;
      margin-left: 0; }
      .site-nav > .link.extra:hover, .site-nav > .link.extra:active {
        color: inherit; }
        .site-nav > .link.extra:hover > svg, .site-nav > .link.extra:active > svg {
          fill: #ffd300;
          transition: all 200ms; }
      .site-nav > .link.extra > svg {
        display: inline-block;
        fill: #555;
        margin-right: 5px;
        vertical-align: middle; }
  @media (min-width: 1200px) {
    .site-nav {
      display: block;
      width: auto; }
      .site-nav > .link {
        display: inline-block;
        margin: 0 10px;
        padding: 33px 0 23px 0; }
        .site-nav > .link.extra {
          margin-left: 40px;
          padding: 5px 10px; } }

.mobile-off {
  display: none; }
  @media (min-width: 1200px) {
    .mobile-off {
      display: block;
      width: auto; } }

.toggle-menu {
  display: block;
  margin: 20px;
  padding: 10px; }
  .toggle-menu > .menubars {
    display: inline-block;
    fill: #ffffff;
    margin: 0 5px 0 0; }
    .toggle-menu > .menubars > rect {
      opacity: 1;
      transition: all 200ms; }
    .toggle-menu > .menubars polygon {
      opacity: 0;
      transition: all 200ms; }
  .toggle-menu.active > .menubars > rect {
    opacity: 0; }
  .toggle-menu.active > .menubars > polygon {
    opacity: 1; }
  @media (min-width: 1200px) {
    .toggle-menu {
      display: none; } }

.site-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .site-footer {
      margin-bottom: 0; } }
  .site-footer > p, .site-footer a {
    margin: 10px;
    padding: 0;
    line-height: 1.5; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: "Roboto", sans-serif; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center; }

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center; }

.fancybox-share p:first-of-type {
  margin-right: -10px; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom; }

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.blog-listimage {
  width: 100%; }
  .blog-listimage > .img {
    height: auto;
    width: 100%; }

.blog-listarticle {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 30px; }

.blog-listheader {
  padding: 40px; }

.datetime {
  color: #aaaaaa;
  display: block;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px; }

.article-link {
  text-decoration: none;
  transition: all 200ms; }
  .article-link:hover {
    color: #ffd300; }

.link-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.post-article {
  background-color: white;
  border-radius: 2px; }

.post-main {
  padding: 20px; }

.post-image {
  display: block; }
  .post-image > .img {
    height: auto;
    width: 100%; }

.post-header {
  padding: 60px 50px 0 50px; }

.post-content {
  padding: 0 50px 50px 50px; }

.section-base {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.section-header {
  padding: 15px; }

.banner-section {
  align-items: center;
  display: block;
  flex-flow: row wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 15px 0; }
  @media (min-width: 600px) {
    .banner-section {
      display: flex; } }

.banner-text {
  padding: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 200; }
  .banner-text > .title:only-child {
    margin: 0; }
  @media (min-width: 600px) {
    .banner-text {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .banner-text {
      flex: 0 0 35%;
      max-width: 35%; } }

.no-imagetext {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px;
  width: 100%; }
  .no-imagetext > .title {
    display: block;
    flex: 0 0 50%;
    margin: 0; }
  .no-imagetext > .lead {
    display: block;
    flex: 0 0 50%;
    margin: 0 0 2px 0; }

.banner-image {
  flex: 0 0 100%;
  max-width: 100%; }
  .banner-image > img {
    height: auto;
    width: 100%; }
  @media (min-width: 600px) {
    .banner-image {
      height: auto;
      flex: 0 0 50%;
      max-width: 50%;
      text-align: right; }
      .banner-image > img {
        display: inline-block;
        max-width: 100%;
        object-fit: none;
        object-position: center; } }
  @media (min-width: 1200px) {
    .banner-image {
      flex: 0 0 65%;
      max-width: 65%; } }

.left-align {
  text-align: left !important; }

.contacts-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .contacts-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .contacts-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .contacts-section {
      padding: 80px 0 50px 0; } }

.contacts {
  display: flex;
  flex-flow: row wrap; }

.contact-article {
  padding: 20px; }

.contact-image {
  line-height: 0;
  margin: 0 0 1rem 0;
  width: 100%; }
  .contact-image > .img {
    height: auto;
    width: 100%; }

.position {
  display: block;
  font-style: italic;
  margin: 0 0 1rem 0; }

.phone-number {
  line-height: 1.5;
  display: block; }

.email-address {
  line-height: 1.5;
  display: block; }

.large-download {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none; }

.download-image {
  display: block;
  padding: 30px;
  transform: rotate(1deg); }

.no-margin {
  margin: 0; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel-section {
  display: flex; }
  .carousel-section.flip {
    flex-flow: row-reverse wrap; }
  .carousel-section.flop {
    flex-flow: row wrap; }

.carousel-part {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }
  @media (min-width: 1200px) {
    .carousel-part {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1440px) {
    .carousel-part {
      flex: 0 0 60%;
      max-width: 60%; } }

.carousel-cell {
  width: 100%; }
  .carousel-cell > img {
    height: auto;
    width: 100%; }

.image-bubble {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  padding: 20px;
  height: 210px;
  width: 210px;
  z-index: 30;
  right: -27px;
  bottom: -17px;
  background-color: #ffd300;
  box-shadow: 1px 3px 0 7px rgba(255, 211, 0, 0.7), -7px 5px 0 14px rgba(255, 211, 0, 0.5), 2px 2px 0 25px rgba(255, 211, 0, 0.3); }
  @media (min-width: 1200px) {
    .image-bubble {
      right: -47px;
      bottom: -17px; } }
  .image-bubble > h2 {
    display: block;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 4px; }
  .image-bubble > p {
    display: block; }

.carousel {
  height: 500px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.but-not {
  overflow: visible; }

.content-part {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }
  @media (min-width: 1200px) {
    .content-part {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1440px) {
    .content-part {
      flex: 0 0 40%;
      max-width: 40%; } }

/* position dots in carousel */
.flickity-page-dots {
  bottom: 12px; }

/* white circles */
.flickity-page-dots .dot {
  background-color: rgba(0, 0, 0, 0.1);
  width: 14px;
  height: 14px;
  opacity: 1;
  border: 3px solid white; }

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #969696; }

.flickity-header {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2;
  padding: 15px 20px;
  position: absolute;
  bottom: 50px;
  left: 70px; }
  .flickity-header > span {
    display: block;
    margin: 0;
    padding: 0; }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 99999; }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 24px;
  text-align: center;
  position: relative;
  user-select: none; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  height: 16px;
  line-height: 16px; }

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative; }

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: calc(3.57% - 1.5px);
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: calc(3.57% - 1.5px);
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px; }

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 5px;
  display: inline-block;
  text-align: center; }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 7px;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden; }

.flatpickr-days,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  height: 27.333333333333332px;
  line-height: 24px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
  margin: 0;
  padding-top: 3.333333333333333px; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 1px 12px 0 12px;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%; }

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none; }

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  user-select: none; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0; }

.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.hasWeeks .flatpickr-days {
  border-left: 0; }

@media all and (-ms-high-contrast: none) {
  .flatpickr-month {
    padding: 0; }
  .flatpickr-month svg {
    top: 0 !important; } }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.gallery-section {
  padding: 15px 0; }

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%; }

.gallery-items {
  flex: 0 0 50%;
  outline: none;
  padding: 15px;
  position: relative;
  text-decoration: none; }
  @media (min-width: 600px) {
    .gallery-items {
      flex: 0 0 33.33%; } }
  @media (min-width: 1200px) {
    .gallery-items {
      flex: 0 0 25%; } }
  @media (min-width: 1440px) {
    .gallery-items {
      flex: 0 0 20%; } }

.gallery-img {
  width: 100%;
  margin-bottom: 15px; }

.fullwidth-figure {
  background-color: white;
  margin-bottom: 30px;
  position: relative; }
  .fullwidth-figure > img {
    height: auto;
    width: 100%; }
  .fullwidth-figure:after {
    content: '';
    background: -moz-linear-gradient(top, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.fullwidth-figcaption {
  color: #FFFFFF;
  position: absolute;
  bottom: 20px;
  left: 30px;
  line-height: 1.5;
  max-width: 500px;
  z-index: 500; }

.medium-card {
  display: flex;
  align-items: flex-end;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }
  @media (min-width: 900px) {
    .medium-card {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .medium-card {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.small-card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }
  @media (min-width: 600px) {
    .small-card {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 900px) {
    .small-card {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 1200px) {
    .small-card {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1440px) {
    .small-card {
      flex: 0 0 20%;
      max-width: 20%; } }

.button-card {
  border: 1px solid #e5e5e5;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px; }
  @media (min-width: 600px) {
    .button-card {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 1200px) {
    .button-card {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1440px) {
    .button-card {
      flex: 0 0 20%;
      max-width: 20%; } }

.text-card {
  display: block;
  text-decoration: none;
  outline: none; }
  .text-card > .card-header {
    position: relative; }
    .text-card > .card-header h3, .text-card > .card-header h4 {
      font-size: 17px;
      margin: 0;
      padding: 0; }
    .text-card > .card-header > span {
      color: #333;
      display: block;
      margin: 0; }
    .text-card > .card-header > ul {
      color: #333;
      list-style: none;
      margin: 0 0 15px 0;
      padding: 0; }

.data-card {
  display: block;
  text-decoration: none;
  outline: none; }
  .data-card > .card-header {
    position: relative; }
    .data-card > .card-header h3, .data-card > .card-header h4 {
      font-size: 17px;
      margin: 0;
      padding: 0; }
    .data-card > .card-header > span {
      color: #333;
      display: block;
      margin: 0; }
    .data-card > .card-header > ul {
      color: #333;
      list-style: none;
      margin: 0 0 15px 0;
      padding: 0; }
  .data-card > .card-image {
    display: block;
    justify-content: center;
    /* align horizontal */
    height: 200px;
    align-items: center; }
    .data-card > .card-image > img {
      max-height: 100%;
      max-width: 100%;
      width: auto !important; }

.linked-card {
  display: block;
  text-decoration: none;
  outline: none; }
  .linked-card > .card-image {
    margin-bottom: 15px; }
    .linked-card > .card-image > img {
      width: 100%; }
  .linked-card > .card-header {
    position: relative; }
    .linked-card > .card-header > svg {
      fill: #222;
      transform: translateX(0), scale(1);
      transition: all 200ms;
      position: absolute;
      right: 0;
      top: 0; }
    .linked-card > .card-header h3 {
      font-size: 17px;
      margin: 0;
      padding: 0; }
    .linked-card > .card-header > span {
      color: #333;
      display: block;
      margin: 0; }
  .linked-card:hover > .card-header > .arrow {
    fill: #ffd300;
    transform: translateX(7px); }
  .linked-card:hover > .card-header > .magnifier {
    fill: #ffd300;
    transform: scale(1.3); }

.download-card {
  display: block;
  text-decoration: none;
  outline: none; }
  .download-card > .card-image {
    align-items: center;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    height: 258px;
    margin-bottom: 15px;
    padding: 15px;
    width: 258px; }
    .download-card > .card-image > img {
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
      display: block;
      height: auto;
      max-width: 100%;
      width: auto; }
  .download-card > .card-header {
    position: relative;
    padding-right: 25px; }
    .download-card > .card-header > svg {
      fill: #222;
      transform: translateY(5px);
      transition: all 200ms;
      position: absolute;
      right: 0;
      top: 0; }
    .download-card > .card-header h3 {
      font-size: 17px;
      margin: 0;
      padding: 0; }
    .download-card > .card-header > span {
      color: #333;
      display: block;
      margin: 0; }
  .download-card:hover > .card-header > .arrowdown {
    fill: #ffd300;
    transform: translateY(12px); }

.info-card {
  background-color: #f0f0f0;
  padding: 30px; }

.containedimage-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .containedimage-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .containedimage-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .containedimage-section {
      padding: 80px 0 50px 0; } }

.contained-figure {
  display: block; }
  .contained-figure > img {
    height: auto;
    margin-bottom: 20px;
    width: 100%; }

.centeredimg-section {
  height: 300px;
  position: relative;
  padding: 30px 0 30px 0;
  text-align: center; }
  @media (min-width: 600px) {
    .centeredimg-section {
      height: 350px;
      padding: 50px 0 50px 0; } }
  @media (min-width: 1200px) {
    .centeredimg-section {
      height: 400px; } }
  @media (min-width: 1660px) {
    .centeredimg-section {
      height: 450px; } }

.centered-figure {
  height: 100%; }
  .centered-figure > img {
    height: 100%;
    width: 100%; }

.logogrid-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .logogrid-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .logogrid-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .logogrid-section {
      padding: 80px 0 50px 0; } }

.grid-logo {
  margin: 0 0 20px 0;
  padding: 20px;
  height: 120px;
  width: 200px; }
  .grid-logo > .img {
    max-height: 100%;
    max-width: 100%; }

.map-section {
  display: block;
  width: 100%; }

.map {
  height: 300px;
  margin: 30px 0; }
  @media (min-width: 600px) {
    .map {
      height: 400px; } }
  @media (min-width: 1200px) {
    .map {
      height: 500px; } }
  @media (min-width: 1440px) {
    .map {
      height: 600px; } }

.retailers {
  display: flex;
  flex-flow: row wrap;
  margin: 15px 0; }

.iconcards-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .iconcards-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .iconcards-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .iconcards-section {
      padding: 80px 0 50px 0; } }

.cards {
  justify-content: flex-start;
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

.card {
  display: flex;
  flex-flow: column;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }
  @media (min-width: 900px) {
    .card {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.card-icon {
  line-height: 0;
  margin-bottom: 30px; }
  .card-icon > .img {
    display: inline-block;
    width: 100%; }

.iconlinks-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .iconlinks-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .iconlinks-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .iconlinks-section {
      padding: 80px 0 50px 0; } }

.icon-link {
  align-items: flex-start;
  display: flex;
  text-decoration: none; }
  .icon-link > .icon {
    display: block;
    padding: 20px;
    width: 85px;
    vertical-align: middle; }
  .icon-link > .title {
    display: block;
    padding: 20px;
    vertical-align: middle; }

.imgandtext-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .imgandtext-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .imgandtext-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .imgandtext-section {
      padding: 80px 0 50px 0; } }

.flex-image {
  padding: 20px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-image {
      flex: 0 0 30%;
      max-width: 30%; } }
  .flex-image > .img {
    height: auto;
    width: 100%; }

.flex-content {
  max-width: 100%;
  padding: 20px; }
  @media (min-width: 600px) {
    .flex-content {
      flex: 0 0 70%;
      max-width: 70%; } }

.normal-order {
  order: 1; }
  @media (min-width: 600px) {
    .normal-order {
      order: 0; } }

.alt-order {
  order: 1; }

.text-section {
  margin: 0 auto;
  max-width: 850px;
  padding: 30px 0; }

.the-content {
  padding: 0 20px;
  width: 100%; }
  .the-content > figure {
    max-width: 730px !important;
    width: 100% !important; }
    .the-content > figure img {
      height: auto !important;
      width: 100% !important; }

.textandpoints-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%; }
  .textandpoints-section > .text {
    flex: 0 0 100%;
    padding: 15px; }
    @media (min-width: 1200px) {
      .textandpoints-section > .text {
        flex: 0 0 50%; } }
  .textandpoints-section > .points {
    flex: 0 0 100%;
    padding: 15px; }
    @media (min-width: 1200px) {
      .textandpoints-section > .points {
        flex: 0 0 50%; } }
    .textandpoints-section > .points > ul {
      font-size: 18px; }

.videoembed-section {
  padding: 50px 20px 20px 20px; }
  @media (min-width: 600px) {
    .videoembed-section {
      padding: 60px 20px 20px 20px; } }
  @media (min-width: 1200px) {
    .videoembed-section {
      padding: 65px 20px 50px 20px; } }
  @media (min-width: 1440px) {
    .videoembed-section {
      padding: 80px 20px 50px 20px; } }

.map-section {
  display: block;
  width: 100%; }

.map {
  height: 300px; }
  @media (min-width: 600px) {
    .map {
      height: 400px; } }
  @media (min-width: 1200px) {
    .map {
      height: 500px; } }
  @media (min-width: 1440px) {
    .map {
      height: 600px; } }

.infowindow-title {
  font-size: 16px; }

.infowindow-subtitle {
  display: block;
  font-size: 15px;
  opacity: 0.8; }

.feeds {
  display: flex;
  flex-flow: row wrap; }
  .feeds .feed {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .feeds .feed {
        flex: 50%;
        max-width: 50%;
        padding: 20px; } }
    @media (min-width: 1200px) {
      .feeds .feed {
        flex: 33.33%;
        max-width: 33.33%; } }

.portfolio-listitem {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 30px; }

.portfolio-listheader {
  padding: 40px; }

.article-link {
  text-decoration: none;
  transition: all 200ms; }
  .article-link:hover {
    color: #ffd300; }

.portfolio-listimage {
  width: 100%; }
  .portfolio-listimage > .img {
    height: auto;
    width: 100%; }

.post-article {
  background-color: white;
  border-radius: 2px; }

.post-main {
  padding: 20px; }

.post-image {
  display: block; }
  .post-image > .img {
    height: auto;
    width: 100%; }

.post-header {
  padding: 60px 50px 0 50px; }

.post-content {
  padding: 0 50px 50px 50px; }

.keynumbers-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .keynumbers-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 1200px) {
    .keynumbers-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1440px) {
    .keynumbers-section {
      padding: 80px 0 50px 0; } }

.number-item {
  padding: 20px; }

.number {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2.7rem;
  font-style: italic; }

.number-text {
  display: block; }

.controls {
  border-bottom: 1px solid #E5E5E5;
  margin: 15px 0;
  padding: 0 5px;
  overflow-x: auto;
  white-space: nowrap; }
  .controls > a {
    display: inline-block;
    margin: 0 10px;
    padding: 37px 0 29px 0;
    border-bottom: 4px solid transparent;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    position: relative;
    text-decoration: none;
    transition: all 200ms; }
    .controls > a:hover, .controls > a.mixitup-control-active {
      border-bottom: 4px solid #ffd300; }

.product-list {
  display: flex;
  flex-flow: row wrap;
  padding: 15px; }

.images {
  display: flex;
  flex-flow: row wrap; }
  .images > .image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    position: relative; }
    .images > .image > .img {
      border: 1px solid #e5e5e5;
      width: 100%; }
    .images > .image > .imagecaption {
      background-color: white;
      font-size: 14px;
      opacity: 0.8;
      padding: 5px;
      position: absolute;
      bottom: 25px;
      left: 30px; }

.video-container {
  width: 100%; }
  .video-container > video {
    width: 100%; }

.infolist-section {
  display: flex;
  flex-flow: row wrap; }
  .infolist-section.flip {
    flex-flow: row-reverse wrap; }
  .infolist-section.flop {
    flex-flow: row wrap; }

.infolist-part {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }
  @media (min-width: 1200px) {
    .infolist-part {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1440px) {
    .infolist-part {
      flex: 0 0 60%;
      max-width: 60%; } }

.infocontent-part {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }
  @media (min-width: 1200px) {
    .infocontent-part {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1440px) {
    .infocontent-part {
      flex: 0 0 40%;
      max-width: 40%; } }

.infolist {
  display: block;
  column-count: 1;
  column-gap: 20px; }
  @media (min-width: 1200px) {
    .infolist {
      column-count: 2; } }

.infolist-item {
  align-items: center;
  break-inside: avoid;
  border-top: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap; }
  .infolist-item .infolist-item-header {
    width: 100%; }
  .infolist-item:last-child {
    border-bottom: 1px solid #ccc; }

.producthero-section {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 15px;
  height: auto;
  padding: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .producthero-section {
      height: 700px;
      padding: 40px; } }
  @media (min-width: 1200px) {
    .producthero-section {
      height: 810px;
      padding: 50px; } }

.textpos-1 {
  align-items: flex-start;
  justify-content: flex-start; }

.textpos-2 {
  align-items: flex-start;
  justify-content: flex-end; }

.textpos-3 {
  align-items: flex-end;
  justify-content: flex-start; }

.textpos-4 {
  align-items: flex-end;
  justify-content: flex-end; }

.producthero-backgroundimage {
  background-size: cover !important;
  position: relative;
  height: 200px;
  width: 100%; }
  @media (min-width: 600px) {
    .producthero-backgroundimage {
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.producthero-link {
  text-decoration: none;
  display: block;
  margin-top: 30px; }
  @media (min-width: 600px) {
    .producthero-link {
      margin-top: 0; } }
  .producthero-link > .arrow {
    transform: translateX(0);
    transition: all 100ms; }
  .producthero-link:hover > .arrow {
    fill: #ffd300;
    transform: translateX(5px); }

.producthero-text {
  position: relative;
  z-index: 200;
  max-width: 666px; }
  @media (min-width: 600px) {
    .producthero-text.inverted {
      color: white;
      text-shadow: 1px 1px 55px #222; }
      .producthero-text.inverted > .arrow {
        fill: white; }
      .producthero-text.inverted > .producthero-link {
        fill: white; } }
