:root {
  --color-primary: #FFCB00;
  --color-black-1: #000000;
  --color-black-2: #252525;
  --color-black-3: #00000029;
  --color-white: #FFFFFF;
  --color-grey-1: #F2F2F2;
  --color-grey-2: #C3C3C3;
  --color-grey-3: #D9D9D9;
  --color-green: #70AD47;
  --color-green-2: #2E7D32;
  --color-red: #AF113A;
  --font-primary: 'PT Sans Narrow';
  --font-secondary: 'PT Sans Narrow bold';
  --font-awesome: 'Font Awesome 6 Pro';
  --font-icons: 'icons-blank-theme';
  --font-icons-dwd: 'dwd-custom-icons';
  --transition-1: .3s ease-in-out;
}

body#html-body.dwd_news-post-view .news-listing.row {
  display: grid;
  gap: 0;
}
body#html-body.dwd_news-post-view .news-listing.row > * {
  width: 100%;
  max-width: 100%;
}
body#html-body.dwd_news-post-view .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
body#html-body.dwd_news-post-view .news-post-title {
  position: relative;
  font-family: var(--font-primary);
  max-width: 1920px;
  margin: 0 auto;
}
body#html-body.dwd_news-post-view .news-post-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-color: var(--color-white);
}
body#html-body.dwd_news-post-view .news-post-title .title-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 5rem 0;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body#html-body.dwd_news-post-view .news-post-title .title-info {
  z-index: 9;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1510px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
body#html-body.dwd_news-post-view .news-post-title .title-info .title-desc {
  margin-bottom: 15px;
  text-align: center;
}
body#html-body.dwd_news-post-view .news-post-title .title {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
body#html-body.dwd_news-post-view .news-post-title .action {
  position: absolute;
  background-color: var(--color-primary);
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0px 3px 6px var(--color-black-3);
  transition: var(--transition-1);
  display: inline-block;
  left: 40%;
  text-align: center;
}
body#html-body.dwd_news-post-view .news-post-title .action:hover {
  text-decoration: none;
  background-color: var(--color-black-1);
  color: var(--color-white);
}
body#html-body.dwd_news-post-view .news-post-content {
  max-width: none;
  margin: 0;
  margin-right: auto;
  font-family: var(--font-primary);
}
body#html-body.dwd_news-post-view .news-post-content .post-info {
  display: flex;
  gap: 15px;
  margin: 10px 0 20px;
  font-size: 14px;
}
body#html-body.dwd_news-post-view .column.main {
  display: flex;
  gap: 100px;
}
body#html-body.dwd_news-post-view .column.main:has(.block.related) {
  display: block;
}
body#html-body.dwd_news-post-view .news-related {
  max-width: 30%;
  background-color: var(--color-grey-1);
  padding: 30px;
  margin-top: 30px;
  height: 100%;
}
body#html-body.dwd_news-post-view .news-related h3 {
  text-align: center;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
body#html-body.dwd_news-post-view .news-related .post {
  background-color: var(--color-white);
  color: var(--color-black-1);
  font-family: var(--font-primary);
  padding: 15px;
}
body#html-body.dwd_news-post-view .news-related .post a {
  color: var(--color-black-1);
  padding: 0;
}
body#html-body.dwd_news-post-view .news-related .post a span {
  padding: 0;
  font-size: 18px;
}
body#html-body.dwd_news-post-view .news-related .post p.mh90 {
  color: var(--color-black-1);
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
body#html-body.dwd_news-post-view .news-related .post p.mh90::after {
  content: none;
}
body#html-body.dwd_news-post-view .news-related .post .action.primary {
  margin: 0;
  margin-top: 15px;
}
body#html-body.dwd_news-post-view .news-related .post .action.primary span {
  display: inline-block;
  padding: 10px 20px;
  font-family: var(--font-primary);
  font-weight: normal;
  transition: var(--transition-1);
}
body#html-body.dwd_news-post-view .news-related .post .action.primary span:hover {
  background-color: var(--color-primary);
  color: var(--color-black-1);
}
body#html-body.dwd_news-post-view .news-related .post .action.primary span:after {
  content: none;
}
body#html-body.dwd_news-post-view .swiper-container-initialized .swiper-wrapper.product-items.widget-product-grid {
  width: 1px;
}
body#html-body.dwd_news-post-view .swiper-btn.swiper-button-prev {
  left: 0;
}
body#html-body.dwd_news-post-view .swiper-btn.swiper-button-next {
  right: 0;
}
body#html-body.dwd_news-post-view .footer-contact-container {
  background-color: var(--color-white);
  padding-bottom: 50px;
  margin-top: -1px;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-image {
  max-width: 50%;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-image img {
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form {
  width: 50%;
  font-family: var(--font-primary);
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form input,
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form textarea {
  font-family: var(--font-primary);
  border: 2px solid var(--color-grey-1);
  border-radius: 5px;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .label {
  display: none;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .legend {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .control {
  width: 100%;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .field {
  margin-bottom: 20px;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .field.name, body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .field.telephone {
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .field.telephone {
  margin-left: 2%;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .actions-toolbar {
  display: flex;
  justify-content: space-between;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .actions-toolbar:before, body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .actions-toolbar:after {
  content: none;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .fieldset {
  margin-bottom: 20px;
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .phone-link {
  background-color: var(--color-grey-2);
  box-shadow: 0px 3px 6px var(--color-black-3);
  padding: 15px;
  display: inline-block;
  color: var(--color-white);
  transition: var(--transition-1);
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .phone-link:hover {
  text-decoration: none;
  background-color: var(--color-primary);
  color: var(--color-black-1);
}
body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form .phone-link .fa-phone {
  padding-right: 10px;
}
@media only screen and (max-width: 992px) {
  body#html-body.dwd_news-post-view .column.main {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body#html-body.dwd_news-post-view table {
    max-width: 90vw;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body#html-body.dwd_news-post-view ul {
    padding-left: 10px;
    font-size: 12px;
  }
  body#html-body.dwd_news-post-view .news-post-title .action {
    position: absolute;
    left: 30%;
  }
  body#html-body.dwd_news-post-view .columns .column.main {
    order: 0;
    flex-direction: column;
  }
  body#html-body.dwd_news-post-view .news-post-content {
    margin-bottom: 0;
  }
  body#html-body.dwd_news-post-view .news-related .post a {
    min-height: 48px;
  }
  body#html-body.dwd_news-post-view .news-related {
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 100%;
  }
  body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner {
    flex-direction: column-reverse;
  }
  body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-image {
    display: none;
  }
  body#html-body.dwd_news-post-view .footer-contact-container .footer-contact-inner .footer-contact-form {
    width: 100%;
  }
  body#html-body.dwd_news-post-view .news-post-title .title {
    font-size: 35px;
    line-height: 1;
  }
  body#html-body.dwd_news-post-view .columns .column.main {
    order: 0;
  }
}
@media only screen and (max-width: 640px) {
  body#html-body.dwd_news-post-view .news-post-title .action {
    position: absolute;
    left: 25%;
  }
}
@media only screen and (max-width: 576px) {
  body#html-body.dwd_news-post-view .news-post-title .action {
    position: absolute;
    left: 20%;
  }
}
@media only screen and (max-width: 479px) {
  body#html-body.dwd_news-post-view .news-post-title .action {
    position: absolute;
    left: 15%;
  }
  body#html-body.dwd_news-post-view .news-post-title .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  body#html-body.dwd_news-post-view .news-post-title .action {
    position: absolute;
    left: 0%;
  }
}
