/* Active Freight Footer front-end */
.aff-footer,.aff-footer *,.aff-footer *::before,.aff-footer *::after{box-sizing:border-box}
.aff-footer{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;background:var(--aff-bg)!important;color:var(--aff-text);font-family:Arial,Helvetica,sans-serif;overflow:hidden!important;isolation:isolate}
.aff-footer-main{position:relative;width:min(var(--aff-max),calc(100% - (var(--aff-side)*2)))!important;max-width:var(--aff-max)!important;margin:0 auto!important;padding:var(--aff-top) 0 var(--aff-bottom)!important;display:grid!important;grid-template-columns:minmax(280px,1.45fr) minmax(170px,.85fr) minmax(190px,.95fr) minmax(260px,1.15fr)!important;align-items:stretch;justify-content:center;column-gap:var(--aff-col-gap);row-gap:0}
.aff-footer-brand{position:relative;width:100%!important;min-width:0;min-height:220px;margin:0!important;padding:0 65px 0 0!important;border-right:1px solid var(--aff-border)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important}
.aff-footer-logo{display:inline-flex!important;width:auto!important;max-width:100%!important;height:auto!important;margin:0 0 25px;padding:0;text-decoration:none!important;align-items:center}
.aff-footer-logo img{display:block!important;width:var(--aff-logo-width,235px)!important;max-width:100%!important;height:auto!important;max-height:75px;object-fit:contain;object-position:left center;margin:0;padding:0;border:0;box-shadow:none}
.aff-footer-brand p{display:block!important;width:100%!important;max-width:290px!important;margin:0!important;padding:0!important;color:var(--aff-text)!important;font-size:var(--aff-desc-size)!important;font-weight:400!important;line-height:1.7!important;letter-spacing:0;text-align:left}
.aff-socials{display:flex!important;align-items:center;justify-content:flex-start;gap:var(--aff-social-gap)!important;width:auto;margin:22px 0 0;padding:0}
.aff-socials a{position:relative;display:flex!important;align-items:center;justify-content:center;width:var(--aff-social-size)!important;height:var(--aff-social-size)!important;min-width:var(--aff-social-size)!important;min-height:var(--aff-social-size)!important;margin:0;padding:0;border:1px solid #e3e6eb!important;border-radius:50%!important;background:#fff!important;color:var(--aff-heading)!important;text-decoration:none!important;box-shadow:none;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}
.aff-socials a svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.aff-socials a:hover{background:var(--aff-accent)!important;border-color:var(--aff-accent)!important;color:#fff!important;transform:translateY(-3px)}
.aff-footer-column{position:relative;width:100%!important;min-width:0;min-height:220px;margin:0!important;padding:0 35px!important;border-right:1px solid var(--aff-border)!important;display:block!important}
.aff-footer-column h4,.aff-footer-contact h4{display:block!important;width:100%;margin:0 0 25px;padding:0;color:var(--aff-heading)!important;font-size:var(--aff-heading-size)!important;line-height:1.2;font-weight:800;letter-spacing:.15px;text-transform:uppercase;text-align:left}
.aff-footer-column ul{display:block;width:100%;margin:0;padding:0;list-style:none}
.aff-footer-column ul li{display:block;width:100%;margin:0 0 14px;padding:0;list-style:none}
.aff-footer-column ul li:last-child{margin-bottom:0}
.aff-footer-column ul li a{display:inline-block;max-width:100%;margin:0;padding:0;color:var(--aff-text)!important;font-size:var(--aff-link-size)!important;line-height:1.45;font-weight:400;letter-spacing:0;text-decoration:none;white-space:normal;transition:color .2s ease,transform .2s ease}
.aff-footer-column ul li a:hover{color:var(--aff-accent)!important;transform:translateX(3px)}
.aff-footer-contact{position:relative;width:100%!important;min-width:0;min-height:220px;margin:0;padding:0 0 0 35px!important;border:0;display:block}
.aff-contact-item{display:flex!important;align-items:flex-start;justify-content:flex-start;width:100%;min-width:0;margin:0 0 19px;padding:0;color:var(--aff-text);font-size:var(--aff-contact-size)!important;font-weight:400;line-height:1.55;text-align:left}
.aff-contact-item:last-child{margin-bottom:0}
.aff-contact-icon{display:flex!important;align-items:center;justify-content:center;flex:0 0 20px!important;width:20px;height:20px;min-width:20px;min-height:20px;margin:0 14px 0 0;padding:0;color:var(--aff-accent)!important;background:transparent;border:0;font-size:0;line-height:0;text-align:center}
.aff-contact-icon svg{display:block;width:19px;height:19px;min-width:19px;min-height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.aff-contact-item a{display:inline-block;max-width:calc(100% - 35px);margin:0;padding:0;color:var(--aff-text)!important;text-decoration:none;font-size:var(--aff-contact-size)!important;line-height:1.55;transition:color .2s ease}
.aff-contact-item a:hover{color:var(--aff-accent)!important}
.aff-footer-bottom{position:relative;width:min(var(--aff-max),calc(100% - (var(--aff-side)*2)))!important;max-width:var(--aff-max)!important;min-height:58px;margin:0 auto;padding:0;border-top:1px solid var(--aff-bottom-border)!important;display:flex!important;align-items:center;justify-content:flex-start;gap:30px;color:#697282;font-size:var(--aff-bottom-size)!important;line-height:1.5}
.aff-copyright{display:block;margin:0;padding:0;color:#697282;font-size:var(--aff-bottom-size)!important;font-weight:400;line-height:1.5;white-space:nowrap}
.aff-bottom-links{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:22px;margin:0;padding:0}
.aff-bottom-links a{display:inline-block;margin:0;padding:0;color:#697282;font-size:var(--aff-bottom-size)!important;line-height:1.5;font-weight:400;text-decoration:none;white-space:nowrap;transition:color .2s ease}
.aff-bottom-links a:hover{color:var(--aff-accent)}
.aff-bottom-links span{display:block;width:1px;height:14px;min-width:1px;background:#d9dde3}
.aff-footer a:focus-visible{outline:2px solid var(--aff-accent);outline-offset:3px}
[dir=rtl] .aff-footer{direction:rtl}
[dir=rtl] .aff-footer-brand{padding-left:65px!important;padding-right:0!important;border-right:0!important;border-left:1px solid var(--aff-border)!important}
[dir=rtl] .aff-footer-logo img{object-position:right center}
[dir=rtl] .aff-footer-brand p,[dir=rtl] .aff-footer-column h4,[dir=rtl] .aff-footer-contact h4,[dir=rtl] .aff-contact-item{text-align:right}
[dir=rtl] .aff-footer-column{padding-left:35px!important;padding-right:35px!important}
@media(max-width:1100px){
 .aff-footer-main{width:calc(100% - 70px)!important;grid-template-columns:1.2fr 1fr 1fr!important;row-gap:45px;padding-top:55px!important}
 .aff-footer-brand{grid-column:1/-1!important;min-height:auto!important;padding:0 0 35px!important;border-right:0!important;border-bottom:1px solid var(--aff-border)!important}
 .aff-footer-column{min-height:210px;padding:0 30px 0 0!important}
 .aff-footer-column:nth-child(3){border-right:0!important}
 .aff-footer-contact{min-height:210px;padding:0 0 0 30px!important}
 .aff-footer-bottom{width:calc(100% - 70px)!important}
}
@media(max-width:767px){
 .aff-footer-main{width:calc(100% - 40px)!important;display:flex!important;flex-direction:column!important;gap:0;padding:45px 0 20px!important}
 .aff-footer-brand{width:100%!important;min-height:auto!important;padding:0 0 30px!important;margin:0 0 30px!important;border-right:0!important;border-bottom:1px solid var(--aff-border)!important}
 .aff-footer-logo img{width:min(var(--aff-logo-width,210px),100%)!important;max-height:70px}
 .aff-footer-brand p{max-width:330px!important;font-size:13px!important;line-height:1.7!important}
 .aff-footer-column{width:100%!important;min-height:auto!important;padding:0 0 25px!important;margin:0 0 25px!important;border-right:0!important;border-bottom:1px solid var(--aff-border)!important}
 .aff-footer-column h4,.aff-footer-contact h4{margin-bottom:20px!important}
 .aff-footer-column ul li{margin-bottom:13px}
 .aff-footer-contact{width:100%!important;min-height:auto!important;padding:0!important;margin:0}
 .aff-contact-item{font-size:13px!important}
 .aff-contact-item a{font-size:13px!important}
 .aff-footer-bottom{width:calc(100% - 40px)!important;min-height:auto!important;padding:20px 0 25px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:14px}
 .aff-copyright{white-space:normal!important;font-size:11px!important}
 .aff-bottom-links{width:100%;flex-wrap:wrap;gap:10px 16px}
 .aff-bottom-links a{white-space:normal;font-size:11px!important}
 [dir=rtl] .aff-footer-brand{padding-left:0!important;border-left:0!important}
}
@media(max-width:420px){
 .aff-footer-main,.aff-footer-bottom{width:calc(100% - 30px)!important}
 .aff-footer-logo img{width:min(var(--aff-logo-width,190px),100%)!important}
 .aff-footer-brand p{font-size:12px!important}
}
