.uc-rcorners,
.uc-slider {
    border-radius: 32px;
    overflow: hidden;
}

.uc-rtcorners {
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}

.uc-rbcorners {
    border-radius: 0 0 32px 32px;
    overflow: hidden;
}

.sign path {
  will-change: stroke-dashoffset;
}

.check-bullet ul {
    list-style: none;
    padding-left: 0!important;
}

.check-bullet li {
  position: relative;
  padding-left: 20px;
}

.check-bullet li::before {
  content: "✔️ ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(12px, 0.693rem + 0.24vw, 14px);
}

.uc-acd .t668__col {
    margin-bottom: clamp(8px, 0.273rem + 0.97vw, 16px)!important;
}

.uc-acd  .t668__wrapper {
    border-radius: clamp(16px, 0.545rem + 1.94vw, 32px);
}

.uc-acd .t668__header > button {
    padding: clamp(12px, 0.409rem + 1.45vw, 24px)!important;
}

.uc-acd .t668__title {
    display: flex!important;
    align-items: center;
    column-gap: clamp(12px, 0.636rem + 0.48vw, 16px);
}

.uc-acd .t668__title > span:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(32px, 1.432rem + 2.42vw, 50px);
    min-width: clamp(32px, 1.432rem + 2.42vw, 50px);
    height: clamp(32px, 1.432rem + 2.42vw, 50px);
    font-size: var(--uc-typo-fontsize-iBUQWWg3e, 20px);;
    background-color: var(--uc-color-color-RIEGhfCTU7LP);
    border-radius: clamp(8px, 0.273rem + 0.97vw, 16px);
}

.uc-acd .t668__icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uc-acd .t668__lines,
.uc-acd .t668__lines svg {
    width: 16px!important;
    min-width: 16px!important;
    height: 16px!important;
}

@keyframes signature-draw {
  to {
    stroke-dashoffset: 0;
  }
}


@media (max-width: 1200px) {
    .uc-rcorners,
    .uc-slider {
    border-radius: 20px;
}

.uc-rtcorners {
    border-radius: 20px 20px 0 0;
}

.uc-rbcorners {
    border-radius: 0 0 20px 20px;
}
}

@media screen and (max-width: 960px) {
    .uc-acd .t-container {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .uc-rcorners,
    .uc-slider {
    border-radius: 16px;
}

.uc-rtcorners {
    border-radius: 16px 16px 0 0;
}

.uc-rbcorners {
    border-radius: 0 0 16px 16px;
}
}