@charset "UTF-8";
.front {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: subpixel-antialiased; }
  .front p {
    margin: 0;
    padding: 0; }

.dre-item a {
  text-decoration: none; }

.dre-item__image {
  width: 100%;
  max-width: 100%;
  display: block; }

.dre-item__title {
  display: block; }

.dre-item__title,
.dre-item__title:hover {
  color: inherit; }

a.dre-item__summary,
a.dre-item__summary:hover {
  display: block;
  color: inherit; }

.dre-item {
  position: relative; }
  @media (min-width: 1000px) {
    .dre-item {
      --dre-row-gap: 20px;
      --dre-min-breakpoint: 1000px;
      --dre-layout-mode: adaptive; } }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .dre-item {
      --dre-row-gap: 20px;
      --dre-min-breakpoint: 1000px;
      --dre-max-breakpoint: 1000px;
      --dre-layout-mode: adaptive; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .dre-item {
      --dre-row-gap: 20px;
      --dre-min-breakpoint: 768px;
      --dre-max-breakpoint: 999px;
      --dre-layout-mode: adaptive; } }
  @media (max-width: 767px) {
    .dre-item {
      --dre-row-gap: 3vw;
      --dre-max-breakpoint: 767px;
      --dre-layout-mode: responsive; } }

[data-text-fit="max-all"] p {
  white-space: nowrap; }

.dre-group {
  display: block; }
  .dre-group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1000px) {
    .dre-group {
      margin-bottom: 20px; } }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .dre-group {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .dre-group {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .dre-group {
      margin-bottom: 3vw; } }

.dre-group--hidden {
  display: none; }

.dre-group--continuation {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 20px; }

@media (min-width: 1000px) {
  .dre-group--sticky {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
    top: 20px; } }

.dre-group--single {
  clear: both; }
  .dre-group--single .dre-item__asset:after {
    content: "";
    display: table;
    clear: both; }

.dre-group--half-half .dre-group__content {
  display: block; }
  .dre-group--half-half .dre-group__content > .dre-item {
    float: left; }
  .dre-group--half-half .dre-group__content > .dre-item:nth-child(1) {
    margin-right: 20px; }
  .dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 20px; }
  .dre-group--half-half .dre-group__content > .dre-item:nth-child(1n + 4) {
    float: none;
    clear: left;
    margin-bottom: 20px; }
  .dre-group--half-half .dre-group__content > .dre-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .dre-group--half-half .dre-group__content > .dre-item:nth-child(1) {
      margin-right: 20px; }
    .dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 20px;
      margin-bottom: 20px; }
    .dre-group--half-half .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-bottom: 20px; }
    .dre-group--half-half .dre-group__content > .dre-item:last-child {
      margin-bottom: 0; } }

.dre-group--main-others .dre-group__content {
  display: block; }
  .dre-group--main-others .dre-group__content > .dre-item {
    float: left; }
  .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4) {
    float: none;
    clear: left; }
  @media (min-width: 1000px) {
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1) {
      margin-right: 20px;
      margin-bottom: 20px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 20px; }
    .dre-group--main-others .dre-group__content > [data-lg="hidden"] + .dre-item:nth-child(3) {
      margin-top: 0; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-top: 20px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4):last-child {
      margin-bottom: 20px; } }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1) {
      margin-right: 20px;
      margin-bottom: 20px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 20px; }
    .dre-group--main-others .dre-group__content > [data-lg="hidden"] + .dre-item:nth-child(3) {
      margin-top: 0; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-top: 20px; }
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n + 4):last-child {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .dre-group--main-others .dre-group__content > .dre-item:nth-child(1) {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .dre-group--main-others .dre-group__content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 0;
      justify-content: space-between; }
      .dre-group--main-others .dre-group__content > .dre-item {
        margin-top: 0;
        margin-bottom: 3vw; } }

@media (min-width: 1000px) {
  .dre-group--main-others {
    margin-bottom: 0; } }

@media (min-width: 1000px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 20px; } }

@media (min-width: 1000px) and (max-width: 1000px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .dre-group--image-right-left .dre-item {
    margin-bottom: 3vw; } }

.dre-group--image-right-left .dre-item:last-child {
  margin-bottom: 0; }

.dre-group--third,
.dre-group--half,
.dre-group--half-half,
.dre-group--main-single-double,
.dre-group--single-single-double,
.dre-group--main-others {
  clear: both; }

.dre-group--half-half.dre-group--2-items,
.dre-group--main-others.dre-group--2-items {
  margin-bottom: 0; }
  .dre-group--half-half.dre-group--2-items .dre-group__content,
  .dre-group--main-others.dre-group--2-items .dre-group__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
    .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
    .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
    .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
      margin-right: 0; }
      @media (min-width: 1000px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 20px; } }
      @media (min-width: 1000px) and (max-width: 1000px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 999px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .dre-group--half-half.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--half-half.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > :nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
          margin-bottom: 3vw; } }

.dre-group--row .dre-group__content,
.dre-group--half .dre-group__content,
.dre-group--third .dre-group__content,
.dre-group--quarter .dre-group__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.dre-item--placeholder-alternatives .dre-item {
  margin: 0 auto !important; }

@media (min-width: 768px) and (max-width: 999px) {
  .dre-group--third .dre-item--md-full:first-child,
  .dre-group--third .dre-item--md-full-image-left:first-child {
    margin-bottom: 20px; }
  .dre-group--third .dre-item--md-full:last-child,
  .dre-group--third .dre-item--md-full-image-left:last-child {
    margin-top: 20px; } }

@media (min-width: 1000px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 20px;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2) {
    margin-bottom: 20px;
    margin-left: 320px; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    float: left;
    margin-right: 20px; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 5) {
    clear: both;
    margin-top: 20px; } }

@media (min-width: 1000px) and (max-width: 1000px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 20px;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2) {
    margin-bottom: 20px;
    margin-left: 320px; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    float: left;
    margin-right: 20px; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 5) {
    clear: both;
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 20px;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2),
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-left: 374px; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-top: 20px; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 4) {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .dre-group--main-single-double .dre-item:nth-child(1) {
    margin-right: 3vw;
    float: left; }
  .dre-group--main-single-double .dre-item:nth-child(2),
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-left: 46.16667vw; }
  .dre-group--main-single-double .dre-item:nth-child(3) {
    margin-top: 3vw; }
  .dre-group--main-single-double .dre-item:nth-child(1n + 4) {
    margin-top: 3vw; } }

@media (min-width: 1000px) {
  .dre-group--single-single-double .dre-item {
    float: left; }
    .dre-group--single-single-double .dre-item:nth-child(1), .dre-group--single-single-double .dre-item:nth-child(2) {
      margin-right: 20px; }
    .dre-group--single-single-double .dre-item:nth-child(4) {
      margin-top: 20px; }
    .dre-group--single-single-double .dre-item:nth-child(1n + 5) {
      clear: both;
      margin-top: 20px; } }

@media (min-width: 1000px) and (max-width: 1000px) {
  .dre-group--single-single-double .dre-item {
    float: left; }
    .dre-group--single-single-double .dre-item:nth-child(1), .dre-group--single-single-double .dre-item:nth-child(2) {
      margin-right: 20px; }
    .dre-group--single-single-double .dre-item:nth-child(4) {
      margin-top: 20px; }
    .dre-group--single-single-double .dre-item:nth-child(1n + 5) {
      clear: both;
      margin-top: 20px; } }

@media (max-width: 999px) {
  .dre-group--single-single-double .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .dre-group--single-single-double .dre-item:nth-child(3),
  .dre-group--single-single-double .dre-item:nth-child(4) {
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 999px) {
  .dre-group--single-single-double .dre-item {
    margin-bottom: 20px; }
  .dre-group--single-single-double .dre-item--md-full:nth-child(3),
  .dre-group--single-single-double .dre-item--md-full-image-left:nth-child(3),
  .dre-group--single-single-double .dre-item--md-full-image-right:nth-child(3) {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .dre-group--single-single-double .dre-item {
    margin-bottom: 3vw; }
  .dre-group--single-single-double .dre-item--sm-full:nth-child(3),
  .dre-group--single-single-double .dre-item--sm-full-image-left:nth-child(3),
  .dre-group--single-single-double .dre-item--sm-full-image-right:nth-child(3) {
    margin-bottom: 3vw; } }

@media (min-width: 1000px) {
  .dre-group--third-list-right {
    float: right;
    clear: right;
    width: 300px; } }

@media (min-width: 1000px) {
  .dre-group--third-list-right {
    width: 300px; } }

@media (min-width: 1000px) {
  .dre-group--third-list-left {
    float: left;
    clear: left;
    width: 300px; } }

@media (min-width: 1000px) {
  .dre-group--third-list-left {
    width: 300px; } }

@media (min-width: 1000px) {
  .dre-group--two-columns-row-left,
  .dre-group--two-columns-row-right {
    width: 620px; } }

@media (min-width: 1000px) {
  .dre-group--two-columns-row-left,
  .dre-group--two-columns-row-right {
    width: 620px; } }

.dre-group--two-columns-row-left.dre-group--2-items .dre-group__content,
.dre-group--two-columns-row-right.dre-group--2-items .dre-group__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

@media (min-width: 1000px) {
  .dre-group--two-columns-half-half-left:after,
  .dre-group--two-columns-row-left:after {
    clear: left; } }

@media (min-width: 1000px) {
  .dre-group--two-columns-half-half-right,
  .dre-group--two-columns-row-right {
    margin-left: 320px; }
    .dre-group--two-columns-half-half-right:after,
    .dre-group--two-columns-row-right:after {
      clear: right; } }

@media (min-width: 1000px) {
  .dre-group--two-columns-half-half-right,
  .dre-group--two-columns-row-right {
    margin-left: 320px; } }

@media (min-width: 1000px) {
  .dre-group--multi-col-thirds {
    margin-bottom: 0; }
    .dre-group--multi-col-thirds .dre-group__content {
      columns: 3; }
    .dre-group--multi-col-thirds .dre-item {
      break-inside: avoid;
      margin-bottom: 20px; } }

@media (max-width: 999px) {
  .dre-group--multi-col-thirds .dre-group__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; } }

@media (min-width: 768px) and (max-width: 999px) {
  .dre-group--multi-col-thirds .dre-item {
    margin-bottom: 20px; } }

.dre-item__alt-title--sm,
.dre-item__alt-title--md {
  display: none; }

.dre-item__alt-title--lg {
  display: block; }

@media (min-width: 1000px) {
  .dre-group--lg-empty {
    display: none; }
  .dre-group--lg-all-full-width .dre-item {
    margin-top: 20px; }
    .dre-group--lg-all-full-width .dre-item:first-child {
      margin-top: 0;
      margin-bottom: 0; }
  .dre-group--third .dre-item--size-full:first-child,
  .dre-group--third .dre-item--size-full-image-left:first-child,
  .dre-group--third .dre-item--size-full-image-right:first-child {
    margin-bottom: 20px; }
  .dre-group--third .dre-item--size-full:last-child,
  .dre-group--third .dre-item--size-full-image-left:last-child,
  .dre-group--third .dre-item--size-full-image-right:last-child {
    margin-top: 20px; }
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full:first-child,
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-left:first-child,
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-right:first-child {
    margin-bottom: 0; } }

@media (min-width: 1000px) and (max-width: 1000px) {
  .dre-group--lg-empty {
    display: none; }
  .dre-group--lg-all-full-width .dre-item {
    margin-top: 20px; }
    .dre-group--lg-all-full-width .dre-item:first-child {
      margin-top: 0;
      margin-bottom: 0; }
  .dre-group--third .dre-item--size-full:first-child,
  .dre-group--third .dre-item--size-full-image-left:first-child,
  .dre-group--third .dre-item--size-full-image-right:first-child {
    margin-bottom: 20px; }
  .dre-group--third .dre-item--size-full:last-child,
  .dre-group--third .dre-item--size-full-image-left:last-child,
  .dre-group--third .dre-item--size-full-image-right:last-child {
    margin-top: 20px; }
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full:first-child,
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-left:first-child,
  .dre-group--third.dre-group--lg-all-full-width .dre-item--size-full-image-right:first-child {
    margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 999px) {
  .dre-group--md-empty {
    display: none; }
  .dre-item__alt-title--md {
    display: block; }
  .dre-item__alt-title--sm,
  .dre-item__alt-title--lg {
    display: none; }
  .dre-group--quarter .dre-group__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .dre-group--quarter .dre-group__content > .dre-item {
      margin-right: 20px; }
      .dre-group--quarter .dre-group__content > .dre-item:nth-child(2), .dre-group--quarter .dre-group__content > .dre-item:nth-child(4) {
        margin-right: 0; }
  .dre-group--main-others .dre-group__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .dre-group--main-others .dre-item {
    margin-bottom: 20px; }
  .dre-group--main-others .dre-item:last-child {
    margin-bottom: 0; }
  .dre-group--main-others .dre-item:nth-child(3) {
    margin-top: 0;
    margin-bottom: 20px; }
  .dre-group--main-others.dre-group--flipped .dre-item:first-child {
    order: 1; }
  .dre-group--main-others.dre-group--flipped .dre-item:nth-child(1n + 4) {
    order: 2; }
  .dre-group--main-others.dre-group--3-items {
    margin-bottom: 0; }
  .dre-group.dre-group--half-half .dre-group__content > .dre-item:first-child {
    margin-right: 20px; }
  .dre-group.dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
    margin-top: 3vw;
    margin-bottom: 3vw; }
  .dre-group.dre-group--quarter .dre-group__content > .dre-item:nth-child(1),
  .dre-group.dre-group--quarter .dre-group__content > .dre-item:nth-child(2) {
    margin-bottom: 20px; }
  .dre-group--md-all-full-width,
  .dre-group--md-all-full-width.dre-group--2-items {
    margin-bottom: 0; }
    .dre-group--md-all-full-width .dre-group__content,
    .dre-group--md-all-full-width.dre-group--2-items .dre-group__content {
      display: block; }
      .dre-group--md-all-full-width .dre-group__content > div,
      .dre-group--md-all-full-width .dre-group__content > .dre-item:nth-child(1n),
      .dre-group--md-all-full-width.dre-group--2-items .dre-group__content > div,
      .dre-group--md-all-full-width.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
        float: none;
        margin: 0 auto 20px; } }

@media (max-width: 767px) {
  .dre-group {
    margin-bottom: 3vw; }
  .dre-group--sm-empty {
    display: none; }
  .dre-group--continuation {
    padding-bottom: 3vw; }
  .dre-item__alt-title--sm {
    display: block; }
  .dre-item__alt-title--lg,
  .dre-item__alt-title--md {
    display: none; }
  .dre-group--main-others {
    margin-bottom: 0; }
  .dre-group--half .dre-group__content {
    display: flex;
    flex-flow: row wrap; }
  .dre-group--third {
    margin-bottom: 0; }
    .dre-group--third .dre-item {
      margin-bottom: 3vw; }
  .dre-group--quarter {
    margin-bottom: 0; }
    .dre-group--quarter .dre-group__content {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .dre-group--quarter .dre-group__content > .dre-item {
        margin-bottom: 3vw; }
  .dre-group.dre-group--half-half .dre-group__content > .dre-item {
    margin-right: 0; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:first-child {
      margin-right: 3vw; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:nth-child(3) {
      margin-top: 3vw;
      margin-bottom: 3vw; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:nth-child(1n + 4) {
      margin-bottom: 3vw; }
    .dre-group.dre-group--half-half .dre-group__content > .dre-item:last-child {
      margin-bottom: 0; }
  .dre-group.dre-group--half-half.dre-group--sm-all-full-width .dre-group__content > .dre-item:nth-child(3) {
    margin-top: 0; }
  .dre-group--flipped .dre-item:first-child {
    order: 1; }
  .dre-group--flipped .dre-item:nth-child(1n + 4) {
    order: 2; }
  .dre-group--sm-all-full-width,
  .dre-group--sm-all-full-width.dre-group--2-items {
    margin-bottom: 0; }
    .dre-group--sm-all-full-width .dre-group__content,
    .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content {
      display: block !important; }
      .dre-group--sm-all-full-width .dre-group__content > div,
      .dre-group--sm-all-full-width .dre-group__content > .dre-item:nth-child(1n),
      .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content > div,
      .dre-group--sm-all-full-width.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n) {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 3vw !important; } }

.dre-item__pretitle {
  font-size: calc(18em/16); }

.dre-item--size-half .dre-item__pretitle,
.dre-item--size-two-thirds .dre-item__pretitle,
.dre-item--size-full .dre-item__pretitle {
  font-size: calc(24em/16); }

.dre-item__header {
  font-size: calc(18em/16); }

.dre-item--size-third .dre-item__header,
.dre-item--size-quarter .dre-item__header {
  font-size: calc(14em/16); }

.dre-item--size-quarter .dre-item__pretitle {
  font-size: calc(18em/16); }

.measure .dre-item {
  margin-bottom: 20px; }

.measure [data-text-fit="max-all"] > p {
  white-space: normal; }

.measure .dre-item--placeholder,
.measure .dre-item--personalized {
  position: relative;
  text-align: center;
  height: 0;
  padding-bottom: 66.666667%;
  background: #bbb linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }
  .measure .dre-item--placeholder img,
  .measure .dre-item--personalized img {
    max-width: 100%; }

@media (min-width: 1000px) {
  .measure .wrapper--size-full-image-left,
  .measure .wrapper--size-full {
    width: 940px; }
  .measure .wrapper--size-two-thirds-image-left,
  .measure .wrapper--size-two-thirds {
    width: 620px; }
  .measure .wrapper--size-half {
    width: 460px; }
  .measure .wrapper--size-third {
    width: 300px; }
  .measure .wrapper--size-quarter {
    width: 220px; } }

@media (min-width: 1000px) and (max-width: 1000px) {
  .measure .wrapper--size-full-image-left,
  .measure .wrapper--size-full {
    width: 940px; }
  .measure .wrapper--size-two-thirds-image-left,
  .measure .wrapper--size-two-thirds {
    width: 620px; }
  .measure .wrapper--size-half {
    width: 460px; }
  .measure .wrapper--size-third {
    width: 300px; }
  .measure .wrapper--size-quarter {
    width: 220px; } }

.measure .dre-item--size-full-image-left .dre-item__title,
.measure .dre-item--size-full .dre-item__title {
  font-size: calc(56em / 16); }

.measure .dre-item--size-two-thirds .dre-item__title {
  font-size: calc(53.6em / 16); }

.measure .dre-item--size-two-thirds-image-left .dre-item__title {
  font-size: calc(36em / 16); }

.measure .dre-item--size-half .dre-item__title {
  font-size: calc(40em / 16); }

.measure .dre-item--size-third .dre-item__title {
  font-size: calc(26.4em / 16); }

.measure .dre-item--size-quarter .dre-item__title {
  font-size: calc(20em / 16); }

@media (min-width: 768px) and (max-width: 999px) {
  .measure .dre-item--size-full-image-left,
  .measure .wrapper--size-full {
    width: 728px; }
  .measure .wrapper--size-two-thirds-image-left,
  .measure .wrapper--size-two-thirds {
    width: 478.66667px; }
  .measure .wrapper--size-half {
    width: 354px; }
  .measure .wrapper--size-third {
    width: 229.33333px; }
  .measure .wrapper--size-quarter {
    width: 167px; }
  .measure .dre-item--size-full.dre-item--image-left .dre-item__title,
  .measure .dre-item--size-full-image-left .dre-item__title {
    font-size: calc(40em / 16); } }

@media (max-width: 767px) {
  .measure .dre-item {
    font-size: calc(16vw / 3.75); }
  .measure .wrapper--size-full-image-left,
  .measure .wrapper--size-full {
    width: 89.33333vw; }
  .measure .wrapper--size-half {
    width: 43.16667vw; }
  .measure .dre-item--sm-quarter .dre-item__title,
  .measure .dre-item--sm-third .dre-item__title,
  .measure .dre-item--sm-half .dre-item__title {
    font-size: calc(16vw / 3.75); }
  .measure .dre-item--sm-two-thirds .dre-item__title,
  .measure .dre-item--sm-full .dre-item__title,
  .measure .dre-item--sm-full-image-left .dre-item__title {
    font-size: calc(24vw / 3.75); } }

.measure .dre-item--placeholder {
  display: block !important;
  max-width: 100%; }

@media (min-width: 1000px) {
  .measure [data-lg] {
    padding: 0;
    margin: 0;
    flex: 0 0 var(--lg-width);
    width: var(--lg-width);
    height: var(--lg-height); }
    .measure [data-lg]::after {
      content: "Desktop: " attr(data-lg);
      display: block; }
    .measure [data-lg].dre-item--size-full {
      margin: 0 auto; }
  .measure [data-lg='hidden'] {
    display: none !important; }
  .measure [data-lg$='%'] {
    height: 0;
    padding-bottom: var(--lg-height); } }

@media (min-width: 768px) and (max-width: 999px) {
  .measure [data-md] {
    padding: 0;
    margin: 0;
    width: var(--md-width);
    flex: 0 0 var(--md-width);
    height: var(--md-height); }
    .measure [data-md]::after {
      content: "Tablet: " attr(data-md);
      display: block; }
    .measure [data-md].dre-item--md-full {
      margin: 0 auto; }
  .measure [data-md='hidden'] {
    display: none !important; }
  .measure [data-md$='%'] {
    height: 0;
    padding-bottom: var(--md-height); } }

@media (max-width: 767px) {
  .measure [data-sm] {
    padding: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    width: var(--sm-width);
    flex: 0 0 var(--sm-width);
    height: var(--sm-height); }
    .measure [data-sm]::after {
      content: "Mobile: " attr(data-sm);
      display: block; }
  .measure [data-sm='hidden'] {
    display: none !important; }
  .measure [data-sm$='%'] {
    height: 0;
    padding-bottom: var(--sm-height); } }

.dre-item-preview {
  background: #fff; }
  .dre-item-preview .front > div {
    margin-top: 10px; }
  .dre-item-preview .dre-item--size-full-image-left.dre-item--no-image,
  .dre-item-preview .dre-item--size-two-thirds-image-left.dre-item--no-image {
    display: none; }
  .dre-item-preview [data-size]::before {
    font-size: 14px;
    line-height: 2;
    display: block;
    font-family: sans-serif; }
  @media (min-width: 1000px) {
    .dre-item-preview [data-size]::before {
      content: "xl " attr(data-size); } }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .dre-item-preview [data-size]::before {
      content: "lg " attr(data-size); } }
  @media (min-width: 768px) and (max-width: 999px) {
    .dre-item-preview [data-size]::before {
      content: "md " attr(data-size); }
    .dre-item-preview .wrapper--size-two-thirds-image-left,
    .dre-item-preview .wrapper--size-quarter {
      display: none; } }
  @media (max-width: 767px) {
    .dre-item-preview [data-size]::before {
      content: "sm " attr(data-size); }
    .dre-item-preview .wrapper--size-two-thirds-image-left,
    .dre-item-preview .wrapper--size-quarter,
    .dre-item-preview .wrapper--size-third,
    .dre-item-preview .wrapper--size-two-thirds {
      display: none; } }

.dre-item__asset {
  position: relative;
  display: block; }
  .dre-item--video .dre-item__asset {
    overflow: hidden; }
  .dre-item__asset .dre-item__video {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none; }
    @media (min-width: 768px) and (max-width: 999px) {
      .dre-item__asset .dre-item__video {
        background-image: var(--bg-image-md); } }
    @media (max-width: 767px) {
      .dre-item__asset .dre-item__video {
        background-image: var(--bg-image-sm); } }
    .dre-item__asset .dre-item__video[controls] {
      pointer-events: all; }
    .dre-item__asset .dre-item__video[data-fit="crop"] {
      object-fit: cover; }
    .dre-item__asset .dre-item__video[data-fit="letterbox"] {
      object-fit: contain; }
  .dre-item__asset .dre-item__gif {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center; }
    .dre-item__asset .dre-item__gif img {
      object-fit: contain;
      object-position: center;
      max-width: 100%;
      max-height: 100%; }

@media (min-width: 1000px) {
  .dre-item--size-full-image-left,
  .dre-item--size-full.dre-item--image-left,
  .dre-item--size-full.dre-item--image-right,
  .dre-item--size-two-thirds.dre-item--image-left,
  .dre-item--size-two-thirds.dre-item--image-right,
  .dre-item--size-two-thirds-image-left {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .dre-item--size-full-image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-right .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__header,
    .dre-item--size-two-thirds-image-left .dre-item__header {
      order: 0; }
    .dre-item--size-full-image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-right .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__asset,
    .dre-item--size-two-thirds-image-left .dre-item__asset {
      order: 1; }
    .dre-item--size-full-image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-right .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__text,
    .dre-item--size-two-thirds-image-left .dre-item__text {
      order: 2;
      box-sizing: border-box;
      align-self: flex-start; }
    .dre-item--size-full-image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-right .dre-item__chasers,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__chasers,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__chasers,
    .dre-item--size-two-thirds-image-left .dre-item__chasers {
      order: 3; }
  .dre-item--size-full.dre-item--image-right .dre-item__asset,
  .dre-item--size-full-image-left.dre-item--image-right .dre-item__asset,
  .dre-item--size-two-thirds.dre-item--image-right .dre-item__asset,
  .dre-item--size-two-thirds-image-left.dre-item--image-right .dre-item__asset {
    order: 2; }
  .dre-item--size-full.dre-item--image-right .dre-item__text,
  .dre-item--size-full-image-left.dre-item--image-right .dre-item__text,
  .dre-item--size-two-thirds.dre-item--image-right .dre-item__text,
  .dre-item--size-two-thirds-image-left.dre-item--image-right .dre-item__text {
    order: 1; } }

.dre-item--image-right {
  grid-template-areas: 'Header Header' 'Text Asset' 'Chasers Asset'; }

.dre-item--image-left.dre-item--header .dre-item__header,
.dre-item--image-right.dre-item--header .dre-item__header {
  grid-column: 1 / -1; }

@media (min-width: 1000px) {
  .dre-item--image-right.dre-item--size-quarter, .dre-item--image-right.dre-item--size-third, .dre-item--image-right.dre-item--size-half,
  .dre-item--image-left.dre-item--size-quarter,
  .dre-item--image-left.dre-item--size-third,
  .dre-item--image-left.dre-item--size-half {
    display: block; } }

@media (min-width: 1000px) and (max-width: 1000px) {
  .dre-item--size-full.dre-item--image-left .dre-item__asset, .dre-item--size-full.dre-item--image-right .dre-item__asset {
    width: 300px; }
  .dre-item--size-full.dre-item--image-left .dre-item__text, .dre-item--size-full.dre-item--image-right .dre-item__text {
    width: 620px; }
  .dre-item--size-full.dre-item--image-left .dre-item__asset {
    margin-right: 20px; }
  .dre-item--size-full.dre-item--image-right .dre-item__asset {
    margin-left: 20px; }
  .dre-item--size-full-image-left {
    grid-column-gap: 20px;
    grid-template-columns: 300px 620px; }
    .dre-item--size-full-image-left .dre-item__text {
      width: 620px; }
  .dre-item--size-two-thirds-image-left {
    grid-column-gap: 20px;
    grid-template-columns: 220px 380px; }
    .dre-item--size-two-thirds-image-left .dre-item__asset {
      flex-basis: 220px; }
    .dre-item--size-two-thirds-image-left .dre-item__text {
      flex-basis: 380px; } }

@media (min-width: 1000px) {
  .dre-item--size-full-image-left,
  .dre-item--size-full {
    flex: 0 0 940px;
    width: 940px; }
  .dre-item--size-two-thirds-image-left,
  .dre-item--size-two-thirds {
    flex: 0 0 620px;
    width: 620px;
    max-width: 620px; }
  .dre-item--size-full-image-left,
  .dre-item--size-full.dre-item--image-left,
  .dre-item--size-full.dre-item--image-right {
    grid-column-gap: 20px;
    grid-template-columns: 300px 620px; }
    .dre-item--size-full-image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-left .dre-item__header,
    .dre-item--size-full.dre-item--image-right .dre-item__header {
      flex-basis: 100%; }
    .dre-item--size-full-image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-left .dre-item__asset,
    .dre-item--size-full.dre-item--image-right .dre-item__asset {
      flex: 0 0 300px; }
    .dre-item--size-full-image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-left .dre-item__text,
    .dre-item--size-full.dre-item--image-right .dre-item__text {
      flex: 0 0 620px;
      max-width: 620px;
      box-sizing: border-box;
      align-self: flex-start; }
    .dre-item--size-full-image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-left .dre-item__chasers,
    .dre-item--size-full.dre-item--image-right .dre-item__chasers {
      flex-basis: 100%; }
  .dre-item--size-two-thirds-image-left,
  .dre-item--size-two-thirds.dre-item--image-left,
  .dre-item--size-two-thirds.dre-item--image-right {
    grid-column-gap: 20px;
    grid-template-columns: 220px 380px; }
    .dre-item--size-two-thirds-image-left .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__header,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__header {
      flex-basis: 620px; }
    .dre-item--size-two-thirds-image-left .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__asset,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__asset {
      flex: 0 0 220px; }
    .dre-item--size-two-thirds-image-left .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-left .dre-item__text,
    .dre-item--size-two-thirds.dre-item--image-right .dre-item__text {
      flex: 0 0 380px;
      max-width: 380px;
      box-sizing: border-box; }
  .dre-item--size-half {
    flex: 0 0 460px;
    width: 460px; }
  .dre-item--size-third {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px; }
  .dre-item--size-quarter {
    flex: 0 0 220px;
    width: 220px; } }

@media (min-width: 1000px) and (max-width: 1000px) {
  .dre-item--size-full-image-left,
  .dre-item--size-full {
    flex: 0 0 940px;
    width: 940px; }
  .dre-item--size-two-thirds-image-left,
  .dre-item--size-two-thirds {
    flex: 0 0 620px;
    width: 620px;
    max-width: 620px; }
  .dre-item--size-full-image-left .dre-item__header,
  .dre-item--size-full-image-left .dre-item__chasers,
  .dre-item--size-full.dre-item--image-left .dre-item__header,
  .dre-item--size-full.dre-item--image-left .dre-item__chasers,
  .dre-item--size-full.dre-item--image-right .dre-item__header,
  .dre-item--size-full.dre-item--image-right .dre-item__chasers {
    flex-basis: 100%; }
  .dre-item--size-full-image-left .dre-item__asset,
  .dre-item--size-full.dre-item--image-left .dre-item__asset,
  .dre-item--size-full.dre-item--image-right .dre-item__asset {
    flex: 0 0 300px; }
  .dre-item--size-full-image-left .dre-item__text,
  .dre-item--size-full.dre-item--image-left .dre-item__text,
  .dre-item--size-full.dre-item--image-right .dre-item__text {
    flex: 0 0 620px; }
  .dre-item--size-two-thirds-image-left .dre-item__header,
  .dre-item--size-two-thirds-image-left .dre-item__chasers {
    flex-basis: 620px; }
  .dre-item--size-two-thirds-image-left .dre-item__asset {
    flex: 0 0 220px; }
  .dre-item--size-two-thirds-image-left .dre-item__text {
    flex: 0 0 380px;
    max-width: 380px;
    box-sizing: border-box; }
  .dre-item--size-half {
    flex: 0 0 460px;
    width: 460px; }
  .dre-item--size-third {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px; }
  .dre-item--size-quarter {
    flex: 0 0 220px;
    width: 220px; } }

@media (min-width: 768px) and (max-width: 999px) {
  .dre-item--md-full-image-left,
  .dre-item--md-full-image-right {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-template-columns: 354px 354px; }
    .dre-item--md-full-image-left .dre-item__header,
    .dre-item--md-full-image-right .dre-item__header {
      flex: 0 0 728px;
      order: 0; }
    .dre-item--md-full-image-left .dre-item__asset,
    .dre-item--md-full-image-right .dre-item__asset {
      flex: 0 0 354px;
      margin: 0;
      order: 1; }
    .dre-item--md-full-image-left .dre-item__text,
    .dre-item--md-full-image-right .dre-item__text {
      box-sizing: border-box;
      margin: 0;
      flex: 0 0 354px;
      overflow: hidden;
      order: 2; }
  .dre-item--md-full-image-right .dre-item__asset {
    order: 2; }
  .dre-item--md-full-image-right .dre-item__text {
    order: 1; }
  .dre-item--md-full,
  .dre-item--md-full-image-left,
  .dre-item--md-full-image-right {
    flex: 0 0 728px;
    width: 728px;
    max-width: 728px; }
  .dre-item--md-two-thirds {
    flex: 0 0 478.66667px;
    width: 478.66667px;
    max-width: 478.66667px; }
  .dre-item--md-half {
    flex: 0 0 354px;
    width: 354px;
    max-width: 354px; }
  .dre-item--md-third {
    flex: 0 0 229.33333px;
    width: 229.33333px;
    max-width: 229.33333px; }
  .dre-item--md-quarter {
    flex: 0 0 167px;
    width: 167px; } }

@media (max-width: 767px) {
  .dre-item--sm-full-image-left,
  .dre-item--sm-full-image-right {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start; }
    .dre-item--sm-full-image-left .dre-item__header,
    .dre-item--sm-full-image-right .dre-item__header {
      width: 89.33333vw;
      flex: 0 0 89.33333vw; }
    .dre-item--sm-full-image-left .dre-item__asset,
    .dre-item--sm-full-image-right .dre-item__asset {
      width: 27.77778vw;
      flex: 0 0 27.77778vw; }
    .dre-item--sm-full-image-left .dre-item__text,
    .dre-item--sm-full-image-right .dre-item__text {
      width: 58.55556vw;
      flex: 0 0 58.55556vw;
      overflow: hidden;
      box-sizing: border-box; }
  .dre-item--sm-full-image-right .dre-item__header {
    order: 0; }
  .dre-item--sm-full-image-right .dre-item__asset {
    order: 2; }
  .dre-item--sm-full-image-right .dre-item__text {
    order: 1; }
  .dre-item--sm-full-image-right .dre-item__chasers {
    order: 3; }
  .dre-item--sm-full,
  .dre-item--sm-full-image-left,
  .dre-item--sm-full-image-right {
    flex: 0 0 89.33333vw;
    width: 89.33333vw; }
  .dre-item--sm-two-thirds {
    flex: 0 0 58.55556vw;
    width: 58.55556vw; }
  .dre-item--sm-half {
    flex: 0 0 43.16667vw;
    width: 43.16667vw; }
  .dre-item--sm-third {
    flex: 0 0 27.77778vw;
    width: 27.77778vw; }
  .dre-item--sm-quarter {
    flex: 0 0 20.08333vw;
    width: 20.08333vw; } }

@supports (display: grid) {
  .dre-group--main-single-double .dre-group__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'A B B' 'A C D';
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    .dre-group--main-single-double .dre-group__content .dre-item {
      margin: 0;
      width: auto; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1) {
      grid-area: A; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(2) {
      grid-area: B; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(3) {
      grid-area: C; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(4) {
      grid-area: D; }
    .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+5) {
      grid-column-start: 1;
      grid-column-end: 4; }
    @media (min-width: 1000px) and (max-width: 1000px) {
      .dre-group--main-single-double .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .dre-group--main-single-double .dre-group__content {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-areas: 'A B' 'A C' 'D D'; }
        .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+4) {
          grid-column-start: 1;
          grid-column-end: 3; } }
    @media (max-width: 767px) {
      .dre-group--main-single-double .dre-group__content {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        grid-template-areas: 'A B' 'A C'; }
        .dre-group--main-single-double .dre-group__content .dre-item:nth-child(1n+4) {
          grid-area: initial;
          grid-column-start: 1;
          grid-column-end: 3; } }
  @media (min-width: 1000px) {
    .dre-group--single-single-double .dre-group__content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-areas: 'A B C' 'A B D'; }
      .dre-group--single-single-double .dre-group__content .dre-item {
        margin: 0;
        width: auto; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(3) {
        grid-area: C; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(4) {
        grid-area: D; }
      .dre-group--single-single-double .dre-group__content .dre-item:nth-child(1n+5) {
        grid-column-start: 1;
        grid-column-end: 4; } }
  @media (min-width: 1000px) {
    .dre-group--single-single-double .dre-group__content {
      grid-column-gap: 20px;
      grid-row-gap: 20px; } }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .dre-group--single-single-double .dre-group__content {
      grid-column-gap: 20px;
      grid-row-gap: 20px; } }
  @media (min-width: 1000px) {
    .dre-group--main-others {
      margin-bottom: 20px; }
      .dre-group--main-others.dre-group--2-items {
        margin-bottom: 20px; }
        .dre-group--main-others.dre-group--2-items .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others.dre-group--2-items .dre-group__content > div:nth-child(1n) {
          margin: 0; }
      .dre-group--main-others .dre-group__content {
        grid-template-areas: 'A B' 'A C';
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
      @media (min-width: 1000px) and (min-width: 1000px) and (max-width: 1000px) {
        .dre-group--main-others .dre-group__content {
          grid-column-gap: 20px;
          grid-row-gap: 20px; } }
  @media (min-width: 1000px) {
        .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n),
        .dre-group--main-others .dre-group__content > .dre-item:nth-child(1n):last-child {
          margin: 0; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(1) {
          grid-area: A; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(2) {
          grid-area: B; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(3) {
          grid-area: C; }
        .dre-group--main-others .dre-group__content .dre-item:nth-child(1n+4) {
          grid-column-start: 1;
          grid-column-end: 3; }
      .dre-group--main-others.dre-group--flipped .dre-group__content {
        grid-template-areas: 'B A' 'C A'; }
    .dre-group--half .dre-group__content,
    .dre-group--half-half .dre-group__content {
      display: grid;
      grid-template-areas: 'A B' 'A C';
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px; } }
    @media (min-width: 1000px) and (min-width: 1000px) and (max-width: 1000px) {
      .dre-group--half .dre-group__content,
      .dre-group--half-half .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
  @media (min-width: 1000px) {
      .dre-group--half .dre-group__content .dre-item:nth-child(1n),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(1n) {
        margin: 0; }
      .dre-group--half .dre-group__content .dre-item:nth-child(1),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--half .dre-group__content .dre-item:nth-child(2),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
      .dre-group--half .dre-group__content .dre-item:nth-child(3),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(3) {
        grid-area: C; }
      .dre-group--half .dre-group__content .dre-item:nth-child(1n+4),
      .dre-group--half-half .dre-group__content .dre-item:nth-child(1n+4) {
        grid-column-start: 1;
        grid-column-end: 3; }
    .dre-group--2-items .dre-group__content {
      grid-template-areas: 'A B'; }
      .dre-group--2-items .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--2-items .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
    .dre-group--2-items.dre-group--lg-hide-1 .dre-group__content {
      grid-template-areas: 'B B'; }
    .dre-group--2-items.dre-group--lg-hide-2 .dre-group__content {
      grid-template-areas: 'A A'; }
    .dre-group--2-items.dre-group--flipped .dre-group__content {
      display: grid;
      grid-template-areas: 'B A'; } }
  @media (min-width: 768px) {
    .dre-group--half-half-main-right .dre-group__content {
      display: grid;
      grid-template-areas: 'A C' 'B C';
      grid-template-columns: 1fr 1fr; } }
    @media (min-width: 768px) and (min-width: 1000px) {
      .dre-group--half-half-main-right .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media (min-width: 768px) and (min-width: 1000px) and (max-width: 1000px) {
      .dre-group--half-half-main-right .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
      .dre-group--half-half-main-right .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
  @media (min-width: 768px) {
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1n) {
        margin: 0; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1) {
        grid-area: A; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(2) {
        grid-area: B; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(3) {
        grid-area: C; }
      .dre-group--half-half-main-right .dre-group__content .dre-item:nth-child(1n+4) {
        grid-column-start: 1;
        grid-column-end: 3; } }
  .dre-group--two-columns-half-half-right .dre-group__content,
  .dre-group--two-columns-half-half-left .dre-group__content {
    display: grid;
    grid-template-areas: 'A B' 'A C';
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 1000px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media (min-width: 1000px) and (max-width: 1000px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
    @media (max-width: 767px) {
      .dre-group--two-columns-half-half-right .dre-group__content,
      .dre-group--two-columns-half-half-left .dre-group__content {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw; } }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1n),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1n) {
      margin: 0; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1) {
      grid-area: A; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(2),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(2) {
      grid-area: B; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(3),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(3) {
      grid-area: C; }
    .dre-group--two-columns-half-half-right .dre-group__content .dre-item:nth-child(1n+4),
    .dre-group--two-columns-half-half-left .dre-group__content .dre-item:nth-child(1n+4) {
      grid-column-start: 1;
      grid-column-end: 3; }
  @media (min-width: 1000px) {
    .dre-group--two-columns-half-half-right,
    .dre-group--two-columns-half-half-left {
      width: 620px; } }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .dre-group--two-columns-half-half-right,
    .dre-group--two-columns-half-half-left {
      width: 620px; } } }

@supports (display: grid) {
  display: grid;
  .dre-item__asset {
    float: none;
    width: auto;
    margin-right: 0; } }

@font-face {
  font-family: 'GTEestiTextBold';
  src: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/icd8b-GT-Eesti-Text-Bold.woff2?accessToken=5e0241eefb6b88127af26653a9014d80281641a92812ff542e33667e2db8d940") format("woff2"), url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/tudgi-GT-Eesti-Text-Bold.woff?accessToken=6ef1351fcd5ad773c4bc52a6be4f998d32ba67b2d169b5f78538ddd60f8719b5") format("woff"), url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/jgeb-GT-Eesti-Text-Bold.eot?accessToken=faec2d2264dda194998d24670fd86e3c2eeae303d22fcaea80cc87a862498894") format("eot");
  font-style: normal;
  font-weight: 700;
  font-display: fallback; }

@font-face {
  font-family: 'GTWalsheim-CondensedBold';
  src: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/9y4cus-GT-Walsheim-Condensed-Bold.woff2?accessToken=ad1930bea03ac98c19ab0af6cc7608aca1fbed078bd7046fa21fc28a6b2f62da") format("woff2"), url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/v7m3s-GT-Walsheim-Condensed-Bold.woff?accessToken=feabd31a902a0592435b346a7b926866981f013ccbfc752544b9af87cc55dadf") format("woff"), url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/sswo9-GT-Walsheim-Condensed-Bold.eot?accessToken=21c846222493e622d76a7d37a0a7c488c76dda183b288f2f5eb2824df0abeeac") format("eot");
  font-style: normal;
  font-weight: 700;
  font-display: fallback; }

@font-face {
  font-family: 'GTEestiDisplay-BoldItalic';
  src: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/7opdg-GT-Eesti-Display-Bold-Italic.woff2?accessToken=a9bd6c42e8df837ff158267bb9bb772aa4bb929d30bf1ceec93e65ccc1bdf47c") format("woff2"), url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/duk08-GT-Eesti-Display-Bold-Italic.woff?accessToken=057bedfc98525d9f68b53abd69ccb2035182aa7826157bbd1a07ed4e8e4ab30d") format("woff"), url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/oqljp-GT-Eesti-Display-Bold-Italic.eot?accessToken=693fb9f398dc4f9ac49ea9a0de9463efff4cb224c72d9681d2cbac713af18bd0") format("eot");
  font-style: normal;
  font-weight: 700;
  font-display: fallback; }

.dre-preview {
  background: #f4f4f4; }
  .dre-preview .front {
    margin-top: 15px;
    box-sizing: content-box; }
    @media (min-width: 1000px) {
      .dre-preview .front {
        padding: 0 0; } }
    @media (min-width: 1000px) and (max-width: 1000px) {
      .dre-preview .front {
        padding: 0 0; } }
    @media (min-width: 768px) and (max-width: 999px) {
      .dre-preview .front {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .dre-preview .front {
        padding: 0 5.33333vw; } }

@keyframes dre-slideOut {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

.theme-allerdk {
  font-family: 'GTEestiTextBold', 'Times New Roman', Times, serif;
  padding: 0;
  color: #292a2b;
  /* Logic for adding 10% angle on images */
  /* End angle logic */
  /* Start chaser logic */
  /* End chaser logic */ }
  @media (min-width: 1000px) {
    .theme-allerdk {
      width: 940px;
      max-width: 940px; }
      .theme-allerdk .dre-item {
        --dre-layout-mode: adaptive;
        --dre-min-breakpoint: 1000px; } }
  @media (min-width: 1000px) and (max-width: 1000px) {
    .theme-allerdk {
      width: 940px;
      max-width: 940px; }
      .theme-allerdk .dre-item {
        --dre-layout-mode: adaptive;
        --dre-min-breakpoint: 1000px;
        --dre-max-breakpoint: 1000px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .theme-allerdk {
      width: 728px;
      max-width: 728px; }
      .theme-allerdk .dre-item {
        --dre-layout-mode: adaptive;
        --dre-min-breakpoint: 768px;
        --dre-max-breakpoint: 999px; } }
  @media (max-width: 767px) {
    .theme-allerdk {
      width: 89.33333vw;
      max-width: 89.33333vw; }
      .theme-allerdk .dre-item {
        --dre-layout-mode: responsive;
        --dre-max-breakpoint: 767px; } }
  .theme-allerdk .font-load {
    font-family: 'GTEestiTextBold', 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 700; }
  .theme-allerdk .font-load-1 {
    font-family: 'GTWalsheim-CondensedBold', 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 700; }
  .theme-allerdk .font-load-2 {
    font-family: 'GTEestiDisplay-BoldItalic', 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 700; }
  .theme-allerdk .dre-item__header {
    padding: 0 15px 0 15px;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    font-family: 'GTEestiDisplay-BoldItalic', 'Times New Roman', Times, serif;
    font-size: 16px;
    display: flex;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    align-items: baseline; }
  .theme-allerdk .dre-item__header--empty {
    height: 0; }
  .theme-allerdk .dre-item__header--skin-breaking {
    height: 30px;
    color: #000000;
    background: #ffd100; }
  .theme-allerdk .dre-item__header--skin-live {
    background: #f71349;
    color: #ffffff; }
  .theme-allerdk .dre-item__header--skin-custom-live-breaking::after,
  .theme-allerdk .dre-item__header--skin-live::after {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='528' height='660' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E %23dot1 %7B animation: dot1 3.5s linear infinite; %7D %23dot2 %7B animation: dot2 3.5s linear infinite; %7D %23dot3 %7B animation: dot3 3.5s linear infinite; %7D %23exclamation %7B animation: exclamation 3.5s linear infinite; %7D @keyframes dot1 %7B 0%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D @keyframes dot2 %7B 0%25, 2%25 %7B opacity: 0; %7D 3%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D @keyframes dot3 %7B 0%25, 3%25 %7B opacity: 0; %7D 4%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D @keyframes exclamation %7B 0%25, 5%25 %7B opacity: 0; %7D 6%25, 16%25 %7B opacity: 1; %7D 17%25, 27%25 %7B opacity: 0; %7D 28%25, 38%25 %7B opacity: 1; %7D 39%25, 49%25 %7B opacity: 0; %7D 50%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D %3C/style%3E%3Ccircle id='dot1' cx='54' cy='490' r='54' fill='%23ffffff'/%3E%3Ccircle id='dot2' cx='221' cy='490' r='54' fill='%23ffffff'/%3E%3Ccircle id='dot3' cx='388' cy='490' r='54' fill='%23ffffff'/%3E%3Cpolygon id='exclamation' points='411 77, 372 391, 444 391, 526 77' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    content: '';
    width: 1em;
    height: 1em;
    background-size: 1em;
    background-repeat: no-repeat; }
  .theme-allerdk .dre-item__header--skin-custom-live-breaking {
    background: #ffd100;
    color: #000000; }
    .theme-allerdk .dre-item__header--skin-custom-live-breaking::after {
      background-image: url("data:image/svg+xml,%3Csvg width='528' height='660' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E %23dot1 %7B animation: dot1 3.5s linear infinite; %7D %23dot2 %7B animation: dot2 3.5s linear infinite; %7D %23dot3 %7B animation: dot3 3.5s linear infinite; %7D %23exclamation %7B animation: exclamation 3.5s linear infinite; %7D @keyframes dot1 %7B 0%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D @keyframes dot2 %7B 0%25, 2%25 %7B opacity: 0; %7D 3%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D @keyframes dot3 %7B 0%25, 3%25 %7B opacity: 0; %7D 4%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D @keyframes exclamation %7B 0%25, 5%25 %7B opacity: 0; %7D 6%25, 16%25 %7B opacity: 1; %7D 17%25, 27%25 %7B opacity: 0; %7D 28%25, 38%25 %7B opacity: 1; %7D 39%25, 49%25 %7B opacity: 0; %7D 50%25, 89%25 %7B opacity: 1; %7D 90%25, 100%25 %7B opacity: 0; %7D %7D %3C/style%3E%3Ccircle id='dot1' cx='54' cy='490' r='54' fill='%23000000'/%3E%3Ccircle id='dot2' cx='221' cy='490' r='54' fill='%23000000'/%3E%3Ccircle id='dot3' cx='388' cy='490' r='54' fill='%23000000'/%3E%3Cpolygon id='exclamation' points='411 77, 372 391, 444 391, 526 77' fill='%23000000'/%3E%3C/svg%3E%0A"); }
  .theme-allerdk .dre-item__header--repeat {
    white-space: nowrap;
    padding-left: 0; }
    .theme-allerdk .dre-item__header--repeat .dre-repeat {
      animation: dre-slideOut 3s linear infinite; }
      .theme-allerdk .dre-item__header--repeat .dre-repeat::after {
        content: ' /// '; }
      .theme-allerdk .dre-item__header--repeat .dre-repeat:empty {
        display: none;
        animation: none; }
    .theme-allerdk .dre-item__header--repeat::before {
      display: none; }
  .theme-allerdk .dre-item {
    font-size: 16px;
    background: #ffffff;
    overflow: hidden; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-news,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-news {
    background: #f71349;
    color: #ffffff; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-news .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-news .dre-item__asset:after {
      background: #f71349; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-kongelige,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-kongelige {
    background: #0081e4;
    color: #ffffff; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-kongelige .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-kongelige .dre-item__asset:after {
      background: #0081e4; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-breaking,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-breaking {
    background: #ffd100;
    color: #000000; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-breaking .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-breaking .dre-item__asset:after {
      background: #ffd100; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-reality,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-reality {
    background: #5e3191;
    color: #ffffff; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-reality .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-reality .dre-item__asset:after {
      background: #5e3191; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-kendte,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-kendte {
    background: #00b6b9;
    color: #ffffff; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-kendte .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-kendte .dre-item__asset:after {
      background: #00b6b9; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-frække,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-frække {
    background: #292a2b;
    color: #ffffff; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-frække .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-frække .dre-item__asset:after {
      background: #292a2b; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-vipedia,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-vipedia {
    background: #50585f;
    color: #ffffff; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-vipedia .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-vipedia .dre-item__asset:after {
      background: #50585f; }
  .theme-allerdk .dre-item--no-image.dre-item--skin-crime,
  .theme-allerdk .dre-item--bg-highlight.dre-item--skin-crime {
    background: #19436d;
    color: #ffffff; }
    .theme-allerdk .dre-item--no-image.dre-item--skin-crime .dre-item__asset:after,
    .theme-allerdk .dre-item--bg-highlight.dre-item--skin-crime .dre-item__asset:after {
      background: #19436d; }
  .theme-allerdk .dre-item__text {
    padding: 30px;
    text-align: center; }
  .theme-allerdk .dre-item--size-third .dre-item__text {
    padding: 20px; }
  .theme-allerdk .dre-item--size-full-image-left .dre-item__text {
    text-align: left; }
  .theme-allerdk .dre-item--no-image {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .theme-allerdk .dre-item--no-image .dre-item__text {
      padding: 30px; }
    .theme-allerdk .dre-item--no-image .dre-item__pretitle {
      padding-top: 0;
      margin-top: 0;
      font-size: 18px; }
  .theme-allerdk .dre-item__title {
    --dre-min-font-size: 20;
    --dre-max-font-size: 100;
    line-height: 1.04; }
  .theme-allerdk .dre-item--size-third .dre-item__title {
    --dre-min-font-size: 20;
    --dre-max-font-size: 60;
    line-height: 1.06; }
  .theme-allerdk .dre-item__pretitle {
    font-family: 'GTWalsheim-CondensedBold', 'Times New Roman', Times, serif;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 1.09;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .theme-allerdk .dre-item--size-third .dre-item__pretitle {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 5px; }
  .theme-allerdk .dre-item__summary {
    margin: 5px 0;
    font-size: 20px; }
  .theme-allerdk .dre-item--feature-video picture::before,
  .theme-allerdk .dre-item--feature-gallery picture::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0; }
  .theme-allerdk .dre-item--feature-video picture::before {
    background-image: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/964fx-video-ikon.svg?accessToken=129272cd6500bf43bbf6b738f494f739be2720335b3f40508333b17969919ea6"); }
  .theme-allerdk .dre-item--feature-gallery picture::before {
    background-image: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/ry4yu-galleri-ikon.svg?accessToken=bb5c6c202426d3af9a9f937c0329bada66e8056db4ca4e84384760a10122464f"); }
  .theme-allerdk .dre-item--feature-breaking .dre-item__text::before,
  .theme-allerdk .dre-item--feature-annonce .dre-item__text::before {
    width: 100%;
    background-position: center;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 20px; }
  .theme-allerdk .dre-item--feature-annonce .dre-item__text::before {
    background-image: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/1pwcd-tag-annonce@3x.png?accessToken=75240cc8339994eb019f06f8b2265ed17b30907908eab4d1304d3c3b65c0700c"); }
  .theme-allerdk .dre-item--feature-breaking .dre-item__text::before {
    background-image: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/0ihm6-tag-breaking-big@3x.png?accessToken=ffadc9a5ab4daf17d501d9977ac8feb8400fc550fe1167e25d6ed9c33183ad24"); }
  .theme-allerdk .dre-item--feature-annonce .dre-item__text,
  .theme-allerdk .dre-item--feature-breaking .dre-item__text {
    padding-top: 0; }
  .theme-allerdk .dre-item--feature-annonce .dre-item__text::before,
  .theme-allerdk .dre-item--feature-breaking .dre-item__text::before {
    position: relative;
    bottom: 10px; }
  .theme-allerdk .dre-item--size-full .dre-item__text,
  .theme-allerdk .dre-item--size-full-image-left .dre-item__text,
  .theme-allerdk .dre-item--size-two-thirds .dre-item__text {
    padding-top: 30px; }
  .theme-allerdk .dre-item--size-full.dre-item--feature-annonce .dre-item__text::before, .theme-allerdk .dre-item--size-full.dre-item--feature-breaking .dre-item__text::before,
  .theme-allerdk .dre-item--size-full-image-left.dre-item--feature-annonce .dre-item__text::before,
  .theme-allerdk .dre-item--size-full-image-left.dre-item--feature-breaking .dre-item__text::before,
  .theme-allerdk .dre-item--size-two-thirds.dre-item--feature-annonce .dre-item__text::before,
  .theme-allerdk .dre-item--size-two-thirds.dre-item--feature-breaking .dre-item__text::before {
    height: 30px;
    bottom: 15px; }
  .theme-allerdk .dre-item--size-full-image-left.dre-item--feature-annonce .dre-item__text::before, .theme-allerdk .dre-item--size-full-image-left.dre-item--feature-breaking .dre-item__text::before {
    margin-bottom: 15px; }
  .theme-allerdk .dre-item--size-third.dre-item--feature-annonce .dre-item__text::before, .theme-allerdk .dre-item--size-third.dre-item--feature-breaking .dre-item__text::before {
    bottom: 10px; }
  .theme-allerdk .dre-item--no-image.dre-item--feature-annonce .dre-item__pretitle, .theme-allerdk .dre-item--no-image.dre-item--feature-breaking .dre-item__pretitle {
    display: none; }
  .theme-allerdk .dre-item--size-full-image-left .dre-item__text {
    position: relative;
    padding-left: 0; }
  .theme-allerdk .dre-item--size-full-image-left .dre-item__asset:after {
    transform-origin: left top;
    transform: skew(-10deg);
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    content: ' ';
    display: block; }
  @media (min-width: 1000px) {
    .theme-allerdk .dre-item--size-full-image-left.dre-item--image-right .dre-item__text {
      padding-right: 0;
      padding-left: 30px; }
    .theme-allerdk .dre-item--size-full-image-left.dre-item--image-right .dre-item__asset:after {
      left: -100%;
      transform-origin: left bottom; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .theme-allerdk .dre-item--md-full-image-right .dre-item__text {
      padding-right: 0;
      padding-left: 30px; }
    .theme-allerdk .dre-item--md-full-image-right .dre-item__asset:after {
      left: -100%;
      transform-origin: left bottom; } }
  @media (max-width: 767px) {
    .theme-allerdk .dre-item--sm-full-image-left .dre-item__text,
    .theme-allerdk .dre-item--sm-image-left .dre-item__text {
      position: relative;
      padding-left: 0; }
    .theme-allerdk .dre-item--sm-full-image-left .dre-item__asset:after,
    .theme-allerdk .dre-item--sm-image-left .dre-item__asset:after {
      transform-origin: left top;
      transform: skew(-10deg);
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #ffffff;
      content: ' '; }
    .theme-allerdk .dre-item--sm-full-image-right .dre-item__asset:after {
      left: -100%;
      transform-origin: left bottom; } }
  @media (min-width: 1000px) {
    .theme-allerdk .dre-item--size-full.dre-item--chasers {
      grid-template-areas: 'Header Header' 'Asset Chasers' 'Text Chasers';
      grid-template-columns: 620px 300px;
      grid-template-rows: min-content max-content;
      grid-column-gap: 20px;
      --dre-image-min-height: 300;
      --dre-single-crop-strategy: chasersOnTheSide; }
      .theme-allerdk .dre-item--size-full.dre-item--chasers .dre-item__header {
        grid-area: Header;
        border-bottom: 20px solid #ffffff; }
      .theme-allerdk .dre-item--size-full.dre-item--chasers .dre-item__asset {
        grid-area: Asset;
        margin-left: 20px;
        width: calc(620px - 20px);
        box-sizing: border-box; }
      .theme-allerdk .dre-item--size-full.dre-item--chasers .dre-item__text {
        grid-area: Text;
        box-sizing: border-box;
        margin-left: 20px;
        width: calc(620px - 20px); }
      .theme-allerdk .dre-item--size-full.dre-item--chasers .dre-item__chasers {
        grid-area: Chasers;
        margin-right: 20px;
        width: calc(300px - 20px);
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0; }
      .theme-allerdk .dre-item--size-full.dre-item--chasers.dre-item--header .dre-item__chasers {
        top: 50px; }
      @supports (display: grid) {
        .theme-allerdk .dre-item--size-full.dre-item--chasers {
          display: grid; }
          .theme-allerdk .dre-item--size-full.dre-item--chasers .dre-item__chasers {
            position: relative; }
          .theme-allerdk .dre-item--size-full.dre-item--chasers.dre-item--header .dre-item__chasers {
            top: 0; } } }
  .theme-allerdk .dre-item__chaser {
    display: flex;
    align-items: center;
    color: #292a2b;
    font-size: 21px;
    line-height: 1.14;
    flex-direction: row;
    padding-bottom: 19px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px; }
    .theme-allerdk .dre-item__chaser:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .theme-allerdk .dre-item__chaser--skin-video .dre-item__chaser-image:after,
  .theme-allerdk .dre-item__chaser--skin-gallery .dre-item__chaser-image:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 100%;
    position: static;
    display: block;
    background-position: bottom; }
  .theme-allerdk .dre-item__chaser--skin-video .dre-item__chaser-image:after {
    background-image: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/964fx-video-ikon.svg?accessToken=129272cd6500bf43bbf6b738f494f739be2720335b3f40508333b17969919ea6"); }
  .theme-allerdk .dre-item__chaser--skin-gallery .dre-item__chaser-image:after {
    background-image: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/ry4yu-galleri-ikon.svg?accessToken=bb5c6c202426d3af9a9f937c0329bada66e8056db4ca4e84384760a10122464f"); }
  .theme-allerdk .dre-item__chaser--badge-breaking .dre-item__chaser-content::before {
    width: 100%;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    background-image: url("https://smooth-storage.aptoma.no/users/allerdk/files/logos/0ihm6-tag-breaking-big@3x.png?accessToken=ffadc9a5ab4daf17d501d9977ac8feb8400fc550fe1167e25d6ed9c33183ad24");
    margin-bottom: 4px; }
  .theme-allerdk .dre-item__chaser-pretitle {
    font-family: 'GTWalsheim-CondensedBold', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 1px; }
  .theme-allerdk .dre-item__chaser-image {
    flex: 0 0 75px;
    height: 75px;
    background-size: cover;
    margin-right: 14px; }
  @media (max-width: 999px) {
    .theme-allerdk .dre-item__chasers {
      margin: 0 20px 0 20px;
      padding-top: 20px;
      border-top: 1px dotted #000000; }
    .theme-allerdk .dre-item__chaser {
      border-bottom: 1px dotted #000000; } }
  @media (max-width: 767px) {
    .theme-allerdk .dre-item__chaser {
      font-size: 16px; } }
  @media (min-width: 1000px) {
    .theme-allerdk .dre-item--feature-video picture::before,
    .theme-allerdk .dre-item--feature-gallery picture::before {
      width: 40px;
      height: 40px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .theme-allerdk .dre-group__header-content {
      font-size: 18px;
      padding: 5px; }
    .theme-allerdk .dre-item {
      font-size: 16px; }
    .theme-allerdk .dre-item--md-full.dre-item--image-top.dre-item--feature-video picture::before, .theme-allerdk .dre-item--md-full.dre-item--image-top.dre-item--feature-gallery picture::before {
      width: 40px;
      height: 40px; } }
  @media (max-width: 767px) {
    .theme-allerdk .dre-group__header-content {
      font-size: calc(18vw / 3.75);
      padding: calc(5vw / 3.75); }
    .theme-allerdk .dre-item,
    .theme-allerdk .dre-group--sm-image-left .dre-group__content > .dre-item,
    .theme-allerdk .dre-group.dre-group--half-half .dre-group__content article.dre-item {
      font-size: calc(16vw / 3.75); }
    .theme-allerdk .dre-item__asset picture::before {
      width: 30px;
      height: 30px; }
    .theme-allerdk .dre-item__text,
    .theme-allerdk .dre-item--sm-full .dre-item__text,
    .theme-allerdk .dre-item--no-image .dre-item__text {
      padding: calc(15vw / 3.75); }
    .theme-allerdk .dre-item__pretitle {
      font-size: calc(9vw / 3.75);
      padding-bottom: 2vw; }
    .theme-allerdk .dre-item__summary {
      font-size: calc(14vw / 3.75); }
    .theme-allerdk .dre-item--sm-half .dre-item__pretitle {
      font-size: calc(14vw / 3.75); }
    .theme-allerdk .dre-item--sm-full-image-left .dre-item__text {
      padding: 2vw 2vw 2vw 0; }
    .theme-allerdk .dre-item--sm-full-image-right .dre-item__text {
      padding: 2vw 0 2vw 2vw; }
    .theme-allerdk .dre-item--sm-full-image-left.dre-item--feature-annonce .dre-item__text, .theme-allerdk .dre-item--sm-full-image-left.dre-item--feature-breaking .dre-item__text,
    .theme-allerdk .dre-item--sm-image-left.dre-item--feature-annonce .dre-item__text,
    .theme-allerdk .dre-item--sm-image-left.dre-item--feature-breaking .dre-item__text {
      padding-top: 5vw; }
    .theme-allerdk .dre-item--sm-full-image-left.dre-item--feature-annonce .dre-item__asset::before, .theme-allerdk .dre-item--sm-full-image-left.dre-item--feature-breaking .dre-item__asset::before,
    .theme-allerdk .dre-item--sm-image-left.dre-item--feature-annonce .dre-item__asset::before,
    .theme-allerdk .dre-item--sm-image-left.dre-item--feature-breaking .dre-item__asset::before {
      display: none; }
    .theme-allerdk .dre-item--sm-full-image-left.dre-item--feature-annonce .dre-item__text::before, .theme-allerdk .dre-item--sm-full-image-left.dre-item--feature-breaking .dre-item__text::before,
    .theme-allerdk .dre-item--sm-image-left.dre-item--feature-annonce .dre-item__text::before,
    .theme-allerdk .dre-item--sm-image-left.dre-item--feature-breaking .dre-item__text::before {
      bottom: auto;
      position: relative; }
    .theme-allerdk .dre-item.dre-item--feature-annonce .dre-item__text::before, .theme-allerdk .dre-item.dre-item--feature-breaking .dre-item__text::before {
      height: 20px; }
    .theme-allerdk .dre-item--sm-full.dre-item--image-top.dre-item--feature-annonce .dre-item__text, .theme-allerdk .dre-item--sm-full.dre-item--image-top.dre-item--feature-breaking .dre-item__text,
    .theme-allerdk .dre-item--sm-image-top.dre-item--feature-annonce .dre-item__text,
    .theme-allerdk .dre-item--sm-image-top.dre-item--feature-breaking .dre-item__text {
      padding-top: 0; }
    .theme-allerdk .dre-item--sm-full.dre-item--image-top.dre-item--feature-annonce .dre-item__text::before, .theme-allerdk .dre-item--sm-full.dre-item--image-top.dre-item--feature-breaking .dre-item__text::before,
    .theme-allerdk .dre-item--sm-image-top.dre-item--feature-annonce .dre-item__text::before,
    .theme-allerdk .dre-item--sm-image-top.dre-item--feature-breaking .dre-item__text::before {
      bottom: 10px; } }

.dre-item-preview {
  background: #f4f4f4; }
  .dre-item-preview .dre-item--size-quarter {
    display: none; }

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