body {
    background: url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles.svg') top 120px center,
                -o-linear-gradient(120deg, #bde0fe 0%, rgba(205,180,219,.4) 32%, rgba(255,175,204,.22) 70%, rgba(189,224,254,0) 100%),
                url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles-lines.svg') top 450px center,
                url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles-left.svg') top left,
                url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles-right.svg') bottom right / cover;
    background: url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles.svg') top 120px center,
                linear-gradient(330deg, #bde0fe 0%, rgba(205,180,219,.4) 32%, rgba(255,175,204,.22) 70%, rgba(189,224,254,0) 100%),
                url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles-lines.svg') top 450px center,
                url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles-left.svg') top left,
                url('/Themes/PacificNew/Content/img/landings/camp-landing-bg-circles-right.svg') bottom right / cover;
    background-repeat: no-repeat;
}

.sales-camp-landing-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 15px;
    max-width: 1090px;
    margin: 0 auto;
}

.sales-camp-landing-wrap > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
    min-width: 270px;
}

/* CAMP DETAILS */
.sales-camp-title {
    font-size: clamp(34px, 4vw, 64px);
    font-weight: 500;
    margin-top: clamp(0px, 6vw, 74px);
}

.sales-camp-subtitle {
    font-size: clamp(22px, 2vw, 36px);
    font-weight: 500;
}

/* ATTRIBUTES LIST */
.sales-camp-attr-list {
    width: 460px;
    max-width: 100%;
    margin-top: clamp(30px, 6vw, 74px);
}

.sales-camp-attr-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 15px 23px;
    margin-bottom: 16px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

.sales-camp-attr-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 72px;
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.25);
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    border-radius: 20px;
}

.sales-camp-attr-ico img {
    -o-object-fit: contain;
   object-fit: contain;
}

.sales-camp-attr-title {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
}

.sales-camp-attr-subtitle {
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 300;
}

/* CAMP FIGURE */
.sales-camp-fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.sales-camp-fig img {
    width: 492px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* NOTIFY */
.sales-camp-noify {
    margin-top: 30px;
}

.sales-camp-notify-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.sales-camp-notify-text {
    /* width: 460px; */
    max-width: 100%;
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 1px 1px 5px #e6cfe6, -1px -1px 5px #e6cfe6;
}

/* FORM */
.sales-camp-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.sales-camp-form {
    width: 460px;
    max-width: 100%;
    padding: 32px clamp(32px, 5vw, 80px);
    border-radius: 10px;
    border: 1px solid #fff;
    background: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,.066));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(255,255,255,.066)));
    background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.066));
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.sales-camp-form-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.sales-camp-form-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.sales-camp-form-phone {
    display: block;
    width: 100%;
    margin: 16px 0;
}

.captcha-box * {
    max-width: 100%;
}

.sales-camp-form-btn {
    display: block;
    width: 100%;
    border-radius: 10px !important;
}

/* MEDIA QUERIES */
@media (max-width: 1100px) {
    body {
        background-position: top 120px center, center, top 450px left -120px, top left, bottom right;
    }
}

@media (max-width: 798px) {
    .sales-camp-fig {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .sales-camp-title {
        text-align: center;
    }
    
    .sales-camp-subtitle {
        text-align: center;
    }
}