.wrap-embed {
    position: relative;
    width: 60%;
    height: 80%;
    padding: 70px 30px 40px;
    border-radius: 4px;
    background-color: #f5fff6;
}

@media (max-width:768px) {
    .wrap-embed {
        width: 90%;
    }
}

.title.title-gradient {
    background: -webkit-linear-gradient(135deg, #23bd73 10%, #94d600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*(135deg, #94d600, #23bd73)*/
.title-jury.title-gradient {
    background: -webkit-linear-gradient(135deg, #23bd73 10%, #94d600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jury-wrap-title {
    position: relative;
}

.jury-wrap-title .quotes {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;
    left: 30%;
    background-image: url("../images/5dcc2e8ee62de17f924a144f_Combined20Shape.svg");
    background-position: 0% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

@media (max-width:768px) {
    .jury-wrap-title .quotes {
        left: 13%;
    }
}

@media (max-width:414px) {
    .jury-wrap-title .quotes {
        left: 5%;
    }
}

@media (max-width:320px) {
    .jury-wrap-title .quotes {
        top: 20px;
    }
}

.title-point.title-gradient {
    background: -webkit-linear-gradient(135deg, #23bd73 10%, #94d600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steps.title-point.title-gradient {
    background: -webkit-linear-gradient(135deg, #23bd73 10%, #94d600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.point.title-point.title-gradient {
    background: -webkit-linear-gradient(135deg, #23bd73 10%, #94d600 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-action {
    position: relative;
    border-radius: 4px;
}

.button-action:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 103%;
    height: 111%;
    border-radius: 8px;
    background: #2fc066;
    z-index: -1;
}

.button-action:hover:before {
    background: linear-gradient(256deg, #23bd73, #2fc066 34%, #3fc356 63%, #5cca39 73%, #94d600);
}

.button-action:active:before {
    background: linear-gradient(256deg, #23bd73, #2fc066 26%, #3fc356 47%, #5cca39 66%, #94d600);
}

.top-content .button:hover {
    background: #4ac58a;
}

.prize {
    background-size: contain;
}

.wrap-embed {
    overflow: auto;
    width: 700px;
    max-width: 700px;
    padding: 70px 0px 40px;
}

@media (max-width:768px) {
    .wrap-embed {
        width: 100%;
    }
}

.wrap-embed iframe {
    height: 100%;
}

.button-modal-close {
    background: #444;
}