.custom-footer{font-family:var(--font-body-family,'Montserrat',sans-serif)}.custom-footer__trust{background:#7a93dc;border-radius:16px;padding:24px 45px;margin:0 66px 43px;display:flex;align-items:center;justify-content:center;gap:32px}.custom-footer__badge{display:flex;align-items:center;gap:16px}.custom-footer__badge-icon{width:65px;height:65px;flex-shrink:0;border-radius:50%;object-fit:cover}.custom-footer__badge-text{width:261px;color:#fff}.custom-footer__badge-title{font-weight:700;font-size:20px;line-height:normal;text-transform:uppercase;margin:0 0 9px}.custom-footer__badge-desc{font-weight:500;font-size:12px;line-height:17px;margin:0}.custom-footer__badge-divider{width:1px;height:107px;background:rgb(255 255 255 / .4);flex-shrink:0}.custom-footer__main{background:#000;overflow:hidden}.custom-footer__app-banner{display:flex;align-items:center;justify-content:center;max-width:1300px;margin:0 auto;padding:20px 60px 16px;gap:0}.custom-footer__app-left{flex:1;display:flex;flex-direction:column;align-items:center;gap:14px;padding:0 40px 0 0;border-right:1px solid rgb(255 255 255 / .2)}.custom-footer__app-heading{font-family:var(--font-body-family,'Montserrat',sans-serif);font-weight:600;font-size:16px;line-height:24px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin:0;text-align:center}.custom-footer__app-heading strong{font-weight:800}.custom-footer__app-buttons{display:flex;gap:12px;align-items:center}.custom-footer__store-badge{display:flex;align-items:center;gap:8px;background:#fff0;border:1px solid #999;border-radius:8px;padding:12px 12px;text-decoration:none;color:#fff;transition:opacity .2s ease}.custom-footer__store-badge:hover{opacity:.85}.custom-footer__store-icon{width:22px;height:22px;flex-shrink:0}.custom-footer__store-text{display:flex;flex-direction:column;line-height:1.1}.custom-footer__store-small{font-size:9px;font-weight:400;text-transform:uppercase;letter-spacing:.5px;color:#ccc}.custom-footer__store-big{font-size:17px;font-weight:600;color:#fff}.custom-footer__app-right{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 0 0 40px}.custom-footer__contact-heading{font-family:var(--font-body-family,'Montserrat',sans-serif);font-weight:600;font-size:14px;line-height:24px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin:0}.custom-footer__contact-details{display:flex;align-items:center;gap:15px;white-space:nowrap}.custom-footer__contact-link{font-family:var(--font-body-family,'Montserrat',sans-serif);font-weight:400;font-size:21px;letter-spacing:1px;color:#b63a36;text-decoration:none;transition:opacity .3s ease}.custom-footer__contact-link:hover{opacity:.8}.custom-footer__contact-divider{font-weight:300;color:#fff;font-size:24px;opacity:.5}.custom-footer__marquee{border:1px solid #fff;padding:10px;overflow:hidden;margin:16px 0 0}.custom-footer__marquee-track{display:flex;gap:29px;align-items:center;white-space:nowrap;animation:footerMarquee 20s linear infinite;width:max-content}.custom-footer__marquee-item{font-weight:600;font-size:20px;line-height:30px;color:#fff;text-transform:uppercase}@keyframes footerMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.custom-footer__content{display:flex;gap:80px;align-items:flex-start;padding:70px 140px 0}.custom-footer__left{width:536px;flex-shrink:0}.custom-footer__logo{width:250px;height:auto;display:block;margin-bottom:28px}.custom-footer__about{font-weight:300;font-size:16px;line-height:24px;color:#fff;margin:0}.custom-footer__right{flex:1;max-width:538px;display:flex;flex-direction:column;gap:24px}.custom-footer__newsletter-heading{font-weight:400;font-size:20px;line-height:30px;color:#fff;text-transform:uppercase;margin:0 0 22px}.custom-footer__form{position:relative;border:1px solid #fff;border-radius:300px;height:62px;display:flex;align-items:center;padding:0 8px 0 19px}.custom-footer__form,.custom-footer__form:focus-within{outline:none!important;box-shadow:none!important}.custom-footer__input{flex:1;background:#fff0;border:none;outline:none!important;box-shadow:none!important;color:#fff;font-family:var(--font-body-family,'Montserrat',sans-serif);font-weight:400;font-size:16px;line-height:normal;padding:0}.custom-footer__input::placeholder{color:rgb(255 255 255 / .7)}.custom-footer__submit{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:none;border-radius:300px;padding:8px 16px;height:45px;cursor:pointer;font-family:var(--font-body-family,'Montserrat',sans-serif);font-weight:700;font-size:18px;color:#000;text-transform:uppercase;white-space:nowrap}.custom-footer__submit:hover{opacity:.9}.custom-footer__submit-arrow{width:20px;height:20px}.custom-footer__social{display:flex;gap:14px;align-items:center}.custom-footer__social-icon{width:25px;height:22px;display:block}.custom-footer__bottom{margin:40px 150px 0}.custom-footer__links{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:23px 0 48px;white-space:nowrap;border-top:1px solid rgb(255 255 255 / .3)}.custom-footer__link{font-weight:300;font-size:15px;line-height:21px;color:#fff;text-decoration:none;white-space:nowrap;position:relative;padding-bottom:2px}.custom-footer__link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#fff;transition:width 0.3s ease}.custom-footer__link:hover::after{width:100%}@media screen and (max-width:749px){.custom-footer__app-banner{flex-direction:column;padding:14px 16px;gap:14px}.custom-footer__app-left{border-right:none;border-bottom:1px solid rgb(255 255 255 / .2);padding-right:0;padding-bottom:14px;width:100%}.custom-footer__app-heading{font-size:11px;letter-spacing:1px;line-height:1.3}.custom-footer__store-badge{padding:10px 10px}.custom-footer__store-big{font-size:13px}.custom-footer__store-small{font-size:9px;letter-spacing:.3px}.custom-footer__store-icon{width:20px;height:20px}.custom-footer__app-buttons{gap:8px}.custom-footer__app-right{padding-left:0;width:100%;gap:6px}.custom-footer__contact-heading{font-size:11px;letter-spacing:1.5px}.custom-footer__contact-details{gap:10px}.custom-footer__contact-link{font-size:13px;letter-spacing:.5px}.custom-footer__contact-divider{font-size:16px}.custom-footer__trust{flex-direction:column;align-items:stretch;margin:0 16px 30px;padding:12px 20px;gap:0;border-radius:12px}.custom-footer__badge{padding:16px 0;border-bottom:none;position:relative}.custom-footer__badge::after{content:'';position:absolute;bottom:0;left:10%;width:80%;height:2px;background:rgb(255 255 255 / .4)}.custom-footer__badge:last-child::after{display:none}.custom-footer__badge-divider{display:none}.custom-footer__badge-text{width:auto}.custom-footer__badge-title{font-size:16px;font-weight:600}.custom-footer__marquee{margin-top:10px}.custom-footer__marquee-item{font-size:14px}.custom-footer__marquee-track{gap:16px}.custom-footer__content{flex-direction:column;gap:40px;padding:40px 16px 0;align-items:center;text-align:center;box-sizing:border-box;width:100%}.custom-footer__left{width:100%;display:flex;flex-direction:column;align-items:center}.custom-footer__logo{width:250px;margin-bottom:0}.custom-footer__about{display:none}.custom-footer__right{align-items:center;width:100%}.custom-footer__newsletter-heading{font-size:14px;line-height:20px;text-align:center}.custom-footer__form{height:54px;width:100%;max-width:100%;box-sizing:border-box}.custom-footer__input{font-size:16px}.custom-footer__submit{font-size:14px;height:40px;padding:8px 16px;gap:6px}.custom-footer__submit-arrow{width:16px;height:16px}.custom-footer__social{justify-content:center}.custom-footer__bottom{margin:25px 0 0}.custom-footer__links{columns:2;column-gap:100px;padding:25px 24px 40px;text-align:left;white-space:normal;border-top:1px solid rgb(255 255 255 / .3);width:auto;display:block}.custom-footer__link{display:block;margin-bottom:12px;font-size:13px;font-weight:200}.custom-footer__link::after{display:none}}