.paragraph--view-mode--default {
  padding: 40px 0;
}
.paragraph:after {
  content: " ";
  display: table;
  clear: both;
}
.paragraph--background-primary + .paragraph--background-primary {
  padding-top: 0;
}
.paragraph--background-secondary + .paragraph--background-secondary {
  padding-top: 0;
}
.paragraph--background-white {
  background: #fff;
}
.paragraph--background-white + .paragraph--background-white {
  padding-top: 0;
}
.paragraph--background-grey {
  background: #f0f0f0;
}
.paragraph--background-grey + .paragraph--background-grey {
  padding-top: 0;
}
.paragraph__title {
  margin-top: 0;
  margin-bottom: 30px;
}
.paragraph__title--align-left {
  text-align: left;
}
.paragraph__title--align-center {
  text-align: center;
}
.paragraph__title--align-right {
  text-align: right;
}

.brand {
  width: 172px;
  max-width: calc(50vw - 30px);
  padding-bottom: 100%;
  border: 1px solid #ccc;
  position: relative;
}
.brand__image {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
.brand__image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.slick-slide .brand__image img {
  display: inline-block;
}
.brand__link {
  display: block;
  text-decoration: none;
}
.brand__link:hover {
  opacity: 0.66;
}

.paragraph-brands__brands {
  margin: 0 -15px;
  text-align: center;
}
.paragraph-brands__brands .slick-list {
  padding: 0 !important;
}
.paragraph-brands__brand {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
}

.paragraph-call-to-action__links {
  margin-top: 30px;
}
.paragraph-call-to-action__links .field--item {
  display: inline-block;
  margin-right: 10px;
}
.paragraph-call-to-action__links .field--item:last-child {
  margin-right: 0;
}

.card {
  height: 100%;
  width: 100%;
}
.card__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.paragraph-cards__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
}
.paragraph-cards__card {
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .paragraph-cards__card--columns-two {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-cards__card--columns-three {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-cards__card--columns-four {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph-cards__card--columns-four {
    width: 25%;
  }
}

.counter {
  text-align: center;
}
.counter__number {
  font-size: 48px;
  min-height: 1em;
  font-weight: bold;
  line-height: 1;
}
.counter__icon {
  margin-bottom: 30px;
}
.counter__icon svg {
  font-size: 8em;
}
.paragraph-form .counter {
  text-align: left;
}
.paragraph-form .counter__icon {
  display: none;
}

.paragraph-counters__counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
}
.paragraph-counters__counter {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .paragraph-counters__counter--columns-two {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-counters__counter--columns-three {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-counters__counter--columns-four {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph-counters__counter--columns-four {
    width: 25%;
  }
}

.paragraph-form__form {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-form.paragraph--view-mode--preview .paragraph-form__form {
  max-width: 66.666666%;
}
.paragraph-form.paragraph--view-mode--preview .paragraph-form__form .field {
  text-indent: -9999px;
  font-size: 0;
}
.paragraph-form.paragraph--view-mode--preview .paragraph-form__form .field:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 5px;
}
.paragraph-form.paragraph--view-mode--preview .paragraph-form__form .field:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 5px;
}
.paragraph-form.paragraph--view-mode--preview .paragraph-form__form:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 5px;
}
.paragraph-form.paragraph--view-mode--preview .paragraph-form__form:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
}

.paragraph-form-text__form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .paragraph-form-text--form-right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.paragraph-gallery__images--grid {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.paragraph-gallery__images--grid .paragraph-gallery__images-item {
  margin-bottom: 15px;
}
.paragraph-gallery__images--column-one {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.paragraph-gallery__images--column-two {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.paragraph-gallery__images--column-three {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.paragraph-gallery__images--column-four {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.paragraph-gallery__images--column-five {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}
.paragraph-gallery__images--column-six {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}
.paragraph-gallery__images--slider {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-gallery__images-item {
  width: 100%;
}
.paragraph-gallery__images-item video {
  width: 100%;
  height: auto;
}

.paragraph-image__image {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-image__caption {
  margin-top: 10px;
  text-align: center;
}

.paragraph-image-text__image {
  margin-bottom: 30px;
}
.paragraph-image-text__image-format--original_width {
  background-size: auto !important;
}
.paragraph-image-text__slider {
  margin-bottom: 30px;
}
.paragraph-image-text__slider-image {
  position: relative;
}
.paragraph-image-text__slider-image:before, .paragraph-image-text__slider-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  z-index: 2;
}
.paragraph-image-text__slider-image:before {
  left: 0;
}
.paragraph-image-text__slider-image:after {
  right: 0;
}
.paragraph-image-text__text-column--float {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .paragraph-image-text--image-right.paragraph-image-text--align-column .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.paragraph-image-text--image-right.paragraph-image-text--align-float .paragraph-image-text__image-column {
  float: right;
}

.paragraph-map {
  padding: 0;
}
.paragraph-map__map {
  height: 400px;
  background: #f0f0f0;
  position: relative;
}
.paragraph-map__map iframe,
.paragraph-map__map #map {
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.paragraph-map__map .no-cookies {
  position: absolute;
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
}
.paragraph-map__map--no-cookies:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -46px;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 100px solid #ccc;
}
.paragraph-map__map--no-cookies:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -101px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background: #f0f0f0;
  border: 30px solid #ccc;
  border-radius: 99px;
}

.person {
  margin-bottom: 30px;
  text-align: center;
}
.person__image {
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.person__name {
  font-weight: bold;
}
.person__function {
  margin-top: 10px;
}
.person__links {
  margin-top: 10px;
}

.paragraph-persons__persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
}
.paragraph-persons__person {
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .paragraph-persons__person {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph-persons__person {
    width: 25%;
  }
}

.paragraph-quotes__quotes--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.paragraph-quotes__quote--grid {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 640px) {
  .paragraph-quotes__quote--grid {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph-quotes__quote--grid {
    width: 33.333333%;
  }
}

.social-links .field--item {
  display: inline-block;
  margin-right: 5px;
}
.social-links a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 99px;
  background-color: #0c1d3e;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.9%2016.7l-.8.8c-.7.7-1.8.7-2.5%200-.4-.3-.6-.8-.6-1.3s.2-.9.5-1.3l3-3c.6-.6%201.8-1.5%202.6-.7.4.4%201%20.4%201.4%200%20.4-.4.4-1%200-1.4-1.4-1.4-3.6-1.2-5.4.7l-3%203c-.7.8-1.1%201.7-1.1%202.7s.4%201.9%201.1%202.7c.7.7%201.7%201.1%202.7%201.1%201%200%201.9-.4%202.7-1.1l.8-.8c.4-.4.4-1%200-1.4-.4-.4-1.1-.4-1.4%200zm9-11.5c-1.5-1.5-3.7-1.6-5.1-.2l-1%201c-.4.4-.4%201%200%201.4.4.4%201%20.4%201.4%200l1-1c.7-.7%201.7-.4%202.3.2.3.4.5.8.5%201.3s-.2.9-.5%201.3l-3.2%203.2c-1.5%201.4-2.1.8-2.4.5-.4-.4-1-.4-1.4%200-.4.4-.4%201%200%201.4.7.7%201.4%201%202.2%201%201%200%202-.5%203-1.5l3.2-3.2c.7-.8%201.1-1.7%201.1-2.7%200-1-.4-2-1.1-2.7z%22%2F%3E%3C%2Fsvg%3E");
}
.social-links a:hover {
  opacity: 0.75;
}
.social-links a[href*=facebook] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%203c-2.2%200-4%201.8-4%204v3h-2v3h2v8h3v-8h2.5l.5-3h-3v-3c0-.6.4-1%201-1h2v-3h-2z%22%2F%3E%3C%2Fsvg%3E");
}
.social-links a[href*=twitter] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.9%205.738c-1.7%200-3.1%201.4-3.1%203.1%200%20.2%200%20.5.1.7-2.6-.1-4.9-1.4-6.5-3.3-.3.5-.4%201-.4%201.6%200%201.1.6%202.1%201.4%202.6-.5%200-1-.2-1.4-.4%200%201.5%201.1%202.8%202.5%203.1-.3.1-.5.1-.8.1-.2%200-.4%200-.6-.1.4%201.3%201.6%202.2%202.9%202.2-1.1.8-2.4%201.3-3.9%201.3h-.8c1.4.9%203.1%201.4%204.8%201.4%205.8%200%209-4.8%209-9v-.4c.6-.4%201.1-1%201.6-1.6-.6.3-1.2.4-1.8.5.7-.4%201.2-1%201.4-1.7-.6.4-1.3.6-2%20.8-.6-.5-1.4-.9-2.4-.9z%22%2F%3E%3C%2Fsvg%3E");
}
.social-links a[href*=instagram] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2016c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204zm0-6c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z%22%2F%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2216%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.6%206c1.3%200%202.4%201.1%202.4%202.4v7.1c0%201.4-1.1%202.4-2.4%202.4h-7.2c-1.3.1-2.4-1-2.4-2.3v-7.2c0-1.3%201.1-2.4%202.4-2.4h7.2m0-2h-7.2c-2.4%200-4.4%202-4.4%204.4v7.1c0%202.5%202%204.5%204.4%204.5h7.1c2.5%200%204.4-2%204.4-4.4v-7.2c.1-2.4-1.9-4.4-4.3-4.4z%22%2F%3E%3C%2Fsvg%3E");
}
.social-links a[href*=linkedin] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2017v-4.5c0-2.5-1.7-3.6-3.4-3.6-1.4%200-2.2.8-2.6%201.3v-1.2h-3v8h3v-4.4c0-.2%200-.6.1-.7.2-.5.7-.9%201.4-.9%201%200%201.5.7%201.5%201.8v4.2h3zM7.5%208c.9%200%201.5-.6%201.5-1.4%200-.8-.6-1.4-1.5-1.4s-1.5.6-1.5%201.4c0%20.8.6%201.4%201.5%201.4zM6%209h3v8h-3z%22%2F%3E%3C%2Fsvg%3E");
}
.social-links a[href*=pinterest] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.5%204c-5.7%200-8.5%204-8.5%207.4%200%202%20.8%203.8%202.4%204.5.3.1.5%200%20.6-.3.1-.2.2-.7.2-.9.1-.3%200-.4-.2-.7-.5-.6-.8-1.3-.8-2.3%200-3%202.2-5.7%205.8-5.7%203.2%200%204.9%201.9%204.9%204.5%200%203.4-1.5%206.3-3.8%206.3-1.2%200-2.2-1-1.9-2.3.4-1.5%201-3.1%201-4.2%200-1-.5-1.8-1.6-1.8-1.3%200-2.3%201.3-2.3%203.1%200%201.1.4%201.9.4%201.9s-1%205.5-1.2%206.4c-.4%201.5-.2%203.3-.1%204.1h.7c.5-.7%201.4-2%201.8-3.4.1-.5.8-3.2.8-3.2.4.8%201.6%201.5%202.9%201.5%203.8%200%206.4-3.5%206.4-8.1%200-3.5-3-6.8-7.5-6.8z%22%2F%3E%3C%2Fsvg%3E");
}
.social-links a[href*=youtube] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.8%208.6s-.2-1.2-.6-1.7c-.6-.7-1.3-.7-1.6-.7-2.2-.2-5.6-.2-5.6-.2s-3.4%200-5.6.2c-.3%200-1%200-1.6.7-.5.5-.6%201.7-.6%201.7s-.2%201.4-.2%202.8v1.3c0%201.4.2%202.8.2%202.8s.2%201.2.6%201.7c.6.7%201.4.7%201.8.7%201.2.1%205.4.1%205.4.1s3.4%200%205.6-.2c.3%200%201%200%201.6-.7.5-.5.6-1.7.6-1.7s.2-1.4.2-2.8v-1.3c0-1.3-.2-2.7-.2-2.7zm-9.8%206.4v-6l5%203-5%203z%22%2F%3E%3C%2Fsvg%3E");
}
.social-links a[href^="mailto:"] {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.1%2C12.1L4%2C15V9L8.1%2C12.1z%20M20%2C7.5C20%2C6.7%2C19.3%2C6%2C18.4%2C6H5.6C4.7%2C6%2C4%2C6.7%2C4%2C7.5l8%2C6L20%2C7.5z%20M12%2C15l-2.9-2.2L4%2C16.5%20C4%2C17.3%2C4.7%2C18%2C5.6%2C18h12.8c0.9%2C0%2C1.6-0.7%2C1.6-1.5l-5.1-3.7L12%2C15z%20M20%2C15V9l-4.1%2C3.1L20%2C15z%22%2F%3E%3C%2Fsvg%3E");
}

@media only screen and (min-width: 640px) {
  .paragraph-text__text--columns-two {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-text__text--columns-three {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-text__text--columns-four {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph-text__text--columns-four {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}

.paragraph-text-columns__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
}
.paragraph-text-columns__column {
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .paragraph-text-columns__column--columns-two {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-text-columns__column--columns-three {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-text-columns__column--columns-four {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph-text-columns__column--columns-four {
    width: 25%;
  }
}
@media only screen and (min-width: 640px) {
  .paragraph-text-columns__column--columns-five {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph-text-columns__column--columns-five {
    width: 20%;
  }
}

.usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.usp__icon {
  -webkit-box-flex: 50px;
      -ms-flex: 50px 0 0px;
          flex: 50px 0 0;
}
.usp__text {
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
  font-size: 20px;
  padding-top: 6px;
}

@media only screen and (min-width: 768px) {
  .paragraph-usp-text--usps-right .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.paragraph-usp-text__usps {
  margin-bottom: 30px;
}

.paragraph-video__video {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-video__video video {
  width: 100%;
  height: auto;
}
.paragraph-video__caption {
  margin-top: 10px;
  text-align: center;
}

.paragraph-video-text__video {
  margin-bottom: 30px;
}
.paragraph-video-text__video video {
  width: 100%;
  height: auto;
}
.paragraph-video-text__text-column--float {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .paragraph-video-text--video-right.paragraph-video-text--align-column .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.paragraph-video-text--video-right.paragraph-video-text--align-float .paragraph-video-text__video-column {
  float: right;
}