.ak-u-justify-center{justify-content:center !important}.ak-u-justify-between{justify-content:space-between !important}.ak-u-justify-start{justify-content:start !important}.ak-u-justify-end{justify-content:end !important}.ak-u-flex-column{display:flex;flex-direction:column;align-items:center;gap:.4rem}.ak-u-flex-center{display:flex;align-items:center}.ak-u-flex-row{display:flex;flex-direction:row}.ak-u-self-flex-start{align-self:flex-start}.ak-u-display-flex-gap{display:flex;gap:2rem}.ak-u-gap{gap:1rem}.ak-u-flex-dir-col{flex-direction:column !important}.ak-u-full-width{width:100% !important}.ak-u-fit-content{width:fit-content}.ak-u-min-width{min-width:30rem}.ak-u-margin-sides{margin:auto 1rem}.ak-u-margin-left-auto-all{margin:auto 0 auto auto}.ak-u-margin-center{margin:0 auto}.ak-u-margin-left{margin-left:auto !important}.ak-u-margin-left-small{margin-left:2rem}.ak-u-margin-top-very-small{margin-top:1rem !important}.ak-u-margin-top-small{margin-top:2rem !important}.ak-u-margin-top-medium{margin-top:3rem !important}.ak-u-margin-top-big{margin-top:5rem !important}.ak-u-margin-top-none{margin-top:0 !important}.ak-u-margin-bottom-none{margin-bottom:0 !important}.ak-u-margin-bottom-small{margin-bottom:1rem !important}.ak-u-margin-bottom-medium{margin-bottom:3rem !important}.ak-u-margin-bottom-big{margin-bottom:5rem !important}.ak-u-padding-bottom-none{padding-bottom:0 !important}.ak-u-hidden{display:none !important}.ak-u-warning-text{color:#FB0101;display:block;font-size:1.2rem;margin-top:5px}.ak-u-font-weight-bold{font-weight:600 !important}.ak-u-divider{border-top:solid 1px #bdbdbd;margin:4rem 0 2rem}.ak-u-margin-padding-reset{margin:0 !important;padding:0 !important}.ak-u-bg-none{background:none !important}.ak-u-text-center{text-align:center !important}.ak-u-width-auto{width:auto !important}.ak-u-white{color:#FFF !important;fill:#FFF !important}.ak-u-timp-red{color:#5D0A20 !important}.ak-u-red-bg{background-color:#5D0A20 !important}.ak-btn{background-color:#5D0A20;border:none;border-radius:3px;color:#FFF !important;display:inline-block;font-family:inherit;font-size:1.8rem;font-weight:600;height:fit-content;line-height:normal;padding:.8rem .8rem .6rem;opacity:1;text-align:center;transition:all .2s;vertical-align:middle;width:fit-content}.ak-btn:link,.ak-btn:visited{text-decoration:none}.ak-btn:hover{box-shadow:inset 0 0 100px 100px rgba(255,255,255,0.3);cursor:pointer;text-decoration:none}.ak-btn:active{transform:translateY(2px)}.ak-btn--green{background-color:#2FAC65 !important;color:#FFF !important}.ak-btn--green:hover,.ak-btn--green:active{background-color:#2FAC65 !important;border:none;box-shadow:inset 0 0 100px 100px rgba(255,255,255,0.3);color:#FFF !important}.ak-btn--burgundy{background-color:#5D0A20 !important;color:#FFF !important;width:14rem}.ak-btn--nearest-branch{background-color:#2FAC65 !important;border-radius:3px;display:flex;align-items:center;margin:.5rem .8rem .5rem .5rem;height:40px;align-self:center}.ak-btn--nearest-branch-text{font-size:1.5rem;width:7rem}.ak-btn--disabled{cursor:not-allowed !important;pointer-events:none}.ak-btn--grayscale{filter:grayscale(1);opacity:.5}.ak-btn--loader{border-top:2px dotted #FFF;border-radius:50%;display:block;height:20px;margin:0 auto;padding:4px;width:20px;animation:spin 1s linear infinite}.ak-btn--hidden{opacity:0;position:absolute;pointer-events:none;width:0 !important}#autokeysCarRegSubmitLoader,#autokeysMakeModelYearBtnLoader{width:auto}#autokeysNotifyBtn,#autokeysNomatchBtn{width:8rem}#autokeysPostCodeSubmit{bottom:0;font-size:3rem;height:50px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ak-icon-cross{background-color:#FB0101;border-radius:100%;margin-left:10px;width:40px}.ak-icon-cross path:first-child{fill:#FB0101}.ak-icon-cross path{fill:#FFF}.ak-icon-tick{background-color:#FFF;border-radius:100%;margin-left:10px;width:40px}.ak-icon-tick path:first-child{fill:#FFF}.ak-icon-tick path{fill:#2FAC65}.ak-icon-question{background-color:#333;border-radius:100%;width:16px}.ak-icon-question path:first-child{fill:#333}.ak-icon-question path{fill:#FFF}.ak-icon-exclamation{background-color:#FFCD00;border-radius:100%;width:40px}.ak-icon-exclamation path:first-child{fill:#FFCD00}.ak-icon-exclamation path{fill:#000}.ak-icon-search{width:26px}.ak-icon-search path{fill:#333;stroke:#333;stroke-width:1}.ak-icon-phone{vertical-align:middle;width:26px}.ak-icon-phone path{fill:#FFF}.ak-modal{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;background-color:rgba(200,200,200,0.9)}.ak-modal__content{background-color:#FBFBFB;border:none;border-radius:1rem;max-height:90vh;overflow:auto;overflow-x:hidden;padding:1rem 2rem 2rem;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;scrollbar-width:thin}.ak-modal__content::-webkit-scrollbar-thumb{border-radius:5px;background-color:#CACACA}.ak-modal__content::-webkit-scrollbar-track{background-color:#eeeeee}.ak-modal__header{color:#5D0A20;font-weight:600;margin:2rem auto;text-align:center;width:30rem}.ak-modal__form-group{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;position:relative}.ak-modal__form-group input[type="text"]{border:solid 2px #5D0A20;border-radius:.6rem;font-size:1.8rem;font-weight:600;order:2;text-transform:uppercase;width:50%}.ak-modal__form-group input[type="text"]::placeholder{font-weight:600;opacity:1}.ak-modal__form-group label{margin:1rem 0;width:60%}.ak-modal__form-group .ak-btn--green{order:3;text-transform:uppercase}.ak-modal__close{color:#8c2f46;float:right;font-size:36px;font-weight:600}.ak-modal__close:hover,.ak-modal__close:focus{color:#5D0A20;text-decoration:none;cursor:pointer}.ak-modal__back{color:#8c2f46;float:left;font-size:30px;font-weight:600;transform:rotate(180deg)}.ak-modal__back:hover,.ak-modal__back:focus{color:#5D0A20;text-decoration:none;cursor:pointer}.ak-branch-list{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;margin:2rem 1rem}.ak-branch-list__name{font-size:2rem;font-weight:500;width:30rem}.ak-branch-list__address{font-size:1.3rem;width:22rem}.ak-branch-list__distance{color:#8c2f46;font-size:2.2rem;font-weight:600;width:12rem}.ak-branch-list .ak-btn--green{text-transform:uppercase}.ak-modal-text{width:20rem}.ak-locksmith-highlight{border:solid 3px #8c2f46;background-color:#eee;border-radius:20px;margin-left:auto;padding:.3rem 1.5rem;text-align:center}.ak-chosen-flex-direction{flex-direction:row}.ak-chosen-flex-direction .ak-btn.ak-btn--green{padding:1.2rem}.ak-phone-number{background-color:#5D0A20;border-radius:.5rem;color:#FFF;display:inline-block;font-size:1.8rem;font-weight:600;padding:1rem;width:15.5rem}.ak-notify-branch-container{display:flex;flex-direction:row;max-width:55rem}.ak-notify-branch-form div{margin-bottom:.5rem}.ak-notify-branch-form input[type="text"],.ak-notify-branch-form textarea{border:solid 2px #5D0A20;border-radius:.8rem;font-size:16px}.ak-notify-branch-form label{display:block;font-style:italic}.ak-notify-branch-form label>*,.ak-notify-branch-form p>*{color:#FB0101}@media (max-width:576px){.ak-modal__content{padding:1rem;width:70%}.ak-modal__header{font-size:2rem;width:25rem}.ak-modal__form-group input[type="text"]{width:35%}.ak-branch-list__name{font-size:1.5rem;width:20rem}.ak-branch-list__address{font-size:1.3rem;width:18rem}.ak-branch-list__distance{font-size:1.6rem;width:7rem}.ak-modal-text,.ak-opening-hours-text{width:80%}.ak-modal-text-width{width:100%}.ak-chosen-flex-direction{flex-direction:column}.ak-chosen-flex-direction .ak-btn.ak-btn--green{padding:.8rem}.ak-notify-branch-form label{display:inline-block}.ak-notify-branch-container{flex-direction:column}}@media (max-width:520px){.ak-modal__content{width:80%}.ak-modal__form-group input[type="text"]{width:35%}}@media (max-width:450px){.ak-modal__content{width:90%}.ak-modal__form-group input[type="text"]{width:40%}}@media (max-width:395px){.ak-modal__form-group input[type="text"]{width:55%}.ak-branch-list{margin:1rem}.ak-branch-list__address{font-size:1.2rem;width:12.5rem}.ak-branch-list__name{width:14rem}.ak-phone-number{font-size:1.5rem;width:13rem}.ak-icon-phone{width:20px}.ak-u-width-320{width:auto}#notifyBranchDistance{display:none}}@media (min-width:395px){.ak-modal__content::-webkit-scrollbar{width:10px}}.ak-msg-container{background:rgba(255,255,255,0.8);border:solid 3px #8c2f46;border-radius:1rem;max-width:65%;margin-bottom:4rem;padding-bottom:1rem;text-align:center}.ak-msg-container--green-border{border-color:#2FAC65}.ak-msg-container>p,.ak-msg-container>div>p{font-weight:500;padding:0 1.2rem .8rem}.ak-msg-container__message{font-size:1.8rem;font-weight:500}.ak-msg-container--min-width{min-width:23rem}.ak-msg-container__header{background-color:#8c2f46;border-radius:.5rem .5rem 0 0;box-shadow:0 0 0 1px #8c2f46;color:#FFF;font-weight:500;margin-bottom:1.5rem;padding:1rem 0;min-width:max-content;width:100%}.ak-msg-container__header--min-width{min-width:30rem}.ak-msg-container--header-bg{padding:1rem !important;background-color:#8c2f46;border-radius:.5rem .5rem 0 0}.ak-msg-container--header-bg-green{background-color:#2FAC65;border:solid 1px #2FAC65;box-shadow:0 0 0 1px #2FAC65}@media (max-width:710px){.ak-msg-container td{padding:4px 10px}.ak-msg-container--min-width{margin:0 auto}}@media (max-width:576px){.ak-msg-container{max-width:fit-content}}@media (max-width:480px){.ak-msg-container{padding-bottom:0}.ak-msg-container--header-bg{padding:.5rem 1rem !important}}@media (max-width:395px){.ak-msg-container__header{font-size:2.2rem}.ak-msg-container__header--min-width{min-width:29rem}}.ak-opentimes-table{font-weight:500;vertical-align:middle;width:60%}.ak-opentimes-table th{color:#5D0A20;font-size:2.2rem;font-weight:500}.ak-opentimes-table td{padding:5px 10px}.ak-opentimes-table td:first-child{text-align:left;vertical-align:middle}.ak-opentimes-table td:last-child{text-align:right;vertical-align:middle}@media (max-width:576px){.ak-opentimes-table{width:65%}.ak-opentimes-table th{font-size:1.8rem;padding:0 .2rem .4rem}}@media (max-width:395px){.ak-opentimes-table{width:80%;margin-bottom:-1rem}.ak-locksmith-highlight{margin-bottom:1rem}}.autokeysonline-autokeys-findkey .page-main{position:relative}.ak-car-key-photo{margin:0 auto;position:absolute;z-index:-2}.ak-car-key-photo--smiling-man{bottom:-10px;left:-110px}.ak-car-key-photo--smiling-woman{bottom:-10px;right:-150px}.ak-car-key-photo--right-faded{opacity:.3;top:30%;right:0}.ak-car-key-photo--flip-right{top:20%;left:0;opacity:.3;transform:scaleX(-1)}.ak-car-key-photo--left-faded{opacity:.3;top:40%;left:0;width:70%}.ak-car-key-photo--flip-left{top:40%;right:0;opacity:.3;transform:scaleX(-1)}@media (max-width:960px){.ak-car-key-photo--smiling-woman,.ak-car-key-photo--smiling-man{display:none}.ak-car-key-photo--left-faded,.ak-car-key-photo--right-faded{opacity:.2;width:50%}}@media (max-width:576px){.ak-car-key-photo{display:none}}body.autokeysonline-autokeys-findkey h1.page-title,body.autokeysonline-autokeys-keyfound h1.page-title,body.autokeysonline-autokeys-nomatch h1.page-title,body.autokeysonline-autokeys-success h1.page-title,body.autokeysonline-autokeys-failed h1.page-title{position:absolute;width:0;height:0;overflow:hidden}.ak-header{padding:1rem 0;text-align:center;color:#5D0A20}.ak-header__text{margin:0;font-weight:600}.ak-header__text-secondary{display:inline-block;background-color:#DEDEDE;border:solid 2px #8c2f46;border-radius:8px;font-weight:400;padding:.7rem}.ak-header__text-secondary span{font-weight:600}.ak-key-search{display:flex;flex-direction:column}.ak-reginput__heading{color:#5D0A20;font-size:2.4rem;font-weight:400;margin:1rem 0;text-align:center}.ak-reginput__form{position:relative;width:30rem}.ak-reginput__form .ak-btn{border-radius:3px;font-size:2.5rem;order:3;width:100%}.ak-reginput__form input[type="text"]{background-color:#FFCD00;border:solid 2px #333;border-radius:4px;box-shadow:0 0 0 4px #FFCD00;color:#333;font-weight:800;font-size:3rem;height:50px;order:2;text-align:center;text-transform:uppercase}.ak-reginput__form input[type="text"]::placeholder{color:#666 !important;opacity:1;text-transform:none}.ak-or{padding:2rem 0 1rem;text-align:center;text-transform:uppercase;font-size:2rem;font-weight:500;color:#5D0A20}.ak-dropdown{padding:1rem 0}.ak-dropdown__form{font-size:1.3rem;position:relative;width:30rem}.ak-dropdown__form div{width:100%}.ak-dropdown__form select{background:#5D0A20 url(../img/down-chevron.svg) no-repeat 97% 45%;border-radius:.5rem;color:#FFF;height:5rem;font-size:2.5rem;margin-bottom:1rem;scrollbar-width:thin}.ak-dropdown__form select::-webkit-scrollbar{width:10px}.ak-dropdown__form select::-webkit-scrollbar-thumb{background-color:#FFF;border-radius:5px}.ak-dropdown__form select::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3)}.ak-dropdown__form .ak-btn{border-radius:3px;bottom:0;font-size:2.5rem;width:100%}@media (max-width:576px){.ak-header__text{font-size:2.4rem}.ak-header__text-secondary{font-size:1.7rem}.ak-or{font-size:1.6rem}.ak-reginput{padding:0 1rem 0}.ak-reginput__form input[type="text"]{font-size:2.6rem;height:40px}.ak-reginput__form .ak-btn{font-size:2rem}.ak-dropdown{padding:0}.ak-dropdown__form select{font-size:2rem;height:4rem;margin-bottom:.2rem}.ak-dropdown__form .ak-btn{font-size:2rem}}@media (max-width:350px){.ak-reginput__heading{font-size:2.3rem}.ak-reginput__form{width:auto}.ak-dropdown__form{width:auto}}.ak-customer-details{max-width:fit-content}.ak-customer-details__form>*{margin-bottom:2rem}.ak-customer-details__form input[type="text"],.ak-customer-details__form input[type="email"]{border:solid 2px #5D0A20;border-radius:.6rem;font-size:17px}.ak-customer-details__form select{background:#5D0A20 url(../img/down-chevron.svg) no-repeat 98% 45%;border-radius:.5rem;color:#FFF;height:35px}.ak-customer-details label{font-style:italic}.ak-customer-details label>*{color:#FB0101}.ak-customer-details__footer{display:flex;justify-content:flex-end}.ak-customer-details__footer p{margin-right:1rem}.ak-customer-details__footer span{color:#FB0101}.ak-aa-logo{border-radius:5px;width:50px}.ak-keyfound-container{display:flex;flex-direction:row;gap:2rem}.ak-keys-container{display:flex;flex-direction:column;gap:.8rem;width:70rem}.ak-dealership-prices-desktop{display:flex}.ak-dealership-prices-desktop__text{background-color:#DEDEDE;border:solid 2px #8c2f46;border-radius:8px;color:#5D0A20;font-size:3.8rem;font-weight:400;margin:0 auto 1.5rem;padding:.7rem 2rem;min-width:max-content;text-align:center}.ak-dealership-prices-desktop__text span{font-weight:600}.ak-dealership-prices-mobile{display:none}.ak-dealership-prices-mobile__text{background-color:#DEDEDE;border:solid 2px #8c2f46;border-radius:8px;color:#5D0A20;font-size:2.9rem;font-weight:400;margin:0 auto;padding:.7rem;min-width:max-content;text-align:center}.ak-dealership-prices-mobile__text span{font-weight:600}.ak-key{background-color:#FFF;border:solid 1px #5D0A20;box-shadow:inset 0px 0px 0px 3px #5D0A20;border-radius:.5rem;position:relative;text-align:center}.ak-key--bg{background-color:#5D0A20;color:#FFF;flex:3;padding:4px 0;height:70px}.ak-key__type{display:inline-block;background:none;font-size:1.6rem;font-weight:600;margin:0 auto}.ak-key__description{font-size:1.2rem;width:36rem}.ak-key__sub-description{font-size:1.2rem;font-weight:600}.ak-key__description,.ak-key__sub-description{overflow:hidden;text-overflow:ellipsis}.ak-key__price{color:#5D0A20;flex:1;font-size:1.8rem;font-weight:600;margin:auto 5px;text-align:center;width:8rem}.ak-keyfound-table{color:#8c2f46;font-weight:500;vertical-align:middle}.ak-keyfound-table td{text-align:left;vertical-align:middle}.ak-keyfound-table__value{font-size:1.8rem;font-weight:800;text-transform:uppercase}.ak-container-width{width:80%;margin:0 auto}.ak-display-popular-ribbon{display:inline !important}.ak-hide-popular-ribbon{display:none !important}.ak-ribbon-container{position:absolute}.ak-ribbon{background-color:#74BFCF;border-radius:2px;color:#000;display:none;font-size:1.3rem;font-weight:500;margin-left:-3px;padding:0 .5rem;position:absolute;top:30px;left:-40px;transform:rotate(-90deg);z-index:-1}.ak-loader{color:#8c2f46;text-align:center}.ak-loader__flashing-dots{fill:#8c2f46;font-size:3rem;margin-left:2px}.ak-loader__flashing-dots circle:nth-child(1),.ak-loader__flashing-dots span:nth-child(1){animation:dot-flash 1.5s ease-in-out infinite}.ak-loader__flashing-dots circle:nth-child(2),.ak-loader__flashing-dots span:nth-child(2){animation:dot-flash 1.5s ease-in-out .5s infinite}.ak-loader__flashing-dots circle:nth-child(3),.ak-loader__flashing-dots span:nth-child(3){animation:dot-flash 1.5s ease-in-out 1s infinite}@keyframes dot-flash{0%{opacity:1}50%{opacity:.1}100%{opacity:1}}@media (max-width:970px){.ak-key__type{font-size:1.5rem}.ak-key__description{width:30rem}.ak-key__price{font-size:1.6rem}.ak-dealership-prices-desktop__text{font-size:3.5rem}}@media (max-width:890px){.ak-container-width{width:100%}}@media (max-width:790px){.ak-key__description{width:22rem}.ak-key--bg{padding:6px 0}}@media (max-width:710px){.ak-keyfound-container{flex-direction:column}.ak-keys-container{width:auto;margin-bottom:2rem}.ak-key__description{width:35rem}.ak-key__price{font-size:1.8rem}.ak-dealership-prices-desktop{display:none}.ak-dealership-prices-mobile{display:flex}.ak-top-left-ribbon{font-size:1.1rem;left:-34px}}@media (max-width:576px){.ak-key--bg{padding:0;width:50%}.ak-key__type{font-size:1.4rem}.ak-key__description{width:22rem}.ak-key__description,.ak-key__available{font-size:.9rem}.ak-key__price{font-size:1.4rem}.ak-ribbon{top:26px}.ak-dealership-prices-mobile__text{font-size:2.4rem;width:100%}.ak-icon-exclamation{width:60px}}@media (max-width:480px){.ak-keyfound-container{gap:1rem}.ak-icon-tick{width:28px}.ak-dealership-prices-mobile__text{font-size:1.9rem}.ak-key__type{margin:0 4px}.ak-key__description{margin:0 4px;width:auto}}@media (max-width:395px){.ak-icon-tick{width:22px}.ak-key--bg{width:70%}.ak-btn--nearest-branch-text{font-size:1.2rem;width:6rem}.ak-key__type{font-size:1.2rem}.ak-key__price{font-size:1.2rem}.ak-ribbon-top{top:-18px}.ak-dealership-prices-mobile__text{font-size:1.7rem;padding:.4rem}}@media (max-width:360px){.ak-dealership-prices-mobile__text{font-size:1.5rem}.ak-key__type{margin:0 2px}.ak-key__description{margin:0 2px}}