.two-column-img-content{scroll-padding:100px 0 0 0}.two-column-img-content .tagline{position:relative}.top-select-tag-white{color:#fff;font-size:14px}.top-select-tag-dark{color:#000;font-size:14px}.select-menu{max-width:330px}.select-menu .select-btn{align-items:center;background:transparent;border:2px solid #f2f2f2;cursor:pointer;display:flex;font-size:18px;font-weight:400;height:55px;justify-content:space-between;padding:20px}.select-menu .options{animation-duration:.35s;-webkit-animation-duration:.35s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-name:fadeInDown;-webkit-animation-name:fadeInDown;background-color:#f2f2f2;color:#000;max-height:295px;overflow-y:auto;padding:10px;position:absolute;width:330px}.select-menu .options .option{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:55px;padding:0 16px}.select-menu .options .option:hover{background:#f2f2f2}.select-menu .options .option i{height:40px;margin-right:12px}.select-menu .options .option .option-text{font-size:18px}.select-btn i{height:40px;transition:.3s}.select-menu.active .select-btn i{transform:rotate(-180deg);-webkit-user-select:none;-ms-user-select:none;user-select:none}.select-menu.active .options{animation-duration:.4s;-webkit-animation-duration:.4s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;display:block;opacity:0;z-index:10}@keyframes fadeInUp{0%{transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,20px,0)}}