/**************
new
*****************/
.wrld-la-main-container {
    display: flex;
    flex: 20% 60% 20%;
    flex-wrap: nowrap;
    border: 1px solid #235AF370;
    border-right: 4px solid #235AF3;
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: center;
    position: relative;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.wrld-la-main-container .wrld-la-logo {
    display: flex;
    background-color: #f1f1f1;
    background: white;
    border-left: 1px solid #235AF370;
    width: 137px;
    justify-content: center;
    align-items: center;
}

.wrld-la-center {
    width: calc( 100% - 137px );
    padding: 20px;
    box-sizing: border-box;
}

.wrld-la-main-container .wrld-la-logo-img {
    position: relative;
    background-color: transparent;
    width: auto;
    height: 50px;
    margin-right: 23px;
    margin-left: 22px;
}

.wrld-la-center .wrld-la-sub-text2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-top: 2px;
    margin-right: 25px;
}

.wrld-la-center .special-section {
    margin-top: 16px;
    display: inline-block;
}

.wrld-la-center .triangle-div {
    display: inline-block;
    background: #ffffff;
    padding: 9px 21px 9px 38px;
    color: #235AF3;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    margin-right: 26px;
    border: 1px solid #235AF3;
    vertical-align: top;
    border-left: 0px;
}

.wrld-la-center .triangle-div s {
    font-weight: 700;
}

.wrld-la-center .inverted-triangle {
    display: inline-block;
    width: 20px;
    height: 0;
    border-top: 18px solid transparent;
    margin-left: 26px;
    margin-right: -22px;
    padding-bottom: 1px;
    position: relative;
}

.wrld-la-center .inverted-triangle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    background: #235AF3;
    transform-origin: 100% 100%;
    transform: rotate(-45deg);
}

.wrld-la-center .inverted-triangle:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 26px;
    height: 100%;
    background: #235AF3;
    transform-origin: 100% 100%;
    transform: rotate(45deg);
}

.wrld-la-center .wrld-la-sub-text2 span {
    color: #235AF3;
}

.wrld-la-center .wrld-la-head-text2 {
    padding-top: 13px;
    margin-right: 24px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

.wrld-la-center button a {
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.wrld-dismiss-notice-link {
    position: absolute;
    left: 5px;
    text-decoration: none;
    top: 5px;
    color: #333;
}

.wrld-la-center button {
    margin-right: 26px;
    display: inline-block;
    padding: 10px 27px;
    vertical-align: top;
    border: none;
    background: linear-gradient(0deg, #235AF3, #235AF3), #FFFFFF;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    border-radius: 4px;
    margin-top: 16px;
}

.wrld-la-center .wrld-la-head-text {
    padding-top: 13px;
    margin-right: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #008AD8;
}

.wrld-la-center .wrld-la-sub-text {
    width: 90%;
    margin-top: 2px;
    margin-right: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.wrld-la-center .wrld-la-additional-text {
    margin-top: 13px;
    margin-right: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
}

.wrld-la-center .wrld-la-btn-container {
    display: flex;
    flex: 40% 20% 40%;
    flex-direction: row;
    margin-top: 7px;
    margin-right: 25px;
    margin-bottom: 18px;
}


.wrld-la-center .wrld-la-btn-container .left-box {
    width: 417px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-bottom: 10px;
}

.wrld-la-center .wrld-la-btn-container .left-box .first-row {
    margin-top: 6px;
    margin-right: 15px;
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    /* identical to box height, or 183% */
    letter-spacing: -0.011em;
    color: #666666;
}

.wrld-la-center .wrld-la-btn-container .left-box .second-row {
    margin-top: 4px;
    margin-right: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.wrld-la-center .wrld-la-btn-container .left-box .wrld-la-manual-button {
    margin-top: 12px;
    margin-right: 15px;
    width: 166px;
    height: 29px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 15px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #008AD8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    cursor: pointer;
}
.left-box a{
text-decoration: none;
}

.left-box a .wrld-btn-txt{
    margin-right: 5px;
    font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;

color: #008AD8;

    } 
.left-box span{
    font-weight: bolder;
    margin-right: 3px;
    color: #008AD8;
}

.wrld-la-center .wrld-la-btn-container .center-box {
    width: 47px;
}

.wrld-la-center .wrld-la-btn-container .center-box .or-container {
    box-sizing: border-box;
    height: 26px;
    width: 26px;
    background: #444444;
    border-radius: 50%;
    border: 1px solid #444444;
    margin-right: 11px;
    margin-left: 10px;
    margin-top: 45px;
}

.wrld-la-center .wrld-la-btn-container .center-box .or-container span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    margin-right: 3px;
    color: #FFFFFF;
    text-align: center;
    width: 18px;
    height: 13px;
}

.wrld-la-center .wrld-la-btn-container .right-box {
    width: 417px;   
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding-bottom: 10px;
}

.wrld-la-center .wrld-la-btn-container .right-box a{
   text-decoration: none;
}

.wrld-la-center .wrld-la-btn-container .right-box .first-r-row {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 15px;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    /* or 164% */
    
    
    color: #666666;
    
}

.wrld-la-center .wrld-la-btn-container .right-box .wrld-la-auto-button{
    display: flex;
    background: #008AD8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-top: 12px;
    border: none;
    cursor: pointer;
    margin-right: 15px;
}

.wrld-la-auto-button .wrld-btn-txt{
    font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;
justify-content: center;
color: #FFFFFF;
}
.first-r-row .add-weight{
    font-weight: 700;

}
.wrld-la-auto-button span{
    margin-right: 12px;
    color: #FFFFFF;
}

/**********************
responsive
***********************/
@media only screen and (max-width: 600px) {
    .wrld-la-main-container {
        flex-direction: column;
        border-right: unset;
        border-top: 4px solid #235AF3;
    }

    .wrld-la-main-container .wrld-la-logo {
        border-left: none;
        border-bottom: 1px solid #B0B0B0;
        width: 100%;
    }

    .wrld-la-main-container .wrld-la-logo-img {
        width: auto;
        height: 50px;
        margin-right: 38%;
        margin-left: 38%;
        margin-top: 18px;
        margin-bottom: 5px;
    }

    .wrld-la-center .wrld-la-head-text {
        padding-top: 22px;
        margin-right: 19px;
        margin-left: 19PX;
    }

    .wrld-la-center .wrld-la-sub-text {
        width: unset;
        margin-top: 10px;
        margin-right: 19px;
        margin-left: 44PX;
        font-style: normal;
    }

    .wrld-la-center .wrld-la-additional-text {
        margin-top: 13px;
        margin-right: 19px;
    }

    .wrld-la-main-container {
        background-image: unset !important;
    }

    .wrld-la-center .wrld-la-btn-container .wrld-la_btn {
        margin-right: 15px;
    }
}