.uc-embedding-container {
    background: rgba(0, 0, 0, 0.08);
    padding: 48px;
    height: 100% !important;
    width: 100% !important;
    max-height: max-content;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .uc-embedding-container {
        padding: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .uc-embedding-container {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .uc-embedding-container {
        padding: 16px;
    }
}

.uc-embedding-wrapper {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    transform: none;
    max-width: max-content;
    max-height: max-content;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 10.5% 15% 11.5%;
    overflow: hidden;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .uc-embedding-wrapper {
        padding: 6.5% 15.3% 7%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .uc-embedding-wrapper {
        padding: 48px;
    }
}

@media screen and (max-width: 767px) {
    .uc-embedding-wrapper {
        padding: 24px;
    }
}

.uc-embedding-wrapper > h3 {
    font-family: "innogy-bold-italic";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 16px 0;
}

.uc-embedding-wrapper > .description-text {
    font-family: "innogy-light";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 32px;
}

.uc-embedding-wrapper > .uc-embedding-buttons {
    column-gap: 16px;
    row-gap: 18px;
    justify-content: flex-start;
}

.uc-embedding-wrapper > .uc-embedding-buttons > button {
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 24px;
    font-style: inherit;
    padding: 0 1.6vw;
    font-variant: inherit;
    font-stretch: inherit;
    color: inherit;
    background-color: #c82285;
    outline: none;
    text-decoration: none;
    font-family: innogy-light, Arial, Geneva, Helvetica, sans-serif;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    height: 40px;
    min-height: 48px;
    display: flex;
    flex-grow: 0;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .uc-embedding-wrapper > .uc-embedding-buttons {
        flex-direction: column;
        width: 100%;
    }
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-more-info {
    background-color: white;
    border: 2px solid #c82285;
    color: #c82285;
    position: relative;
}

@media screen and (max-width: 767px) {
    .uc-embedding-wrapper > .uc-embedding-buttons {
        column-gap: 0;
        row-gap: 16px;
    }
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-more-info:hover {
    background-color: #c82285;
    border: 2px solid #c82285;
    color: #ffffff;
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-accept {
    color: #ffffff;
}

.uc-embedding-wrapper > .uc-embedding-buttons > .uc-embedding-accept:hover {
    background-color: #780a5f;
}
