.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
}

.orange {
    background-color: #fff7f1;
}

.banner.right {
    padding-right: 0;
}

.w-100 {
    width: 100% !important;
    margin-bottom: 20px;
}

.banner.left {
    padding-left: 0;
    margin-left: 0;
    margin-right: auto;
}

.banner-details {
    width: 575px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.banner-details ul {
    list-style-type: none;
    padding-left: 50px;
    margin-top: 8px;
    margin-bottom: 0;
}

.banner-details ul li {
    list-style-position: outside;
    margin-bottom: 5px;
    padding-left: 0;
    position: relative;
}

.banner-details ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    margin: 0;
}

.h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
}

.h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}

.h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.h2-1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
}

.body-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.body-copy p {
    margin: 0;
}

.a {
    color: #006b89;
    text-decoration: underline;
}

.banner-img {
    flex-grow: 1;
    height: 449px;
}

.banner-img.top {
    height: 510px;
}

.banner-img.bottom {
    height: 539px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mbt-12 {
    margin-bottom: 12;
}

.mbt-24 {
    margin-bottom: 24px;
}

.mbt-34 {
    margin-bottom: 34px;
}

.mbt-40 {
    margin-bottom: 40px;
}

.mbt-48 {
    margin-bottom: 48px;
}

.html-content p {
    margin: 0;
}

.text-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-semibold {
    font-weight: 500;
}

.box-container {
    display: flex;
    gap: 42px;
}

.box-container .box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.orange-box {
    background-color: #fff7f1;
    padding: 41px 25px 39px 26px;
}

.numbered-title {
    display: flex;
    gap: 8px;
    align-self: center;
    align-items: center;
}

.numbered-title .number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    width: 29px;
    background-color: #ec5928;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
}

.box-description p {
    font-size: 16px;
    line-height: 24px;
}

.box-description strong {
    font-weight: 500;
}

.box-description ul {
    list-style-type: none;
    padding-left: 25px;
    margin-top: 8px;
}

.box-description ul li {
    list-style-position: outside;
    margin-bottom: 8px;
    padding-left: 0;
    position: relative;
}

.box-description ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.blue-box {
    border: solid 1px #006b89;
    background-color: #eefcff;
    padding: 24px 25px 24px 26px;
}

.step-container {
    display: flex;
    flex-direction: column;
    padding: 24px 28px 25px 26px;
}

.step-container:nth-child(odd) {
    background-color: #fff7f1;
}

.step-container:nth-child(even) {
    background-color: #eefcff;
}

.step-container .step {
    display: flex;
    padding-left: 55px;
    justify-content: space-between;
    gap: 48px;
}

.step-container .step .step-details {
    display: flex;
    flex-direction: column;
}

.step-container .step .step-details .title-container {
    display: flex;
    position: relative;
}

.step-container .step .step-details .title-container .success-icon {
    position: absolute;
    left: -55px;
    top: -6px;
}

.step-details .sub-title {
    color: #006b89;
    background-color: #fff;
    padding: 7px 9px 6px;
    display: inline-block;
    max-width: fit-content;
    margin-left: 4px;
}

.step-container .step .step-img {
    width: 496px;
    min-width: 496px;
}

.step-container .step .step-details ul {
    list-style-type: none;
    padding-left: 23px;
    margin-top: 8px;
}

.step-container .step .step-details ul li {
    list-style-position: outside;
    margin-bottom: 16px;
    padding-left: 0;
    position: relative;
}

.step-container .step .step-details ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    color: #006b89;
    font-size: 18px;
    line-height: 23px;
}

.step-container .step .step-details ul li ul {
    list-style-type: none;
    padding-left: 17px;
    margin-top: 8px;
}

.step-container .step .step-details ul li ul li {
    list-style-position: outside;
    margin-bottom: 11px;
    padding-left: 0;
    position: relative;
}

.step-container .step .step-details ul li ul li strong {
    font-weight: 600;
}

.step-container .step .step-details ul li ul li::before {
    position: absolute;
    left: -18px;
    content: "●";
    color: #030303;
    font-size: 18px;
    line-height: 23px;
}

.need-hands-step-container {
    display: flex;
    align-items: flex-start;
}

.need-hands-step-container .step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need-hands-step-container .step .body-copy {
    padding: 0 40px;
}

.need-hands-step-container .step .step-img-wrapper {
    max-width: 124px;
    aspect-ratio: 1/1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.need-hands-step-container .step .step-label {
    background-color: #016b89;
    margin-bottom: 8px;
    border-radius: 15px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    font-weight: 500;
}

.need-hands-step-container .step .step-img-wrapper .step-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.need-hands-step-container .step .step-img-wrapper.connector::before {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #fec2ae;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}

.need-hands-step-container .step .step-number {
    font-weight: 600;
}

.text-wrap {
    text-wrap: wrap;
}

.gradient-box {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to bottom, #fff -3%, #eefcff 100%);
    padding: 24px 31px 23.5px 26px;
}

.method-step {
    display: flex;
    gap: 16px;
}

.method-step .success-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    min-width: 48px;
}

.method-step .success-icon img {
    height: 48px;
    width: 48px;
    margin-top: -12px;
}

.method-step .success-icon .vertical-connector {
    flex-grow: 1;
    border-left: 1px dashed #016b89;
    margin-top: 3px;
}

.faq {
    background-color: #f4f5f7;
    padding: 36px 0;
}

.faq hr {
    border: 1px solid #9fa6af;
}

.faq ul {
    list-style-type: none;
    padding-left: 25px;
    margin-top: 8px;
}

.faq ul li {
    list-style-position: outside;
    margin-bottom: 8px;
    padding-left: 0;
    position: relative;
}

.faq ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.faq .faq-question {
    display: flex;
    gap: 0px;
}

.faq .faq-question .faq-no {
    width: 20px;
}

.fb {
    display: flex;
}

.fb .fb-img {
    min-width: 424px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.fb .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #006b89;
    flex-grow: 1;
    padding: 0 77px;
}

.fb .details .h3 {
    font-weight: 400;
    margin-top: 6px;
}

.fb .h2-1 {
    color: #fff;
    line-height: 1;
}

.wtu-step-container {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.wtu-step-container img {
    min-width: 30px;
    width: 30px;
    aspect-ratio: 1/1;
}

.wtu-step-container .details {
    display: flex;
    flex-direction: column;
}

.when-due {
    background-color: #006b89;
    padding-top: 27px;
    padding-bottom: 27px;
}

.when-due .container {
    display: flex;
    align-items: center;
    gap: 74px;
}

.when-due .container .details {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.when-due .container .details p {
    color: #fff;
}

.when-due ul {
    list-style-type: none;
    padding-left: 25px;
    margin-top: 8px;
    margin-bottom: 0;
}

.when-due ul li {
    list-style-position: outside;
    margin-bottom: 16px;
    padding-left: 0;
    position: relative;
}

.when-due ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.when-due .container .youtube {
    min-width: 45%;
    aspect-ratio: 16/9;
}

.when-due .container .youtube iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.htf-year {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px 24px 16px;
    background-color: #fff7f1;
}

.htf-year img {
    height: 180px;
    width: 180px;
}

.htf-year ul {
    list-style-type: none;
    padding-left: 25px;
    margin-top: 8px;
    margin-bottom: 0;
}

.htf-year ul li {
    list-style-position: outside;
    margin-bottom: 7px;
    padding-left: 0;
    position: relative;
}

.htf-year ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.usdot-group .input-group-text {
    padding-left: 26px !important;
    width: 18%;
    font-size: 16px;
    color: #000 !important;
}

.due-page .usdot-group:focus {
    border-color: none;
}

.due-page input[type=text] {
    border: 1px solid #dee2e6;
}

.due-page .input-group>.form-control:focus {
    border: 1px solid #dee2e6;
    border-left: 0px;
}

@media (max-width: 768px) {
    .usdot-group .input-group-text {
        padding-left: 50px !important;
        width: auto !important;
    }
}

span.input-group-text {
    font-weight: 400 !important;
}

.input-group-text {
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 10px 10px;
}

input.form-control.due-date-input {
    border-left: 0px;
    height: 60px;
    font-size: 16px;
}

.htf-year .details {
    display: flex;
    flex-direction: column;
}

.htfm-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 58px;
}

.htfm-details ul {
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 0;
}

.htfm-details ul li {
    list-style-position: outside;
    padding-left: 0;
    position: relative;
}

.htfm-details ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.table {
    min-width: 429px;
    max-width: 429px;
    overflow-x: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
}

.table th,
.table td {
    border: 1px solid #016b89;
    padding: 5px;
    background-color: #eefcff;
}

@media (width >=1440px) {
    .full-container {
        width: calc(100% - calc(calc(100% - 1320px) / 2));
    }
}

@media (width >=991px) {
    .full-container {
        width: calc(100% - calc(calc(100% - 960px) / 2));
        margin-right: 0;
        margin-left: auto;
        max-width: unset;
    }
}

@media (width >=1200px) {
    .full-container {
        width: calc(100% - calc(calc(100% - 1300px) / 2));
    }
}

.table th {
    font-weight: 700;
    font-size: 16px;
    background-color: #016b89;
    color: #fff;
    padding: 5px 30px;
}

.what-happens {
    padding: 48px 0;
}

.what-happens ul {
    list-style-type: none;
    padding-left: 22px;
    margin-top: 8px;
    margin-bottom: 0;
}

.what-happens ul li {
    list-style-position: outside;
    margin-bottom: 12px;
    padding-left: 0;
    position: relative;
}

.what-happens ul li::before {
    position: absolute;
    left: -25px;
    content: "●";
    font-size: 18px;
    line-height: 23px;
}

.what-happens .container {
    display: flex;
    gap: 46px;
}

.what-happens .img-container {
    background-image: linear-gradient(to bottom, #fff, #eefcff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 55px;
    min-width: 45%;
}

.what-happens .details {
    display: flex;
    flex-direction: column;
}

.due-date-error {
    display: none;
    width: 100%;
    color: #ec5928;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.due-date-response {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: none;
    gap: 24px;
}

.due-date-response .response {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.due-date-response .response .value {
    color: #006b89;
}

.active-custom {
    display: flex;
    margin-top: 8px;
    flex-direction: column;
}

.outline-btn {
    font-size: 16px;
    color: #ec5928;
    outline: none;
    border: 1px solid #ec5928;
    border-radius: 4px;
    background-color: #fff;
    height: 60px;
    width: 235px;
}

.due-page {
    margin-top: 100px;
}

.mbt-16 {
    margin-bottom: 16px;
}

@media (max-width: 980px) {
    .banner {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .banner.left {
        padding-left: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .banner.container {
        padding: 0;
    }

    .banner-details {
        width: 100%;
        padding: 0 12px 16px 12px;
    }

    .banner-img {
        height: 200px;
        width: 100%;
    }

    .banner-img.top {
        height: 199px;
    }

    .banner-img.bottom {
        height: 199px;
    }

    .nft.container {
        padding: 0;
    }

    .nft #field_umcs_ntf_title {
        padding: 0 12px;
    }

    .nft #field_umcs_ntf_desc {
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .nft #field_umcs_ntf_desc_extend {
        padding: 0 12px;
    }

    .nft #field_umcs_ntf_file_now_btn {
        width: calc(100% - 24px);
    }

    .file-mcs.container {
        padding: 0;
    }

    .file-mcs #field_umcs_fmcs_title,
    #field_umcs_fmcs_sub_title,
    #field_umcs_fmcs_desc {
        padding: 0 12px;
        margin-bottom: 16px;
        display: inline-block;
    }

    .usdot-input {
        border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
        height: 60px;
    }

    #field_umcs_fmcs_sub_desc {
        padding-left: 12px;
        padding-right: 12px;
    }

    #field_umcs_fmcs_file_now_btn {
        width: calc(100% - 24px);
    }

    .h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        margin: 0;
    }

    .h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .h2-1 {
        font-size: 16px;
        line-height: 26px;
    }

    .body-copy {
        font-size: 14px;
    }

    .body-copy p {
        margin: 0;
    }

    .a {
        color: #006b89;
        text-decoration: underline;
    }

    .mbt-12 {
        margin-bottom: 12;
    }

    .mbt-16 {
        margin-bottom: 16px;
    }

    .mbt-24 {
        margin-bottom: 24px;
    }

    .mbt-34 {
        margin-bottom: 19px;
    }

    .mbt-40 {
        margin-bottom: 40px;
    }

    .mbt-48 {
        margin-bottom: 20px;
    }

    .html-content p {
        margin: 0;
    }

    .box-container {
        flex-direction: column;
        gap: 16px;
    }

    .box-container .box {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .orange-box {
        padding: 16px 12px;
    }

    .numbered-title {
        gap: 5px;
        align-self: flex-start;
    }

    .numbered-title .number {
        height: 18px;
        width: 18px;
        font-size: 12px;
    }

    .box-description p {
        font-size: 16px;
        line-height: 24px;
        text-align: left !important;
    }

    .box-description strong {
        font-weight: 500;
    }

    .box-description ul {
        list-style-type: none;
        padding-left: 25px;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .box-description ul li {
        list-style-position: outside;
        margin-bottom: 8px;
        padding-left: 0;
        position: relative;
    }

    .box-description ul li::before {
        position: absolute;
        left: -25px;
        content: "●";
        font-size: 18px;
        line-height: 23px;
    }

    .blue-box {
        border: solid 1px #006b89;
        background-color: #eefcff;
        padding: 24px 25px 24px 26px;
    }

    .step-container {
        padding: 16px 12px 8px 12px;
    }

    .step-container .step {
        flex-direction: column;
        padding-left: 0;
        gap: 16px;
    }

    .step-container .step .step-details {
        display: flex;
        flex-direction: column;
    }

    .step-container .step .step-details .title-container {
        padding-left: 36px;
    }

    .step-container .step .step-details .title-container .success-icon {
        left: 0px;
        top: -4px;
    }

    .step-details .sub-title {
        color: #006b89;
        background-color: #fff;
        padding: 7px 9px 6px;
        display: inline-block;
        max-width: fit-content;
        margin-left: 4px;
    }

    .step-container .step .step-img {
        width: 100%;
        min-width: 100%;
    }

    .step-container .step .step-details ul {
        list-style-type: none;
        padding-left: 23px;
        margin-top: 8px;
    }

    .step-container .step .step-details ul li {
        list-style-position: outside;
        margin-bottom: 16px;
        padding-left: 0;
        position: relative;
    }

    .step-container .step .step-details ul li::before {
        position: absolute;
        left: -18px;
        content: "●";
        color: #006b89;
        font-size: 12px;
        line-height: 23px;
        top: 1px;
    }

    .step-container .step .step-details ul li ul {
        list-style-type: none;
        padding-left: 17px;
        margin-top: 8px;
    }

    .step-container .step .step-details ul li ul li {
        list-style-position: outside;
        margin-bottom: 11px;
        padding-left: 0;
        position: relative;
    }

    .step-container .step .step-details ul li ul li strong {
        font-weight: 600;
    }

    .step-container .step .step-details ul li ul li::before {
        position: absolute;
        left: -18px;
        content: "●";
        color: #030303;
        font-size: 12px;
        line-height: 23px;
        top: 1px;
    }

    .need-hands-step-container {
        flex-direction: column;
    }

    .need-hands-step-container .step {
        width: 100%;
        margin-bottom: 26px;
    }

    .need-hands-step-container .step .body-copy {
        padding: 0 40px;
    }

    .need-hands-step-container .step .step-img-wrapper {
        max-width: 60px;
        aspect-ratio: 1/1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .need-hands-step-container .step .step-img-wrapper .step-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .need-hands-step-container .step .step-img-wrapper.connector::before {
        content: unset;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #fec2ae;
        top: 50%;
        right: 0;
        transform: translate(100%, -50%);
    }

    .need-hands-step-container .step .step-number {
        font-weight: 600;
    }

    .text-wrap {
        text-wrap: wrap;
    }

    .gradient-box {
        display: flex;
        flex-direction: column;
        background-image: linear-gradient(to bottom, #fff -3%, #eefcff 100%);
        padding: 24px 31px 23.5px 26px;
    }

    .method-step {
        display: flex;
        gap: 16px;
    }

    .method-step .success-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
        min-width: 48px;
    }

    .method-step .success-icon img {
        height: 48px;
        width: 48px;
        margin-top: -12px;
    }

    .method-step .success-icon .vertical-connector {
        flex-grow: 1;
        border-left: 1px dashed #016b89;
        margin-top: 3px;
    }

    .faq {
        background-color: #f4f5f7;
        padding: 36px 0;
    }

    .faq hr {
        border: 1px solid #9fa6af;
    }

    .faq ul {
        list-style-type: none;
        padding-left: 25px;
        margin-top: 8px;
    }

    .faq ul li {
        list-style-position: outside;
        margin-bottom: 12px;
        padding-left: 0;
        position: relative;
    }

    .faq ul li::before {
        position: absolute;
        left: -18px;
        content: "●";
        font-size: 12px;
        line-height: 23px;
        top: 1px;
    }

    .fb {
        flex-direction: column;
        padding: 0;
    }

    .fb .fb-img {
        min-width: 100%;
        max-width: 100%;
        height: 212px;
    }

    .fb .details {
        padding: 43px 34px 18px 34px;
    }

    .fb .details .h3 {
        margin-top: 11px;
    }

    .wtu-step-container {
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .wtu-step-container .details .h3 {
        font-size: 14px;
    }

    .wtu-step-container img {
        min-width: 20px;
        width: 20px;
        aspect-ratio: 1/1;
        margin-top: 2px;
    }

    .wtu-step-container .details {
        display: flex;
        flex-direction: column;
    }

    .when-due {
        padding: 0 !important;
    }

    .when-due .container {
        flex-direction: column;
        gap: 0px;
        padding: 0;
    }

    .when-due .container .details {
        display: flex;
        flex-direction: column;
        color: #fff;
        padding: 12px;
    }

    .when-due .container .youtube {
        min-width: 100%;
    }

    .when-due .container .youtube iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

    .htf-year {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 16px 12px 17px 9px;
    }

    .htf-year .details {
        display: flex;
        flex-direction: column;
    }

    .htf-year .details p:first-of-type {
        text-align: center;
    }

    .htf-year img {
        align-self: center;
        margin-bottom: 15px;
        width: 136px;
        height: 136px;
    }

    .htfm-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .table {
        min-width: 100%;
        max-width: 100%;
        overflow-x: auto;
    }

    .what-happens {
        padding: 12px;
    }

    .what-happens .container {
        flex-direction: column;
        gap: 0px;
    }

    .what-happens .img-container {
        background-image: unset;
        padding: 0 50px;
        margin-bottom: 32px;
    }

    .what-happens .details {
        display: flex;
        flex-direction: column;
    }

    .due-date-response {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .due-date-response .response {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .outline-btn {
        width: 100%;
        height: 60px;
    }

    .due-date-error {
        position: relative;
        bottom: unset;
    }

    #field_ddmcs_hero_description_top p:not(:first-of-type) {
        text-align: center;
    }

    #field_ddmcs_wc_button_text {
        padding-left: 0;
        padding-right: 0;
    }

    #field_ddmcs_htfy_title {
        text-align: center;
    }

    #field_ddmcs_faq_question_5 .faq-no {
        width: 33px;
    }

    .due-page {
        margin-top: 56px;
    }
}