.dd-ve-container {
  padding: 0;
  width: 100%
}

.dd-ve-container .nav {
  margin: 0
}

.dd-ve-container .nav li {
  padding: 0
}

.dd-ve-container .tab-content {
  margin-top: 20px
}

.dd-boxed-container .dd-fullwidth {
  margin: 0 -15px;
  padding: 0 15px
}

.dd-background {
  position: static;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center
}

.dd-background:has(.dd-hero-box) {
  background-size: 100% auto;
  background-position: bottom;

  @media (width <= 480px) {
      margin-bottom:21px;
  }

  & .headline {
    margin-top: 14px;

    & .headline__text:before  {
      display: none;
    }
  }
}

.dd-shortcode-youtube {
  margin-bottom: 21px;
}

.dd-background.dd-fullwidth {
  background-size: cover
}

.dd-background.dd-background-fixed {
  background-attachment: fixed;
  background-size: cover
}

.dd-ve-landing {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto
}

.dd-ve-landing .dd-background {
  background-position: top center
}

.dd-ve-landing h1, .dd-ve-landing .h1 {
  font-size: 46px
}

.dd-ve-landing h2, .dd-ve-landing .h2 {
  font-size: 38px
}

.dd-ve-landing h3, .dd-ve-landing .h3 {
  font-size: 30px
}

.dd-ve-landing h4, .dd-ve-landing .h4 {
  font-size: 24px
}

.dd-ve-landing p {
  font-size: 22px;
  opacity: .8
}

.dd-ve-landing .dd-shortcode-text h1, .dd-ve-landing .dd-shortcode-text h2, .dd-ve-landing .dd-shortcode-text h3, .dd-ve-landing .dd-shortcode-text h4 {
  padding: 40px 0 20px
}

.dd-highlight-box {
  padding: 60px 0
}

.dd-carousel.dd-carousel-centered .dd-carousel-col {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: center
}

.dd-carousel.dd-carousel-centered .dd-carousel-col img {
  margin: 0 auto
}

.dd-circle {
  display: block;
  text-align: center;
  border-radius: 100%;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #333;
  color: #fff
}

.dd-icon-box {
  padding: 20px;
  margin-bottom: 30px
}

.dd-icon-box .dd-icon {
  margin-bottom: 20px
}

.dd-icon-box .dd-icon.dd-circle {
  width: 80px;
  height: 80px;
  line-height: 100px;
  margin: 0 auto 20px
}

.dd-icon-box .dd-icon, .dd-icon-box .dd-icon-text {
  text-align: center
}

.dd-icon-box.dd-icon-box-left {
  float: left;
  clear: both
}

.dd-icon-box.dd-icon-box-left .dd-icon {
  float: left;
  margin: 0 20px 20px 0
}

.dd-icon-box.dd-icon-box-left .dd-icon-text {
  text-align: left;
  overflow: hidden
}

.dd-image-box {
  position: relative;
  overflow: hidden;
}

.dd-image-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.dd-image-box .dd-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px
}

.dd-hero-box {
  position: relative
}

.dd-hero-box .dd-hero-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%
}

.dd-hero-box .dd-hero-inner .dd-hero-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 136px 11.5%;
  width: 100%
}

.dd-hero-box h2 {
  margin-bottom: 10px;
}

.dd-ve-container .button {
  max-width: max-content;
  margin: 0 auto;
}

.dd-hero-box a.btn {
  opacity: .8;
  border: 3px solid #111;
  color: #111;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold
}

.dd-hero-box a.btn:hover {
  opacity: 1
}

.dd-treeview-box .nav ul {
  padding-left: 15px
}

.dd-treeview-box section > .page-header {
  margin: 0 0 10px 0
}