@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-600: oklch(.577 .245 27.325);--color-black: #000;--color-white: #fff;--spacing: .25rem;--container-sm: 24rem;--container-md: 28rem;--container-lg: 32rem;--container-xl: 36rem;--container-2xl: 42rem;--container-3xl: 48rem;--container-5xl: 64rem;--container-7xl: 80rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-base--line-height: 1.5 ;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--font-weight-semibold: 600;--font-weight-bold: 700;--tracking-widest: .1em;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--color-mazda-white: #ffffff;--color-mazda-black: #000000;--color-mazda-green: #0d8849;--color-mazda-light-green: #0db15c;--color-mazda-red: #d22a32;--color-mazda-primary: #041428;--color-mazda-secondary: #8b693e;--color-mazda-secondary-on-dark: #dcb694;--color-mazda-blue-1: #f7f7f7;--color-mazda-blue-2: #ecedee;--color-mazda-blue-3: #d8dadd;--color-mazda-blue-4: #949daa;--color-mazda-blue-5: #4a5b6e;--color-mazda-blue-6: #1e2c3e;--color-mazda-text-headline: #041428}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-\[70px\]{top:70px}.right-0{right:calc(var(--spacing) * 0)}.bottom-0{bottom:calc(var(--spacing) * 0)}.bottom-4{bottom:calc(var(--spacing) * 4)}.left-0{left:calc(var(--spacing) * 0)}.z-99{z-index:99}.order-1{order:1}.order-2{order:2}.m-4{margin:calc(var(--spacing) * 4)}.mx-auto{margin-inline:auto}.my-2{margin-block:calc(var(--spacing) * 2)}.my-3{margin-block:calc(var(--spacing) * 3)}.my-4{margin-block:calc(var(--spacing) * 4)}.my-5{margin-block:calc(var(--spacing) * 5)}.ms-1{margin-inline-start:calc(var(--spacing) * 1)}.ms-4{margin-inline-start:calc(var(--spacing) * 4)}.ms-10{margin-inline-start:calc(var(--spacing) * 10)}.me-4{margin-inline-end:calc(var(--spacing) * 4)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mr-1{margin-right:calc(var(--spacing) * 1)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-auto{margin-left:auto}.box-content{box-sizing:content-box}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-6{height:calc(var(--spacing) * 6)}.h-10{height:calc(var(--spacing) * 10)}.h-14{height:calc(var(--spacing) * 14)}.h-20{height:calc(var(--spacing) * 20)}.h-\[1px\]{height:1px}.h-\[2px\]{height:2px}.h-\[26px\]{height:26px}.h-\[36px\]{height:36px}.h-\[44px\]{height:44px}.h-\[45px\]{height:45px}.h-\[56px\]{height:56px}.h-\[70px\]{height:70px}.h-\[108px\]{height:108px}.h-full{height:100%}.max-h-\[285px\]{max-height:285px}.min-h-\[205px\]{min-height:205px}.min-h-\[320px\]{min-height:320px}.min-h-screen{min-height:100vh}.w-6{width:calc(var(--spacing) * 6)}.w-7\.5{width:calc(var(--spacing) * 7.5)}.w-10\.5{width:calc(var(--spacing) * 10.5)}.w-28{width:calc(var(--spacing) * 28)}.w-40{width:calc(var(--spacing) * 40)}.w-60{width:calc(var(--spacing) * 60)}.w-100{width:calc(var(--spacing) * 100)}.w-\[2rem\]{width:2rem}.w-\[30px\]{width:30px}.w-\[44px\]{width:44px}.w-\[56px\]{width:56px}.w-full{width:100%}.w-screen{width:100vw}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-64{max-width:calc(var(--spacing) * 64)}.max-w-74{max-width:calc(var(--spacing) * 74)}.max-w-90{max-width:calc(var(--spacing) * 90)}.max-w-\[16px\]{max-width:16px}.max-w-\[95px\]{max-width:95px}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.min-w-\[72px\]{min-width:72px}.min-w-\[124px\]{min-width:124px}.min-w-\[146px\]{min-width:146px}.min-w-\[150px\]{min-width:150px}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y)}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.columns-1{columns:1}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-items-start{justify-items:start}.gap-0{gap:calc(var(--spacing) * 0)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded-\[3px\]{border-radius:3px}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border-0{border-style:var(--tw-border-style);border-width:0px}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t,.border-t-1{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b,.border-b-1{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-mazda-blue-3{border-color:var(--color-mazda-blue-3)}.border-mazda-blue-4{border-color:var(--color-mazda-blue-4)}.border-mazda-blue-5{border-color:var(--color-mazda-blue-5)}.border-mazda-blue-6{border-color:var(--color-mazda-blue-6)}.border-mazda-green{border-color:var(--color-mazda-green)}.border-mazda-red{border-color:var(--color-mazda-red)}.border-mazda-secondary{border-color:var(--color-mazda-secondary)}.border-white{border-color:var(--color-white)}.border-t-mazda-blue-3{border-top-color:var(--color-mazda-blue-3)}.\!bg-mazda-blue-1{background-color:var(--color-mazda-blue-1)!important}.bg-\[\#f7f7f7\]{background-color:#f7f7f7}.bg-black{background-color:var(--color-black)}.bg-mazda-blue-1{background-color:var(--color-mazda-blue-1)}.bg-mazda-blue-3{background-color:var(--color-mazda-blue-3)}.bg-mazda-blue-4{background-color:var(--color-mazda-blue-4)}.bg-mazda-blue-5{background-color:var(--color-mazda-blue-5)}.bg-mazda-blue-6{background-color:var(--color-mazda-blue-6)}.bg-mazda-green{background-color:var(--color-mazda-green)}.bg-mazda-primary{background-color:var(--color-mazda-primary)}.bg-mazda-red{background-color:var(--color-mazda-red)}.bg-mazda-secondary{background-color:var(--color-mazda-secondary)}.bg-mazda-secondary-on-dark{background-color:var(--color-mazda-secondary-on-dark)}.bg-mazda-white{background-color:var(--color-mazda-white)}.bg-transparent{background-color:transparent}.bg-white{background-color:var(--color-white)}.bg-\[url\(\/assets\/img\/home-banner-mobile\.jpg\)\]{background-image:url(/assets/img/home-banner-mobile.jpg)}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-black{fill:var(--color-black)}.fill-current{fill:currentColor}.fill-mazda-blue-4{fill:var(--color-mazda-blue-4)}.fill-mazda-primary{fill:var(--color-mazda-primary)}.fill-mazda-red{fill:var(--color-mazda-red)}.fill-mazda-white{fill:var(--color-mazda-white)}.object-cover{object-fit:cover}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\!{padding-inline:calc(var(--spacing) * 1)!important}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.ps-1{padding-inline-start:calc(var(--spacing) * 1)}.ps-3{padding-inline-start:calc(var(--spacing) * 3)}.ps-4{padding-inline-start:calc(var(--spacing) * 4)}.pe-1{padding-inline-end:calc(var(--spacing) * 1)}.pt-1{padding-top:calc(var(--spacing) * 1)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-10{padding-top:calc(var(--spacing) * 10)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-10{padding-bottom:calc(var(--spacing) * 10)}.pl-10{padding-left:calc(var(--spacing) * 10)}.pl-\[15px\]{padding-left:15px}.text-center{text-align:center}.text-end{text-align:end}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.\!font-\[inherit\]{font-family:inherit!important}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm\!{font-size:var(--text-sm)!important;line-height:var(--tw-leading, var(--text-sm--line-height))!important}.text-\[0\.75rem\]{font-size:.75rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[13\%\]{--tw-tracking: 13%;letter-spacing:13%}.tracking-widest{--tw-tracking: var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-black{color:var(--color-black)}.text-mazda-blue-3{color:var(--color-mazda-blue-3)}.text-mazda-blue-4{color:var(--color-mazda-blue-4)}.text-mazda-blue-5{color:var(--color-mazda-blue-5)}.text-mazda-primary{color:var(--color-mazda-primary)}.text-mazda-red{color:var(--color-mazda-red)}.text-mazda-secondary-on-dark{color:var(--color-mazda-secondary-on-dark)}.text-mazda-white{color:var(--color-mazda-white)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.decoration-2{text-decoration-thickness:2px}.underline-offset-5{text-underline-offset:5px}.opacity-50{opacity:50%}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.duration-200{--tw-duration: .2s;transition-duration:.2s}.duration-300{--tw-duration: .3s;transition-duration:.3s}.ease-in{--tw-ease: var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.select-all{-webkit-user-select:all;user-select:all}@media (hover: hover){.group-hover\:bottom-1:is(:where(.group):hover *){bottom:calc(var(--spacing) * 1)}}@media (hover: hover){.group-hover\:translate-x-2:is(:where(.group):hover *){--tw-translate-x: calc(var(--spacing) * 2);translate:var(--tw-translate-x) var(--tw-translate-y)}}@media (hover: hover){.group-hover\:bg-mazda-secondary:is(:where(.group):hover *){background-color:var(--color-mazda-secondary)}}@media (hover: hover){.group-hover\:text-mazda-green:is(:where(.group):hover *){color:var(--color-mazda-green)}}@media (hover: hover){.group-hover\:text-mazda-primary:is(:where(.group):hover *){color:var(--color-mazda-primary)}}@media (hover: hover){.group-hover\:text-mazda-secondary:is(:where(.group):hover *){color:var(--color-mazda-secondary)}}@media (hover: hover){.hover\:text-mazda-primary:hover{color:var(--color-mazda-primary)}}@media (hover: hover){.hover\:text-mazda-secondary:hover{color:var(--color-mazda-secondary)}}@media (hover: hover){.hover\:text-mazda-secondary-on-dark:hover{color:var(--color-mazda-secondary-on-dark)}}@media (width < 48rem){.max-md\:mt-6{margin-top:calc(var(--spacing) * 6)}}@media (width < 48rem){.max-md\:mb-3{margin-bottom:calc(var(--spacing) * 3)}}@media (width < 48rem){.max-md\:hidden{display:none}}@media (width < 48rem){.max-md\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}}@media (width < 48rem){.max-md\:ps-4{padding-inline-start:calc(var(--spacing) * 4)}}@media (width < 48rem){.max-md\:pb-3{padding-bottom:calc(var(--spacing) * 3)}}@media (width < 48rem){.max-md\:pb-6{padding-bottom:calc(var(--spacing) * 6)}}@media (width < 30rem){.max-xs\:text-\[14px\]{font-size:14px}}@media (width >= 30rem){.xs\:inline-block{display:inline-block}}@media (width >= 30rem){.xs\:min-h-\[272px\]{min-height:272px}}@media (width >= 30rem){.xs\:w-md{width:var(--container-md)}}@media (width >= 30rem){.xs\:w-sm{width:var(--container-sm)}}@media (width >= 30rem){.xs\:min-w-\[200px\]{min-width:200px}}@media (width >= 30rem){.xs\:columns-2{columns:2}}@media (width >= 30rem){.xs\:justify-end{justify-content:flex-end}}@media (width >= 30rem){.xs\:p-8{padding:calc(var(--spacing) * 8)}}@media (width >= 40rem){.sm\:h-\[133px\]{height:133px}}@media (width >= 40rem){.sm\:w-sm{width:var(--container-sm)}}@media (width >= 40rem){.sm\:w-xl{width:var(--container-xl)}}@media (width >= 40rem){.sm\:columns-3{columns:3}}@media (width >= 40rem){.sm\:px-2{padding-inline:calc(var(--spacing) * 2)}}@media (width >= 40rem){.sm\:px-4{padding-inline:calc(var(--spacing) * 4)}}@media (width >= 48rem){.md\:static{position:static}}@media (width >= 48rem){.md\:top-\[85px\]{top:85px}}@media (width >= 48rem){.md\:order-1{order:1}}@media (width >= 48rem){.md\:order-2{order:2}}@media (width >= 48rem){.md\:my-6{margin-block:calc(var(--spacing) * 6)}}@media (width >= 48rem){.md\:ms-15{margin-inline-start:calc(var(--spacing) * 15)}}@media (width >= 48rem){.md\:-me-10{margin-inline-end:calc(var(--spacing) * -10)}}@media (width >= 48rem){.md\:mt-10{margin-top:calc(var(--spacing) * 10)}}@media (width >= 48rem){.md\:mb-0{margin-bottom:calc(var(--spacing) * 0)}}@media (width >= 48rem){.md\:mb-4{margin-bottom:calc(var(--spacing) * 4)}}@media (width >= 48rem){.md\:mb-5{margin-bottom:calc(var(--spacing) * 5)}}@media (width >= 48rem){.md\:block{display:block}}@media (width >= 48rem){.md\:flex{display:flex}}@media (width >= 48rem){.md\:hidden{display:none}}@media (width >= 48rem){.md\:inline{display:inline}}@media (width >= 48rem){.md\:h-12{height:calc(var(--spacing) * 12)}}@media (width >= 48rem){.md\:h-16{height:calc(var(--spacing) * 16)}}@media (width >= 48rem){.md\:h-28{height:calc(var(--spacing) * 28)}}@media (width >= 48rem){.md\:h-\[95px\]{height:95px}}@media (width >= 48rem){.md\:h-\[188px\]{height:188px}}@media (width >= 48rem){.md\:max-h-full{max-height:100%}}@media (width >= 48rem){.md\:min-h-\[56px\]{min-height:56px}}@media (width >= 48rem){.md\:min-h-\[380px\]{min-height:380px}}@media (width >= 48rem){.md\:w-2xl{width:var(--container-2xl)}}@media (width >= 48rem){.md\:w-17{width:calc(var(--spacing) * 17)}}@media (width >= 48rem){.md\:w-24{width:calc(var(--spacing) * 24)}}@media (width >= 48rem){.md\:w-60{width:calc(var(--spacing) * 60)}}@media (width >= 48rem){.md\:w-75{width:calc(var(--spacing) * 75)}}@media (width >= 48rem){.md\:w-100{width:calc(var(--spacing) * 100)}}@media (width >= 48rem){.md\:w-\[50\%\]{width:50%}}@media (width >= 48rem){.md\:w-\[280px\]{width:280px}}@media (width >= 48rem){.md\:w-auto{width:auto}}@media (width >= 48rem){.md\:w-full{width:100%}}@media (width >= 48rem){.md\:w-lg{width:var(--container-lg)}}@media (width >= 48rem){.md\:w-md{width:var(--container-md)}}@media (width >= 48rem){.md\:max-w-3xl{max-width:var(--container-3xl)}}@media (width >= 48rem){.md\:max-w-\[120px\]{max-width:120px}}@media (width >= 48rem){.md\:max-w-lg{max-width:var(--container-lg)}}@media (width >= 48rem){.md\:max-w-none{max-width:none}}@media (width >= 48rem){.md\:max-w-xl{max-width:var(--container-xl)}}@media (width >= 48rem){.md\:min-w-\[220px\]{min-width:220px}}@media (width >= 48rem){.md\:min-w-\[260px\]{min-width:260px}}@media (width >= 48rem){.md\:min-w-lg{min-width:var(--container-lg)}}@media (width >= 48rem){.md\:grow-0{flex-grow:0}}@media (width >= 48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width >= 48rem){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width >= 48rem){.md\:flex-col{flex-direction:column}}@media (width >= 48rem){.md\:flex-row{flex-direction:row}}@media (width >= 48rem){.md\:flex-nowrap{flex-wrap:nowrap}}@media (width >= 48rem){.md\:flex-wrap{flex-wrap:wrap}}@media (width >= 48rem){.md\:items-center{align-items:center}}@media (width >= 48rem){.md\:justify-center{justify-content:center}}@media (width >= 48rem){.md\:justify-normal{justify-content:normal}}@media (width >= 48rem){.md\:gap-4{gap:calc(var(--spacing) * 4)}}@media (width >= 48rem){.md\:gap-6{gap:calc(var(--spacing) * 6)}}@media (width >= 48rem){.md\:gap-8{gap:calc(var(--spacing) * 8)}}@media (width >= 48rem){.md\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}}@media (width >= 48rem){.md\:bg-\[url\(\/assets\/img\/home-banner\.jpg\)\]{background-image:url(/assets/img/home-banner.jpg)}}@media (width >= 48rem){.md\:p-5{padding:calc(var(--spacing) * 5)}}@media (width >= 48rem){.md\:p-6{padding:calc(var(--spacing) * 6)}}@media (width >= 48rem){.md\:p-8{padding:calc(var(--spacing) * 8)}}@media (width >= 48rem){.md\:px-0{padding-inline:calc(var(--spacing) * 0)}}@media (width >= 48rem){.md\:px-5{padding-inline:calc(var(--spacing) * 5)}}@media (width >= 48rem){.md\:px-10{padding-inline:calc(var(--spacing) * 10)}}@media (width >= 48rem){.md\:px-12{padding-inline:calc(var(--spacing) * 12)}}@media (width >= 48rem){.md\:py-5{padding-block:calc(var(--spacing) * 5)}}@media (width >= 48rem){.md\:py-6{padding-block:calc(var(--spacing) * 6)}}@media (width >= 48rem){.md\:py-12{padding-block:calc(var(--spacing) * 12)}}@media (width >= 48rem){.md\:ps-2{padding-inline-start:calc(var(--spacing) * 2)}}@media (width >= 48rem){.md\:pe-10{padding-inline-end:calc(var(--spacing) * 10)}}@media (width >= 48rem){.md\:pt-8{padding-top:calc(var(--spacing) * 8)}}@media (width >= 48rem){.md\:pb-4{padding-bottom:calc(var(--spacing) * 4)}}@media (width >= 48rem){.md\:text-left{text-align:left}}@media (width >= 48rem){.md\:text-base\!{font-size:var(--text-base)!important;line-height:var(--tw-leading, var(--text-base--line-height))!important}}@media (width >= 48rem){.md\:text-\[0\.9rem\]{font-size:.9rem}}@media (width >= 48rem){.md\:text-\[13px\]{font-size:13px}}@media (width >= 48rem){.md\:text-\[14px\]{font-size:14px}}@media (width >= 48rem){.md\:text-\[18px\]{font-size:18px}}@media (width >= 48rem){@media (width < 64rem){.md\:max-lg\:flex-col{flex-direction:column}}}@media (width >= 48rem){@media (width < 64rem){.md\:max-lg\:items-start{align-items:flex-start}}}@media (width >= 64rem){.lg\:mb-4{margin-bottom:calc(var(--spacing) * 4)}}@media (width >= 64rem){.lg\:mb-5{margin-bottom:calc(var(--spacing) * 5)}}@media (width >= 64rem){.lg\:flex{display:flex}}@media (width >= 64rem){.lg\:hidden{display:none}}@media (width >= 64rem){.lg\:min-h-\[200px\]{min-height:200px}}@media (width >= 64rem){.lg\:w-80{width:calc(var(--spacing) * 80)}}@media (width >= 64rem){.lg\:gap-8{gap:calc(var(--spacing) * 8)}}@media (width >= 64rem){.lg\:border{border-style:var(--tw-border-style);border-width:1px}}@media (width >= 64rem){.lg\:px-10{padding-inline:calc(var(--spacing) * 10)}}@media (width >= 64rem){.lg\:py-7{padding-block:calc(var(--spacing) * 7)}}@media (width >= 80rem){.xl\:w-90{width:calc(var(--spacing) * 90)}}@media (width >= 96rem){.\32xl\:top-\[90px\]{top:90px}}@media (width >= 96rem){.\32xl\:h-\[110px\]{height:110px}}}@layer base;:root{--typo-headline-regular-weight: 500;--typo-copy-regular-weight: 400}@media (min-width: 320px){:root{--typo-h2-size: 1.5625rem;--typo-copy-l-size: 1.125rem}}@media (min-width: 769px){:root{--typo-h2-size: 2.125rem;--typo-copy-l-size: 1.125rem}}@media (min-width: 1201px){:root{--typo-h2-size: 2.125rem;--typo-copy-l-size: 1.125rem}}@media (min-width: 1441px){:root{--typo-h2-size: 2.125rem;--typo-copy-l-size: 1.125rem}}@font-face{font-family:MazdaType-Medium;src:url(https://cdn.mazda.media/vi/fonts/MazdaType-Medium.otf) format("opentype"),url(https://cdn.mazda.media/vi/fonts/MazdaType-Medium.woff) format("woff"),url(https://cdn.mazda.media/vi/fonts/MazdaType-Medium.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:MazdaType-MediumItalic;src:url(https://cdn.mazda.media/vi/fonts/MazdaType-MediumItalic.otf) format("opentype"),url(https://cdn.mazda.media/vi/fonts/MazdaType-MediumItalic.woff) format("woff"),url(https://cdn.mazda.media/vi/fonts/MazdaType-MediumItalic.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MazdaType-Regular;src:url(https://cdn.mazda.media/vi/fonts/MazdaType-Regular.otf) format("opentype"),url(https://cdn.mazda.media/vi/fonts/MazdaType-Regular.woff) format("woff"),url(https://cdn.mazda.media/vi/fonts/MazdaType-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MazdaType-Bold;src:url(https://cdn.mazda.media/vi/fonts/MazdaType-Bold.otf) format("opentype"),url(https://cdn.mazda.media/vi/fonts/MazdaType-Bold.woff) format("woff"),url(https://cdn.mazda.media/vi/fonts/MazdaType-Bold.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:MazdaIcons;src:url(https://cdn.mazda.media/vi/fonts/MazdaIcons.eot);src:url(https://cdn.mazda.media/vi/fonts/MazdaIcons.eot?#iefix) format("embedded-opentype"),url(https://cdn.mazda.media/vi/fonts/MazdaIcons.woff) format("woff"),url(https://cdn.mazda.media/vi/fonts/MazdaIcons.ttf) format("truetype"),url(https://cdn.mazda.media/vi/fonts/MazdaIcons.svg#mazdaicons) format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:MazdaIcons!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=mazda-icon-]:before,[class*=" mazda-icon-"]:before{font-family:MazdaIcons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mazda-icon-angle-double-down:before{content:"a"}.mazda-icon-angle-double-left:before{content:"b"}.mazda-icon-angle-double-right:before{content:"c"}.mazda-icon-angle-double-up:before{content:"d"}.mazda-icon-angle-down:before{content:"e"}.mazda-icon-angle-left:before{content:"f"}.mazda-icon-angle-right:before{content:"g"}.mazda-icon-angle-up:before{content:"h"}.mazda-icon-archive:before{content:"i"}.mazda-icon-backward:before{content:"j"}.mazda-icon-book:before{content:"k"}.mazda-icon-bug:before{content:"l"}.mazda-icon-calendar:before{content:"m"}.mazda-icon-calendar-check-o:before{content:"n"}.mazda-icon-calendar-minus-o:before{content:"o"}.mazda-icon-calendar-o:before{content:"p"}.mazda-icon-calendar-plus-o:before{content:"q"}.mazda-icon-calendar-times-o:before{content:"r"}.mazda-icon-caret-down:before{content:"s"}.mazda-icon-caret-left:before{content:"t"}.mazda-icon-caret-right:before{content:"u"}.mazda-icon-caret-up:before{content:"v"}.mazda-icon-check-circle:before{content:"w"}.mazda-icon-check-circle-o:before{content:"x"}.mazda-icon-chevron-down:before{content:"y"}.mazda-icon-chevron-left:before{content:"z"}.mazda-icon-chevron-up:before{content:"A"}.mazda-icon-chevron-right:before{content:"B"}.mazda-icon-cog:before{content:"C"}.mazda-icon-cogs:before{content:"D"}.mazda-icon-clipboard:before{content:"E"}.mazda-icon-cloud-download:before{content:"F"}.mazda-icon-cloud-upload:before{content:"G"}.mazda-icon-columns:before{content:"H"}.mazda-icon-database:before{content:"I"}.mazda-icon-download:before{content:"J"}.mazda-icon-ellipsis-h:before{content:"K"}.mazda-icon-ellipsis-v:before{content:"L"}.mazda-icon-envelope:before{content:"M"}.mazda-icon-fast-backward:before{content:"N"}.mazda-icon-fast-forward:before{content:"O"}.mazda-icon-file:before{content:"P"}.mazda-icon-file-o:before{content:"Q"}.mazda-icon-file-text:before{content:"R"}.mazda-icon-file-text-o:before{content:"S"}.mazda-icon-files-o:before{content:"T"}.mazda-icon-folder:before{content:"U"}.mazda-icon-folder-o:before{content:"V"}.mazda-icon-folder-open:before{content:"W"}.mazda-icon-folder-open-o:before{content:"X"}.mazda-icon-hdd-o:before{content:"Y"}.mazda-icon-inbox:before{content:"Z"}.mazda-icon-key:before{content:"0"}.mazda-icon-list-alt:before{content:"1"}.mazda-icon-plus:before{content:"2"}.mazda-icon-plus-square:before{content:"3"}.mazda-icon-plus-circle:before{content:"4"}.mazda-icon-power-off:before{content:"5"}.mazda-icon-print:before{content:"6"}.mazda-icon-refresh:before{content:"7"}.mazda-icon-repeat:before{content:"8"}.mazda-icon-sort:before{content:"9"}.mazda-icon-sort-asc:before{content:"!"}.mazda-icon-sort-desc:before{content:'"'}.mazda-icon-trash:before{content:"#"}.mazda-icon-upload:before{content:"$"}.mazda-icon-pencil-square-o:before{content:"%"}.mazda-icon-user-plus:before{content:"&"}.mazda-icon-user-times:before{content:"'"}.mazda-icon-user:before{content:"("}.mazda-icon-users:before{content:")"}.mazda-icon-ssgizmo-1:before{content:"+"}.mazda-icon-ssgizmo-2:before{content:","}.mazda-icon-add:before{content:"-"}.mazda-icon-clock-o:before{content:":"}.mazda-icon-pencil:before{content:"*"}.mazda-icon-ssgizmo:before{content:"."}.mazda-icon-bars:before{content:"/"}.mazda-icon-ssgizmo-3:before{content:";"}*{font-family:MazdaType-Regular,system-ui,sans-serif}.bold{font-family:MazdaType-Bold,system-ui,sans-serif;letter-spacing:.1072em}.h2_em{font-weight:var(--typo-headline-regular-weight);font-size:var(--typo-h2-size);letter-spacing:3.25px;line-height:1.3;text-transform:uppercase;font-optical-sizing:auto}.copy_l{font-weight:var(--typo-copy-regular-weight);font-size:var(--typo-copy-l-size);letter-spacing:normal;line-height:1.5;text-transform:none;font-optical-sizing:auto}h4{font-family:MazdaType-Bold,system-ui,sans-serif;font-size:18px}@media (max-width: 768px){h4{font-size:14px}}.bold-body-1{font-family:MazdaType-Bold,system-ui,sans-serif;font-size:16px}@media (max-width: 768px){.bold-body-1{font-size:12px}}.bold-body-2{font-family:MazdaType-Bold,system-ui,sans-serif;font-size:14px}@media (max-width: 768px){.bold-body-2{font-size:10px}}.body-1{font-family:MazdaType-Regular,system-ui,sans-serif;font-size:16px}@media (max-width: 768px){.body-1{font-size:12px}}.body-2{font-family:MazdaType-Regular,system-ui,sans-serif;font-size:14px}@media (max-width: 768px){.body-2{font-size:10px}}.text-navigation{font-size:16px;font-weight:500;line-height:130%;letter-spacing:16%;text-transform:uppercase}.title-h2{font-size:34px;font-weight:500;line-height:1.3;letter-spacing:3.25px;text-transform:uppercase;font-optical-sizing:auto}.title-h3{font-size:26px;font-weight:500;line-height:130%;letter-spacing:16%;text-transform:uppercase}.title-h4{font-size:20px;font-weight:500;line-height:130%;letter-spacing:16%;text-transform:uppercase}.title-h5{font-size:16px;font-weight:500;line-height:130%;letter-spacing:16%;text-transform:uppercase}.title-h6{font-size:13px;font-weight:500;line-height:130%;letter-spacing:16%;text-transform:uppercase}.text-interactive-l{font-size:18px;font-weight:500;line-height:130%}.text-core-l{font-size:18px;font-weight:500;line-height:150%}.text-core-m{font-size:16px;font-weight:500;line-height:150%}@media (max-width: 768px){.title-h2{font-size:25px}.title-h3{font-size:20px}.title-h4{font-size:18px}.title-h5{font-size:15px}.text-interactive-l{font-size:17px}.text-core-l{font-size:16px}.text-core-m{font-size:14px}}@media (max-width: 640px){.title-h2{font-size:22px}.title-h3{font-size:18px}.title-h4{font-size:16px}.title-h5{font-size:13px}.text-interactive-l{font-size:16px}.text-core-l{font-size:14px}.text-core-m{font-size:12px}}:root{--p-datepicker-date-selected-background: var( --color-mazda-secondary ) !important;--p-datepicker-date-selected-color: var(--color-mazda-white) !important;--p-datepicker-date-range-selected-background: var( --color-mazda-secondary ) !important;--p-datepicker-date-range-selected-color: var(--color-mazda-white) !important;--p-datepicker-date-hover-background: var(--color-mazda-blue-1) !important;--p-datepicker-date-hover-color: var(--color-mazda-black) !important;--p-datepicker-today-background: var(--color-mazda-blue-3) !important;--p-datepicker-today-color: var(--color-mazda-black) !important;--p-button-text-primary-color: var(--color-mazda-black) !important;--p-button-text-primary-hover-background: var( --color-mazda-blue-2 ) !important;--p-button-text-primary-active-background: var( --color-mazda-blue-3 ) !important;--p-inputtext-focus-border-color: var(--color-mazda-black) !important;--p-datepicker-date-focus-ring-color: var(--color-mazda-black) !important;--p-button-primary-focus-ring-color: var(--color-mazda-black) !important;--p-datepicker-dropdown-color: var(--color-mazda-blue-4) !important;--p-datepicker-focus-border-color: var(--color-mazda-black) !important;--p-datepicker-option-selected-background: var( --color-mazda-secondary ) !important;--p-datepicker-option-selected-color: var(--color-mazda-white) !important;--p-datepicker-color: var(--color-mazda-black) !important;--p-datepicker-option-selected-focus-color: var( --color-mazda-white ) !important;--p-datepicker-option-selected-focus-background: var( --color-mazda-secondary ) !important;--p-datepicker-option-focus-background: #e7e7e7 !important;--p-datepicker-option-color: var(--color-mazda-black) !important;--p-datepicker-option-focus-color: var(--color-mazda-black) !important;--p-datepicker-background: var(--color-mazda-white) !important;--p-datepicker-border-color: var(--color-mazda-blue-4) !important}.p-datepicker{--p-inputtext-border-color: var(--color-mazda-blue-4) !important;--p-datepicker-input-icon-color: var(--color-mazda-blue-4) !important}.p-datepicker .p-datepicker-input.p-filled{--p-inputtext-color: var(--color-mazda-black) !important}.p-datepicker .p-select-open{--p-select-background: var(--color-mazda-white) !important;--p-select-border-color: var(--color-mazda-blue-4) !important;--p-select-color: var(--color-mazda-blue-4) !important}.p-datepicker .p-datepicker-clear-icon{position:absolute!important;right:calc(0% + 32px)!important;top:50%!important;color:var(--color-mazda-blue-4)!important;cursor:pointer!important}:root{--p-iconfield-icon-color: var(--color-mazda-blue-4) !important;--p-multiselect-clear-icon-color: var(--color-mazda-blue-4) !important;--p-multiselect-dropdown-color: var(--color-mazda-blue-4) !important;--p-multiselect-focus-border-color: var(--color-mazda-black) !important;--p-multiselect-option-selected-background: var( --color-mazda-secondary ) !important;--p-multiselect-option-selected-color: var(--color-mazda-white) !important;--p-multiselect-color: var(--color-mazda-black) !important;--p-multiselect-option-selected-focus-color: var( --color-mazda-white ) !important;--p-multiselect-option-selected-focus-background: var( --color-mazda-secondary ) !important;--p-multiselect-option-focus-background: #e7e7e7 !important;--p-multiselect-option-color: var(--color-mazda-black) !important;--p-multiselect-option-focus-color: var(--color-mazda-black) !important;--p-multiselect-background: var(--color-mazda-white) !important;--p-multiselect-border-color: var(--color-mazda-blue-5) !important;--p-multiselect-placeholder-color: var(--color-mazda-blue-4) !important;--p-datepicker-select-month-hover-background: var( --color-mazda-blue-1 ) !important;--p-datepicker-select-year-hover-background: var( --color-mazda-blue-1 ) !important}:root .p-multiselect{--p-form-field-border-color: var(--color-mazda-blue-4) !important}:root .p-select-overlay{--p-inputtext-color: var(--color-mazda-black) !important;--p-inputtext-border-color: var(--color-mazda-blue-4) !important}:root .p-select-open{--p-select-background: var(--color-mazda-white) !important;--p-select-color: var(--color-mazda-black) !important}:root{--p-iconfield-icon-color: var(--color-mazda-blue-5) !important;--p-select-clear-icon-color: var(--color-mazda-blue-5) !important;--p-select-dropdown-color: var(--color-mazda-blue-5) !important;--p-select-focus-border-color: var(--color-mazda-black) !important;--p-select-option-selected-background: var( --color-mazda-secondary ) !important;--p-select-option-selected-color: var(--color-mazda-white) !important;--p-select-color: var(--color-mazda-black) !important;--p-select-option-selected-focus-color: var(--color-mazda-white) !important;--p-select-option-selected-focus-background: var( --color-mazda-secondary ) !important;--p-select-option-focus-background: #e7e7e7 !important;--p-select-option-color: var(--color-mazda-black) !important;--p-select-option-focus-color: var(--color-mazda-black) !important;--p-select-background: var(--color-mazda-white) !important;--p-select-border-color: var(--color-mazda-blue-5) !important;--p-select-placeholder-color: var(--color-mazda-blue-5) !important;--p-datepicker-select-month-hover-background: var( --color-mazda-blue-1 ) !important;--p-datepicker-select-year-hover-background: var( --color-mazda-blue-1 ) !important}:root .p-select{--p-form-field-border-color: var(--color-mazda-blue-5) !important}:root .p-select-overlay{--p-inputtext-color: var(--color-mazda-black) !important;--p-inputtext-border-color: var(--color-mazda-blue-5) !important}:root .p-select-open{--p-select-background: var(--color-mazda-white) !important;--p-select-color: var(--color-mazda-blue-5) !important}:root .p-button{--p-button-text-primary-color: var(--color-mazda-primary) !important;--p-button-text-primary-hover-background: var( --color-mazda-blue-2 ) !important;--p-button-text-primary-active-background: var( --color-mazda-blue-3 ) !important;--p-inputtext-focus-border-color: var(--color-mazda-black) !important;--p-button-primary-background: var(--color-mazda-secondary) !important;--p-button-primary-border-color: var(--color-mazda-secondary) !important;--p-button-primary-hover-background: var(--color-mazda-blue-4) !important;--p-button-primary-hover-border-color: var(--color-mazda-blue-5) !important;--p-button-primary-active-background: var(--color-mazda-blue-5) !important;--p-button-primary-active-border-color: var( --color-mazda-blue-5 ) !important;--p-button-primary-focus-ring-color: var(--color-mazda-black) !important;--p-button-primary-focus-background: var(--color-mazda-white) !important;--p-button-primary-focus-box-shadow: none !important;--p-button-secondary-color: var(--color-mazda-black) !important;--p-button-secondary-background: var(--color-mazda-blue-3) !important;--p-button-secondary-hover-background: var(--color-mazda-blue-4) !important}:root{--p-checkbox-checked-background: var(--color-mazda-black) !important;--p-checkbox-checked-hover-background: var(--color-mazda-black) !important;--p-checkbox-checked-border-color: var(--color-mazda-black) !important;--p-checkbox-checked-hover-border-color: var(--color-mazda-black) !important;--p-checkbox-focus-ring-color: var(--color-mazda-black) !important;--p-checkbox-checked-focus-border-color: var(--color-mazda-black) !important}:root{--p-progressspinner-color-one: var(--color-mazda-black) !important;--p-progressspinner-color-two: var(--color-mazda-black) !important;--p-progressspinner-color-three: var(--color-mazda-black) !important;--p-progressspinner-color-four: var(--color-mazda-black) !important}:root{--p-card-background: var(--color-mazda-white) !important;--p-card-color: var(--color-mazda-black) !important;--p-card-shadow: 0px 1px 9px 2px rgba(0, 0, 0, .1), 0px 1px 5px 1px rgba(0, 0, 0, .1) !important}:root .p-card{border:1px solid var(--color-mazda-blue-3)!important}:root .p-card__radius--small{border-radius:5px}.p-chip{--p-chip-background: var(--color-mazda-blue-1)}:root{--p-radiobutton-border-color: var(--color-mazda-blue-4) !important;--p-radiobutton-checked-border-color: var(--color-mazda-blue-4) !important;--p-radiobutton-checked-background: var(--color-mazda-white) !important;--p-radiobutton-checked-focus-border-color: var( --color-mazda-black ) !important;--p-radiobutton-icon-checked-color: var(--color-mazda-black) !important;--p-radiobutton-checked-hover-border-color: var( --color-mazda-black ) !important;--p-radiobutton-checked-hover-background: var(--color-mazda-white) !important;--p-radiobutton-checked-hover-color: var(--color-mazda-black) !important;--p-radiobutton-icon-checked-hover-color: var(--color-mazda-black) !important;--p-radiobutton-focus-border-color: var(--color-mazda-black) !important;--p-radiobutton-focus-ring-color: var(--color-mazda-black) !important}#onetrust-consent-sdk .title--spacer-xs{padding-bottom:10px}#onetrust-consent-sdk .title--spacer-s{padding-bottom:20px}#onetrust-consent-sdk .title--spacer-sm{padding-bottom:30px}#onetrust-consent-sdk .title--spacer-m{padding-bottom:40px}#onetrust-consent-sdk .title--spacer-l{padding-bottom:60px}#onetrust-consent-sdk .title--spacer-xl{padding-bottom:80px}#onetrust-consent-sdk .title--h1{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:7px;line-height:1.29;font-size:45px}#onetrust-consent-sdk .title--h1-responsive{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:7px;line-height:1.29;font-size:28px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h1-responsive{font-size:45px}}#onetrust-consent-sdk .title--h1l{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:4.58px;line-height:1.32;font-size:25px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h1l{font-size:34px}}#onetrust-consent-sdk .title--h1l-responsive{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:4.58px;line-height:1.32;font-size:25px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h1l-responsive{font-size:34px}}#onetrust-consent-sdk .title--h2{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.3847;font-size:26px}#onetrust-consent-sdk .title--h2-responsive{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.3847;font-size:20px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h2-responsive{font-size:26px}}#onetrust-consent-sdk .title--h3{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.5;font-size:20px}#onetrust-consent-sdk .title--h3-responsive,body>#onetrust-consent-sdk #ot-lst-title h3,body>#onetrust-consent-sdk #ot-pc-title,body>#onetrust-consent-sdk #ot-category-title{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.5;font-size:18px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h3-responsive,body>#onetrust-consent-sdk #ot-lst-title h3,body>#onetrust-consent-sdk #ot-pc-title,body>#onetrust-consent-sdk #ot-category-title{font-size:20px}}#onetrust-consent-sdk .title--h3l{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.5;font-size:18px}#onetrust-consent-sdk .title--h3l-responsive{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.5;font-size:16px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h3l-responsive{font-size:18px}}#onetrust-consent-sdk .title--h4{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.2;font-size:15px}#onetrust-consent-sdk .title--h4-responsive,body>#onetrust-consent-sdk .ot-host-hdr h3,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header,body>#onetrust-consent-sdk .ot-host-item .ot-host-name{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.2;font-size:13px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h4-responsive,body>#onetrust-consent-sdk .ot-host-hdr h3,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header,body>#onetrust-consent-sdk .ot-host-item .ot-host-name{font-size:15px}}#onetrust-consent-sdk .title--h5{margin:0;line-height:1.4445;text-transform:none;letter-spacing:normal;font-size:18px}#onetrust-consent-sdk .title--h5-responsive{margin:0;line-height:1.4445;text-transform:none;letter-spacing:normal;font-size:16px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h5-responsive{font-size:18px}}#onetrust-consent-sdk .title--h6{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:2px;line-height:1.2;font-size:13px}#onetrust-consent-sdk .title--h6-responsive{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:2px;line-height:1.2;font-size:12px}@media only screen and (min-width: 769px){#onetrust-consent-sdk .title--h6-responsive{font-size:13px}}#onetrust-consent-sdk .text--spacer-xs{padding-bottom:10px}#onetrust-consent-sdk .text--spacer-s{padding-bottom:20px}#onetrust-consent-sdk .text--spacer-sm{padding-bottom:30px}#onetrust-consent-sdk .text--spacer-m{padding-bottom:40px}#onetrust-consent-sdk .text--spacer-l{padding-bottom:60px}#onetrust-consent-sdk .text--spacer-xl{padding-bottom:80px}#onetrust-consent-sdk .text--p1,body>#onetrust-consent-sdk #ot-pc-desc,body>#onetrust-consent-sdk .ot-host-item .ot-host-desc,body>#onetrust-consent-sdk .ot-host-item .ot-host-expand,body>#onetrust-consent-sdk .ot-host-item a{margin:0;line-height:1.3;font-size:16px}#onetrust-consent-sdk .text--p2,body>#onetrust-consent-sdk .ot-host-hdr h4,body>#onetrust-consent-sdk .ot-acc-txt p,body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-link-btn{margin:0;line-height:1.3;font-size:14px}#onetrust-consent-sdk .text--p3{margin:0;line-height:1.3;font-size:12px}#onetrust-consent-sdk .text-crop-1{line-height:1.3}#onetrust-consent-sdk .title-block--spacer-xs h1{padding-bottom:10px}#onetrust-consent-sdk .title-block--spacer-s h1{padding-bottom:20px}#onetrust-consent-sdk .title-block--spacer-sm h1{padding-bottom:30px}#onetrust-consent-sdk .title-block--spacer-m h1{padding-bottom:40px}#onetrust-consent-sdk .title-block--spacer-l h1{padding-bottom:60px}#onetrust-consent-sdk .title-block--spacer-xl h1{padding-bottom:80px}#onetrust-consent-sdk .title-block--spacer-s h1:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-m h1:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-l h1:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xl h1:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xs h2{padding-bottom:10px}#onetrust-consent-sdk .title-block--spacer-s h2{padding-bottom:20px}#onetrust-consent-sdk .title-block--spacer-sm h2{padding-bottom:30px}#onetrust-consent-sdk .title-block--spacer-m h2{padding-bottom:40px}#onetrust-consent-sdk .title-block--spacer-l h2{padding-bottom:60px}#onetrust-consent-sdk .title-block--spacer-xl h2{padding-bottom:80px}#onetrust-consent-sdk .title-block--spacer-s h2:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-m h2:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-l h2:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xl h2:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xs h3{padding-bottom:10px}#onetrust-consent-sdk .title-block--spacer-s h3{padding-bottom:20px}#onetrust-consent-sdk .title-block--spacer-sm h3{padding-bottom:30px}#onetrust-consent-sdk .title-block--spacer-m h3{padding-bottom:40px}#onetrust-consent-sdk .title-block--spacer-l h3{padding-bottom:60px}#onetrust-consent-sdk .title-block--spacer-xl h3{padding-bottom:80px}#onetrust-consent-sdk .title-block--spacer-s h3:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-m h3:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-l h3:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xl h3:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xs h4{padding-bottom:10px}#onetrust-consent-sdk .title-block--spacer-s h4{padding-bottom:20px}#onetrust-consent-sdk .title-block--spacer-sm h4{padding-bottom:30px}#onetrust-consent-sdk .title-block--spacer-m h4{padding-bottom:40px}#onetrust-consent-sdk .title-block--spacer-l h4{padding-bottom:60px}#onetrust-consent-sdk .title-block--spacer-xl h4{padding-bottom:80px}#onetrust-consent-sdk .title-block--spacer-s h4:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-m h4:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-l h4:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xl h4:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xs h5{padding-bottom:10px}#onetrust-consent-sdk .title-block--spacer-s h5{padding-bottom:20px}#onetrust-consent-sdk .title-block--spacer-sm h5{padding-bottom:30px}#onetrust-consent-sdk .title-block--spacer-m h5{padding-bottom:40px}#onetrust-consent-sdk .title-block--spacer-l h5{padding-bottom:60px}#onetrust-consent-sdk .title-block--spacer-xl h5{padding-bottom:80px}#onetrust-consent-sdk .title-block--spacer-s h5:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-m h5:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-l h5:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xl h5:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xs h6{padding-bottom:10px}#onetrust-consent-sdk .title-block--spacer-s h6{padding-bottom:20px}#onetrust-consent-sdk .title-block--spacer-sm h6{padding-bottom:30px}#onetrust-consent-sdk .title-block--spacer-m h6{padding-bottom:40px}#onetrust-consent-sdk .title-block--spacer-l h6{padding-bottom:60px}#onetrust-consent-sdk .title-block--spacer-xl h6{padding-bottom:80px}#onetrust-consent-sdk .title-block--spacer-s h6:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-m h6:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-l h6:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block--spacer-xl h6:last-child{padding-bottom:0}#onetrust-consent-sdk .title-block h1{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:7px;line-height:1.29;font-size:45px}#onetrust-consent-sdk .title-block h2{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.3847;font-size:26px}#onetrust-consent-sdk .title-block h3{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.5;font-size:20px}#onetrust-consent-sdk .title-block h4{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.2em;line-height:1.2;font-size:15px}#onetrust-consent-sdk .title-block h5{margin:0;line-height:1.4445;text-transform:none;letter-spacing:normal;font-size:18px}#onetrust-consent-sdk .title-block h6{margin:0;font-weight:500;text-transform:uppercase;letter-spacing:2px;line-height:1.2;font-size:13px}#onetrust-consent-sdk .text-block--gutter-xs p{padding-bottom:10px}#onetrust-consent-sdk .text-block--gutter-xs p:last-child{padding-bottom:0}#onetrust-consent-sdk .text-block--gutter-s p{padding-bottom:20px}#onetrust-consent-sdk .text-block--gutter-s p:last-child{padding-bottom:0}#onetrust-consent-sdk .text-block--gutter-sm p{padding-bottom:30px}#onetrust-consent-sdk .text-block--gutter-sm p:last-child{padding-bottom:0}#onetrust-consent-sdk .text-block--gutter-m p{padding-bottom:40px}#onetrust-consent-sdk .text-block--gutter-m p:last-child{padding-bottom:0}#onetrust-consent-sdk .text-block--gutter-l p{padding-bottom:60px}#onetrust-consent-sdk .text-block--gutter-l p:last-child{padding-bottom:0}#onetrust-consent-sdk .text-block--gutter-xl p{padding-bottom:80px}#onetrust-consent-sdk .text-block--gutter-xl p:last-child{padding-bottom:0}#onetrust-consent-sdk .text-block--gutter-none p{padding-bottom:0}#onetrust-consent-sdk .text-block--gutter-none p:last-child{padding-bottom:0;margin-bottom:0}#onetrust-consent-sdk .text-block--spacer-xs{padding-bottom:10px}#onetrust-consent-sdk .text-block--spacer-s{padding-bottom:20px}#onetrust-consent-sdk .text-block--spacer-sm{padding-bottom:30px}#onetrust-consent-sdk .text-block--spacer-m{padding-bottom:40px}#onetrust-consent-sdk .text-block--spacer-l{padding-bottom:60px}#onetrust-consent-sdk .text-block--spacer-xl{padding-bottom:80px}#onetrust-consent-sdk .text-block--p1 p{margin:0;line-height:1.3;font-size:16px}#onetrust-consent-sdk .text-block--p2 p{margin:0;line-height:1.3;font-size:14px}#onetrust-consent-sdk .text-block--lineHeight-spatial p{line-height:1.75}#onetrust-consent-sdk .alignleft{text-align:left}#onetrust-consent-sdk .aligncenter{text-align:center}#onetrust-consent-sdk .alignright{text-align:right}#onetrust-consent-sdk .alignfull{text-align:justify}#onetrust-consent-sdk .is-bold{font-weight:700}#onetrust-consent-sdk .no-bold{font-weight:400}#onetrust-consent-sdk .is-capitalize{text-transform:capitalize}#onetrust-consent-sdk .is-uppercase{text-transform:uppercase}#onetrust-consent-sdk .is-lowercase{text-transform:lowercase}#onetrust-consent-sdk .is-weight-regular{font-weight:400}#onetrust-consent-sdk .is-weight-medium{font-weight:500}#onetrust-consent-sdk .is-weight-bold{font-weight:700}#onetrust-consent-sdk .no-transform{text-transform:none}body>#onetrust-consent-sdk ul,body>#onetrust-consent-sdk ol{position:relative;padding-left:28px;list-style:none}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk ul,body>#onetrust-consent-sdk ol{margin-bottom:18px}}body>#onetrust-consent-sdk ul li,body>#onetrust-consent-sdk ol li{display:list-item;font-size:16px;line-height:28px}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk ul li,body>#onetrust-consent-sdk ol li{padding-bottom:10px}}body>#onetrust-consent-sdk ul li:before,body>#onetrust-consent-sdk ol li:before{position:absolute;color:var(--palette-blue-4, #949daa);transform:translate(-20px)}body>#onetrust-consent-sdk ul li:before{content:"\2022";font-size:1.2em}body>#onetrust-consent-sdk ol{counter-reset:item}body>#onetrust-consent-sdk ol li:before{content:counter(item) " ";counter-increment:item}body>#onetrust-consent-sdk p{margin:0 0 28px;font-family:mazdatype,helvetica,arial,sans-serif;font-size:16px;line-height:28px}body>#onetrust-consent-sdk *{box-sizing:border-box;-moz-osx-font-smoothing:grayscale!important;-webkit-font-smoothing:antialiased!important;font-feature-settings:"kern" 1!important;font-kerning:normal!important}body>#onetrust-consent-sdk #onetrust-banner-sdk{position:fixed;bottom:0;left:0;max-height:calc(100% - 30px);width:100%;overflow:auto;background:var(--palette-blue-5, #4a5b6e);color:var(--palette-white, #fff)}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk{width:calc(100% - 30px);margin:15px;display:flex;height:100%}}body>#onetrust-consent-sdk #onetrust-banner-sdk:before{content:"";position:fixed;inset:0;overflow:auto;background-color:#3a3d46;opacity:.7}@media only screen and (max-width: 1023px) and (min-height: 520px){body>#onetrust-consent-sdk #onetrust-banner-sdk>div[role=alertdialog]{display:flex;height:100%}}body>#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container{padding:80px 20px}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container{position:relative;padding:40px 15px 150px}}@media only screen and (max-width: 1023px) and (min-height: 520px){body>#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row{display:flex;flex-direction:column;height:100%}}@media only screen and (max-width: 1023px) and (min-height: 520px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container{display:flex;flex-direction:column;width:100%;flex-grow:1}}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container{width:100%}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy{margin:0}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy{margin-left:35px}}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy{display:flex;flex-direction:column}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title{margin:0;font-weight:500;line-height:1.5;text-transform:uppercase;letter-spacing:.2em;font-size:18px}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title{flex:0 0 auto;padding-bottom:15px;font-size:16px}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text{width:100%;padding-top:30px;padding-right:60px;margin:0;font-size:16px;line-height:1.3}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text{flex:1 1 auto;padding-right:0;overflow:auto;padding-top:0}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text>ul{display:flex;flex-wrap:wrap;padding-top:20px;padding-left:20px;list-style-type:none}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text>ul li{padding-right:60px}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a{margin:0 15px}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a{z-index:2;margin:0}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type{position:absolute;left:50%;max-height:45px;transform:translate(-50%)}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type{bottom:95px}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type{bottom:40px}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent{padding:0;margin:20px 0}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent{position:unset;flex-shrink:0;width:100%;margin-bottom:0;transform:unset}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group{width:100%;margin:0;display:flex;flex-direction:column;align-items:center;gap:10px}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group button{margin:0!important;min-width:initial!important}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group{align-items:flex-start}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk a{display:inline-flex;justify-content:center;align-items:center;height:auto;max-width:100%;min-height:45px;margin:0;overflow:hidden;border:none!important;border-radius:3px;background-color:#0000;color:var(--palette-dark-blue, #041428);font-family:mazdatype,helvetica,arial,sans-serif;font-size:13px;font-weight:500;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.1072em;transition:color .2s,background-color .2s;cursor:pointer;position:relative;width:max-content;padding:5px 0;overflow:visible;color:var(--palette-white, #fff)}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk a{max-width:366px}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:after,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:after,body>#onetrust-consent-sdk #onetrust-banner-sdk a:after{content:"";position:absolute;bottom:6px;left:50%;width:100%;height:2px;background-color:var(--palette-white, #fff);transform:translate(-50%);transition:transform .2s,background-color .2s;transition-delay:.1s;transition-timing-function:cubic-bezier(.86,0,.07,1);will-change:background-color}@media only screen and (min-width: 992px){body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover:after,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover:after,body>#onetrust-consent-sdk #onetrust-banner-sdk a:hover:after{background-color:var(--palette-light-beige, #dcb694);transform:translate(-50%,-4px)}}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:focus-visible,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus-visible,body>#onetrust-consent-sdk #onetrust-banner-sdk a:focus-visible{outline-offset:4px;outline:1px solid var(--palette-white, #fff)}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:active,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:active,body>#onetrust-consent-sdk #onetrust-banner-sdk a:active{color:var(--palette-white, #fff)}body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:active:after,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:active:after,body>#onetrust-consent-sdk #onetrust-banner-sdk a:active:after{background-color:var(--palette-light-beige, #dcb694);transform:translate(-50%,-4px)}#ot-sdk-btn{display:inline-flex;justify-content:center;align-items:center;height:auto;max-width:100%;min-height:45px;padding:5px 24px;margin:0;overflow:hidden;border:none!important;border-radius:3px;background-color:#0000;color:var(--palette-dark-blue, #041428);font-family:mazdatype,helvetica,arial,sans-serif;font-size:13px;font-weight:500;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.1072em;transition:color .2s,background-color .2s;cursor:pointer;background-color:var(--palette-dark-blue, #041428)!important;color:var(--palette-white, #fff)!important}@media only screen and (min-width: 1024px){#ot-sdk-btn{max-width:366px}}@media only screen and (min-width: 992px){#ot-sdk-btn:hover{background-color:var(--palette-strong-beige, #8b693e)!important}}#ot-sdk-btn:focus-visible{outline-offset:4px;outline:1px solid var(--palette-dark-blue, #041428)}#ot-sdk-btn:active{background-color:var(--palette-strong-beige, #8b693e)!important}#ot-sdk-cookie-policy a,.ot-sdk-cookie-policy a{background:none!important;font-size:16px!important}#ot-sdk-cookie-policy p,#ot-sdk-cookie-policy #cookie-policy-description,.ot-sdk-cookie-policy p,.ot-sdk-cookie-policy #cookie-policy-description{line-height:28px!important}#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,.ot-sdk-cookie-policy h3,.ot-sdk-cookie-policy h4,.ot-sdk-cookie-policy h5{font-weight:400!important}#ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group,.ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group{text-transform:uppercase}#ot-sdk-cookie-policy ul,.ot-sdk-cookie-policy ul{list-style-type:none!important}#ot-sdk-cookie-policy ul.cookies-list,.ot-sdk-cookie-policy ul.cookies-list{margin-left:25px}#ot-sdk-cookie-policy ul.cookies-list li:before,.ot-sdk-cookie-policy ul.cookies-list li:before{content:"\2022";font-size:inherit}#ot-sdk-cookie-policy table,.ot-sdk-cookie-policy table{padding-bottom:40px!important;border:none!important}#ot-sdk-cookie-policy table a,.ot-sdk-cookie-policy table a{text-decoration:none!important}#ot-sdk-cookie-policy table li,.ot-sdk-cookie-policy table li{margin-bottom:10px!important}#ot-sdk-cookie-policy table li:last-of-type,.ot-sdk-cookie-policy table li:last-of-type{margin-bottom:0!important}#ot-sdk-cookie-policy table li:before,.ot-sdk-cookie-policy table li:before{content:none}#ot-sdk-cookie-policy thead,.ot-sdk-cookie-policy thead{background-color:#0000!important}#ot-sdk-cookie-policy td,.ot-sdk-cookie-policy td{width:33%!important;border-bottom:1px solid var(--palette-blue-3, #d8dadd)!important;border-right:none!important;font-size:16px!important}#ot-sdk-cookie-policy th,.ot-sdk-cookie-policy th{border-right:none!important}#ot-sdk-cookie-policy th.ot-table-header,.ot-sdk-cookie-policy th.ot-table-header{background-color:#0000!important;font-size:inherit!important}body>#onetrust-consent-sdk #onetrust-pc-sdk{width:60%;max-width:992px}body>#onetrust-consent-sdk #accept-recommended-btn-handler,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler,body>#onetrust-consent-sdk .save-preference-btn-handler,body>#onetrust-consent-sdk .ot-btn-container button,body>#onetrust-consent-sdk #filter-apply-handler,body>#onetrust-consent-sdk #filter-cancel-handler{display:inline-flex;justify-content:center;align-items:center;height:auto;max-width:100%;min-height:45px;padding:5px 24px;margin:0;overflow:hidden;border:none!important;border-radius:3px;background-color:#0000;color:var(--palette-dark-blue, #041428);font-family:mazdatype,helvetica,arial,sans-serif;font-size:13px;font-weight:500;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.1072em;transition:color .2s,background-color .2s;cursor:pointer;background-color:var(--palette-dark-blue, #041428)!important;color:var(--palette-white, #fff)!important;letter-spacing:2.6px}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk #accept-recommended-btn-handler,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler,body>#onetrust-consent-sdk .save-preference-btn-handler,body>#onetrust-consent-sdk .ot-btn-container button,body>#onetrust-consent-sdk #filter-apply-handler,body>#onetrust-consent-sdk #filter-cancel-handler{max-width:366px}}@media only screen and (min-width: 992px){body>#onetrust-consent-sdk #accept-recommended-btn-handler:hover,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler:hover,body>#onetrust-consent-sdk .save-preference-btn-handler:hover,body>#onetrust-consent-sdk .ot-btn-container button:hover,body>#onetrust-consent-sdk #filter-apply-handler:hover,body>#onetrust-consent-sdk #filter-cancel-handler:hover{background-color:var(--palette-strong-beige, #8b693e)!important}}body>#onetrust-consent-sdk #accept-recommended-btn-handler:focus-visible,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler:focus-visible,body>#onetrust-consent-sdk .save-preference-btn-handler:focus-visible,body>#onetrust-consent-sdk .ot-btn-container button:focus-visible,body>#onetrust-consent-sdk #filter-apply-handler:focus-visible,body>#onetrust-consent-sdk #filter-cancel-handler:focus-visible{outline-offset:4px;outline:1px solid var(--palette-dark-blue, #041428)}body>#onetrust-consent-sdk #accept-recommended-btn-handler:active,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler:active,body>#onetrust-consent-sdk .save-preference-btn-handler:active,body>#onetrust-consent-sdk .ot-btn-container button:active,body>#onetrust-consent-sdk #filter-apply-handler:active,body>#onetrust-consent-sdk #filter-cancel-handler:active{background-color:var(--palette-strong-beige, #8b693e)!important}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #ot-pc-content{margin-left:15px;padding-right:3px;width:calc(100% - 20px)}}body>#onetrust-consent-sdk .ot-btn-container{padding-bottom:20px;padding-right:15px}body>#onetrust-consent-sdk .ot-btn-container button{margin-right:15px;margin-top:20px}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk .ot-btn-container{width:calc(100% - 30px)!important;margin:0!important;padding:1px 15px 20px!important}}body>#onetrust-consent-sdk .ot-pc-header{border-bottom:none}body>#onetrust-consent-sdk .ot-pc-header .ot-pc-logo{display:none}body>#onetrust-consent-sdk #ot-lst-title h3,body>#onetrust-consent-sdk #ot-pc-title,body>#onetrust-consent-sdk #ot-category-title{padding-bottom:20px;color:inherit!important}body>#onetrust-consent-sdk #ot-lst-title h3{padding-left:15px}body>#onetrust-consent-sdk #ot-pc-desc{padding-bottom:40px;color:inherit!important}body>#onetrust-consent-sdk #ot-category-title{padding-top:50px}body>#onetrust-consent-sdk .ot-host-hdr h4,body>#onetrust-consent-sdk .ot-acc-txt p,body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-link-btn{font-size:14px!important}body>#onetrust-consent-sdk .ot-link-btn{text-decoration:underline}body>#onetrust-consent-sdk .ot-link-btn:focus-visible{outline-offset:4px;outline:1px solid var(--palette-white, #fff)!important}body>#onetrust-consent-sdk .ot-pgph-link:focus-visible{outline:1px solid var(--palette-dark-blue, #041428);outline-offset:4px}body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-hlst-cntr{padding-left:70px!important;padding-right:45px!important;width:auto!important}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-hlst-cntr{padding-left:100px!important}}body>#onetrust-consent-sdk .ot-host-opt li>div div{font-size:14px}body>#onetrust-consent-sdk .ot-plus-minus{top:0;order:3;margin:0 10px}body>#onetrust-consent-sdk .ot-plus-minus span{background:var(--palette-blue-4, #949daa)}body>#onetrust-consent-sdk .ot-plus-minus span:first-of-type{top:0;bottom:0;left:49%;width:1px}body>#onetrust-consent-sdk .ot-plus-minus span:last-of-type{top:49%;right:0;left:0;height:1px}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk .ot-plus-minus{margin:0}}body>#onetrust-consent-sdk #onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus{outline:none!important}body>#onetrust-consent-sdk #onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus-visible{outline:1px solid var(--palette-dark-blue, #041428)!important}body>#onetrust-consent-sdk .ot-cat-item button:active,body>#onetrust-consent-sdk .ot-cat-item button:focus-visible,body>#onetrust-consent-sdk button.ot-host-box:active,body>#onetrust-consent-sdk button.ot-host-box:focus-visible{outline:1px solid var(--palette-dark-blue, #041428)!important}body>#onetrust-consent-sdk .ot-cat-item button~* .ot-cat-header,body>#onetrust-consent-sdk button.ot-host-box~* .ot-cat-header{color:var(--palette-strong-beige, #8b693e)!important}body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-plus-minus span,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-plus-minus span{background:var(--palette-strong-beige, #8b693e)}body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-cat-header,body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-category-desc,body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-link-btn,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-cat-header,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-category-desc,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-link-btn{color:var(--palette-dark-blue, #041428)!important}body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~.ot-acc-hdr,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~.ot-acc-hdr{padding-bottom:10px!important}body>#onetrust-consent-sdk .ot-cat-item{border-left:0!important;border-right:0!important}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr{display:inline-flex;align-items:center;padding:35px 0;width:100%}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header{line-height:26px!important}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header{order:2;flex-grow:2}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active{position:relative!important;top:none!important;right:0!important;display:flex;order:1;width:100px;color:inherit;font-size:14px;font-weight:400;line-height:26px;transform:none!important}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl input:checked+.ot-switch .ot-switch-nob,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active input:checked+.ot-switch .ot-switch-nob{border-color:var(--palette-dark-blue, #041428);background-color:var(--palette-white, #fff)}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl input:checked+.ot-switch .ot-switch-nob:before,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active input:checked+.ot-switch .ot-switch-nob:before{background-color:var(--palette-dark-blue, #041428)}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active{width:70px}}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active{line-height:16px}body>#onetrust-consent-sdk .ot-cat-item .ot-acc-txt{background:none!important}body>#onetrust-consent-sdk .ot-pc-footer{border-top:0}body>#onetrust-consent-sdk .ot-pc-footer-logo{display:none}body>#onetrust-consent-sdk #vendor-search-handler{border:none;border-bottom:1px solid var(--palette-blue-3, #d8dadd);border-radius:0}body>#onetrust-consent-sdk .ot-sel-all{display:flex;align-items:center;width:100%;padding-right:0;margin-top:20px;margin-bottom:15px}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk .ot-sel-all{padding-right:22px}}body>#onetrust-consent-sdk .ot-sel-all .ot-consent-hdr{max-width:100%;color:var(--palette-dark-blue, #041428)!important}body>#onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox{width:auto}body>#onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox .ot-chkbox{position:static!important;margin:0 5px 0 15px}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox .ot-chkbox{margin:0 15px}}@media only screen and (max-width: 1023px){body>#onetrust-consent-sdk #ot-pc-lst{bottom:165px}}body>#onetrust-consent-sdk .ot-host-item{padding-right:0;padding-left:25px}body>#onetrust-consent-sdk .ot-host-item:before{font-size:inherit!important}body>#onetrust-consent-sdk .ot-host-item .ot-host-opts{width:calc(100% - 25px)}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk .ot-host-item .ot-host-opts{width:calc(100% - 55px)}}body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr{display:grid;grid-template-columns:1fr 25px;grid-template-areas:"header expander" "header ." "header checkbox"}@media only screen and (min-width: 1024px){body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr{grid-template-columns:1fr 55px}}body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-host-hdr{grid-area:header;width:100%}body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-plus-minus{grid-area:expander;margin:0!important}body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-tgl-cntr{position:static!important;grid-area:checkbox;width:25px}body>#onetrust-consent-sdk .ot-host-item .ot-host-name{margin-bottom:25px!important}body>#onetrust-consent-sdk .ot-host-item .ot-host-desc,body>#onetrust-consent-sdk .ot-host-item .ot-host-expand,body>#onetrust-consent-sdk .ot-host-item a{font-size:16px!important;line-height:28px}body>#onetrust-consent-sdk .ot-chkbox input,body>#onetrust-consent-sdk .ot-chkbox label:before{transform:scale(1.3)}body>#onetrust-consent-sdk .ot-chkbox label:before{border:1px solid var(--palette-blue-3, #d8dadd);outline-width:0}body>#onetrust-consent-sdk .ot-chkbox input:checked~label:before{background-color:var(--palette-dark-blue, #041428)}body>#onetrust-consent-sdk .ot-chkbox input[type=checkbox]:focus+label:before{outline-offset:4px;outline:1px solid var(--palette-dark-blue, #041428)}body>#onetrust-consent-sdk #filter-btn-handler{background-color:var(--palette-dark-blue, #041428)}body>#onetrust-consent-sdk .ot-fltr-scrlcnt{padding-top:5px}body>#onetrust-consent-sdk .ot-fltr-btns{margin:0;display:grid;grid-gap:15px;padding:15px 5px 0 15px}body>#onetrust-consent-sdk .ot-fltr-btns button{margin:0!important}body>#onetrust-consent-sdk #ot-anchor{display:none!important}.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler{display:inline-flex;justify-content:center;align-items:center;height:auto;max-width:100%;min-height:45px;padding:5px 24px;margin:0;overflow:hidden;border:none!important;border-radius:3px;background-color:#0000;color:var(--palette-dark-blue, #041428);font-family:mazdatype,helvetica,arial,sans-serif;font-size:13px;font-weight:500;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.1072em;transition:color .2s,background-color .2s;cursor:pointer;background-color:var(--palette-white, #fff)!important}@media only screen and (min-width: 1024px){.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler{max-width:366px}}@media only screen and (min-width: 992px){.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover{background-color:var(--palette-light-beige, #dcb694)!important;color:var(--palette-dark-blue, #041428)!important}}.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler:focus-visible{outline-offset:4px;outline:1px solid var(--palette-white, #fff)}.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler:active{background-color:var(--palette-light-beige, #dcb694)!important;color:var(--palette-dark-blue, #041428)!important}.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler{display:inline-flex;justify-content:center;align-items:center;height:auto;max-width:100%;min-height:45px;margin:0;overflow:hidden;border:none!important;border-radius:3px;background-color:#0000;color:var(--palette-dark-blue, #041428);font-family:mazdatype,helvetica,arial,sans-serif;font-size:13px;font-weight:500;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.1072em;transition:color .2s,background-color .2s;cursor:pointer;position:relative;width:max-content;padding:5px 0;overflow:visible;color:var(--palette-white, #fff);width:max-content!important}@media only screen and (min-width: 1024px){.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler{max-width:366px}}.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:after{content:"";position:absolute;bottom:6px;left:50%;width:100%;height:2px;background-color:var(--palette-white, #fff);transform:translate(-50%);transition:transform .2s,background-color .2s;transition-delay:.1s;transition-timing-function:cubic-bezier(.86,0,.07,1);will-change:background-color}@media only screen and (min-width: 992px){.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover:after{background-color:var(--palette-light-beige, #dcb694);transform:translate(-50%,-4px)}}.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:focus-visible{outline-offset:4px;outline:1px solid var(--palette-white, #fff)}.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:active{color:var(--palette-white, #fff)}.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:active:after{background-color:var(--palette-light-beige, #dcb694);transform:translate(-50%,-4px)}.ot--accept-tertiary #onetrust-banner-sdk #onetrust-group-container{width:74%!important}#onetrust-banner-sdk #onetrust-group-container{position:inherit!important}@media only screen and (min-width: 1024px) and (max-width: 1279px){.ot--accept-tertiary #onetrust-banner-sdk #onetrust-group-container{width:64%!important}}.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent{right:8%!important}@media only screen and (min-width: 1024px) and (max-width: 1279px){.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent{width:28%!important}}@media only screen and (min-width: 1280px){.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent{right:5%!important;width:20%!important}}.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler{display:inline-flex;justify-content:center;align-items:center;height:auto;max-width:100%;min-height:45px;padding:5px 24px;margin:0;overflow:hidden;border:none!important;border-radius:3px;background-color:#0000;color:var(--palette-dark-blue, #041428);font-family:mazdatype,helvetica,arial,sans-serif;font-size:13px;font-weight:500;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.1072em;transition:color .2s,background-color .2s;cursor:pointer;background-color:var(--palette-white, #fff)!important}@media only screen and (min-width: 1024px){.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler{max-width:366px}}@media only screen and (min-width: 992px){.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler:hover,.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler:hover{background-color:var(--palette-light-beige, #dcb694)!important;color:var(--palette-dark-blue, #041428)!important}}.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler:focus-visible,.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler:focus-visible{outline-offset:4px;outline:1px solid var(--palette-white, #fff)}.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler:active,.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler:active{background-color:var(--palette-light-beige, #dcb694)!important;color:var(--palette-dark-blue, #041428)!important}@media only screen and (min-width: 551px) and (max-width: 1024px){.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler{width:320px!important}}@media only screen and (min-width: 1024px){.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler{width:100%!important}}.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler:after{content:none}.ot--cta-reversed #onetrust-button-group-parent #onetrust-button-group{flex-direction:column-reverse!important}.ot--inside-iframe #onetrust-consent-sdk #onetrust-banner-sdk{top:0;bottom:auto}@media only screen and (max-width: 1023px){.ot--inside-iframe #onetrust-consent-sdk #onetrust-banner-sdk{height:auto}}@media only screen and (max-width: 1023px){.ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group{align-items:start;padding-left:15px}}@media only screen and (max-width: 1023px){.ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type,.ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type{left:0;transform:translate(30px)}}#onetrust-accept-btn-handler:hover{background-color:var(--palette-light-beige, #dcb694)!important;border-color:var(--palette-light-beige, #dcb694)!important;color:var(--palette-dark-blue, #041428)!important}#onetrust-accept-btn-handler:focus{background-color:var(--palette-light-beige, #dcb694)!important;border-color:var(--palette-light-beige, #dcb694)!important;color:var(--palette-dark-blue, #041428)!important}#onetrust-accept-btn-handler:active{background-color:var(--palette-light-beige, #dcb694)!important;border-color:var(--palette-light-beige, #dcb694)!important;color:var(--palette-dark-blue, #041428)!important}html,body{height:100%;color:var(--color-mazda-text-headline)}:host{display:flex;flex-direction:column;height:100vh}router-outlet+*{flex-grow:1;display:flex;flex-direction:column}.list-item-row+.list-item-row{border-top:1px solid;border-color:var(--color-mazda-blue-2)}.mazda-button{font-family:inherit;font-size:13px;font-weight:500;letter-spacing:16%;box-sizing:border-box;padding:11px;border:none;border-radius:3px;text-align:center;text-transform:uppercase;cursor:pointer;transition:.3s ease;width:100%;min-width:96px;max-width:300px}footer a{transition:.2s ease}footer a:hover{color:var(--color-mazda-secondary-on-dark)}.mazda-button{font-family:inherit;font-size:13px;font-weight:500;letter-spacing:16%;box-sizing:border-box;padding:11px;border:none;border-radius:3px;text-align:center;text-transform:uppercase;cursor:pointer;transition:.2s ease;width:100%;min-width:96px;max-width:300px}@media (max-width: 768px){.mazda-button{font-size:12px}}.mazda-button-primary{border:2px solid;color:#fff;background-color:var(--color-mazda-primary);border-color:var(--color-mazda-primary)}.mazda-button-primary:hover{background-color:var(--color-mazda-secondary);border-color:var(--color-mazda-secondary)}.mazda-button-primary-on-dark{border:2px solid;color:var(--color-mazda-primary);background-color:#fff;border-color:#fff}.mazda-button-primary-on-dark:hover{background-color:var(--color-mazda-secondary-on-dark);border-color:var(--color-mazda-secondary-on-dark)}.mazda-button-secondary{border:2px solid;background-color:transparent;color:var(--color-mazda-primary);border-color:var(--color-mazda-primary)}.mazda-button-secondary:hover{background-color:var(--color-mazda-secondary);border-color:var(--color-mazda-secondary);color:#fff}.mazda-button-secondary-on-dark{border:2px solid;background-color:transparent;color:#fff;border-color:#fff}.mazda-button-secondary-on-dark:hover{background-color:var(--color-mazda-secondary-on-dark);border-color:var(--color-mazda-secondary-on-dark);color:var(--color-mazda-primary)}.mazda-button-success{border:2px solid;color:#fff;background-color:var(--color-mazda-green);border-color:var(--color-mazda-green)}.mazda-button-success:hover{background-color:var(--color-mazda-light-green);border-color:var(--color-mazda-light-green)}.mazda-button-info{border:2px solid;color:#fff;background-color:var(--color-mazda-blue-5);border-color:var(--color-mazda-blue-5)}.mazda-button-info:hover{background-color:var(--color-mazda-blue-4);border-color:var(--color-mazda-blue-4)}@property --tw-rotate-x{syntax: "*"; inherits: false; initial-value: rotateX(0);}@property --tw-rotate-y{syntax: "*"; inherits: false; initial-value: rotateY(0);}@property --tw-rotate-z{syntax: "*"; inherits: false; initial-value: rotateZ(0);}@property --tw-skew-x{syntax: "*"; inherits: false; initial-value: skewX(0);}@property --tw-skew-y{syntax: "*"; inherits: false; initial-value: skewY(0);}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{syntax: "*"; inherits: false;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-duration{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}
