.pointer{cursor:pointer}.btn_white{width:166px;height:40px;border:1px solid #fff;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;color:#fff;font-size:14px;font-weight:400}.btn_white:hover{color:#111;background-color:#fff}.btn_dark{width:166px;height:40px;border:1px solid #111;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;color:#111;font-size:14px;font-weight:400}.btn_dark:hover{color:#fff;background-color:#2b4f97;border:none}.animated{opacity:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:up;animation-name:up}@-webkit-keyframes up{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes up{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes scroll{0%{right:0}to{right:-2800px}}@keyframes scroll{0%{right:0}to{right:-2800px}}.scroll-logo-container{width:100%;overflow-y:auto;height:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.scroll-logo-container .scroll-logo{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content}.scroll-logo-container .scroll-logo .logo{width:150px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.scroll-logo-container .scroll-logo .logo>span{font-size:14px;font-weight:400;line-height:19px;color:#454545;white-space:nowrap;margin-top:20px}