@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Sotoshi/Satoshi-Light.woff2') format('woff2'),
         url('../fonts/Sotoshi/Satoshi-Light.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Sotoshi/Satoshi-Regular.woff2') format('woff2'),
         url('../fonts/Sotoshi/Satoshi-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Sotoshi/Satoshi-Medium.woff2') format('woff2'),
         url('../fonts/Sotoshi/Satoshi-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Sotoshi/Satoshi-Bold.woff2') format('woff2'),
         url('../fonts/Sotoshi/Satoshi-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Sotoshi/Satoshi-Black.woff2') format('woff2'),
         url('../fonts/Sotoshi/Satoshi-Black.woff') format('woff');
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Averta/AvertaStd-Regular.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Averta/AvertaStd-Bold.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Averta/AvertaStd-ExtraBold.woff2') format('woff2'),
         url('../fonts/Averta/AvertaStd-ExtraBold.woff') format('woff');
}

a {
    text-decoration: none !important;
}
a:hover {
    color: #0056b3;
}
img {
    max-width: 100%;
    height: auto;
}
.bg_img_outer_holder{
    position: relative;
    z-index: 1;
}
.bg_img_outer_holder .bg_img_holder{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg_img_outer_holder .bg_img_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero_banner_area {
    min-height: 100vh;
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: auto;
}

.hero_banner_area .container {
    min-height: 500px;
    padding: 150px 15px 100px;
    height: 100%;
}

.hero_banner_area .cx_content_block {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 340px;
    height: 100%;
    padding-left: 5px;
    position: relative;
    z-index: 2;
}

.hero_banner_area::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sub_hero_banner_area {
    min-height: 510px;
}

.sub_hero_banner_area::before {
    background: rgba(0, 0, 0, 0.3);
}

.sub_hero_banner_area.no_overlay::before {
    content: none;
}

.sub_hero_banner_area,
.sub_hero_banner_area .cx_content_block {
    height: auto;
}

.sub_hero_banner_area .cx_content_block.max_w_100 {
    max-width: 100%;
}

.cx_heading_2 {
    color: #262832;
    font-size: 36px;
    font-weight: 500;
}

.cx_heading_4 {
    color: #262832;
    font-size: 24px;
    font-weight: 500;
}

.cx_main_section_holder {
    padding: 75px 0;
}

.btn_gradient_area {
    display: inline-block;
    padding: 2px;
    border-radius: 30px;
    background: linear-gradient(90deg, #00C599, #0076F7);
    border: 1px solid #01FFC7!important;
}

.cx_gradient_btn {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-weight: 600;
    padding: 14px 25px;
    font-size: 16px;
    color: #fff;
    border: none !important;
    margin-left: 0 !important;
    border-radius: 28px;
    text-align: center;
    overflow: hidden;
}

.cx_gradient_btn.transparent_bg {
    background: transparent !important;
    border: 1px solid #01E3D2;
}

.btn_gradient_area a.cx_gradient_btn:hover {
    color: #fff;
}

.cx_gradient_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(1, 227, 210, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.cx_gradient_btn:hover::after {
    width: 200%;
    height: 500%;
    opacity: 0;
    transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}

.text_bright_yellow{
    color: #FCF203;
}
.text_dark_yellow{
    color: #afa808;
}
.wpl_page {
    font-family: 'Satoshi', sans-serif !important;
    background: #fff;
    color: #333333;
    overflow-x: hidden;
}
.wpl_page p {
    margin: 0;
}
.wpl_hero {
    min-height: 720px;
    padding-bottom: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.wpl_hero::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: calc(100vw * 100 / 1440);
    background: #fff;
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
    z-index: 2;
}
.wpl_float_group {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 5;
}
.wpl_float_logo {
    width: 65px;
    height: 65px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(400px);
    -webkit-backdrop-filter: blur(400px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpl_float_logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.wpl_float_logo.base44_logo img {
    transform: rotate(-23.23deg);
}
.wpl_float_tag {
    background: #0076F7;
    border: 1px solid #0076F7;
    border-radius: 100px;
    padding: 5px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
}

/* ===== HEADER CSS ===== */
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    width: 100vw;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

header.scrolled {
    top: 10px;
    transition: all 0.5s ease-in-out;
}

header .header_nav_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    min-height: 79px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: background 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

header.scrolled .header_nav_holder {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

header .header_nav_holder .cx_logo_holder {
    width: 240px;
    display: flex;
    align-items: center;
}

header .header_nav_holder .cx_contact_btn_wrap {
    display: inline-block;
    padding: 2px;
    border-radius: 30px;
    background: linear-gradient(90deg, #00C599, #0076F7);
    border: 1px solid #01FFC7!important;
}

header .header_nav_holder .cx_gradient_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 16px;
    color: #fff;
    border: none !important;
    border-radius: 28px;
    text-align: center;
    text-decoration: none;
}

header .header_nav_holder .cx_gradient_btn:hover {
    color: #fff;
}
/* ===== FOOTER CSS ===== */
.footer,
.footer * {
    box-sizing: border-box;
}

.footer {
    width: 100%;
    padding: 50px 24px;
    display: flex;
    justify-content: center;
}

.footer_inner {
    width: 100%;
    max-width: 1168px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer_nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer_nav-label {
    font-family: 'Averta', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #37374a;
}

.footer_nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer_link {
    font-family: 'Averta', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer_link:hover {
    color: #01ffc7;
}

.footer_dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #33B1E0;
    flex-shrink: 0;
}

.footer_badges {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer_badge {
    width: 92px;
    height: 84px;
    object-fit: contain;
}

.footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    font-family: 'Averta', sans-serif;
}

.footer_divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #01ffc7, #0076f7);
}

.footer_legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 15px;
    font-family: 'Averta', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer_legal_link {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer_legal_link:hover {
    color: #01ffc7;
}

.wpl_float_replit { left: 10%; bottom: 154px; transform: rotate(-17.97deg); }
.wpl_float_lovable { right: 5%; bottom: 335px; transform: rotate(30.22deg); }
.wpl_float_base44 { right: 25%; bottom: 114px; transform: rotate(-17.97deg); }
.wpl_hero_content {
    text-align: center;
    gap: 40px;
}
.wpl_hero_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.35;
}
.wpl_hero_badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 100px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.35;
    color: #fff;
}
.light_banner_holder .wpl_hero_badge {
    background: rgba(0, 0, 0, 0.5);
}
.wpl_hero_subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    max-width: 852px;
}
.wpl_intro_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.wpl_intro_text {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333333;
    flex: 1;
    max-width: 670px;
}
.wpl_intro_text.font_20 {
    font-size: 20px;
}
.wpl_form_box {
    width: 100%;
    max-width: 510px;
    background: #fff;
    border-radius: 30px;
    padding: 26.08px 17px 18.92px;
    display: flex;
    flex-direction: column;
    align-items: center;
        box-shadow: 0px 10px 22px rgba(3, 144, 252, 0.1), 0px 39px 39px rgba(3, 144, 252, 0.09), 0px 88px 53px rgba(3, 144, 252, 0.05);
    position: relative;
    z-index: 1;
}
.wpl_form_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px; 
    background: linear-gradient(0deg, #01FFC7 0%, #0076F7 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.wpl_form_title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.02em;
    color: #030236;
    text-align: center;
    margin-bottom: 14px;
}
.wpl_form_line {
    width: 138px;
    height: 1px;
    background: #0076F7;
    margin: 0;
}
.wpl_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 395px;
    gap: 22px;
    width: 100%;
}
.wpl_form_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.wpl_form_inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.wpl_form_submit_btn {
    padding: 15px 32px;
}
.wpl_input {
    width: 100%;
    padding: 15px;
    border: 1px solid #8DC2FC;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    color: #00244B;
    caret-color: #0076F7;
    background: #fff;
    outline: none;
}
.wpl_input::placeholder { 
    color: #00244B;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.72;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-align: left;
}
.wpl_input:focus::placeholder {
    color: #C6C9DA;
}
.wpl_objective_bg {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(180deg, #0076F7 0%, #FFFFFF 100%);
}
.wpl_objective_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.wpl_obj_badge {
    background: rgba(0, 118, 247, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 100px;
    padding: 10px 40px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #0076F7;
}
.wpl_obj_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333333;
    max-width: 1170px;
    margin-bottom: 40px;
}
.wpl_aim_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.35;
    color: #001D2E;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    max-width: 1240px;
}
.wpl_cards_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1240px;
    justify-content: center;
    align-items: stretch;
}
.wpl_card {
    flex: 0 0 calc((100% - 90px) / 4);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 8px 18px rgba(15, 8, 104, 0.1), 0px 32px 32px rgba(15, 8, 104, 0.09);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    color: #202428;
    border: 1px solid rgba(0, 118, 247, 0.5);
    transition: all 0.3s ease;
}
.wpl_card:hover {
    background: #0076F7;
    color: #fff;
}
.wpl_card_icon_holder {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 118, 247, 0.2);
    transition: all 0.3s ease;
}
.wpl_card:hover .wpl_card_icon_holder {
    background: rgba(255, 255, 255, 0.2);
}
.wpl_card_icon_holder img {
    transition: filter 0.3s ease;
}

.wpl_card:hover .wpl_card_icon_holder img {
    filter: brightness(0) invert(1);
}
.wpl_card p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    transition: all 0.3s ease;
}
.wpl_card:hover p {
    color: #fff;
}
.wpl_card p strong{
    font-weight: 500;
}
.wpl_learn_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wpl_learn_title {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 50px;
}
.wpl_learn_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1240px;
}
.wpl_learn_box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #0076F7;
    box-shadow: 0px 8px 18px rgba(15, 8, 104, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.wpl_learn_box:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 15px);
}
.wpl_learn_box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    color: #fff;
}
.wpl_learn_box p strong{
    font-weight: 700;
}
.wpl_cta_box {
    background: #E7F2FE;
    border: 1px solid #0076F7;
    box-shadow: 0px 32px 71px rgba(0, 0, 0, 0.1), 0px 290px 174px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 40px 80px;
    display: flex;
    align-items: center;
    gap: 66px;
    position: relative;
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
}
.wpl_cta_content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.wpl_cta_title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.72;
    letter-spacing: 0.02em;
    color: #030236;
    margin-bottom: 0;
}
.wpl_cta_desc {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.72;
    letter-spacing: 0.02em;
    color: #333333;
}
.wpl_cta_content .btn_gradient_area{
    width: fit-content;
}
.wpl_cta_content .cx_gradient_btn {
    padding: 15px 32px;
}
.wpl_cta_img_holder {
    width: 34%;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 1;
    margin: -40px 0 -130px -33px;
    align-self: stretch;
    border-radius: 0;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .wpl_cta_img_holder{
        margin: auto;
    }
    .wpl_float_group .wpl_float_logo{
        width: 52px;
        height: 52px;
    }
    .wpl_float_group .wpl_float_tag{
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    header .header_nav_holder .cx_logo_holder {
        width: 150px;
    }

    header .header_nav_holder {
        min-height: 70px;
    }

    header .header_nav_holder .cx_gradient_btn {
        font-size: 14px;
        padding: 8px 12px;
    }
    .footer_top {
        flex-direction: column;
        align-items: center;
    }

    .footer_nav,
    .footer_nav-links {
        justify-content: center;
    }
    .wpl_intro_section { flex-direction: column; text-align: center; }
    .wpl_cards_row { flex-wrap: wrap; }
    .wpl_cards_row .wpl_card { flex: 0 0 calc(50% - 15px); }
    .wpl_cta_box { padding: 40px 20px; gap: 30px; }
    .wpl_cta_content { width: 100%; }
    .wpl_cta_img_holder { position: relative; width: 100%; max-width: 300px; height: 400px; margin: 0; align-self: center; border-radius: 20px; }
}
@media (max-width: 991px){
    .wpl_cta_box { flex-direction: column; text-align: center; }
    .wpl_cta_content { align-items: center;}
    .wpl_learn_grid { grid-template-columns: 1fr; }
    .wpl_learn_box:last-child:nth-child(odd) { width: 100%; }
    .wpl_hero_title { font-size: 38px; }
    .wpl_hero_badge { font-size: 32px; }
    .wpl_intro_text { font-size: 22px; }
    .wpl_hero_subtitle,
    .wpl_obj_badge,
    .wpl_obj_text { font-size: 19px; }
    .wpl_aim_title,
    .wpl_learn_title,
    .wpl_cta_title { font-size: 25px; }
    .wpl_float_tag,
    .wpl_card p,
    .wpl_learn_box p,
    .wpl_cta_desc,
    .wpl_form_title { font-size: 17px; }
}
@media (max-width: 800px) {
    .wpl_float_lovable{
        bottom: 351px;
    }
}

@media (max-width: 768px) {
    .footer_nav {
        flex-direction: column;
    }

    .footer_nav-links {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .footer_dot {
        display: none;
    }
    .wpl_hero_title { font-size: 36px; }
    .wpl_hero_badge { font-size: 28px; }
    .wpl_obj_text, .wpl_intro_text { font-size: 18px; }
    .wpl_cta_title { font-size: 24px; }
    .wpl_cards_row { flex-direction: column; }
    .wpl_cards_row .wpl_card { flex: 1; }
}
@media (max-width: 600px) {
    .wpl_float_lovable {
        bottom: 71px;
    }
    .wpl_float_base44 {
        right: 35%;
        bottom: 131px;
    }
    .wpl_float_replit {
    bottom: 101px;
    }
}
@media (max-width: 480px) {
    .footer {
        padding: 32px 16px;
    }

    .footer_nav-label {
        font-size: 20px;
    }

    .footer_link {
        font-size: 14px;
    }

    .footer_badge {
        width: 64px;
        height: 58px;
    }

    .footer_badges {
        gap: 20px;
    }

    .footer_legal {
        font-size: 12px;
        flex-direction: column;
        gap: 6px;
    }
    .wpl_hero_title { font-size: 30px; }
    .wpl_hero_badge { font-size: 26px; }
    .wpl_intro_text { font-size: 19px; }
    .wpl_hero_subtitle,
    .wpl_obj_badge,
    .wpl_obj_text { font-size: 17px; }
    .wpl_aim_title,
    .wpl_learn_title,
    .wpl_cta_title { font-size: 22px; }
    .wpl_card p,
    .wpl_learn_box p,
    .wpl_cta_desc,
    .wpl_float_tag { font-size: 15px; }
    .wpl_form_title { font-size: 16px; }
}
@media (max-width: 360px) {
    header .header_nav_holder .cx_logo_holder {
        width: 135px;
    }
    header .header_nav_holder .cx_gradient_btn {
        font-size: 12px;
        padding: 6px 10px;
    }        
    .wpl_float_lovable {
        bottom: 35px;
    }
    .wpl_float_base44 {
        bottom: 78px;
    }
    .wpl_float_replit {
        bottom: 60px;
    }
    .wpl_float_group .wpl_float_logo {
        width: 40px;
        height: 40px;
    }
    .wpl_float_logo img {
        width: 18px;
        height: 18px;
    }
    .wpl_float_group .wpl_float_tag {
        font-size: 12px;
    }
}