<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

html {
  line-height: 1.15;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px; }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  background-color: #fff; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0;
    list-style: none; }

a {
  text-decoration: none !important;
  transition: 0.3s; }

.no-scroll {
  overflow: hidden; }

img {
  max-width: 100%; }

.flex {
  display: flex; }
  .flex.flex-row {
    flex-direction: row; }
  .flex.flex-column {
    flex-direction: column; }
  .flex.flex-center {
    align-items: center; }
  .flex.flex-end {
    align-items: flex-end; }
  .flex.flex-justify-center {
    justify-content: center; }

a.button {
  display: block;
  padding: 16px 30px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  outline: none; }
  a.button.primary {
    color: #fff;
    background-color: #1D1D1B; }
    a.button.primary:hover {
      background-color: #FA6400; }
  a.button.secondary {
    border: 1px solid #1D1D1B;
    color: #1D1D1B;
    background-color: transparent; }
    a.button.secondary:hover {
      background-color: #1D1D1B;
      color: #fff; }
    a.button.secondary.white {
      border: 1px solid #fff;
      color: #fff;
      background-color: transparent; }
      a.button.secondary.white:hover {
        color: #fff;
        color: #1D1D1B;
        background-color: #fff; }

input[type="text"], input[type="number"], input[type="email"] {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 16px;
  line-height: 32px;
  margin: 0 0 24px 0;
  outline: none;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #ECEDE8;
  color: #6C7181; }
input[type="submit"] {
  display: block;
  padding: 16px 30px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #1D1D1B; }
  input[type="submit"]:hover {
    background-color: #FA6400; }

textarea {
  display: block;
  resize: none;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  font-size: 14px;
  padding: 10px 16px;
  line-height: 32px;
  margin: 0 0 24px 0;
  outline: none;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #ECEDE8;
  color: #6C7181; }

.mobile-menu-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999; }
  .mobile-menu-container .container {
    height: 100%; }
    .mobile-menu-container .container .row {
      height: 100%; }
      .mobile-menu-container .container .row .col-md-12 {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative !important; }
        .mobile-menu-container .container .row .col-md-12 a.mobile-close {
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          top: 72px;
          right: 32px;
          background: url(../img/close-large-line.svg) no-repeat center center; }
        .mobile-menu-container .container .row .col-md-12 nav.mobile ul {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          .mobile-menu-container .container .row .col-md-12 nav.mobile ul li a {
            display: block;
            font-size: 24px;
            color: #1D1D1B; }
            .mobile-menu-container .container .row .col-md-12 nav.mobile ul li a:hover {
              color: #FA6400; }

header {
  padding: 20px 0; }
  header .container .row .col-md-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 768px) {
      header .container .row .col-md-12 {
        padding: 0 32px; } }
  header a.button {
    margin-left: auto; }
  header figure.site-logo {
    display: block;
    padding: 0;
    margin: 0 auto 0 0; }
    header figure.site-logo a {
      background: url(../img/dkd-logo.svg) no-repeat;
      display: block;
      width: 155px;
      height: 36px; }
  header a.mobile-menu {
    display: none;
    background: url(../img/menu-line.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: none; }
    @media (max-width: 768px) {
      header a.mobile-menu {
        display: block; } }
  @media (max-width: 768px) {
    header a.mhide {
      display: none; } }
  header nav.primary {
    margin: 0 auto; }
    @media (max-width: 768px) {
      header nav.primary {
        display: none; } }
    header nav.primary ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 42px; }
      header nav.primary ul li.current-menu-item a {
        color: #FA6400 !important; }
      header nav.primary ul li a {
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #1D1D1B; }
        header nav.primary ul li a:hover {
          color: #FA6400 !important; }

section.project-details {
  background: url(../img/white-effect.png) no-repeat bottom right #1D1D1B;
  padding: 96px 0; }
  section.project-details .section-title {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    /* 100% */
    letter-spacing: -0.32px;
    margin: 0 0 24px 0; }
  section.project-details ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 0 16px; }
    section.project-details ul li {
      list-style-type: square;
      color: rgba(255, 255, 255, 0.8);
      font-size: 15px;
      font-weight: 400;
      line-height: 24px;
      /* 160% */ }
  section.project-details .info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px 0; }
    section.project-details .info span {
      display: block; }
      section.project-details .info span:first-child {
        color: #FFF;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        /* 133.333% */
        letter-spacing: -0.18px; }
      section.project-details .info span:last-child {
        color: rgba(255, 255, 255, 0.8);
        font-family: Avenir Next;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
        letter-spacing: -0.16px; }
section.project-map {
  width: 100%;
  height: 359px;
  overflow: hidden; }
section.gallery {
  margin: 0 0 64px 0; }
  section.gallery #main-carousel img {
    height: 530px;
    object-fit: cover; }
  section.gallery #thumbs-carousel {
    margin: 24px 0 0 0; }
    section.gallery #thumbs-carousel img {
      display: block;
      width: 100%;
      height: 100px;
      object-fit: cover;
      cursor: pointer; }
      section.gallery #thumbs-carousel img.owl-thumb {
        opacity: 0.6; }
        section.gallery #thumbs-carousel img.owl-thumb.active {
          opacity: 1; }
section.static-page {
  margin: 96px 0; }
  section.static-page.no-margin {
    margin: 96px 0 40px 0; }
    @media (max-width: 768px) {
      section.static-page.no-margin {
        margin: 32px 0;
        padding: 0 16px; } }
  @media (max-width: 768px) {
    section.static-page {
      margin: 32px 0;
      padding: 0 16px; } }
  section.static-page h1.page-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0 auto 42px auto;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 120%; }
    section.static-page h1.page-title.project {
      margin: 0 auto 16px auto !important; }
    section.static-page h1.page-title:before {
      content: "";
      display: block;
      width: 64px;
      height: 2px;
      background-color: #FA6400; }
    section.static-page h1.page-title:after {
      content: "";
      display: block;
      width: 64px;
      height: 2px;
      background-color: #FA6400; }
  section.static-page h2.project-type {
    display: block;
    width: 100%;
    text-align: center;
    color: #6C7181;
    font-size: 16px;
    padding: 0;
    margin: 0 0 24px 0; }
  section.static-page h2.page-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0 auto 42px auto;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 120%; }
    section.static-page h2.page-title:after {
      content: "";
      display: block;
      width: 64px;
      height: 2px;
      background-color: #FA6400; }
  section.static-page p {
    display: block;
    padding: 0;
    margin: 0 0 24px 0;
    letter-spacing: 0.5px;
    color: #6C7181;
    font-size: 15px;
    line-height: 24px; }
    section.static-page p.text-center {
      text-align: center; }
  @media (max-width: 768px) {
    section.static-page .contact-details {
      margin-bottom: 32px; } }
  section.static-page .contact-details ul {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    section.static-page .contact-details ul li {
      line-height: 32px;
      padding: 0 0 0 34px;
      color: #6C7181; }
      section.static-page .contact-details ul li.map {
        background: url(../img/map.svg) no-repeat center left; }
      section.static-page .contact-details ul li.phone {
        background: url(../img/phone.svg) no-repeat center left; }
      section.static-page .contact-details ul li.mail {
        background: url(../img/mail.svg) no-repeat center left; }
      section.static-page .contact-details ul li.time {
        background: url(../img/time.svg) no-repeat center left; }
section.headline {
  height: calc(100vh - 85.8px);
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    section.headline {
      height: auto; } }
  section.headline .home-carousel {
    height: calc(100vh - 85.8px); }
    section.headline .home-carousel .owl-stage-outer {
      height: calc(100vh - 85.8px); }
      section.headline .home-carousel .owl-stage-outer .owl-stage {
        height: calc(100vh - 85.8px); }
        section.headline .home-carousel .owl-stage-outer .owl-stage .owl-item {
          height: calc(100vh - 85.8px); }
          section.headline .home-carousel .owl-stage-outer .owl-stage .owl-item .item {
            height: calc(100vh - 85.8px); }
  section.headline .owl-item {
    height: calc(100vh - 85.8px);
    position: relative; }
    @media (max-width: 768px) {
      section.headline .owl-item {
        height: auto; } }
  section.headline .contact-us {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    max-width: 400px;
    padding: 32px;
    bottom: 0;
    right: 0; }
    @media (max-width: 576px) {
      section.headline .contact-us {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #ecede8;
        display: flex;
        flex-direction: column; } }
    section.headline .contact-us h2 {
      display: block;
      padding: 0;
      margin: 0;
      font-size: 32px;
      letter-spacing: 0.5px; }
      section.headline .contact-us h2:after {
        display: block;
        content: "";
        width: 100px;
        height: 2px;
        background-color: #FA6400;
        margin: 24px 0;
        padding: 0; }
    section.headline .contact-us a {
      display: inline-block;
      font-size: 12px;
      letter-spacing: 0.5px;
      margin: 0;
      background: url(../img/right-arrow-black.svg) no-repeat center right;
      padding: 0 24px 0 0;
      color: #1D1D1B; }
      section.headline .contact-us a:hover {
        text-decoration: underline !important; }
  section.headline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  section.headline.page {
    height: 359px; }
  section.headline .container {
    height: 100%; }
    @media (max-width: 768px) {
      section.headline .container {
        height: 450px; } }
    section.headline .container .row {
      height: 100%; }
      @media (max-width: 768px) {
        section.headline .container .row {
          height: 450px; } }
      section.headline .container .row .col-md-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        @media (max-width: 768px) {
          section.headline .container .row .col-md-12 {
            height: 450px;
            justify-content: flex-start; } }
        section.headline .container .row .col-md-12 h1 {
          display: block;
          padding: 0;
          margin: 0;
          font-size: 64px;
          letter-spacing: 0.5px;
          color: #fff; }
          @media (max-width: 768px) {
            section.headline .container .row .col-md-12 h1 {
              font-size: 32px;
              margin: 72px 0; } }
          @media (max-width: 576px) {
            section.headline .container .row .col-md-12 h1 {
              text-align: center; } }
section.text-blocks {
  margin: 142px 0; }
  @media (max-width: 768px) {
    section.text-blocks {
      margin: 32px 0;
      padding: 0 16px; }
      section.text-blocks .col-md-4 {
        margin-bottom: 32px; }
        section.text-blocks .col-md-4:last-child {
          margin-bottom: 0; } }
  section.text-blocks h2 {
    color: #1D1D1B;
    display: block;
    padding: 0;
    margin: 0 0 16px 0;
    font-weight: bold; }
  section.text-blocks p {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #6C7181;
    letter-spacing: 0.5px; }
section.image-with-text {
  margin: 142px 0; }
  @media (max-width: 768px) {
    section.image-with-text {
      margin: 32px 0;
      padding: 0 16px; } }
  section.image-with-text .row.right .col-md-5 {
    order: 2; }
    section.image-with-text .row.right .col-md-5 img {
      display: block;
      padding: 0;
      margin: 0; }
      section.image-with-text .row.right .col-md-5 img:first-child {
        display: block;
        padding: 0;
        margin: 0;
        width: 60%;
        height: 100%;
        object-fit: cover;
        margin: 0 0 0 auto; }
        @media (max-width: 768px) {
          section.image-with-text .row.right .col-md-5 img:first-child {
            display: none; } }
      section.image-with-text .row.right .col-md-5 img:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        border-left: 10px solid #fff;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        left: 30px;
        width: 60%;
        height: 225px;
        object-fit: cover; }
        @media (max-width: 768px) {
          section.image-with-text .row.right .col-md-5 img:nth-child(2) {
            position: static;
            width: 100%;
            border: none;
            margin: 0 0 24px 0; } }
  section.image-with-text .row.right .col-md-7 {
    order: 1; }
  section.image-with-text .col-md-5 {
    position: relative !important; }
    section.image-with-text .col-md-5 img {
      display: block;
      padding: 0;
      margin: 0; }
      section.image-with-text .col-md-5 img:first-child {
        display: block;
        padding: 0;
        margin: 0;
        width: 60%;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 768px) {
          section.image-with-text .col-md-5 img:first-child {
            display: none; } }
      section.image-with-text .col-md-5 img:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        border-left: 10px solid #fff;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        right: 30px;
        width: 60%;
        height: 225px;
        object-fit: cover; }
        @media (max-width: 768px) {
          section.image-with-text .col-md-5 img:nth-child(2) {
            position: static;
            width: 100%;
            border: none;
            margin: 0 0 24px 0; } }
  section.image-with-text .col-md-7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    section.image-with-text .col-md-7 span.company {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #1D1D1B;
      padding: 0;
      margin: 0 0 24px 0;
      letter-spacing: 0.5px;
      font-size: 18px;
      font-weight: bold;
      gap: 16px; }
      @media (max-width: 768px) {
        section.image-with-text .col-md-7 span.company {
          font-size: 14px; } }
      section.image-with-text .col-md-7 span.company:after {
        content: "";
        display: block;
        width: 64px;
        height: 2px;
        background-color: #FA6400; }
    section.image-with-text .col-md-7 h2 {
      display: block;
      color: #1D1D1B;
      padding: 0;
      margin: 0 0 16px 0;
      font-size: 64px;
      letter-spacing: 0.5px;
      line-height: 120%; }
      @media (max-width: 768px) {
        section.image-with-text .col-md-7 h2 {
          font-size: 32px; } }
    section.image-with-text .col-md-7 p {
      display: block;
      padding: 0;
      margin: 0 0 24px 0;
      color: #6C7181;
      font-size: 15px;
      line-height: 32px; }
section.video-area .video-box {
  display: none; }
  section.video-area .video-box iframe {
    display: block;
    padding: 0;
    margin: 0;
    height: 475px; }
  section.video-area .video-box.show {
    display: block; }
section.video-area .inner {
  position: relative !important; }
  section.video-area .inner.hide {
    display: none; }
  section.video-area .inner img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 475px;
    max-height: 530px;
    object-fit: cover; }
  section.video-area .inner .play-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    section.video-area .inner .play-cover a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/play.svg) center center no-repeat; }
section.project-carousel {
  margin: 142px 0; }
  @media (max-width: 768px) {
    section.project-carousel {
      margin: 32px 0;
      padding: 0 16px; } }
  section.project-carousel.archive {
    margin: 96px 0 142px 0; }
    @media (max-width: 768px) {
      section.project-carousel.archive {
        margin: 32px 0;
        padding: 0 16px; } }
    section.project-carousel.archive .col-md-4 {
      margin-bottom: 24px; }
    section.project-carousel.archive .project-categories ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 16px;
      margin: 0 0 32px 0; }
      section.project-carousel.archive .project-categories ul li.active a {
        color: #FA6400 !important;
        font-weight: 600; }
      section.project-carousel.archive .project-categories ul li a {
        display: block;
        font-size: 18px;
        color: #1D1D1B;
        line-height: 24px;
        font-weight: 400; }
        section.project-carousel.archive .project-categories ul li a:hover {
          color: #FA6400; }
  section.project-carousel h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0 0 32px 0;
    gap: 16px;
    font-size: 24px;
    line-height: 120%;
    font-weight: bold;
    color: #1D1D1B; }
    section.project-carousel h2:after {
      content: "";
      display: block;
      width: 64px;
      height: 2px;
      background-color: #FA6400; }
  section.project-carousel .arrows {
    display: flex;
    flex-direction: row;
    margin: 0 0 32px auto;
    padding: 0;
    gap: 8px; }
    section.project-carousel .arrows a {
      display: block;
      width: 24px;
      height: 24px;
      cursor: pointer; }
      section.project-carousel .arrows a.prev {
        background: url(../img/arrow-left.svg) no-repeat; }
      section.project-carousel .arrows a.next {
        background: url(../img/arrow-right.svg) no-repeat; }
  section.project-carousel .project-thumbnail {
    position: relative !important;
    margin: 0 0 16px 0; }
    section.project-carousel .project-thumbnail img {
      width: 100%;
      height: 460px;
      object-fit: cover; }
    section.project-carousel .project-thumbnail a.view-project {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #fff;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 16px;
      padding: 15px; }
      section.project-carousel .project-thumbnail a.view-project span.text {
        display: none;
        font-size: 14px;
        font-weight: 300;
        color: #1D1D1B; }
      section.project-carousel .project-thumbnail a.view-project span.plus {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../img/black-plus.svg) no-repeat; }
      section.project-carousel .project-thumbnail a.view-project:hover span.text {
        display: block;
        color: #FA6400; }
      section.project-carousel .project-thumbnail a.view-project:hover span.plus {
        background: url(../img/orange-plus.svg) no-repeat; }
  section.project-carousel span.location {
    display: block;
    padding: 0;
    margin: 0 0 6px 0;
    letter-spacing: 0.5px;
    font-size: 12px; }
  section.project-carousel h3 {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 120%; }
  section.project-carousel a.more {
    display: block;
    color: #1D1D1B; }
    section.project-carousel a.more:hover h3 {
      color: #FA6400; }
section.dreams {
  height: 194px;
  width: 100%;
  position: relative !important; }
  section.dreams .container {
    height: 100%; }
    section.dreams .container .row {
      height: 100%; }
      section.dreams .container .row .col-md-12 {
        height: 100%; }
        @media (max-width: 768px) {
          section.dreams .container .row .col-md-12 {
            display: flex;
            flex-direction: column !important;
            text-align: center;
            align-items: center;
            justify-content: center; } }
  section.dreams h3 {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 42px;
    color: #fff; }
    @media (max-width: 768px) {
      section.dreams h3 {
        font-size: 24px; } }
  section.dreams a {
    margin: 0 0 0 auto; }
    @media (max-width: 768px) {
      section.dreams a {
        margin: 16px 0 0 0; } }
  section.dreams img {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 194px;
    object-fit: cover;
    border-bottom: 5px solid #FA6400; }

footer {
  padding: 64px 0; }
  footer figure.site-logo {
    display: block;
    padding: 0;
    margin: 0 auto 0 auto; }
    footer figure.site-logo a {
      background: url(../img/dkd-logo.svg) no-repeat;
      display: block;
      width: 155px;
      height: 36px; }
  footer p {
    display: block;
    padding: 0;
    margin: 24px 0;
    text-align: center;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 32px;
    color: #6C7181; }
  footer nav.social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 24px; }
    footer nav.social ul li a {
      display: block;
      width: 24px;
      height: 24px; }
      footer nav.social ul li a.fb {
        background: url(../img/fb.svg) no-repeat; }
      footer nav.social ul li a.tw {
        background: url(../img/tw.svg) no-repeat; }
      footer nav.social ul li a.it {
        background: url(../img/it.svg) no-repeat; }
      footer nav.social ul li a.ln {
        background: url(../img/ln.svg) no-repeat; }
      footer nav.social ul li a:hover {
        opacity: 0.6; }

.project-section-carousel img {
  height: 460px;
  object-fit: cover; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>