.share-bubble{position:absolute;background:#06cc6c;color:#fff;font-size:12px;line-height:1;padding:4px 8px;border-radius:6px;box-shadow:0 2px 10px #06cc6c;pointer-events:none;z-index:100;opacity:0;transform:translateY(-6px);transition:opacity .2s,transform .2s}.share-bubble.is-visible{opacity:1;transform:translateY(0)}.share-bubble:after{content:"";position:absolute;left:12px;bottom:-6px;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #06cc6c}.share-bubble.share-bubble--below{transform:translateY(6px)}.share-bubble.share-bubble--below.is-visible{transform:translateY(0)}.share-bubble.share-bubble--below:after{bottom:auto;top:-6px;border-top:none;border-bottom:6px solid #06cc6c}.ap-modal{width:100%;height:100%;background:#000000b3;justify-content:center;align-items:center;z-index:100;position:fixed;inset:0}@media (min-width: 768px){.ap-modal{display:flex}}.ap-modal.hide{display:none!important}.ap-modal .ap-modal-wrapper{width:100%;height:100%}@media (min-width: 768px){.ap-modal .ap-modal-wrapper{width:auto;height:auto}}.ap-modal .ap-modal-body{width:100%;height:100%;position:relative;padding:20px;background:#fff;box-sizing:border-box}@media (min-width: 768px){.ap-modal .ap-modal-body{min-width:420px;min-height:540px}}.ap-modal .ap-modal-content{width:100%;height:100%;box-sizing:content-box;padding:0;overflow-y:scroll;overflow-scrolling:touch;display:flex;justify-content:center}.ap-modal .ap-modal-content>div{width:100%;height:100%;text-align:center}.ap-modal .ap-modal-content:not(.feedback-form){scrollbar-width:none;-ms-overflow-style:none}.ap-modal .ap-modal-content:not(.feedback-form)::-webkit-scrollbar{width:0;height:0}.ap-modal .ap-modal-close-btn{font-size:25px;line-height:42px;text-align:center;text-indent:0;color:#999;width:40px;height:40px;box-sizing:border-box;background:#fff;border-radius:20px;cursor:pointer;display:block;z-index:10100;position:absolute;top:5px;right:5px}.hide{display:none}.d-none{display:none!important}header{background:#2f4859;display:flex;justify-content:center;position:sticky;z-index:100;top:0;box-shadow:1px 1px 9px #000000bf;padding-bottom:8px}@media (min-width: 992px){header{padding-bottom:0}}header .navigation{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:12px 13px 0 20px}@media (min-width: 992px){header .navigation{padding:6px 13px 0 20px}}header .navigation .mobile-menu{display:flex;gap:12px}@media (min-width: 992px){header .navigation .mobile-menu{display:none}}header .navigation .mobile-menu .logout-button{display:flex;border:1px solid #06cc6c;border-radius:5px;color:#fff;padding:8px 24px 8px 23px!important;text-decoration:none;margin:0 0 10px}@media (min-width: 992px){header .navigation .mobile-menu .logout-button{display:none}}header .navigation .mobile-menu .menu-toggle{display:flex}header .navigation .logout-button{display:flex;align-items:center;height:fit-content;border:1px solid #06cc6c!important;border-radius:5px;color:#fff;margin:25px auto 0;padding:8px 24px 8px 23px!important}@media (min-width: 992px){header .navigation .logout-button{margin:0 auto 16px}}header .navigation .login-button{border:1px solid #06cc6c!important;border-radius:5px;background-color:#06cc6c;padding:8px 22px;color:#fff;font-size:14px;font-weight:400;text-decoration:none}@media (min-width: 992px){header .navigation{max-width:1280px;flex-wrap:nowrap;align-items:flex-end}}header .navigation-brand{padding-top:10px}@media (min-width: 992px){header .navigation-brand{padding-top:15px;padding-bottom:15px}}header .navigation-brand img{height:26px;margin-bottom:4px}@media (min-width: 992px){header .navigation-brand img{margin-bottom:0;height:36px}}header .navigation-toggle{cursor:pointer;border:none;background:none}@media (min-width: 992px){header .navigation-toggle{display:none}}header .navigation-menu{display:none;flex-direction:column;flex-basis:100%;flex-grow:1}@media (min-width: 992px){header .navigation-menu{display:flex;flex-direction:row;justify-content:flex-end;flex-grow:inherit;flex-basis:fit-content;gap:20px;align-items:baseline}}header .navigation-menu .global-user-menu{display:none;flex-direction:column}@media (min-width: 992px){header .navigation-menu .global-user-menu{display:flex;flex-direction:row;justify-content:flex-end;align-items:end;gap:35px}header .navigation-menu .global-user-menu a{padding:0 0 22px}}header .navigation-menu.collapsed{display:flex;padding:20px 7px 0 13px}@media (min-width: 992px){header .navigation-menu.collapsed{padding:0 7px 0 13px}}header .navigation-menu.collapsed .global-user-menu{display:flex}header .navigation-menu .impersonating{background-color:#06cc6c;text-align:center}header .navigation-menu .menu-item{display:flex;flex-direction:row;justify-content:space-between;font-size:14px;color:#fff;border-bottom:3px solid rgba(0,0,0,0);text-decoration:none;position:relative;box-sizing:border-box;padding:15px 0}@media (min-width: 992px){header .navigation-menu .menu-item{padding:0 0 22px}}header .navigation-menu .menu-item.border-bottom{border-bottom:3px solid #012238}@media (min-width: 992px){header .navigation-menu .menu-item.border-bottom{border-bottom:3px solid rgba(0,0,0,0)}}header .navigation-menu .menu-item.login-button{display:none}@media (min-width: 992px){header .navigation-menu .menu-item.login-button{display:flex;border:1px solid #06cc6c;border-radius:5px;background-color:#06cc6c;padding:8px 22px}}header .navigation-menu .menu-item.home{background-image:url(/asset/common/header/home.svg?v=1);background-repeat:no-repeat;background-position:center;width:80px;display:none}@media (min-width: 992px){header .navigation-menu .menu-item.home{display:inherit}}header .navigation-menu .menu-item.account{display:flex;flex-direction:row;gap:10px}@media (min-width: 992px){header .navigation-menu .menu-item.account{align-items:flex-end}}header .navigation-menu .menu-item .reports-badge{background-color:#fff;color:#2f4859;text-align:center;font-size:14px;border-radius:14px;padding:1px 10px;max-width:fit-content;height:19px}header .navigation-menu .menu-item .reports-badge .fresh-items{width:14px;height:14px;color:#fff;border:1px solid #2f4859;border-radius:14px;background-color:#06cc6c;position:absolute;top:8px;right:-3px;font-size:10px}@media (min-width: 992px){header .navigation-menu .menu-item .reports-badge .fresh-items{top:-8px}}header .navigation-menu .menu-item.active,header .navigation-menu .menu-item:hover{border-bottom:3px solid #06cc6c}header .navigation-menu .menu-language{cursor:pointer;position:relative}@media (min-width: 992px){header .navigation-menu .menu-language{width:50px}header .navigation-menu .menu-language:hover .language-list{display:flex}}header .navigation-menu .menu-language .language-current{display:none;margin:auto}@media (min-width: 992px){header .navigation-menu .menu-language .language-current{display:inherit}}header .navigation-menu .menu-language .language-list{display:flex;flex-direction:row;margin-left:-10px;width:100%}@media (min-width: 992px){header .navigation-menu .menu-language .language-list{display:none;flex-direction:column;background:#06cc6c;position:absolute;top:34px;margin-bottom:-68%;right:0;min-width:fit-content}}header .navigation-menu .menu-language .language-item{padding:10px;text-align:center;text-decoration:none;color:inherit}header .navigation-menu .menu-language .language-item.active{color:#06cc6c}@media (min-width: 992px){header .navigation-menu .menu-language .language-item.active{display:none;color:inherit}}header .navigation-menu .menu-language .language-item:hover{font-weight:700;color:#e6e6e6}header .navigation-menu .menu-language .language-item:hover.active{color:#06cc6c}@media print{footer.no-print{display:none!important}}footer{display:flex;justify-content:center;padding:20px;background-color:#2f4859}footer .footer-inner{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%;max-width:1280px}footer .bcg img{display:block;width:100px;height:35px}footer .footer-menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;width:100%}footer .footer-menu a{font-size:14px;font-weight:600;line-height:15px;color:#fff;white-space:nowrap;text-decoration:none}footer .footer-divider{width:100%;height:1px;background:#fff}footer .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}@media (min-width: 768px){footer .footer-bottom{flex-direction:row;align-items:flex-start;justify-content:center;gap:60px}}footer .privacy-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}@media (min-width: 768px){footer .privacy-links{flex-direction:column;align-items:flex-start;gap:5px}}footer .privacy-links a{font-size:12px;font-weight:500;line-height:15px;color:#fff;white-space:nowrap;text-decoration:none}footer .bcg-links{display:grid;grid-auto-flow:column;grid-template-rows:repeat(4,auto);justify-content:space-between;width:100%;max-width:320px}@media (min-width: 768px){footer .bcg-links{justify-content:flex-start;gap:0 40px;width:auto;max-width:none}}footer .bcg-links a{font-size:12px;font-weight:400;line-height:15px;letter-spacing:-.1px;color:#ddd;white-space:nowrap;text-decoration:none}.password-strength{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-top:5px}.password-strength:before,.password-strength:after{content:" ";display:table}.password-strength:after{clear:both}.password-strength .password{flex-grow:1;height:4px;border-radius:2px;margin-right:5px}.password-strength .password:last-child{margin-right:0}.password-strength.score-0 .indicator-1,.password-strength.score-1 .indicator-1{background:#b00b00}.password-strength.score-0 .indicator-2,.password-strength.score-0 .indicator-3,.password-strength.score-0 .indicator-4,.password-strength.score-1 .indicator-2,.password-strength.score-1 .indicator-3,.password-strength.score-1 .indicator-4{background:#0000}.password-strength.score-2 .indicator-1,.password-strength.score-2 .indicator-2{background:#ffd800}.password-strength.score-2 .indicator-3,.password-strength.score-2 .indicator-4{background:#0000}.password-strength.score-3 .indicator-1,.password-strength.score-3 .indicator-2,.password-strength.score-3 .indicator-3{background:#0b0}.password-strength.score-3 .indicator-4{background:#0000}.password-strength.score-4 .indicator-1,.password-strength.score-4 .indicator-2,.password-strength.score-4 .indicator-3,.password-strength.score-4 .indicator-4{background:#0b0}.agree-with-rules{margin-top:20px}.agree-with-rules a{color:#2f4859}.security-wrapper{height:100%;width:100%}.security-wrapper.bookmark-modal .logo,.security-wrapper.bookmark-modal .tab[data-name=edit-code]{display:none}.security-wrapper.bookmark-modal .bookmark-message-container{display:block}.security-wrapper.messenger-modal .logo,.security-wrapper.messenger-modal .tab[data-name=edit-code]{display:none}.security-wrapper.messenger-modal .messenger-message-container{display:block}.security-content{max-width:400px;padding:15px;margin:0 auto}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.security-content{min-width:280px}}@media only screen and (min-device-width: 360px)and (max-device-width: 480px){.security-content{min-width:320px}}@media only screen and (min-width: 1224px){.security-content{min-width:400px}}.security-header{display:block;text-align:center;padding-top:20px;padding-bottom:40px;margin:0 auto}.security-header .logo{width:210px}.tabs{margin-top:10px;margin-bottom:40px;width:100%;display:flex}.tab{width:50%;text-align:center;font-size:15px;color:#a7a7a7;cursor:pointer;border-bottom:1px solid #ddd;padding-bottom:7px}.tab.active{font-weight:700;color:#06cc6c;border-bottom:2px solid #06cc6c}.user-wrapper{font-family:Arial,sans-serif;font-size:16px;text-align:center;margin-bottom:40px}.user{display:inline-block;border-radius:25px;border:1px solid #06cc6c;padding:10px 25px 10px 50px;background:#fff url(/asset/common/security/edit_user.svg?v=1) no-repeat 20px;cursor:pointer;max-width:100%}.user.no-edit{background-image:url(/asset/common/security/user.svg?v=1);cursor:default}.user span{margin-top:3px;font-size:16px;color:#2f4859;font-weight:700;display:inline-block;width:100%;overflow:hidden}@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@-moz-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@-o-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}.error-message{color:#ec1b23;font-size:12px;margin-bottom:10px;opacity:1;-webkit-animation:fadeInFromNone .5s ease-out;-moz-animation:fadeInFromNone .5s ease-out;-o-animation:fadeInFromNone .5s ease-out;animation:fadeInFromNone .5s ease-out}.error-message.hide{opacity:0}.separator{font-size:14px;color:#a7a7a7;text-align:center;margin:20px auto}.login-field{border:1px solid #ddd;border-radius:5px 5px 0 0;background-color:#fff;display:flex;flex-direction:row;align-items:center}.login-field.has-error{background:#fcc}.login-field.has-error input:-webkit-autofill,.login-field.has-error input:-webkit-autofill:hover,.login-field.has-error input:-webkit-autofill:focus,.login-field.has-error input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fcc inset!important}.login-field.sms-code input{text-transform:uppercase}.login-field .field-input{padding-left:14px}.hide-placeholder .field-input label{padding-top:15px;font-size:10px;color:#a7a7a7}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.hide-placeholder .field-input label{font-size:9px}}.js-form-login-lookup .newsletter-and-marketing,.js-form-login-lookup .terms-and-conditions{font-size:14px;color:#2f4859;margin-top:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;line-height:21px}.js-form-login-lookup .newsletter-and-marketing a,.js-form-login-lookup .terms-and-conditions a{color:#06cc6c;text-decoration:none}.js-form-login-lookup .newsletter-and-marketing a:hover,.js-form-login-lookup .terms-and-conditions a:hover{text-decoration:underline}.js-form-login-lookup .newsletter-and-marketing.has-error,.js-form-login-lookup .terms-and-conditions.has-error{color:#f03}.js-form-login-lookup .newsletter-and-marketing .checkbox-container,.js-form-login-lookup .terms-and-conditions .checkbox-container{margin:35px 0;position:relative;text-align:left}.js-form-login-lookup .newsletter-and-marketing .checkbox-container .checkbox,.js-form-login-lookup .terms-and-conditions .checkbox-container .checkbox{display:none}.js-form-login-lookup .newsletter-and-marketing .checkbox-container .checkbox:checked+label:before,.js-form-login-lookup .terms-and-conditions .checkbox-container .checkbox:checked+label:before{background-image:url(/asset/common/checkbox.svg?v=1);background-position:4px 5px;background-repeat:no-repeat;background-size:12px 9px}.js-form-login-lookup .newsletter-and-marketing .checkbox-container .label-checkbox:before,.js-form-login-lookup .terms-and-conditions .checkbox-container .label-checkbox:before{background-color:#fff;border:1px solid #ddd;content:" ";cursor:pointer;display:inline-block;height:20px;margin-right:7px;margin-top:-2px;user-select:none;vertical-align:middle;width:20px;border-radius:5px}.field-input{position:relative;width:100%;padding:15px 0}.field-input label{font-size:12px;color:#a7a7a7;text-transform:uppercase;padding-top:25px;position:absolute;top:0;left:14px}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.field-input label{font-size:9px}}.field-input input{font-size:16px;font-weight:700;color:#2f4859;padding-top:15px;background:#0000;border:none;outline:none;width:100%}.field-input input:-webkit-autofill,.field-input input:-webkit-autofill:hover,.field-input input:-webkit-autofill:focus,.field-input input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset!important}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.field-input input{font-size:13px}}.field-icon{width:70px;text-align:center;position:relative;height:100%}.field-icon-separator{height:30px;margin-left:10px;border-right:1px solid #ddd}.login-field{position:relative}.score-0 .password-strength-indicator>div{background:#0000}.score-1 .password-strength-indicator .none{background:#b00}.score-2 .password-strength-indicator .none,.score-2 .password-strength-indicator .weak{background:#ffd800}.score-3 .password-strength-indicator .none,.score-3 .password-strength-indicator .weak,.score-3 .password-strength-indicator .strong,.score-4 .password-strength-indicator .none,.score-4 .password-strength-indicator .weak,.score-4 .password-strength-indicator .strong{background:#0b0}.password-strength-indicator{position:absolute;bottom:5px;width:100%;display:flex;align-content:space-between}.password-strength-indicator>div{background:#efefef;border-radius:2px;margin-right:5px;height:3px;flex-grow:1;width:33%;background:#0000}.icon{display:inline-block;position:relative}.icon-phone-email{width:20px;height:13px;padding-right:17px;background:url(/asset/common/security/message.svg?v=1) no-repeat;position:relative}.icon-phone-email:after{content:"";background:url(/asset/common/security/mobile-phone.svg?v=1) no-repeat;width:13px;height:20px;display:inline-block;position:absolute;right:0;top:-4px;left:25px}.icon-lock{width:15px;height:23px;background:url(/asset/common/security/lock.svg?v=1) no-repeat left 4px}.icon-sms{width:20px;height:22px;background:url(/asset/common/security/sms.svg?v=1) no-repeat left 4px}.icon-email{width:20px;height:13px;background:url(/asset/common/security/message.svg?v=1) no-repeat}.icon-key{width:21px;height:24px;background:url(/asset/common/security/key.svg?v=1) no-repeat left 4px}.icon-eye{width:20px;height:20px;background:url(/asset/common/security/hide.svg?v=1) no-repeat left 4px}.icon-eye.is-revealed{height:15px;background:url(/asset/common/security/see.svg?v=1) no-repeat left 4px;margin-top:1px}.login-message{font-size:16px;text-align:center;color:#2f4859;margin-bottom:30px}.forgot-password{text-align:right;margin-top:10px}.forgot-password button{font-size:12px;color:#2f4859;text-decoration:none;cursor:pointer;padding:2px;border:none;background:#0000}.forgot-password button:hover{text-decoration:underline}.forgot-password span{font-size:12px;color:#2f4859}.social-logins{display:flex;flex-direction:column;gap:5px}.login-button button{border-radius:0 0 5px 5px;background-color:#06cc6c;font-family:Roboto,sans-serif;font-size:18px;color:#fff;text-align:center;border:none;width:100%;padding-top:17px;padding-bottom:17px;margin:0;outline:none;cursor:pointer}.login-button button:focus{background:#059a52}.login-button.rounded button{border-radius:5px!important}.facebook-login-button{border-radius:5px;font-size:14px;padding:2px;color:#2f4859;cursor:pointer;width:100%;border:1px solid #ddd;line-height:20px;text-decoration:none;text-align:left;display:inline-flex;flex-direction:row;align-items:center;gap:0 10px}.facebook-login-button:before{content:"";display:block;width:36px;height:36px;border-top-left-radius:5px;border-bottom-left-radius:5px;background-image:url(/asset/common/security/facebook-icon.svg?v=1);background-repeat:no-repeat;background-position:50%;background-size:38px;box-sizing:border-box;float:left}.facebook-login-button:hover{border-color:#06cc6c;background-color:#06cc6c33;transition:.2s ease}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.facebook-login-button{font-size:16px;background-position-x:15px}}.apple-login-button{border-radius:5px;font-size:14px;padding:2px;color:#2f4859;cursor:pointer;width:100%;border:1px solid #ddd;line-height:20px;text-decoration:none;text-align:left;display:inline-flex;flex-direction:row;align-items:center;gap:0 10px}.apple-login-button:before{content:"";display:block;width:36px;height:36px;border-top-left-radius:5px;border-bottom-left-radius:5px;background-image:url(/asset/common/security/apple-icon.svg?v=1);background-repeat:no-repeat;background-position:50%;background-size:36px;box-sizing:border-box;float:left}.apple-login-button:hover{border-color:#06cc6c;background-color:#06cc6c33;transition:.2s ease}.google-login-button{border-radius:5px;font-size:14px;padding:2px;color:#2f4859;cursor:pointer;width:100%;border:1px solid #ddd;line-height:20px;text-decoration:none;text-align:left;display:inline-flex;flex-direction:row;align-items:center;gap:0 10px}.google-login-button:before{content:"";display:block;width:36px;height:36px;border-top-left-radius:5px;border-bottom-left-radius:5px;background-image:url(/asset/common/security/google-icon.svg?v=1);background-repeat:no-repeat;background-position:50%;background-size:24px;box-sizing:border-box;float:left}.google-login-button:hover{border-color:#06cc6c;background-color:#06cc6c33;transition:.2s ease}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.google-login-button{font-size:14px;background-position-x:15px}}.announcement-bookmark-message-container{display:none;font-weight:700;color:red;border:blue 1px solid}.messenger-bubble{display:inline-block;width:60px;height:60px;border-radius:30px;border:2px solid #d8d8d8;background:#fff;position:relative;box-sizing:border-box}.messenger-bubble .messenger-bubble-background{background:#2774be;width:52px;height:52px;border-radius:26px;position:absolute;top:2px;left:2px;display:flex;justify-content:center;align-items:center}.messenger-bubble .messenger-bubble-background span{background:url(/asset/common/chat.svg?v=1) no-repeat;background-size:24px 22px;width:24px;height:22px;display:inline-block;margin-bottom:-5px}.messenger-message-container{display:none}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.messenger-message-container{background-size:40px;padding-top:50px}}.messenger-message-container .messenger-icon{text-align:center;margin-bottom:15px}.messenger-message-container .messenger-slogan{text-align:center;font-weight:700;font-size:16px;font-family:Roboto,sans-serif;margin-bottom:20px}.bookmark-message-container{display:none;background-image:url(/asset/svg/header/bookmarks-red.svg?v=1);background-size:50px;background-position-x:50%;padding-top:60px;background-repeat:no-repeat}@media only screen and (min-device-width: 320px)and (max-device-width: 359px){.bookmark-message-container{background-size:40px;padding-top:50px}}.bookmark-message-container .bookmark-slogan{text-align:center;font-weight:700;font-size:16px;font-family:Roboto,sans-serif}.bookmark-message-container .bookmark-explain-text{font-size:13px;color:#999;padding-top:10px;padding-bottom:20px;text-align:center}.flash-bag-container{position:fixed;top:0;left:0;right:0;width:100%;height:1px;padding:0;box-sizing:border-box;z-index:9999999}.flash-bag-container .flash-bag-close{font-size:25px;font-family:Roboto,sans-serif;color:#333;box-sizing:border-box;background:#0000;border:none;outline:none;cursor:pointer;position:absolute;right:20px;top:20px}.flash-bag-container .flash-bag-message{font-size:14px;text-align:left;padding:25px 80px;border-radius:2px;box-shadow:0 0 4px #c1c6c6;position:relative;opacity:1;-webkit-transition:opacity .5s linear;transition:opacity .5s linear;max-width:800px;margin:10px auto;box-sizing:border-box;background-size:40px;background-position:15px 15px;background-repeat:no-repeat}.flash-bag-container .flash-bag-message p{padding:0;margin:0}.flash-bag-container .flash-bag-message.success{color:#394933;background-color:#add89d}.flash-bag-container .flash-bag-message.warning{color:#585236;background-color:#fcefa6}.flash-bag-container .flash-bag-message.error{color:#583e3e;background-color:#f4bab9}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Roboto,sans-serif;background:#2f4859}@media print{body{background:#f4f4f4}}@media print{@page{background:#f4f4f4}}.hide{display:none!important}.vin-tooltip{font-size:11px;font-weight:100;text-align:left;color:#000;position:absolute;top:0;left:0;width:250px;background:#fff;border:1px solid #ddd;padding:10px;border-radius:5px;z-index:100;cursor:text}.faq-container{background:#f4f4f4;padding:40px 0}.faq-inner{max-width:1240px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.faq-header{display:flex;flex-direction:column;align-items:center;padding-bottom:20px;gap:11px}.faq-heading{font-size:30px;line-height:40px;font-weight:400;color:#2f4859;text-align:center;margin:0}.faq-subheading{font-size:18px;line-height:25px;font-weight:300;color:#2f4859;text-align:center;margin:0}.faq-subheading span{color:#06cc6c;font-weight:400}.faq-list{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;max-width:800px}.faq-item{display:flex;flex-direction:column;width:100%}.faq-item:hover .faq-question,.faq-item:hover.active .faq-answer{border-color:#06cc6c}.faq-question{box-sizing:border-box;display:flex;align-items:center;padding:20px;gap:20px;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:5px;cursor:pointer;text-align:left}.faq-item.active .faq-question{border-width:1px 1px 0 1px;border-radius:5px 5px 0 0}.faq-icon{width:20px;height:20px;flex-shrink:0}.faq-question-text{font-size:18px;line-height:25px;font-weight:500;color:#2f4859;flex:1}.faq-chevron{width:25px;height:25px;flex-shrink:0;transition:transform .2s ease}.faq-item.active .faq-chevron{transform:rotate(90deg)}.faq-answer{display:none;box-sizing:border-box;background:#fff;border-width:0 1px 1px 1px;border-style:solid;border-color:#e5e7eb;border-radius:0 0 5px 5px}.faq-item.active .faq-answer{display:block}.faq-answer-inner{padding:20px 40px 20px 20px;font-size:18px;line-height:25px;font-weight:300;color:#2f4859}.decoder-form-block{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%;max-width:720px}.decoder-form{display:flex;flex-direction:column;gap:5px;width:100%}.decoder-form-row{box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;padding:10px;background:#fff;border-radius:12px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.06))}@media (min-width: 768px){.decoder-form-row{flex-direction:row;align-items:center;gap:15px}}.decoder-form-field{display:flex;flex:1 0 0;align-items:center;min-width:0;height:45px;padding-left:16px}.decoder-form-field input{width:100%;border:0;outline:none;font-family:Roboto,sans-serif;font-size:16px;color:#2f4859;text-transform:uppercase}.decoder-form-field input::placeholder{color:#999;text-transform:none}.decoder-form-submit{display:flex;align-items:center;justify-content:center;height:45px;padding:10px 22px;background:#06cc6c;border:1px solid #03ad5b;border-radius:5px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;line-height:15px;color:#fff;white-space:nowrap;cursor:pointer}.decoder-form-submit:hover{background:#03ad5b}.decoder-form-error{width:100%;padding:0 26px;font-size:14px;line-height:20px;color:#f03;text-align:left}.decoder-form-error.hide{display:none}.decoder-form-help{position:relative;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:300;line-height:15px;color:#2f4859;cursor:pointer}.decoder-form-help img{flex-shrink:0}.decoder-trademarks{display:flex;flex-direction:column;align-items:center;padding:10px;background:#f4f4f4}@media (min-width: 992px){.decoder-trademarks{padding:40px 80px}}.decoder-trademarks-inner{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1280px}@media (min-width: 768px){.decoder-trademarks-inner{gap:40px}}.decoder-trademarks-header{display:flex;flex-direction:column;align-items:center;gap:11px;width:100%;padding-bottom:0;text-align:center}@media (min-width: 768px){.decoder-trademarks-header{padding-bottom:20px}}.decoder-trademarks-grid{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:center;gap:10px;width:100%}.decoder-trademark-card{box-sizing:border-box;display:flex;align-items:center;gap:10px;width:100%;padding:15px;background:#fff;border:1px solid #ddd;border-radius:10px;font-family:Roboto,sans-serif;text-align:left;text-decoration:none;cursor:pointer;filter:drop-shadow(0 2px 2px rgba(0,0,0,.02))}@media (min-width: 576px){.decoder-trademark-card{width:205px}}.decoder-trademark-card:hover{border-color:#06cc6c}.decoder-trademarks-grid a.decoder-trademark-card:nth-of-type(n+6){display:none}@media (min-width: 576px){.decoder-trademarks-grid a.decoder-trademark-card:nth-of-type(n+6){display:flex}}.decoder-trademark-logo{flex-shrink:0;width:40px;height:40px}.decoder-trademark-text{display:flex;flex:1 0 0;flex-direction:column;gap:2px;min-width:0}.decoder-trademark-name{font-size:14px;font-weight:700;color:#2f4859}.decoder-trademark-link{font-size:11px;color:#06cc6c}.decoder-compare{display:flex;flex-direction:column;align-items:center;gap:20px;padding:10px;background:#f4f4f4}@media (min-width: 768px){.decoder-compare{gap:40px}}@media (min-width: 992px){.decoder-compare{padding:40px 80px}}.decoder-compare-card{align-items:center;gap:15px}@media (min-width: 768px){.decoder-compare-card{gap:40px}}.decoder-compare-columns{display:flex;flex-direction:column-reverse;align-items:stretch;gap:15px;width:100%}@media (min-width: 992px){.decoder-compare-columns{flex-direction:row;align-items:center;gap:25px}}.decoder-compare-panel{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:20px 15px;border-top:5px solid}@media (min-width: 768px){.decoder-compare-panel{gap:40px;padding:40px}}.decoder-compare-shows{background:#fafafa;border-top-color:#ddd}@media (min-width: 992px){.decoder-compare-shows{flex-shrink:0;width:480px}}.decoder-compare-missing{flex:1 0 0;min-width:0;background:#f3fcf8;border-top-color:#06cc6c}.decoder-compare-heading{width:100%;margin:0;font-size:20px;font-weight:700;line-height:25px;color:#2f4859;text-align:center}.decoder-compare-items{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.decoder-compare-split{display:flex;flex-direction:column;gap:15px;width:100%}@media (min-width: 768px){.decoder-compare-split{flex-direction:row;align-items:flex-start;gap:50px}}.decoder-compare-item{display:flex;align-items:center;gap:15px;width:100%}.decoder-compare-item .decoder-specs-icon{width:40px;height:40px}@media (min-width: 768px){.decoder-compare-item .decoder-specs-icon{width:60px;height:60px}}.decoder-compare-label{font-size:16px;font-weight:600;line-height:20px;color:#2f4859}.decoder-compare-line{width:100%;height:1px;background:#ddd}.decoder-cta{box-sizing:border-box;display:flex;flex-direction:column;align-content:center;align-items:stretch;gap:15px;width:100%;padding:20px;background:#2f4859;border-radius:10px}@media (min-width: 768px){.decoder-cta{flex-direction:row;align-items:center;gap:40px;min-height:120px;padding:20px 40px}}.decoder-cta .decoder-button-primary{justify-content:center}@media (min-width: 768px){.decoder-cta .decoder-button-primary{flex-shrink:0}}.decoder-cta-body{display:flex;flex:1 0 0;align-items:center;gap:20px;min-width:220px}.decoder-cta-body img{flex-shrink:0}.decoder-cta-text{display:flex;flex:1 0 0;flex-direction:column;gap:2px;min-width:0;font-size:16px;line-height:20px;color:#fff}.decoder-cta-title{font-weight:600}.decoder-cta-subtitle{font-weight:400}.decoder-cta-divider{width:100%;height:1px;background:#ddd}@media (min-width: 768px){.decoder-cta-divider{flex-shrink:0;width:1px;height:70px}}.ap-modal.trademark-picker-modal{display:flex;align-items:center;justify-content:center}.ap-modal.trademark-picker-modal .ap-modal-wrapper{display:flex;align-items:center;justify-content:center;width:auto;height:auto}.ap-modal.trademark-picker-modal .ap-modal-body{box-sizing:border-box;width:320px;min-width:0;max-width:calc(100vw - 40px);height:auto;min-height:0;padding:25px 20px;background:#fff;border-radius:10px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.2))}.trademark-picker{display:flex;flex-direction:column;gap:20px;text-align:left}.trademark-picker-title{font-size:16px;font-weight:600;line-height:20px;color:#333}.trademark-picker-search{box-sizing:border-box;display:flex;align-items:center;gap:8px;padding:15px 10px 15px 15px;border:1px solid #ddd;border-radius:5px}.trademark-picker-search img{flex-shrink:0}.trademark-picker-search input{flex:1 0 0;min-width:0;border:0;outline:none;font-family:Roboto,sans-serif;font-size:16px;line-height:20px;color:#2f4859}.trademark-picker-search input::placeholder{color:#999}.trademark-picker-list{display:flex;flex-direction:column;gap:15px;max-height:240px;padding-left:10px;overflow-y:auto}.trademark-picker-message{margin:0;padding:10px 0;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;color:#2f4859}.trademark-picker-option{display:flex;align-items:center;gap:12px;height:30px;padding:0;background:none;border:0;text-align:left;cursor:pointer}.trademark-picker-radio{box-sizing:border-box;flex-shrink:0;width:20px;height:20px;border:1.25px solid #2f4859;border-radius:50%}.trademark-picker-option.selected .trademark-picker-radio{background:url(/asset/vin_decoder/radio-active.svg) center/20px 20px no-repeat;border:0}.trademark-picker-name{font-size:16px;line-height:20px;color:#2f4859}.trademark-picker-line{height:1px;background:#ddd}.trademark-picker-actions{display:flex;justify-content:flex-end;gap:10px}.trademark-picker-cancel,.trademark-picker-confirm{box-sizing:border-box;display:flex;flex:1 0 0;align-items:center;justify-content:center;min-width:0;height:35px;border-radius:5px;font-family:Roboto,sans-serif;cursor:pointer}.trademark-picker-cancel{padding:10px 25px;background:#f4f4f4;border:1px solid #ddd;font-size:16px;line-height:20px;color:#2f4859}.trademark-picker-confirm{padding:10px 22px;background:#06cc6c;border:1px solid #03ad5b;font-size:14px;font-weight:600;line-height:15px;color:#fff}.trademark-picker-confirm:disabled{background:#ddd;border-color:#ddd;cursor:default}.decoder-result{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 10px 10px;background:#f4f4f4}@media (min-width: 992px){.decoder-result{gap:40px;padding:40px 80px}}.decoder-result-stack{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%;max-width:1280px}.decoder-result-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;width:100%;max-width:1280px}@media (min-width: 768px){.decoder-result-head{align-items:center}}.decoder-result-title{margin:0;font-size:30px;font-weight:400;line-height:40px;color:#2f4859}.decoder-button-secondary{box-sizing:border-box;display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:10px;width:75px;height:45px;padding:10px;background:#f4f4f4;border:1px solid #ddd;border-radius:5px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#2f4859;text-decoration:none;cursor:pointer}@media (min-width: 768px){.decoder-button-secondary{width:200px;padding:10px 25px}}.decoder-button-secondary:hover{border-color:#06cc6c}.decoder-button-secondary:focus:not(:focus-visible){outline:none}.decoder-button-secondary span{display:none}@media (min-width: 768px){.decoder-button-secondary span{display:inline}}.decoder-button-primary{display:inline-flex;align-items:center;justify-content:center;height:35px;padding:10px 22px;background:#06cc6c;border:1px solid #03ad5b;border-radius:5px;font-size:14px;font-weight:600;line-height:15px;color:#fff;white-space:nowrap;text-decoration:none}.decoder-button-primary:hover{background:#03ad5b;color:#fff}.decoder-vehicle{box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;gap:20px;width:100%;max-width:1280px;padding:15px;background:#fff;border-radius:10px}@media (min-width: 768px){.decoder-vehicle{flex-direction:row;align-items:center;gap:40px;padding:40px}}.decoder-vehicle-identity{display:flex;flex:1 0 0;align-items:center;gap:20px;min-width:0}.decoder-vehicle-logo{flex-shrink:0;width:65px;height:65px}.decoder-vehicle-text{display:flex;flex:1 0 0;flex-direction:column;gap:10px;min-width:0}.decoder-vehicle-name{margin:0;font-size:30px;font-weight:700;line-height:40px;color:#2f4859}.decoder-vehicle-vin{margin:0;font-size:14px;font-weight:300;line-height:15px;color:#2f4859}.decoder-vehicle-vin strong{font-weight:600}.decoder-vehicle-action{display:flex;flex-direction:column;align-items:stretch;padding-top:20px;border-top:1px solid #aaa}@media (min-width: 768px){.decoder-vehicle-action{align-items:flex-start;padding:10px 0 10px 40px;border-top:0;border-left:1px solid #aaa}}.decoder-result-note{width:100%;max-width:1280px;margin:0;padding:0 15px;font-size:16px;line-height:20px;color:#2f4859}@media (min-width: 992px){.decoder-result-note{padding:10px 50px}}.decoder-card{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;width:100%;max-width:1280px;padding:15px;background:#fff;border-radius:10px}@media (min-width: 768px){.decoder-card{gap:40px;padding:40px}}.decoder-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}@media (min-width: 768px){.decoder-spec-grid{gap:24px}}@media (min-width: 992px){.decoder-spec-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.decoder-spec-item{display:flex;align-items:center;gap:10px;min-width:0}.decoder-spec-icon{flex-shrink:0;width:25px;height:25px}.decoder-spec-text{display:flex;flex:1 0 0;flex-direction:column;min-width:0}.decoder-spec-label{font-size:16px;line-height:20px;color:#999}.decoder-spec-value{overflow:hidden;font-size:18px;font-weight:700;line-height:25px;color:#2f4859;text-overflow:ellipsis;white-space:nowrap}.decoder-alert{box-sizing:border-box;display:flex;align-items:center;gap:15px;padding:15px 20px;background:#eff6ff;border-radius:10px}.decoder-alert img{flex-shrink:0}.decoder-alert-text{display:flex;flex:1 0 0;flex-direction:column;gap:2px;min-width:0;font-size:16px;line-height:20px;color:#2f4859}.decoder-alert-title{font-weight:600}.decoder-alert-body{font-weight:400}@media (min-width: 768px){.decoder-sections-card{gap:20px}}.decoder-sections-title{margin:0;font-size:18px;line-height:25px;color:#2f4859;text-align:center}.decoder-sections{display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:10px 15px}@media (min-width: 768px){.decoder-sections{display:flex;flex-wrap:wrap;align-content:center;justify-content:center;gap:40px;padding:0 40px}}.decoder-sections-divider{justify-self:center;width:1px;height:50px;background:#ddd}.decoder-sections-divider-row{display:none}@media (min-width: 768px){.decoder-sections-divider-row{display:block}}.decoder-section{display:flex;flex-direction:column;align-items:center;white-space:nowrap}@media (min-width: 768px){.decoder-section{align-items:flex-start}}.decoder-section-wide{grid-column:1/-1}@media (min-width: 768px){.decoder-section-wide{grid-column:auto}}.decoder-section-characters{font-size:20px;font-weight:700;line-height:25px;color:#2f4859}.decoder-section-label{font-size:16px;line-height:20px;color:#999}.decoder-again{display:flex;flex-direction:column;align-items:center;gap:20px;padding:10px;background:#f4f4f4}@media (min-width: 992px){.decoder-again{padding:40px 80px}}.decoder-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px 10px 10px;background:#f4f4f4}@media (min-width: 768px){.decoder-hero{padding:60px 20px 20px}}.decoder-hero-header{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:1240px;text-align:center;word-break:break-word}.decoder-hero-title{margin:0;font-size:40px;font-weight:700;line-height:55px;color:#2f4859}.decoder-hero-title span{color:#06cc6c}.decoder-hero-subtitle{margin:0;font-size:18px;line-height:25px;color:#2f4859}.decoder-hero-subtitle span{font-weight:700;color:#06cc6c}.decoder-specs{display:flex;flex-direction:column;align-items:center;padding:10px;background:#f4f4f4}@media (min-width: 992px){.decoder-specs{padding:40px 80px}}.decoder-specs-card{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;width:100%;max-width:1280px;padding:15px;background:#fff;border-radius:10px}@media (min-width: 768px){.decoder-specs-card{padding:40px}}.decoder-section-header{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;text-align:center}.decoder-section-title{margin:0;font-size:30px;font-weight:700;line-height:40px;color:#2f4859}.decoder-section-subtitle{margin:0;font-size:18px;line-height:25px;color:#2f4859}.decoder-section-subtitle span{font-weight:700;color:#06cc6c}.decoder-specs-title{margin:0;font-size:28px;font-weight:400;line-height:30px;color:#06cc6c}.decoder-specs-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}@media (min-width: 768px){.decoder-specs-row{gap:16px}}@media (min-width: 992px){.decoder-specs-row{grid-template-columns:repeat(4,minmax(0,1fr))}}.decoder-specs-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;min-width:0}.decoder-specs-icon{box-sizing:border-box;position:relative;flex-shrink:0;width:40px;height:40px;border:1px solid #ddd;border-radius:50%}@media (min-width: 768px){.decoder-specs-icon{width:60px;height:60px}}.decoder-specs-icon img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.decoder-specs-icon-filled{background:#fff}.decoder-specs-icon-full{border:0}.decoder-specs-icon-full img{width:100%;height:100%}.decoder-specs-icon-body img,.decoder-specs-icon-more img{width:60%;height:46%}.decoder-specs-icon-origin img{width:49.93%;height:49.85%}.decoder-specs-icon-vin img{width:60%;height:44%}.decoder-specs-icon-mileage img{width:50%;height:34%}.decoder-specs-icon-damage img{width:80%;height:44%}.decoder-specs-icon-owners img{width:50%;height:50%}.decoder-specs-icon-inspections img{width:60%;height:44%}.decoder-specs-icon-theft img{width:38.18%;height:46.18%}.decoder-specs-icon-photos img{width:50.55%;height:46.55%}.decoder-specs-icon-finance img{width:42.09%;height:42.09%}.decoder-specs-label{font-size:16px;font-weight:600;line-height:20px;color:#2f4859;text-align:center}.decoder-faq .faq-heading{font-weight:700}.faq-container.decoder-faq{padding:10px}@media (min-width: 768px){.faq-container.decoder-faq{padding:40px 0}}.decoder-faq .faq-inner{padding:0}@media (min-width: 768px){.decoder-faq .faq-inner{padding:0 20px}}.decoder-faq .faq-header{padding-bottom:0}@media (min-width: 768px){.decoder-faq .faq-header{padding-bottom:20px}}
