.vip-listing-section {
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
}
.vip-listing-section .checkbox-wrapper label {
    position: relative;
    padding-left: 33px;
}
.vip-listing-section .checkbox-wrapper label::before {
    background-color: rgba(232,247,247,0.3);
    border-radius: 2px;
    border: 1px solid #06185f;
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    content: "";
}
.vip-listing-section .checkbox-wrapper label.active::after {
    content: url(https://11621.fs1.hubspotusercontent-na1.net/hubfs/11621/JHW-01/Icons/checkbox-active.svg);
    position: absolute;
    top: 3px;
    left: 0px;
    line-height: 1px;
}
.vip-listing-section .checkbox-wrapper label input {
    -webkit-appearance: none;
    display: none;
}
.asset-type-item {
    width: 50%;
}
@supports (-webkit-touch-callout: none) {
    @media (max-width: 545px) {
        .vip-listing-section .ios-col-fix {
            flex: 0;
        }
    }
}