.header-color-line {
    width: 25%;
    height: 8px
}

.red {
    background-color: red
}

.light-blue {
    background-color: #98d5ff
}

.black {
    background-color: #333
}

.dark-blue {
    background-color: #0082d7
}

.grey {
    background-color: #6c7c7c
}

.webinar {
    margin: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
    padding: 0 20px
}

.webinar h1 {
    font-size: 42px;
    color: #000;
    font-weight: bold
}

.webinar h1 em {
    color: #d10019
}

.webinar h4 {
    color: #000;
    padding: 20px 0;
    width: 62%;
    margin: 10px auto
}

.webinar h3 {
    font-size: 18px;
    padding-bottom: 20px
}

.webinar .pd4 img {
    margin: 20px 0 40px 0
}

.button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: 0;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0
}

@media (min-width:736px) {
    .webinar h4 {
        color: #000;
        padding: 20px 0;
        width: 82%;
        margin: 10px auto
    }
}

@media (min-width:768px) {
    .button-78 {
        padding: 19px 32px
    }
}

.button-78:before,
.button-78:after {
    border-radius: 80px
}

.button-78:before {
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.button-78:after {
    background-color: initial;
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1
}