.wd-hero {
    background: #444444;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.wd-hero:before {
    content: '';
    position: absolute;
    background-color: rgba(68, 68, 68, 0.6);
    z-index: 1;
    width: 66%;
    height: 101%;
    top: 0;
    transform: skewX(-20deg);
    left: -10%;
}

.wd-hero .content-wrapper {
  position: relative;
  z-index: 2;
}

.wd-hero-wrapper {
    display: flex;
    align-items: center;
}

.wd-hero-right img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.wd-hero-right.grey-border {
    box-shadow: -10px 10px 0 0 #323232;
}

.wd-hero-right.orange-border {
    box-shadow: -10px 10px 0 0 var(--orange);
}

.wd-hero-right {
    margin-left: 10rem;
    width: 50%;
    position: relative;
}

.wd-hero-left {
    width: 60%;
}

.wd-hero-authors {
    display: flex;
    align-items: flex-start;
}

.wd-hero-authors-single img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.wd-hero-left time svg {
    fill: #fff;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 0.4rem;
}

.wd-hero-left h1, .wd-hero-left p, .wd-hero-left span {
    color: #fff;
}

.wd-hero-left time {
    display: flex;
    align-items: center;
}

#main-content .wd-hero .hs-cta-wrapper .cta_button.popup-button {
    padding: 19.5px 34px !important;
    position: relative;
    top: -1px;
    margin-right: 1rem;
    border-width: 2px !important;
}

#main-content .wd-hero .hs-cta-wrapper .hs-cta-node .cta_button {
    background: transparent !important;
    border-width: 2px !important;
}

#main-content .wd-hero .hs-cta-wrapper .hs-cta-node .cta_button:hover {
  background: var(--orange)!important;
  color: #fff !important;
}

.wd-hero-authors-single p {
    font-size: 10px !important;
    text-align: center;
}

.wd-hero-authors-single {
    margin-right: 0.6rem;
}

.wd-hero-tags {
    position: absolute;
    top: 30px;
    right: -8px;
    background: #444444;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
}

.cta-popup-button-form2 {
    position: fixed;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #414141;
    padding: 3rem;
    z-index: 9999;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px #00000045;
            box-shadow: 0 0 20px #00000045;
    height: 95%;
/*     overflow: scroll; */
}

.popup--active2 .cta-popup-button-form2 {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.popup--active2 {
    overflow: hidden;
}

.cta-popup-button-form2 h3, .cta-popup-button-form2 p {
  color: #fff;
}

.cta-popup-button-form2 h3 {
  margin-bottom: 1.5rem;
}

.close-form {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.cta-popup-button-form2 .legal-consent-container {
    padding: 0 10px;
}

.cta-popup-button-form2 .legal-consent-container p, .cta-popup-button-form2 .legal-consent-container .hs-richtext {
    font-size: 12px !important;
    color: #fff;
}

.cta-popup-button-form2 input, .cta-popup-button-form2 textarea, .cta-popup-button-form2 select {
    background-color: transparent !important;
    border: solid #fff 2px;
    color: #fff !important;
}

.cta-popup-button-form2 label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 25px;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #414141;
    z-index: 3;
}

.cta-popup-button-form2 .hs-fieldtype-textarea label {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 10px;
}

.cta-popup-button-form2 fieldset .hs-form-field {
    position: relative;
}

.cta-popup-button-form2 label, 
.cta-popup-button-form2 label, 
.cta-popup-button-form2 .hs-fieldtype-select>label, 
.cta-popup-button-form2 .hs-fieldtype-textarea>label {
    top: 0px;
    font-size: 16px;
    opacity: 1;
    padding: 0 0.2rem;
}

.cta-popup-button-form2 label.hs-error-msg {
    position: absolute;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -21px;
    font-size: 11px;
    background: none;
    opacity: 1;
    padding-left: 0;
    left: 10px;
}

.cta-popup-button-form2 .hs-error-msgs.inputs-list li {
    margin: 0;
}

.cta-popup-button-form2 input:-webkit-autofill,
.cta-popup-button-form2 input:-webkit-autofill:hover, 
.cta-popup-button-form2 input:-webkit-autofill:focus,
.cta-popup-button-form2 textarea:-webkit-autofill,
.cta-popup-button-form2 textarea:-webkit-autofill:hover,
.cta-popup-button-form2 textarea:-webkit-autofill:focus,
.cta-popup-button-form2 select:-webkit-autofill,
.cta-popup-button-form2 select:-webkit-autofill:hover,
.cta-popup-button-form2 select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #414141 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.cta-popup-button-form2 .hs-fieldtype-textarea>label {
    top: -9px;
}

.cta-popup-button-form2 .hs-fieldtype-textarea textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.cta-popup-button-form2 .hs-fieldtype-textarea textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

.cta-popup-button-form2 .hs-fieldtype-textarea textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.cta-popup-button-form2 .hs-fieldtype-textarea textarea::-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.cta-popup-button-form2 .hs-fieldtype-textarea textarea::placeholder {
    color: #fff;
    opacity: 0.6;
}

.cta-popup-button-form2 select {
    background-image: url(https://4364330.fs1.hubspotusercontent-na1.net/hubfs/4364330/Training%20Courses%20Module/expand_more_white_24dp.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    -webkit-appearance: none;
}

.cta-popup-button-form2 input.hs-button.primary.large {
    padding: 18px 30px;
    background: var(--orange) !important;
    border-color: var(--orange);
}

.cta-popup-button-form2 input.hs-button.primary.large:hover {
    background: transparent !important;
}

.cta-popup-button-form2 textarea {
    padding-top: 1rem;
}

.hs-form-field {
  position: relative;
}

.cta-popup-button-form2 .hs-form-booleancheckbox label {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
}

.podcast_inner {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 1320px) {
  .wd-hero {
      padding: 2.5rem 0;
  }

  .wd-hero h1 {
      font-size: 40px;
      margin-bottom: 0.5rem;
  }
}

@media (max-width: 1200px) {
  .cta-popup-button-form2 {
      padding: 2rem;
      width: 80%;
  }
}

@media (max-width: 1080px) {
  .wd-hero-right, .wd-hero-left {
    width: 100%;
    padding: 0;
}

.wd-hero-wrapper {
    flex-direction: column;
}

.wd-hero {
    padding: 2rem 0;
}

.wd-hero-right {
    margin-top: 2rem;
    margin-left: 0;
}
  
  .wd-hero:before {
    transform: none;
    height: 100%;
    width: 100%;
    left: 0;
}
}

@media (max-height: 900px) {
  .cta-popup-button-form2 {
    overflow: scroll;
}
}

@media (max-width: 767px) {  
 .cta-popup-button-form2 {
      padding: 2rem;
      width: 95%;
  }
}

