/* ------BASICS----- */
body {
  background-color: white;
}
html {
  scroll-behavior: smooth;
}
.no-padding {
  padding: 0!important;
}
.d-button {
  min-height: 45px;
  height: auto;
  padding: 13px 20px;
}
.d-tx--white {
  color: white;
}
.pt_static_content {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.pt_static_content .wrapper #main {
  margin: 60px 0 80px;
}
@media only screen and (min-width: 758px) {
  .pt_static_content .wrapper #main {
    margin: 140px 0 10px;
  }
}
.pt_static_content .wrapper #main #primary .std {
  width: 100%;
}

.std {
 font-size:18px;
 padding: 50px 8%;
}
@media only screen and (min-width: 1014px) {
.std {
   padding: 50px 8%;
 }
}
@media only screen and (max-width: 758px) {
.std {
  padding: 50px 36px;
  }
}
.content-asset ul li {
  font-size: 18px;
}
.std p {
line-height: 1.6em;
margin: 1em 0;
font-size: 18px;
}
.std .title {
font-size: 30px;
font-weight: 300;
max-width: 850px;
}
.std .title:after {
content: "";
display: block;
height: 3px;
width: 40px;
background: #feff31;
margin: 10px 25px 0 0;
}


/* ------NAVIGATION------ */
.page-header {
  height: 100%;
  padding: 10px 10px 20px 10px;
  text-align: center;
  background-color: #f6f6f6;
}
.page-header h1 {
  font-size: 50px!important;
  text-transform: uppercase;
  margin: 10px 0!important;
  color: #333333;
  letter-spacing: 0!important;
}
.page-header .sep {
  margin: 0 15px;
  font-size: 20px;
  font-weight: 500;
}
.page-header .page-header__link {
  font-size: 1rem;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
}
.page-header .page-header__link:hover {
  color: #ff0000;
}
.page-header .page-header__link.active {
  color: #ff0000;
}





/* ------ D-HEADER- ------ */

.d-header {
  position: relative;
}
.d-header__button {
  display: none;
}
.d-header__caption {
  width: 100%;
  height: 100%;
  padding: 1em 2em;
  margin: 0 auto;
  text-align: center;
  background-color: #F5F5F5;
}
.d-header__copy {
  max-width: 500px;
  margin: auto!important;
  font-size: 15px;
  line-height: 1.6em;
}
.d-header .wrapper {
  height: 100%;
  position: relative;
}
.d-header__img {
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.d-header__anchors {
  display: none;
}

@media only screen and (min-width: 768px) {
  .d-header__copy {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1014px) {
  .d-header__img {
    height: 450px;
  }
}


@media only screen and (min-width: 1025px) {
  .d-header__img {
    height: 700px;
    background-size: cover;
  }
  .d-header__caption {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
    padding: 0;
    background: none;
  }
  .d-header__caption .wrapper {
    position: relative;
    width: 66%;
  }
  .d-header__copy {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
    line-height: 40px;
    text-align: right;
  }
  .d-header__button {
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    text-align: center;
    font-size: 7em;
  }
  .d-header__button a {
    color: rgba(255,255,255, 0.5);
  }
  .d-header__button a:hover {
    color: rgba(255,255,255, 1);
  }
  .d-header__anchors {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30%;
  }
  .d-header__anchors .wrapper {
    position: absolute;
    width: 40%;
    right: 0;
  }
  .d-header__list {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    padding-left: 0px;
    padding-right: 0!important;
  }
  .d-header__item {
    margin: 0 0 2em 0;
    padding: 0 2em .5em 0;
    border-bottom: 2px solid #ffffff;
    list-style-type: none!important;
  }
  .d-header__list .d-header__item a.link {
    font-size: 16px;
    margin-left: 0em;
    color: #666666;
    font-weight: 600;
  }
  .d-header__list .d-header__item a.link:hover {
    color: #000000;
  }
}


/* ------ D-VIDEO-HEADER ------ */

.d-header {
  display: none;
}
.d-header.d-header-active {
  display: block;
}
.d-video-header {
  display: none;
  background-color: #dddddd;
}
.d-video-header.d-header-active {
  display: block;
  position: relative;
}
.d-video-header {
  height: 320px;
}
@media only screen and (min-width: 1014px) {
  .d-video-header {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) {
  .d-video-header {
    height: 700px;
  }
}
.d-video-header .th-player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.d-video-header .th-player .th-media-bg-color {
  background-color: transparent;
}
.d-video-header .d-close-video {
  font-size: 2em;
  color: #333333;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em 1em;
  background-color: #ffffff;
  z-index: 2;
}


/* -----TEXT-BLOCK----- */
.d-text-block {
  text-align: center;
}
.d-text-block__img img {
  margin: auto;
}
.d-text-block__headline {
  text-transform: uppercase;
  margin: 1.5em 0 0 0;
  width: 100%;
}
.d-text-block__copy {
  max-width: 850px;
  margin: 0 auto;
}
.d-text-block__headline h1.title,
.d-text-block__headline h2.title,
.d-text-block__headline h3.title {
  font-size: 24px;
  margin: 0 auto;
  letter-spacing: 0;
}
.std.d-bg--colored .title:after {
  display: none;
}
.d-text-block__copy p {
  font-size: 16px;
}
@media only screen and (min-width: 1014px) {
  .d-text-block__headline h1.title,
  .d-text-block__headline h2.title,
  .d-text-block__headline h3.title {
    font-size: 30px!important;
    margin: 0 auto;
  }
  .d-text-block__copy p {
    font-size: 20px;
  }
}



/* ------SECTIONS------ */
.section-divider {
  height:100px;
  background-color:#D5FD00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.section-divider h2 {
  font-size: 1.8em;
}

.back-to-top {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color:#f5f5f5;
  color: #000000;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 758px) {
  .back-to-top {
    display: none;
  }
}


/* -----HEROSPLIT----- */
.d-herosplit .row {
  display: block;
}
@media only screen and (min-width: 1014px) {
  .d-herosplit .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .d-herosplit .row.row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.d-herosplit__item {
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
}
.d-herosplit__item img {
  height: 100%;
  width: 100%;
}
.d-herosplit__copy {
  position: relative;
  width: 90%;
  margin: 3em auto;
  padding: 0;
}
@media only screen and (min-width: 1014px) {
  .d-herosplit__copy {
    width: 100%;
    padding: 0 10%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .d-herosplit__copy {
    padding: 0 15%;
  }
}
.d-herosplit__copy .claim {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.d-herosplit__copy .claim::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 20%;
    padding-top: 20px;
    border-bottom: 3px solid #D5FD00;
}
.d-herosplit__copy .description {
  font-size: 16px;
  line-height: 1.6em;
  margin: 2em 0 0 0;
  padding: 0px;
}
.d-herosplit__copy .description a {
  color: #000000;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .d-herosplit__copy .claim {
    font-size: 30px;
  }
  .d-herosplit__copy .description {
    font-size: 20px;
  }
}




/* -----VIDEO BLOCK----- */
.d-video-block {
  position: relative;
  height: 350px;
}
@media only screen and (min-width: 1014px) {
  .d-video-block {
    height: 700px;
  }
}
@media only screen and (min-width: 1025px) {
  .d-video-block.hidden-lg-up {
    display: none;
  }
}
.d-video-block .th-player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .d-video-block .th-player {
    width: 100%;
  }
}
.d-video-block .th-player .th-media-bg-color {
  background-color: transparent;
}




/* -----FORM----- */
#sj-form {
  display: none;
}
#sj-form .hbspt-form {
  font-size: 12px;
}
#sj-form .hbspt-form fieldset.form-columns-1,
#sj-form .hbspt-form fieldset.form-columns-2 {
  max-width: 100%;
  text-transform: initial;
}
#sj-form .hbspt-form label {
  margin: 0px;
}
#sj-form .hbspt-form ul li {
  font-size: inherit;
}
#sj-form .hbspt-form .form-columns-1 .hs-form-field .input {
  margin-right: 0px;
}
#sj-form .hbspt-form .form-columns-1 .hs-form-field .input .hs-input {
  padding: 1em;
  background-color: #f5f5f5;
}
#sj-form .hbspt-form .form-columns-1 .hs-form-field .hs-form-required {
  display: none;
}
#sj-form .hbspt-form .hs-richtext,
#sj-form .hbspt-form .hs-richtext span {
  font-size: 12px;
}
#sj-form .hbspt-form .hs-richtext a {
  color: #000000;
  font-size: 12px;
}
@media only screen and (max-width: 1014px) {
  #sj-form .hbspt-form .hs-submit .actions .large {
    width: 100%;
  }
}
#sj-form .hbspt-form .hs-submit {
  text-align: center;
  padding-top: 1em;
}
#sj-form .hbspt-form .hs-submit .actions .large {
  background-color: #D5FD00;
  color: #000000;
}
#sj-form .hbspt-form .hs-submit .actions .large:hover {
  background-color: #D5FD00;
  color: #000000;
}
.d-button {
  height: 100%;
  display: block;
  background-color: #D5FD00;
  text-transform: uppercase;
  color: #000000;
}
.d-button:hover {
  color: #000000;
}



#sj-form:before {
  content:"";
  display:block;
  height:100px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
}

@media screen and (min-width: 769px) {
  #d-show-form {
    display: block;
    position: fixed;
    bottom: 92px;
    right: 0;
    z-index: 9998;
  }
  #d-show-form.d-button {
    height: auto;
  }
  #sj-form:before {
    content:"";
    display:block;
    height:380px;       /* margine anchor link #sj-form */
    margin: -380px 0 0; /* margine anchor link #sj-form */
  }
  .d-button.hidden-md {
    display: none;
  }
  .hidden-md {
    display: none;
  }
}




.section-divider.bg-dark {
  background-color: #000000;
  color: #ffffff;
}

.d-tech-features.hero {
  background-color: #F6F6F6;
}

.d-tech-features.hero .d-tech-features__item {
  text-align: center;
}

.d-tech-features.hero .d-tech-features__item img {
  max-height: 250px;
}

.d-tech-features.hero .d-tech-features__img {
  margin: 0 auto;
  padding-top: 20px;
}

.d-tech-features .d-tech-features__icon {
  padding-top: 20px;
  width: 50px;
}

.d-tech-features__copy {
  padding-bottom: 20px;
  min-height: 100px;
}

.d-tech-features__copy .claim {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px solid #D5FD00;
}

.d-tech-features__copy .description {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .d-tech-features__copy {
    padding: 0 80px 30px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .d-tech-features.hero .d-tech-features__img {
    display: none;
  }
}
