@import"../fonts/AvantGarde/avantGarde.css";@layer base{body:not(.embed) .main{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}body:not(.embed) .main>div[id*=container]{flex-grow:1}.flex{display:flex}.inline-flex{display:inline-flex}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.flex-grow{flex-grow:var(--grow,1)}.flex-shrink{flex-shrink:var(--shrink,1)}.flex-basis{flex-basis:var(--basis,100%)}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.justify-space-evenly{justify-content:space-evenly}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-baseline{align-items:baseline}.direction-row{flex-direction:row}.direction-row-reverse{flex-direction:row-reverse}.direction-column{flex-direction:column}.direction-column-reverse{flex-direction:column-reverse}@media screen and (max-width:1366px){.flex-medium{display:flex}.inline-flex-medium{display:inline-flex}.wrap-medium{flex-wrap:wrap}.nowrap-medium{flex-wrap:nowrap}.flex-grow-medium{flex-grow:var(--grow,1)}.flex-shrink-medium{flex-shrink:var(--shrink,1)}.flex-basis-medium{flex-basis:var(--basis,100%)}.justify-start-medium{justify-content:flex-start}.justify-end-medium{justify-content:flex-end}.justify-center-medium{justify-content:center}.justify-space-between-medium{justify-content:space-between}.justify-space-around-medium{justify-content:space-around}.justify-space-evenly-medium{justify-content:space-evenly}.align-start-medium{align-items:flex-start}.align-end-medium{align-items:flex-end}.align-center-medium{align-items:center}.align-baseline-medium{align-items:baseline}.direction-row-medium{flex-direction:row}.direction-row-reverse-medium{flex-direction:row-reverse}.direction-column-medium{flex-direction:column}.direction-column-reverse-medium{flex-direction:column-reverse}}@media screen and (max-width:640px){.flex-small{display:flex}.inline-flex-small{display:inline-flex}.wrap-small{flex-wrap:wrap}.nowrap-small{flex-wrap:nowrap}.flex-grow-small{flex-grow:var(--grow,1)}.flex-shrink-small{flex-shrink:var(--shrink,1)}.flex-basis-small{flex-basis:var(--basis,100%)}.justify-start-small{justify-content:flex-start}.justify-end-small{justify-content:flex-end}.justify-center-small{justify-content:center}.justify-space-between-small{justify-content:space-between}.justify-space-around-small{justify-content:space-around}.justify-space-evenly-small{justify-content:space-evenly}.align-start-small{align-items:flex-start}.align-end-small{align-items:flex-end}.align-center-small{align-items:center}.align-baseline-small{align-items:baseline}.direction-row-small{flex-direction:row}.direction-row-reverse-small{flex-direction:row-reverse}.direction-column-small{flex-direction:column}.direction-column-reverse-small{flex-direction:column-reverse}}@media screen and (orientation:landscape){.flex-landscape{display:flex}.inline-flex-landscape{display:inline-flex}.wrap-landscape{flex-wrap:wrap}.nowrap-landscape{flex-wrap:nowrap}.flex-grow-landscape{flex-grow:var(--grow,1)}.flex-shrink-landscape{flex-shrink:var(--shrink,1)}.flex-basis-landscape{flex-basis:var(--basis,100%)}.justify-start-landscape{justify-content:flex-start}.justify-end-landscape{justify-content:flex-end}.justify-center-landscape{justify-content:center}.justify-space-between-landscape{justify-content:space-between}.justify-space-around-landscape{justify-content:space-around}.justify-space-evenly-landscape{justify-content:space-evenly}.align-start-landscape{align-items:flex-start}.align-end-landscape{align-items:flex-end}.align-center-landscape{align-items:center}.align-baseline-landscape{align-items:baseline}.direction-row-landscape{flex-direction:row}.direction-row-reverse-landscape{flex-direction:row-reverse}.direction-column-landscape{flex-direction:column}.direction-column-reverse-landscape{flex-direction:column-reverse}}@media screen and (orientation:portrait){.flex-portrait{display:flex}.inline-flex-portrait{display:inline-flex}.wrap-portrait{flex-wrap:wrap}.nowrap-portrait{flex-wrap:nowrap}.flex-grow-portrait{flex-grow:var(--grow,1)}.flex-shrink-portrait{flex-shrink:var(--shrink,1)}.flex-basis-portrait{flex-basis:var(--basis,100%)}.justify-start-portrait{justify-content:flex-start}.justify-end-portrait{justify-content:flex-end}.justify-center-portrait{justify-content:center}.justify-space-between-portrait{justify-content:space-between}.justify-space-around-portrait{justify-content:space-around}.justify-space-evenly-portrait{justify-content:space-evenly}.align-start-portrait{align-items:flex-start}.align-end-portrait{align-items:flex-end}.align-center-portrait{align-items:center}.align-baseline-portrait{align-items:baseline}.direction-row-portrait{flex-direction:row}.direction-row-reverse-portrait{flex-direction:row-reverse}.direction-column-portrait{flex-direction:column}.direction-column-reverse-portrait{flex-direction:column-reverse}}.grid{display:grid}.row-1{grid-template-rows:repeat(1,1fr)}.rowspan-1{grid-row:span 1}.row-2{grid-template-rows:repeat(2,1fr)}.rowspan-2{grid-row:span 2}.row-3{grid-template-rows:repeat(3,1fr)}.rowspan-3{grid-row:span 3}.row-4{grid-template-rows:repeat(4,1fr)}.rowspan-4{grid-row:span 4}.col-1{grid-template-columns:repeat(1,1fr)}.colspan-1{grid-column:span 1}.col-2{grid-template-columns:repeat(2,1fr)}.colspan-2{grid-column:span 2}.col-3{grid-template-columns:repeat(3,1fr)}.colspan-3{grid-column:span 3}.col-4{grid-template-columns:repeat(4,1fr)}.colspan-4{grid-column:span 4}.gap-0{gap:0}.row-gap-0{row-gap:0}.col-gap-0{-moz-column-gap:0;column-gap:0}.gap-xxxs{gap:.25rem}.row-gap-xxxs{row-gap:.25rem}.col-gap-xxxs{-moz-column-gap:.25rem;column-gap:.25rem}.gap-xxs{gap:.5rem}.row-gap-xxs{row-gap:.5rem}.col-gap-xxs{-moz-column-gap:.5rem;column-gap:.5rem}.gap-xs{gap:1rem}.row-gap-xs{row-gap:1rem}.col-gap-xs{-moz-column-gap:1rem;column-gap:1rem}.gap-s{gap:1.5rem}.row-gap-s{row-gap:1.5rem}.col-gap-s{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-m{gap:2rem}.row-gap-m{row-gap:2rem}.col-gap-m{-moz-column-gap:2rem;column-gap:2rem}.gap-l{gap:2.5rem}.row-gap-l{row-gap:2.5rem}.col-gap-l{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-xl{gap:3rem}.row-gap-xl{row-gap:3rem}.col-gap-xl{-moz-column-gap:3rem;column-gap:3rem}.gap-xxl{gap:3.5rem}.row-gap-xxl{row-gap:3.5rem}.col-gap-xxl{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-ll{gap:4rem}.row-gap-ll{row-gap:4rem}.col-gap-ll{-moz-column-gap:4rem;column-gap:4rem}.self-stretch{align-self:stretch}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}@media screen and (max-width:1366px){.grid-medium{display:grid}.row-1-medium{grid-template-rows:repeat(1,1fr)}.rowspan-1-medium{grid-row:span 1}.row-2-medium{grid-template-rows:repeat(2,1fr)}.rowspan-2-medium{grid-row:span 2}.row-3-medium{grid-template-rows:repeat(3,1fr)}.rowspan-3-medium{grid-row:span 3}.row-4-medium{grid-template-rows:repeat(4,1fr)}.rowspan-4-medium{grid-row:span 4}.col-1-medium{grid-template-columns:repeat(1,1fr)}.colspan-1-medium{grid-column:span 1}.col-2-medium{grid-template-columns:repeat(2,1fr)}.colspan-2-medium{grid-column:span 2}.col-3-medium{grid-template-columns:repeat(3,1fr)}.colspan-3-medium{grid-column:span 3}.col-4-medium{grid-template-columns:repeat(4,1fr)}.colspan-4-medium{grid-column:span 4}.gap-0-medium{gap:0}.row-gap-0-medium{row-gap:0}.col-gap-0-medium{-moz-column-gap:0;column-gap:0}.gap-xxxs-medium{gap:.25rem}.row-gap-xxxs-medium{row-gap:.25rem}.col-gap-xxxs-medium{-moz-column-gap:.25rem;column-gap:.25rem}.gap-xxs-medium{gap:.5rem}.row-gap-xxs-medium{row-gap:.5rem}.col-gap-xxs-medium{-moz-column-gap:.5rem;column-gap:.5rem}.gap-xs-medium{gap:1rem}.row-gap-xs-medium{row-gap:1rem}.col-gap-xs-medium{-moz-column-gap:1rem;column-gap:1rem}.gap-s-medium{gap:1.5rem}.row-gap-s-medium{row-gap:1.5rem}.col-gap-s-medium{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-m-medium{gap:2rem}.row-gap-m-medium{row-gap:2rem}.col-gap-m-medium{-moz-column-gap:2rem;column-gap:2rem}.gap-l-medium{gap:2.5rem}.row-gap-l-medium{row-gap:2.5rem}.col-gap-l-medium{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-xl-medium{gap:3rem}.row-gap-xl-medium{row-gap:3rem}.col-gap-xl-medium{-moz-column-gap:3rem;column-gap:3rem}.gap-xxl-medium{gap:3.5rem}.row-gap-xxl-medium{row-gap:3.5rem}.col-gap-xxl-medium{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-ll-medium{gap:4rem}.row-gap-ll-medium{row-gap:4rem}.col-gap-ll-medium{-moz-column-gap:4rem;column-gap:4rem}.self-stretch-medium{align-self:stretch}.self-start-medium{align-self:flex-start}.self-center-medium{align-self:center}.self-end-medium{align-self:flex-end}}@media screen and (max-width:640px){.grid-small{display:grid}.row-1-small{grid-template-rows:repeat(1,1fr)}.rowspan-1-small{grid-row:span 1}.row-2-small{grid-template-rows:repeat(2,1fr)}.rowspan-2-small{grid-row:span 2}.row-3-small{grid-template-rows:repeat(3,1fr)}.rowspan-3-small{grid-row:span 3}.row-4-small{grid-template-rows:repeat(4,1fr)}.rowspan-4-small{grid-row:span 4}.col-1-small{grid-template-columns:repeat(1,1fr)}.colspan-1-small{grid-column:span 1}.col-2-small{grid-template-columns:repeat(2,1fr)}.colspan-2-small{grid-column:span 2}.col-3-small{grid-template-columns:repeat(3,1fr)}.colspan-3-small{grid-column:span 3}.col-4-small{grid-template-columns:repeat(4,1fr)}.colspan-4-small{grid-column:span 4}.gap-0-small{gap:0}.row-gap-0-small{row-gap:0}.col-gap-0-small{-moz-column-gap:0;column-gap:0}.gap-xxxs-small{gap:.25rem}.row-gap-xxxs-small{row-gap:.25rem}.col-gap-xxxs-small{-moz-column-gap:.25rem;column-gap:.25rem}.gap-xxs-small{gap:.5rem}.row-gap-xxs-small{row-gap:.5rem}.col-gap-xxs-small{-moz-column-gap:.5rem;column-gap:.5rem}.gap-xs-small{gap:1rem}.row-gap-xs-small{row-gap:1rem}.col-gap-xs-small{-moz-column-gap:1rem;column-gap:1rem}.gap-s-small{gap:1.5rem}.row-gap-s-small{row-gap:1.5rem}.col-gap-s-small{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-m-small{gap:2rem}.row-gap-m-small{row-gap:2rem}.col-gap-m-small{-moz-column-gap:2rem;column-gap:2rem}.gap-l-small{gap:2.5rem}.row-gap-l-small{row-gap:2.5rem}.col-gap-l-small{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-xl-small{gap:3rem}.row-gap-xl-small{row-gap:3rem}.col-gap-xl-small{-moz-column-gap:3rem;column-gap:3rem}.gap-xxl-small{gap:3.5rem}.row-gap-xxl-small{row-gap:3.5rem}.col-gap-xxl-small{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-ll-small{gap:4rem}.row-gap-ll-small{row-gap:4rem}.col-gap-ll-small{-moz-column-gap:4rem;column-gap:4rem}.self-stretch-small{align-self:stretch}.self-start-small{align-self:flex-start}.self-center-small{align-self:center}.self-end-small{align-self:flex-end}}:root{--xxxs:0.25rem;--xxs:0.5rem;--xs:1rem;--s:1.5rem;--m:2rem;--l:2.5rem;--xl:3rem;--xxl:3.5rem;--xxxl:4rem;--ll:4.5rem;--xll:5rem;--xxll:5.5rem;--xxxll:6rem;--lll:10rem}.margin-auto{margin:auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mv-auto{margin-top:auto;margin-bottom:auto}.mh-auto{margin-left:auto;margin-right:auto}.margin-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mv-0{margin-top:0;margin-bottom:0}.mh-0{margin-left:0;margin-right:0}.margin-xxxs{margin:.25rem}.mt-xxxs{margin-top:.25rem}.mb-xxxs{margin-bottom:.25rem}.ml-xxxs{margin-left:.25rem}.mr-xxxs{margin-right:.25rem}.mv-xxxs{margin-top:.25rem;margin-bottom:.25rem}.mh-xxxs{margin-left:.25rem;margin-right:.25rem}.margin-xxs{margin:.5rem}.mt-xxs{margin-top:.5rem}.mb-xxs{margin-bottom:.5rem}.ml-xxs{margin-left:.5rem}.mr-xxs{margin-right:.5rem}.mv-xxs{margin-top:.5rem;margin-bottom:.5rem}.mh-xxs{margin-left:.5rem;margin-right:.5rem}.margin-xs{margin:1rem}.mt-xs{margin-top:1rem}.mb-xs{margin-bottom:1rem}.ml-xs{margin-left:1rem}.mr-xs{margin-right:1rem}.mv-xs{margin-top:1rem;margin-bottom:1rem}.mh-xs{margin-left:1rem;margin-right:1rem}.margin-s{margin:1.5rem}.mt-s{margin-top:1.5rem}.mb-s{margin-bottom:1.5rem}.ml-s{margin-left:1.5rem}.mr-s{margin-right:1.5rem}.mv-s{margin-top:1.5rem;margin-bottom:1.5rem}.mh-s{margin-left:1.5rem;margin-right:1.5rem}.margin-m{margin:2rem}.mt-m{margin-top:2rem}.mb-m{margin-bottom:2rem}.ml-m{margin-left:2rem}.mr-m{margin-right:2rem}.mv-m{margin-top:2rem;margin-bottom:2rem}.mh-m{margin-left:2rem;margin-right:2rem}.margin-l{margin:2.5rem}.mt-l{margin-top:2.5rem}.mb-l{margin-bottom:2.5rem}.ml-l{margin-left:2.5rem}.mr-l{margin-right:2.5rem}.mv-l{margin-top:2.5rem;margin-bottom:2.5rem}.mh-l{margin-left:2.5rem;margin-right:2.5rem}.margin-xl{margin:3rem}.mt-xl{margin-top:3rem}.mb-xl{margin-bottom:3rem}.ml-xl{margin-left:3rem}.mr-xl{margin-right:3rem}.mv-xl{margin-top:3rem;margin-bottom:3rem}.mh-xl{margin-left:3rem;margin-right:3rem}.margin-xxl{margin:3.5rem}.mt-xxl{margin-top:3.5rem}.mb-xxl{margin-bottom:3.5rem}.ml-xxl{margin-left:3.5rem}.mr-xxl{margin-right:3.5rem}.mv-xxl{margin-top:3.5rem;margin-bottom:3.5rem}.mh-xxl{margin-left:3.5rem;margin-right:3.5rem}.margin-xxxl{margin:4rem}.mt-xxxl{margin-top:4rem}.mb-xxxl{margin-bottom:4rem}.ml-xxxl{margin-left:4rem}.mr-xxxl{margin-right:4rem}.mv-xxxl{margin-top:4rem;margin-bottom:4rem}.mh-xxxl{margin-left:4rem;margin-right:4rem}.margin-ll{margin:4.5rem}.mt-ll{margin-top:4.5rem}.mb-ll{margin-bottom:4.5rem}.ml-ll{margin-left:4.5rem}.mr-ll{margin-right:4.5rem}.mv-ll{margin-top:4.5rem;margin-bottom:4.5rem}.mh-ll{margin-left:4.5rem;margin-right:4.5rem}.margin-xll{margin:5rem}.mt-xll{margin-top:5rem}.mb-xll{margin-bottom:5rem}.ml-xll{margin-left:5rem}.mr-xll{margin-right:5rem}.mv-xll{margin-top:5rem;margin-bottom:5rem}.mh-xll{margin-left:5rem;margin-right:5rem}.margin-xxll{margin:5.5rem}.mt-xxll{margin-top:5.5rem}.mb-xxll{margin-bottom:5.5rem}.ml-xxll{margin-left:5.5rem}.mr-xxll{margin-right:5.5rem}.mv-xxll{margin-top:5.5rem;margin-bottom:5.5rem}.mh-xxll{margin-left:5.5rem;margin-right:5.5rem}.margin-xxxll{margin:6rem}.mt-xxxll{margin-top:6rem}.mb-xxxll{margin-bottom:6rem}.ml-xxxll{margin-left:6rem}.mr-xxxll{margin-right:6rem}.mv-xxxll{margin-top:6rem;margin-bottom:6rem}.mh-xxxll{margin-left:6rem;margin-right:6rem}.margin-lll{margin:10rem}.mt-lll{margin-top:10rem}.mb-lll{margin-bottom:10rem}.ml-lll{margin-left:10rem}.mr-lll{margin-right:10rem}.mv-lll{margin-top:10rem;margin-bottom:10rem}.mh-lll{margin-left:10rem;margin-right:10rem}.padding-0{padding:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.pv-0{padding-top:0;padding-bottom:0}.ph-0{padding-left:0;padding-right:0}.padding-xxxs{padding:.25rem}.pt-xxxs{padding-top:.25rem}.pb-xxxs{padding-bottom:.25rem}.pl-xxxs{padding-left:.25rem}.pr-xxxs{padding-right:.25rem}.pv-xxxs{padding-top:.25rem;padding-bottom:.25rem}.ph-xxxs{padding-left:.25rem;padding-right:.25rem}.padding-xxs{padding:.5rem}.pt-xxs{padding-top:.5rem}.pb-xxs{padding-bottom:.5rem}.pl-xxs{padding-left:.5rem}.pr-xxs{padding-right:.5rem}.pv-xxs{padding-top:.5rem;padding-bottom:.5rem}.ph-xxs{padding-left:.5rem;padding-right:.5rem}.padding-xs{padding:1rem}.pt-xs{padding-top:1rem}.pb-xs{padding-bottom:1rem}.pl-xs{padding-left:1rem}.pr-xs{padding-right:1rem}.pv-xs{padding-top:1rem;padding-bottom:1rem}.ph-xs{padding-left:1rem;padding-right:1rem}.padding-s{padding:1.5rem}.pt-s{padding-top:1.5rem}.pb-s{padding-bottom:1.5rem}.pl-s{padding-left:1.5rem}.pr-s{padding-right:1.5rem}.pv-s{padding-top:1.5rem;padding-bottom:1.5rem}.ph-s{padding-left:1.5rem;padding-right:1.5rem}.padding-m{padding:2rem}.pt-m{padding-top:2rem}.pb-m{padding-bottom:2rem}.pl-m{padding-left:2rem}.pr-m{padding-right:2rem}.pv-m{padding-top:2rem;padding-bottom:2rem}.ph-m{padding-left:2rem;padding-right:2rem}.padding-l{padding:2.5rem}.pt-l{padding-top:2.5rem}.pb-l{padding-bottom:2.5rem}.pl-l{padding-left:2.5rem}.pr-l{padding-right:2.5rem}.pv-l{padding-top:2.5rem;padding-bottom:2.5rem}.ph-l{padding-left:2.5rem;padding-right:2.5rem}.padding-xl{padding:3rem}.pt-xl{padding-top:3rem}.pb-xl{padding-bottom:3rem}.pl-xl{padding-left:3rem}.pr-xl{padding-right:3rem}.pv-xl{padding-top:3rem;padding-bottom:3rem}.ph-xl{padding-left:3rem;padding-right:3rem}.padding-xxl{padding:3.5rem}.pt-xxl{padding-top:3.5rem}.pb-xxl{padding-bottom:3.5rem}.pl-xxl{padding-left:3.5rem}.pr-xxl{padding-right:3.5rem}.pv-xxl{padding-top:3.5rem;padding-bottom:3.5rem}.ph-xxl{padding-left:3.5rem;padding-right:3.5rem}.padding-xxxl{padding:4rem}.pt-xxxl{padding-top:4rem}.pb-xxxl{padding-bottom:4rem}.pl-xxxl{padding-left:4rem}.pr-xxxl{padding-right:4rem}.pv-xxxl{padding-top:4rem;padding-bottom:4rem}.ph-xxxl{padding-left:4rem;padding-right:4rem}.padding-ll{padding:4.5rem}.pt-ll{padding-top:4.5rem}.pb-ll{padding-bottom:4.5rem}.pl-ll{padding-left:4.5rem}.pr-ll{padding-right:4.5rem}.pv-ll{padding-top:4.5rem;padding-bottom:4.5rem}.ph-ll{padding-left:4.5rem;padding-right:4.5rem}.padding-xll{padding:5rem}.pt-xll{padding-top:5rem}.pb-xll{padding-bottom:5rem}.pl-xll{padding-left:5rem}.pr-xll{padding-right:5rem}.pv-xll{padding-top:5rem;padding-bottom:5rem}.ph-xll{padding-left:5rem;padding-right:5rem}.padding-xxll{padding:5.5rem}.pt-xxll{padding-top:5.5rem}.pb-xxll{padding-bottom:5.5rem}.pl-xxll{padding-left:5.5rem}.pr-xxll{padding-right:5.5rem}.pv-xxll{padding-top:5.5rem;padding-bottom:5.5rem}.ph-xxll{padding-left:5.5rem;padding-right:5.5rem}.padding-xxxll{padding:6rem}.pt-xxxll{padding-top:6rem}.pb-xxxll{padding-bottom:6rem}.pl-xxxll{padding-left:6rem}.pr-xxxll{padding-right:6rem}.pv-xxxll{padding-top:6rem;padding-bottom:6rem}.ph-xxxll{padding-left:6rem;padding-right:6rem}.padding-lll{padding:10rem}.pt-lll{padding-top:10rem}.pb-lll{padding-bottom:10rem}.pl-lll{padding-left:10rem}.pr-lll{padding-right:10rem}.pv-lll{padding-top:10rem;padding-bottom:10rem}.ph-lll{padding-left:10rem;padding-right:10rem}@media screen and (max-width:1366px){.margin-auto-medium{margin:auto}.mt-auto-medium{margin-top:auto}.mb-auto-medium{margin-bottom:auto}.ml-auto-medium{margin-left:auto}.mr-auto-medium{margin-right:auto}.mv-auto-medium{margin-top:auto;margin-bottom:auto}.mh-auto-medium{margin-left:auto;margin-right:auto}.margin-0-medium{margin:0}.mt-0-medium{margin-top:0}.mb-0-medium{margin-bottom:0}.ml-0-medium{margin-left:0}.mr-0-medium{margin-right:0}.mv-0-medium{margin-top:0;margin-bottom:0}.mh-0-medium{margin-left:0;margin-right:0}.margin-xxxs-medium{margin:.25rem}.mt-xxxs-medium{margin-top:.25rem}.mb-xxxs-medium{margin-bottom:.25rem}.ml-xxxs-medium{margin-left:.25rem}.mr-xxxs-medium{margin-right:.25rem}.mv-xxxs-medium{margin-top:.25rem;margin-bottom:.25rem}.mh-xxxs-medium{margin-left:.25rem;margin-right:.25rem}.margin-xxs-medium{margin:.5rem}.mt-xxs-medium{margin-top:.5rem}.mb-xxs-medium{margin-bottom:.5rem}.ml-xxs-medium{margin-left:.5rem}.mr-xxs-medium{margin-right:.5rem}.mv-xxs-medium{margin-top:.5rem;margin-bottom:.5rem}.mh-xxs-medium{margin-left:.5rem;margin-right:.5rem}.margin-xs-medium{margin:1rem}.mt-xs-medium{margin-top:1rem}.mb-xs-medium{margin-bottom:1rem}.ml-xs-medium{margin-left:1rem}.mr-xs-medium{margin-right:1rem}.mv-xs-medium{margin-top:1rem;margin-bottom:1rem}.mh-xs-medium{margin-left:1rem;margin-right:1rem}.margin-s-medium{margin:1.5rem}.mt-s-medium{margin-top:1.5rem}.mb-s-medium{margin-bottom:1.5rem}.ml-s-medium{margin-left:1.5rem}.mr-s-medium{margin-right:1.5rem}.mv-s-medium{margin-top:1.5rem;margin-bottom:1.5rem}.mh-s-medium{margin-left:1.5rem;margin-right:1.5rem}.margin-m-medium{margin:2rem}.mt-m-medium{margin-top:2rem}.mb-m-medium{margin-bottom:2rem}.ml-m-medium{margin-left:2rem}.mr-m-medium{margin-right:2rem}.mv-m-medium{margin-top:2rem;margin-bottom:2rem}.mh-m-medium{margin-left:2rem;margin-right:2rem}.margin-l-medium{margin:2.5rem}.mt-l-medium{margin-top:2.5rem}.mb-l-medium{margin-bottom:2.5rem}.ml-l-medium{margin-left:2.5rem}.mr-l-medium{margin-right:2.5rem}.mv-l-medium{margin-top:2.5rem;margin-bottom:2.5rem}.mh-l-medium{margin-left:2.5rem;margin-right:2.5rem}.margin-xl-medium{margin:3rem}.mt-xl-medium{margin-top:3rem}.mb-xl-medium{margin-bottom:3rem}.ml-xl-medium{margin-left:3rem}.mr-xl-medium{margin-right:3rem}.mv-xl-medium{margin-top:3rem;margin-bottom:3rem}.mh-xl-medium{margin-left:3rem;margin-right:3rem}.margin-xxl-medium{margin:3.5rem}.mt-xxl-medium{margin-top:3.5rem}.mb-xxl-medium{margin-bottom:3.5rem}.ml-xxl-medium{margin-left:3.5rem}.mr-xxl-medium{margin-right:3.5rem}.mv-xxl-medium{margin-top:3.5rem;margin-bottom:3.5rem}.mh-xxl-medium{margin-left:3.5rem;margin-right:3.5rem}.margin-xxxl-medium{margin:4rem}.mt-xxxl-medium{margin-top:4rem}.mb-xxxl-medium{margin-bottom:4rem}.ml-xxxl-medium{margin-left:4rem}.mr-xxxl-medium{margin-right:4rem}.mv-xxxl-medium{margin-top:4rem;margin-bottom:4rem}.mh-xxxl-medium{margin-left:4rem;margin-right:4rem}.margin-ll-medium{margin:4.5rem}.mt-ll-medium{margin-top:4.5rem}.mb-ll-medium{margin-bottom:4.5rem}.ml-ll-medium{margin-left:4.5rem}.mr-ll-medium{margin-right:4.5rem}.mv-ll-medium{margin-top:4.5rem;margin-bottom:4.5rem}.mh-ll-medium{margin-left:4.5rem;margin-right:4.5rem}.margin-xll-medium{margin:5rem}.mt-xll-medium{margin-top:5rem}.mb-xll-medium{margin-bottom:5rem}.ml-xll-medium{margin-left:5rem}.mr-xll-medium{margin-right:5rem}.mv-xll-medium{margin-top:5rem;margin-bottom:5rem}.mh-xll-medium{margin-left:5rem;margin-right:5rem}.margin-xxll-medium{margin:5.5rem}.mt-xxll-medium{margin-top:5.5rem}.mb-xxll-medium{margin-bottom:5.5rem}.ml-xxll-medium{margin-left:5.5rem}.mr-xxll-medium{margin-right:5.5rem}.mv-xxll-medium{margin-top:5.5rem;margin-bottom:5.5rem}.mh-xxll-medium{margin-left:5.5rem;margin-right:5.5rem}.margin-xxxll-medium{margin:6rem}.mt-xxxll-medium{margin-top:6rem}.mb-xxxll-medium{margin-bottom:6rem}.ml-xxxll-medium{margin-left:6rem}.mr-xxxll-medium{margin-right:6rem}.mv-xxxll-medium{margin-top:6rem;margin-bottom:6rem}.mh-xxxll-medium{margin-left:6rem;margin-right:6rem}.margin-lll-medium{margin:10rem}.mt-lll-medium{margin-top:10rem}.mb-lll-medium{margin-bottom:10rem}.ml-lll-medium{margin-left:10rem}.mr-lll-medium{margin-right:10rem}.mv-lll-medium{margin-top:10rem;margin-bottom:10rem}.mh-lll-medium{margin-left:10rem;margin-right:10rem}.padding-0-medium{padding:0}.pt-0-medium{padding-top:0}.pb-0-medium{padding-bottom:0}.pl-0-medium{padding-left:0}.pr-0-medium{padding-right:0}.pv-0-medium{padding-top:0;padding-bottom:0}.ph-0-medium{padding-left:0;padding-right:0}.padding-xxxs-medium{padding:.25rem}.pt-xxxs-medium{padding-top:.25rem}.pb-xxxs-medium{padding-bottom:.25rem}.pl-xxxs-medium{padding-left:.25rem}.pr-xxxs-medium{padding-right:.25rem}.pv-xxxs-medium{padding-top:.25rem;padding-bottom:.25rem}.ph-xxxs-medium{padding-left:.25rem;padding-right:.25rem}.padding-xxs-medium{padding:.5rem}.pt-xxs-medium{padding-top:.5rem}.pb-xxs-medium{padding-bottom:.5rem}.pl-xxs-medium{padding-left:.5rem}.pr-xxs-medium{padding-right:.5rem}.pv-xxs-medium{padding-top:.5rem;padding-bottom:.5rem}.ph-xxs-medium{padding-left:.5rem;padding-right:.5rem}.padding-xs-medium{padding:1rem}.pt-xs-medium{padding-top:1rem}.pb-xs-medium{padding-bottom:1rem}.pl-xs-medium{padding-left:1rem}.pr-xs-medium{padding-right:1rem}.pv-xs-medium{padding-top:1rem;padding-bottom:1rem}.ph-xs-medium{padding-left:1rem;padding-right:1rem}.padding-s-medium{padding:1.5rem}.pt-s-medium{padding-top:1.5rem}.pb-s-medium{padding-bottom:1.5rem}.pl-s-medium{padding-left:1.5rem}.pr-s-medium{padding-right:1.5rem}.pv-s-medium{padding-top:1.5rem;padding-bottom:1.5rem}.ph-s-medium{padding-left:1.5rem;padding-right:1.5rem}.padding-m-medium{padding:2rem}.pt-m-medium{padding-top:2rem}.pb-m-medium{padding-bottom:2rem}.pl-m-medium{padding-left:2rem}.pr-m-medium{padding-right:2rem}.pv-m-medium{padding-top:2rem;padding-bottom:2rem}.ph-m-medium{padding-left:2rem;padding-right:2rem}.padding-l-medium{padding:2.5rem}.pt-l-medium{padding-top:2.5rem}.pb-l-medium{padding-bottom:2.5rem}.pl-l-medium{padding-left:2.5rem}.pr-l-medium{padding-right:2.5rem}.pv-l-medium{padding-top:2.5rem;padding-bottom:2.5rem}.ph-l-medium{padding-left:2.5rem;padding-right:2.5rem}.padding-xl-medium{padding:3rem}.pt-xl-medium{padding-top:3rem}.pb-xl-medium{padding-bottom:3rem}.pl-xl-medium{padding-left:3rem}.pr-xl-medium{padding-right:3rem}.pv-xl-medium{padding-top:3rem;padding-bottom:3rem}.ph-xl-medium{padding-left:3rem;padding-right:3rem}.padding-xxl-medium{padding:3.5rem}.pt-xxl-medium{padding-top:3.5rem}.pb-xxl-medium{padding-bottom:3.5rem}.pl-xxl-medium{padding-left:3.5rem}.pr-xxl-medium{padding-right:3.5rem}.pv-xxl-medium{padding-top:3.5rem;padding-bottom:3.5rem}.ph-xxl-medium{padding-left:3.5rem;padding-right:3.5rem}.padding-xxxl-medium{padding:4rem}.pt-xxxl-medium{padding-top:4rem}.pb-xxxl-medium{padding-bottom:4rem}.pl-xxxl-medium{padding-left:4rem}.pr-xxxl-medium{padding-right:4rem}.pv-xxxl-medium{padding-top:4rem;padding-bottom:4rem}.ph-xxxl-medium{padding-left:4rem;padding-right:4rem}.padding-ll-medium{padding:4.5rem}.pt-ll-medium{padding-top:4.5rem}.pb-ll-medium{padding-bottom:4.5rem}.pl-ll-medium{padding-left:4.5rem}.pr-ll-medium{padding-right:4.5rem}.pv-ll-medium{padding-top:4.5rem;padding-bottom:4.5rem}.ph-ll-medium{padding-left:4.5rem;padding-right:4.5rem}.padding-xll-medium{padding:5rem}.pt-xll-medium{padding-top:5rem}.pb-xll-medium{padding-bottom:5rem}.pl-xll-medium{padding-left:5rem}.pr-xll-medium{padding-right:5rem}.pv-xll-medium{padding-top:5rem;padding-bottom:5rem}.ph-xll-medium{padding-left:5rem;padding-right:5rem}.padding-xxll-medium{padding:5.5rem}.pt-xxll-medium{padding-top:5.5rem}.pb-xxll-medium{padding-bottom:5.5rem}.pl-xxll-medium{padding-left:5.5rem}.pr-xxll-medium{padding-right:5.5rem}.pv-xxll-medium{padding-top:5.5rem;padding-bottom:5.5rem}.ph-xxll-medium{padding-left:5.5rem;padding-right:5.5rem}.padding-xxxll-medium{padding:6rem}.pt-xxxll-medium{padding-top:6rem}.pb-xxxll-medium{padding-bottom:6rem}.pl-xxxll-medium{padding-left:6rem}.pr-xxxll-medium{padding-right:6rem}.pv-xxxll-medium{padding-top:6rem;padding-bottom:6rem}.ph-xxxll-medium{padding-left:6rem;padding-right:6rem}.padding-lll-medium{padding:10rem}.pt-lll-medium{padding-top:10rem}.pb-lll-medium{padding-bottom:10rem}.pl-lll-medium{padding-left:10rem}.pr-lll-medium{padding-right:10rem}.pv-lll-medium{padding-top:10rem;padding-bottom:10rem}.ph-lll-medium{padding-left:10rem;padding-right:10rem}}@media screen and (max-width:640px){.margin-auto-small{margin:auto}.mt-auto-small{margin-top:auto}.mb-auto-small{margin-bottom:auto}.ml-auto-small{margin-left:auto}.mr-auto-small{margin-right:auto}.mv-auto-small{margin-top:auto;margin-bottom:auto}.mh-auto-small{margin-left:auto;margin-right:auto}.margin-0-small{margin:0}.mt-0-small{margin-top:0}.mb-0-small{margin-bottom:0}.ml-0-small{margin-left:0}.mr-0-small{margin-right:0}.mv-0-small{margin-top:0;margin-bottom:0}.mh-0-small{margin-left:0;margin-right:0}.margin-xxxs-small{margin:.25rem}.mt-xxxs-small{margin-top:.25rem}.mb-xxxs-small{margin-bottom:.25rem}.ml-xxxs-small{margin-left:.25rem}.mr-xxxs-small{margin-right:.25rem}.mv-xxxs-small{margin-top:.25rem;margin-bottom:.25rem}.mh-xxxs-small{margin-left:.25rem;margin-right:.25rem}.margin-xxs-small{margin:.5rem}.mt-xxs-small{margin-top:.5rem}.mb-xxs-small{margin-bottom:.5rem}.ml-xxs-small{margin-left:.5rem}.mr-xxs-small{margin-right:.5rem}.mv-xxs-small{margin-top:.5rem;margin-bottom:.5rem}.mh-xxs-small{margin-left:.5rem;margin-right:.5rem}.margin-xs-small{margin:1rem}.mt-xs-small{margin-top:1rem}.mb-xs-small{margin-bottom:1rem}.ml-xs-small{margin-left:1rem}.mr-xs-small{margin-right:1rem}.mv-xs-small{margin-top:1rem;margin-bottom:1rem}.mh-xs-small{margin-left:1rem;margin-right:1rem}.margin-s-small{margin:1.5rem}.mt-s-small{margin-top:1.5rem}.mb-s-small{margin-bottom:1.5rem}.ml-s-small{margin-left:1.5rem}.mr-s-small{margin-right:1.5rem}.mv-s-small{margin-top:1.5rem;margin-bottom:1.5rem}.mh-s-small{margin-left:1.5rem;margin-right:1.5rem}.margin-m-small{margin:2rem}.mt-m-small{margin-top:2rem}.mb-m-small{margin-bottom:2rem}.ml-m-small{margin-left:2rem}.mr-m-small{margin-right:2rem}.mv-m-small{margin-top:2rem;margin-bottom:2rem}.mh-m-small{margin-left:2rem;margin-right:2rem}.margin-l-small{margin:2.5rem}.mt-l-small{margin-top:2.5rem}.mb-l-small{margin-bottom:2.5rem}.ml-l-small{margin-left:2.5rem}.mr-l-small{margin-right:2.5rem}.mv-l-small{margin-top:2.5rem;margin-bottom:2.5rem}.mh-l-small{margin-left:2.5rem;margin-right:2.5rem}.margin-xl-small{margin:3rem}.mt-xl-small{margin-top:3rem}.mb-xl-small{margin-bottom:3rem}.ml-xl-small{margin-left:3rem}.mr-xl-small{margin-right:3rem}.mv-xl-small{margin-top:3rem;margin-bottom:3rem}.mh-xl-small{margin-left:3rem;margin-right:3rem}.margin-xxl-small{margin:3.5rem}.mt-xxl-small{margin-top:3.5rem}.mb-xxl-small{margin-bottom:3.5rem}.ml-xxl-small{margin-left:3.5rem}.mr-xxl-small{margin-right:3.5rem}.mv-xxl-small{margin-top:3.5rem;margin-bottom:3.5rem}.mh-xxl-small{margin-left:3.5rem;margin-right:3.5rem}.margin-xxxl-small{margin:4rem}.mt-xxxl-small{margin-top:4rem}.mb-xxxl-small{margin-bottom:4rem}.ml-xxxl-small{margin-left:4rem}.mr-xxxl-small{margin-right:4rem}.mv-xxxl-small{margin-top:4rem;margin-bottom:4rem}.mh-xxxl-small{margin-left:4rem;margin-right:4rem}.margin-ll-small{margin:4.5rem}.mt-ll-small{margin-top:4.5rem}.mb-ll-small{margin-bottom:4.5rem}.ml-ll-small{margin-left:4.5rem}.mr-ll-small{margin-right:4.5rem}.mv-ll-small{margin-top:4.5rem;margin-bottom:4.5rem}.mh-ll-small{margin-left:4.5rem;margin-right:4.5rem}.margin-xll-small{margin:5rem}.mt-xll-small{margin-top:5rem}.mb-xll-small{margin-bottom:5rem}.ml-xll-small{margin-left:5rem}.mr-xll-small{margin-right:5rem}.mv-xll-small{margin-top:5rem;margin-bottom:5rem}.mh-xll-small{margin-left:5rem;margin-right:5rem}.margin-xxll-small{margin:5.5rem}.mt-xxll-small{margin-top:5.5rem}.mb-xxll-small{margin-bottom:5.5rem}.ml-xxll-small{margin-left:5.5rem}.mr-xxll-small{margin-right:5.5rem}.mv-xxll-small{margin-top:5.5rem;margin-bottom:5.5rem}.mh-xxll-small{margin-left:5.5rem;margin-right:5.5rem}.margin-xxxll-small{margin:6rem}.mt-xxxll-small{margin-top:6rem}.mb-xxxll-small{margin-bottom:6rem}.ml-xxxll-small{margin-left:6rem}.mr-xxxll-small{margin-right:6rem}.mv-xxxll-small{margin-top:6rem;margin-bottom:6rem}.mh-xxxll-small{margin-left:6rem;margin-right:6rem}.margin-lll-small{margin:10rem}.mt-lll-small{margin-top:10rem}.mb-lll-small{margin-bottom:10rem}.ml-lll-small{margin-left:10rem}.mr-lll-small{margin-right:10rem}.mv-lll-small{margin-top:10rem;margin-bottom:10rem}.mh-lll-small{margin-left:10rem;margin-right:10rem}.padding-0-small{padding:0}.pt-0-small{padding-top:0}.pb-0-small{padding-bottom:0}.pl-0-small{padding-left:0}.pr-0-small{padding-right:0}.pv-0-small{padding-top:0;padding-bottom:0}.ph-0-small{padding-left:0;padding-right:0}.padding-xxxs-small{padding:.25rem}.pt-xxxs-small{padding-top:.25rem}.pb-xxxs-small{padding-bottom:.25rem}.pl-xxxs-small{padding-left:.25rem}.pr-xxxs-small{padding-right:.25rem}.pv-xxxs-small{padding-top:.25rem;padding-bottom:.25rem}.ph-xxxs-small{padding-left:.25rem;padding-right:.25rem}.padding-xxs-small{padding:.5rem}.pt-xxs-small{padding-top:.5rem}.pb-xxs-small{padding-bottom:.5rem}.pl-xxs-small{padding-left:.5rem}.pr-xxs-small{padding-right:.5rem}.pv-xxs-small{padding-top:.5rem;padding-bottom:.5rem}.ph-xxs-small{padding-left:.5rem;padding-right:.5rem}.padding-xs-small{padding:1rem}.pt-xs-small{padding-top:1rem}.pb-xs-small{padding-bottom:1rem}.pl-xs-small{padding-left:1rem}.pr-xs-small{padding-right:1rem}.pv-xs-small{padding-top:1rem;padding-bottom:1rem}.ph-xs-small{padding-left:1rem;padding-right:1rem}.padding-s-small{padding:1.5rem}.pt-s-small{padding-top:1.5rem}.pb-s-small{padding-bottom:1.5rem}.pl-s-small{padding-left:1.5rem}.pr-s-small{padding-right:1.5rem}.pv-s-small{padding-top:1.5rem;padding-bottom:1.5rem}.ph-s-small{padding-left:1.5rem;padding-right:1.5rem}.padding-m-small{padding:2rem}.pt-m-small{padding-top:2rem}.pb-m-small{padding-bottom:2rem}.pl-m-small{padding-left:2rem}.pr-m-small{padding-right:2rem}.pv-m-small{padding-top:2rem;padding-bottom:2rem}.ph-m-small{padding-left:2rem;padding-right:2rem}.padding-l-small{padding:2.5rem}.pt-l-small{padding-top:2.5rem}.pb-l-small{padding-bottom:2.5rem}.pl-l-small{padding-left:2.5rem}.pr-l-small{padding-right:2.5rem}.pv-l-small{padding-top:2.5rem;padding-bottom:2.5rem}.ph-l-small{padding-left:2.5rem;padding-right:2.5rem}.padding-xl-small{padding:3rem}.pt-xl-small{padding-top:3rem}.pb-xl-small{padding-bottom:3rem}.pl-xl-small{padding-left:3rem}.pr-xl-small{padding-right:3rem}.pv-xl-small{padding-top:3rem;padding-bottom:3rem}.ph-xl-small{padding-left:3rem;padding-right:3rem}.padding-xxl-small{padding:3.5rem}.pt-xxl-small{padding-top:3.5rem}.pb-xxl-small{padding-bottom:3.5rem}.pl-xxl-small{padding-left:3.5rem}.pr-xxl-small{padding-right:3.5rem}.pv-xxl-small{padding-top:3.5rem;padding-bottom:3.5rem}.ph-xxl-small{padding-left:3.5rem;padding-right:3.5rem}.padding-xxxl-small{padding:4rem}.pt-xxxl-small{padding-top:4rem}.pb-xxxl-small{padding-bottom:4rem}.pl-xxxl-small{padding-left:4rem}.pr-xxxl-small{padding-right:4rem}.pv-xxxl-small{padding-top:4rem;padding-bottom:4rem}.ph-xxxl-small{padding-left:4rem;padding-right:4rem}.padding-ll-small{padding:4.5rem}.pt-ll-small{padding-top:4.5rem}.pb-ll-small{padding-bottom:4.5rem}.pl-ll-small{padding-left:4.5rem}.pr-ll-small{padding-right:4.5rem}.pv-ll-small{padding-top:4.5rem;padding-bottom:4.5rem}.ph-ll-small{padding-left:4.5rem;padding-right:4.5rem}.padding-xll-small{padding:5rem}.pt-xll-small{padding-top:5rem}.pb-xll-small{padding-bottom:5rem}.pl-xll-small{padding-left:5rem}.pr-xll-small{padding-right:5rem}.pv-xll-small{padding-top:5rem;padding-bottom:5rem}.ph-xll-small{padding-left:5rem;padding-right:5rem}.padding-xxll-small{padding:5.5rem}.pt-xxll-small{padding-top:5.5rem}.pb-xxll-small{padding-bottom:5.5rem}.pl-xxll-small{padding-left:5.5rem}.pr-xxll-small{padding-right:5.5rem}.pv-xxll-small{padding-top:5.5rem;padding-bottom:5.5rem}.ph-xxll-small{padding-left:5.5rem;padding-right:5.5rem}.padding-xxxll-small{padding:6rem}.pt-xxxll-small{padding-top:6rem}.pb-xxxll-small{padding-bottom:6rem}.pl-xxxll-small{padding-left:6rem}.pr-xxxll-small{padding-right:6rem}.pv-xxxll-small{padding-top:6rem;padding-bottom:6rem}.ph-xxxll-small{padding-left:6rem;padding-right:6rem}.padding-lll-small{padding:10rem}.pt-lll-small{padding-top:10rem}.pb-lll-small{padding-bottom:10rem}.pl-lll-small{padding-left:10rem}.pr-lll-small{padding-right:10rem}.pv-lll-small{padding-top:10rem;padding-bottom:10rem}.ph-lll-small{padding-left:10rem;padding-right:10rem}}:root{--black:#1d1d1b;--dark-grey:#4d4d4d;--grey-1:#e0dfe1;--grey-2:#b3b3b3;--grey-3:#7c7c7c;--light-grey:#efefef;--white:#fff;--first-color:#c22f26;--second-color:#81408d;--third-color:#e98729;--fourth-color:#2e3192;--fifth-color:#00a4aa;--line-color:var(--grey-1);--danger:#f91e43;--success:#41d682;--be-more-planet-green:#228b22;--facebook:#2572cc;--twitter:#27baf9;--purple:#81408d;--blue:#2e3192;--orange:#e98729;--teal:#00a4aa;--pink:#e784a9;--yellow:#feca2c;--olive:#b79776;--red:#d41318;--bg-lightblue:#c4e2f7;--lightblue:#009adc;--grey-paypal:#eee;--blue-facebook:#1877f2;--blue-google:#4285f4;--green-whatsapp:#3fc351}.black{color:var(--black)}.dark-grey{color:var(--dark-grey)}.grey-1{color:var(--grey-1)}.grey-2{color:var(--grey-2)}.grey-3{color:var(--grey-3)}.light-grey{color:var(--light-grey)}.white{color:var(--white)}.first-color{color:var(--first-color)}.second-color{color:var(--second-color)}.third-color{color:var(--third-color)}.fourth-color{color:var(--fourth-color)}.fifth-color{color:var(--fifth-color)}.line-color{color:var(--line-color)}.danger{color:var(--danger)}.success{color:var(--success)}.be-more-planet-green{color:var(--be-more-planet-green)}.facebook{color:var(--facebook)}.twitter{color:var(--twitter)}.purple{color:var(--purple)}.blue{color:var(--blue)}.orange{color:var(--orange)}.teal{color:var(--teal)}.pink{color:var(--pink)}.yellow{color:var(--yellow)}.olive{color:var(--olive)}.red{color:var(--red)}.bg-lightblue{color:var(--bg-lightblue)}.lightblue{color:var(--lightblue)}.grey-paypal{color:var(--grey-paypal)}.blue-facebook{color:var(--blue-facebook)}.blue-google{color:var(--blue-google)}.green-whatsapp{color:var(--green-whatsapp)}@media screen and (max-width:1366px){.black-medium{color:var(--black)}}@media screen and (max-width:640px){.black-small{color:var(--black)}}@media screen and (max-width:1366px){.dark-grey-medium{color:var(--dark-grey)}}@media screen and (max-width:640px){.dark-grey-small{color:var(--dark-grey)}}@media screen and (max-width:1366px){.grey-1-medium{color:var(--grey-1)}}@media screen and (max-width:640px){.grey-1-small{color:var(--grey-1)}}@media screen and (max-width:1366px){.grey-2-medium{color:var(--grey-2)}}@media screen and (max-width:640px){.grey-2-small{color:var(--grey-2)}}@media screen and (max-width:1366px){.grey-3-medium{color:var(--grey-3)}}@media screen and (max-width:640px){.grey-3-small{color:var(--grey-3)}}@media screen and (max-width:1366px){.light-grey-medium{color:var(--light-grey)}}@media screen and (max-width:640px){.light-grey-small{color:var(--light-grey)}}@media screen and (max-width:1366px){.white-medium{color:var(--white)}}@media screen and (max-width:640px){.white-small{color:var(--white)}}@media screen and (max-width:1366px){.first-color-medium{color:var(--first-color)}}@media screen and (max-width:640px){.first-color-small{color:var(--first-color)}}@media screen and (max-width:1366px){.second-color-medium{color:var(--second-color)}}@media screen and (max-width:640px){.second-color-small{color:var(--second-color)}}@media screen and (max-width:1366px){.third-color-medium{color:var(--third-color)}}@media screen and (max-width:640px){.third-color-small{color:var(--third-color)}}@media screen and (max-width:1366px){.fourth-color-medium{color:var(--fourth-color)}}@media screen and (max-width:640px){.fourth-color-small{color:var(--fourth-color)}}@media screen and (max-width:1366px){.fifth-color-medium{color:var(--fifth-color)}}@media screen and (max-width:640px){.fifth-color-small{color:var(--fifth-color)}}@media screen and (max-width:1366px){.line-color-medium{color:var(--line-color)}}@media screen and (max-width:640px){.line-color-small{color:var(--line-color)}}@media screen and (max-width:1366px){.danger-medium{color:var(--danger)}}@media screen and (max-width:640px){.danger-small{color:var(--danger)}}@media screen and (max-width:1366px){.success-medium{color:var(--success)}}@media screen and (max-width:640px){.success-small{color:var(--success)}}@media screen and (max-width:1366px){.be-more-planet-green-medium{color:var(--be-more-planet-green)}}@media screen and (max-width:640px){.be-more-planet-green-small{color:var(--be-more-planet-green)}}@media screen and (max-width:1366px){.facebook-medium{color:var(--facebook)}}@media screen and (max-width:640px){.facebook-small{color:var(--facebook)}}@media screen and (max-width:1366px){.twitter-medium{color:var(--twitter)}}@media screen and (max-width:640px){.twitter-small{color:var(--twitter)}}@media screen and (max-width:1366px){.purple-medium{color:var(--purple)}}@media screen and (max-width:640px){.purple-small{color:var(--purple)}}@media screen and (max-width:1366px){.blue-medium{color:var(--blue)}}@media screen and (max-width:640px){.blue-small{color:var(--blue)}}@media screen and (max-width:1366px){.orange-medium{color:var(--orange)}}@media screen and (max-width:640px){.orange-small{color:var(--orange)}}@media screen and (max-width:1366px){.teal-medium{color:var(--teal)}}@media screen and (max-width:640px){.teal-small{color:var(--teal)}}@media screen and (max-width:1366px){.pink-medium{color:var(--pink)}}@media screen and (max-width:640px){.pink-small{color:var(--pink)}}@media screen and (max-width:1366px){.yellow-medium{color:var(--yellow)}}@media screen and (max-width:640px){.yellow-small{color:var(--yellow)}}@media screen and (max-width:1366px){.olive-medium{color:var(--olive)}}@media screen and (max-width:640px){.olive-small{color:var(--olive)}}@media screen and (max-width:1366px){.red-medium{color:var(--red)}}@media screen and (max-width:640px){.red-small{color:var(--red)}}@media screen and (max-width:1366px){.bg-lightblue-medium{color:var(--bg-lightblue)}}@media screen and (max-width:640px){.bg-lightblue-small{color:var(--bg-lightblue)}}@media screen and (max-width:1366px){.lightblue-medium{color:var(--lightblue)}}@media screen and (max-width:640px){.lightblue-small{color:var(--lightblue)}}@media screen and (max-width:1366px){.grey-paypal-medium{color:var(--grey-paypal)}}@media screen and (max-width:640px){.grey-paypal-small{color:var(--grey-paypal)}}@media screen and (max-width:1366px){.blue-facebook-medium{color:var(--blue-facebook)}}@media screen and (max-width:640px){.blue-facebook-small{color:var(--blue-facebook)}}@media screen and (max-width:1366px){.blue-google-medium{color:var(--blue-google)}}@media screen and (max-width:640px){.blue-google-small{color:var(--blue-google)}}@media screen and (max-width:1366px){.green-whatsapp-medium{color:var(--green-whatsapp)}}@media screen and (max-width:640px){.green-whatsapp-small{color:var(--green-whatsapp)}}.bg-black{background-color:var(--black)}.bg-dark-grey{background-color:var(--dark-grey)}.bg-grey-1{background-color:var(--grey-1)}.bg-grey-2{background-color:var(--grey-2)}.bg-grey-3{background-color:var(--grey-3)}.bg-light-grey{background-color:var(--light-grey)}.bg-white{background-color:var(--white)}.bg-first-color{background-color:var(--first-color)}.bg-second-color{background-color:var(--second-color)}.bg-third-color{background-color:var(--third-color)}.bg-fourth-color{background-color:var(--fourth-color)}.bg-fifth-color{background-color:var(--fifth-color)}.bg-be-more-planet-green{background-color:var(--be-more-planet-green)}.bg-facebook{background-color:var(--facebook)}.bg-twitter{background-color:var(--twitter)}.bg-purple{background-color:var(--purple)}.bg-blue{background-color:var(--blue)}.bg-orange{background-color:var(--orange)}.bg-teal{background-color:var(--teal)}.bg-pink{background-color:var(--pink)}.bg-yellow{background-color:var(--yellow)}.bg-olive{background-color:var(--olive)}.bg-red{background-color:var(--red)}.bg-bg-lightblue{background-color:var(--bg-lightblue)}.bg-lightblue{background-color:var(--lightblue)}.bg-grey-paypal{background-color:var(--grey-paypal)}.bg-blue-facebook{background-color:var(--blue-facebook)}.bg-blue-google{background-color:var(--blue-google)}.bg-green-whatsapp{background-color:var(--green-whatsapp)}@media screen and (max-width:1366px){.bg-black-medium{background-color:var(--black)}}@media screen and (max-width:640px){.bg-black-small{background-color:var(--black)}}@media screen and (max-width:1366px){.bg-dark-grey-medium{background-color:var(--dark-grey)}}@media screen and (max-width:640px){.bg-dark-grey-small{background-color:var(--dark-grey)}}@media screen and (max-width:1366px){.bg-grey-1-medium{background-color:var(--grey-1)}}@media screen and (max-width:640px){.bg-grey-1-small{background-color:var(--grey-1)}}@media screen and (max-width:1366px){.bg-grey-2-medium{background-color:var(--grey-2)}}@media screen and (max-width:640px){.bg-grey-2-small{background-color:var(--grey-2)}}@media screen and (max-width:1366px){.bg-grey-3-medium{background-color:var(--grey-3)}}@media screen and (max-width:640px){.bg-grey-3-small{background-color:var(--grey-3)}}@media screen and (max-width:1366px){.bg-light-grey-medium{background-color:var(--light-grey)}}@media screen and (max-width:640px){.bg-light-grey-small{background-color:var(--light-grey)}}@media screen and (max-width:1366px){.bg-white-medium{background-color:var(--white)}}@media screen and (max-width:640px){.bg-white-small{background-color:var(--white)}}@media screen and (max-width:1366px){.bg-first-color-medium{background-color:var(--first-color)}}@media screen and (max-width:640px){.bg-first-color-small{background-color:var(--first-color)}}@media screen and (max-width:1366px){.bg-second-color-medium{background-color:var(--second-color)}}@media screen and (max-width:640px){.bg-second-color-small{background-color:var(--second-color)}}@media screen and (max-width:1366px){.bg-third-color-medium{background-color:var(--third-color)}}@media screen and (max-width:640px){.bg-third-color-small{background-color:var(--third-color)}}@media screen and (max-width:1366px){.bg-fourth-color-medium{background-color:var(--fourth-color)}}@media screen and (max-width:640px){.bg-fourth-color-small{background-color:var(--fourth-color)}}@media screen and (max-width:1366px){.bg-fifth-color-medium{background-color:var(--fifth-color)}}@media screen and (max-width:640px){.bg-fifth-color-small{background-color:var(--fifth-color)}}@media screen and (max-width:1366px){.bg-be-more-planet-green-medium{background-color:var(--be-more-planet-green)}}@media screen and (max-width:640px){.bg-be-more-planet-green-small{background-color:var(--be-more-planet-green)}}@media screen and (max-width:1366px){.bg-facebook-medium{background-color:var(--facebook)}}@media screen and (max-width:640px){.bg-facebook-small{background-color:var(--facebook)}}@media screen and (max-width:1366px){.bg-twitter-medium{background-color:var(--twitter)}}@media screen and (max-width:640px){.bg-twitter-small{background-color:var(--twitter)}}@media screen and (max-width:1366px){.bg-purple-medium{background-color:var(--purple)}}@media screen and (max-width:640px){.bg-purple-small{background-color:var(--purple)}}@media screen and (max-width:1366px){.bg-blue-medium{background-color:var(--blue)}}@media screen and (max-width:640px){.bg-blue-small{background-color:var(--blue)}}@media screen and (max-width:1366px){.bg-orange-medium{background-color:var(--orange)}}@media screen and (max-width:640px){.bg-orange-small{background-color:var(--orange)}}@media screen and (max-width:1366px){.bg-teal-medium{background-color:var(--teal)}}@media screen and (max-width:640px){.bg-teal-small{background-color:var(--teal)}}@media screen and (max-width:1366px){.bg-pink-medium{background-color:var(--pink)}}@media screen and (max-width:640px){.bg-pink-small{background-color:var(--pink)}}@media screen and (max-width:1366px){.bg-yellow-medium{background-color:var(--yellow)}}@media screen and (max-width:640px){.bg-yellow-small{background-color:var(--yellow)}}@media screen and (max-width:1366px){.bg-olive-medium{background-color:var(--olive)}}@media screen and (max-width:640px){.bg-olive-small{background-color:var(--olive)}}@media screen and (max-width:1366px){.bg-red-medium{background-color:var(--red)}}@media screen and (max-width:640px){.bg-red-small{background-color:var(--red)}}@media screen and (max-width:1366px){.bg-bg-lightblue-medium{background-color:var(--bg-lightblue)}}@media screen and (max-width:640px){.bg-bg-lightblue-small{background-color:var(--bg-lightblue)}}@media screen and (max-width:1366px){.bg-lightblue-medium{background-color:var(--lightblue)}}@media screen and (max-width:640px){.bg-lightblue-small{background-color:var(--lightblue)}}@media screen and (max-width:1366px){.bg-grey-paypal-medium{background-color:var(--grey-paypal)}}@media screen and (max-width:640px){.bg-grey-paypal-small{background-color:var(--grey-paypal)}}@media screen and (max-width:1366px){.bg-blue-facebook-medium{background-color:var(--blue-facebook)}}@media screen and (max-width:640px){.bg-blue-facebook-small{background-color:var(--blue-facebook)}}@media screen and (max-width:1366px){.bg-blue-google-medium{background-color:var(--blue-google)}}@media screen and (max-width:640px){.bg-blue-google-small{background-color:var(--blue-google)}}@media screen and (max-width:1366px){.bg-green-whatsapp-medium{background-color:var(--green-whatsapp)}}@media screen and (max-width:640px){.bg-green-whatsapp-small{background-color:var(--green-whatsapp)}}:root{--h1:4.375rem;--h2:2.1875rem;--h3:1.5625rem;--h4:1.125rem;--body-1:1rem;--body-2:0.875rem;--body-3:0.75rem}.h1{font-size:4.375rem;line-height:5.5rem;font-weight:700;font-family:var(--first-font)}.h2{font-size:2.1875rem;line-height:2.5rem}.h2,.h3{font-weight:400;font-family:var(--first-font)}.h3{font-size:1.5625rem;line-height:2rem}.h4{font-size:1.125rem;line-height:1.5rem;font-weight:400;font-family:var(--first-font)}.body-1{font-size:1rem;line-height:1.5}.body-2{font-size:.875rem;line-height:1.5rem}.body-3{font-size:.75rem;line-height:1rem}@media screen and (max-width:1366px){.h1-medium{font-size:4.375rem;line-height:5.5rem;font-weight:700}.h1-medium,.h2-medium{font-family:var(--first-font)}.h2-medium{font-size:2.1875rem;line-height:2.5rem;font-weight:400}.h3-medium{font-size:1.5625rem;line-height:2rem}.h3-medium,.h4-medium{font-weight:400;font-family:var(--first-font)}.h4-medium{font-size:1.125rem;line-height:1.5rem}.body-1-medium{font-size:1rem;line-height:1.5}.body-2-medium{font-size:.875rem;line-height:1.5rem}.body-3-medium{font-size:.75rem;line-height:1rem}}@media screen and (max-width:640px){.h1-small{font-size:4.375rem;line-height:5.5rem;font-weight:700}.h1-small,.h2-small{font-family:var(--first-font)}.h2-small{font-size:2.1875rem;line-height:2.5rem;font-weight:400}.h3-small{font-size:1.5625rem;line-height:2rem}.h3-small,.h4-small{font-weight:400;font-family:var(--first-font)}.h4-small{font-size:1.125rem;line-height:1.5rem}.body-1-small{font-size:1rem;line-height:1.5}.body-2-small{font-size:.875rem;line-height:1.5rem}.body-3-small{font-size:.75rem;line-height:1rem}}.first-font{font-family:AvantGarde,sans-serif}@media screen and (max-width:1366px){.first-font-medium{font-family:AvantGarde,sans-serif}}@media screen and (max-width:640px){.first-font-small{font-family:AvantGarde,sans-serif}}.light{font-weight:300}.regular{font-weight:400}.medium{font-weight:500}.semibold{font-weight:600}.bold{font-weight:700}@media screen and (max-width:1366px){.light-medium{font-weight:300}}@media screen and (max-width:640px){.light-small{font-weight:300}}@media screen and (max-width:1366px){.regular-medium{font-weight:400}}@media screen and (max-width:640px){.regular-small{font-weight:400}}@media screen and (max-width:1366px){.medium-medium{font-weight:500}}@media screen and (max-width:640px){.medium-small{font-weight:500}}@media screen and (max-width:1366px){.semibold-medium{font-weight:600}}@media screen and (max-width:640px){.semibold-small{font-weight:600}}@media screen and (max-width:1366px){.bold-medium{font-weight:700}}@media screen and (max-width:640px){.bold-small{font-weight:700}}:root{--z-messagebox-z:3000;--z-popup:2500;--z-overlay-z:2000;--z-header-z:1500;--z-menu-z:1000;--z-cookie-law-z:3000;--z-under-menu-banner-z:100}.z-messagebox-z{z-index:3000}.z-popup{z-index:2500}.z-overlay-z{z-index:2000}.z-header-z{z-index:1500}.z-menu-z{z-index:1000}.z-cookie-law-z{z-index:3000}.z-under-menu-banner-z{z-index:100}@media screen and (max-width:1366px){.z-messagebox-z-medium{z-index:3000}}@media screen and (max-width:640px){.z-messagebox-z-small{z-index:3000}}@media screen and (max-width:1366px){.z-popup-medium{z-index:2500}}@media screen and (max-width:640px){.z-popup-small{z-index:2500}}@media screen and (max-width:1366px){.z-overlay-z-medium{z-index:2000}}@media screen and (max-width:640px){.z-overlay-z-small{z-index:2000}}@media screen and (max-width:1366px){.z-header-z-medium{z-index:1500}}@media screen and (max-width:640px){.z-header-z-small{z-index:1500}}@media screen and (max-width:1366px){.z-menu-z-medium{z-index:1000}}@media screen and (max-width:640px){.z-menu-z-small{z-index:1000}}@media screen and (max-width:1366px){.z-cookie-law-z-medium{z-index:3000}}@media screen and (max-width:640px){.z-cookie-law-z-small{z-index:3000}}@media screen and (max-width:1366px){.z-under-menu-banner-z-medium{z-index:100}}@media screen and (max-width:640px){.z-under-menu-banner-z-small{z-index:100}}.border{border:1px solid var(--grey-1)}.border-top{border-top:1px solid var(--grey-1)}.border-bottom{border-bottom:1px solid var(--grey-1)}.border-left{border-left:1px solid var(--grey-1)}.border-right{border-right:1px solid var(--grey-1)}.no-border{border:none}.no-border-top{border-top:none}.no-border-bottom{border-bottom:none}.no-border-left{border-left:none}.no-border-right{border-right:none}.border-black{border-color:var(--black)}.border-grey-3{border-color:var(--grey-3)}.border-grey-2{border-color:var(--grey-2)}.border-grey-1{border-color:var(--grey-1)}.border-light-grey{border-color:var(--light-grey)}.border-white{border-color:var(--white)}.border-first-color{border-color:var(--first-color)}.border-second-color{border-color:var(--second-color)}.border-third-color{border-color:var(--third-color)}@media screen and (max-width:1366px){.border-medium{border:1px solid var(--grey-1)}.border-top-medium{border-top:1px solid var(--grey-1)}.border-bottom-medium{border-bottom:1px solid var(--grey-1)}.border-left-medium{border-left:1px solid var(--grey-1)}.border-right-medium{border-right:1px solid var(--grey-1)}.no-border-medium{border:none}.no-border-top-medium{border-top:none}.no-border-bottom-medium{border-bottom:none}.no-border-left-medium{border-left:none}.no-border-right-medium{border-right:none}.border-black-medium{border-color:var(--black)}.border-grey-3-medium{border-color:var(--grey-3)}.border-grey-2-medium{border-color:var(--grey-2)}.border-grey-1-medium{border-color:var(--grey-1)}.border-light-grey-medium{border-color:var(--light-grey)}.border-white-medium{border-color:var(--white)}.border-first-color-medium{border-color:var(--first-color)}.border-second-color-medium{border-color:var(--second-color)}.border-third-color-medium{border-color:var(--third-color)}}@media screen and (max-width:640px){.border-small{border:1px solid var(--grey-1)}.border-top-small{border-top:1px solid var(--grey-1)}.border-bottom-small{border-bottom:1px solid var(--grey-1)}.border-left-small{border-left:1px solid var(--grey-1)}.border-right-small{border-right:1px solid var(--grey-1)}.no-border-small{border:none}.no-border-top-small{border-top:none}.no-border-bottom-small{border-bottom:none}.no-border-left-small{border-left:none}.no-border-right-small{border-right:none}.border-black-small{border-color:var(--black)}.border-grey-3-small{border-color:var(--grey-3)}.border-grey-2-small{border-color:var(--grey-2)}.border-grey-1-small{border-color:var(--grey-1)}.border-light-grey-small{border-color:var(--light-grey)}.border-white-small{border-color:var(--white)}.border-first-color-small{border-color:var(--first-color)}.border-second-color-small{border-color:var(--second-color)}.border-third-color-small{border-color:var(--third-color)}}.radius-small{border-radius:var(--xxxs)}.radius-tr-small{border-top-right-radius:var(--xxxs)}.radius-tl-small{border-top-left-radius:var(--xxxs)}.radius-br-small{border-bottom-right-radius:var(--xxxs)}.radius-bl-small{border-bottom-left-radius:var(--xxxs)}.radius-medium{border-radius:var(--xxs)}.radius-tr-medium{border-top-right-radius:var(--xxs)}.radius-tl-medium{border-top-left-radius:var(--xxs)}.radius-br-medium{border-bottom-right-radius:var(--xxs)}.radius-bl-medium{border-bottom-left-radius:var(--xxs)}.radius-large{border-radius:var(--xs)}.radius-tr-large{border-top-right-radius:var(--xs)}.radius-tl-large{border-top-left-radius:var(--xs)}.radius-br-large{border-bottom-right-radius:var(--xs)}.radius-bl-large{border-bottom-left-radius:var(--xs)}@media screen and (max-width:1366px){.radius-small-medium{border-radius:var(--xxxs)}.radius-tr-small-medium{border-top-right-radius:var(--xxxs)}.radius-tl-small-medium{border-top-left-radius:var(--xxxs)}.radius-br-small-medium{border-bottom-right-radius:var(--xxxs)}.radius-bl-small-medium{border-bottom-left-radius:var(--xxxs)}}@media screen and (max-width:640px){.radius-small-small{border-radius:var(--xxxs)}.radius-tr-small-small{border-top-right-radius:var(--xxxs)}.radius-tl-small-small{border-top-left-radius:var(--xxxs)}.radius-br-small-small{border-bottom-right-radius:var(--xxxs)}.radius-bl-small-small{border-bottom-left-radius:var(--xxxs)}}@media screen and (max-width:1366px){.radius-medium-medium{border-radius:var(--xxs)}.radius-tr-medium-medium{border-top-right-radius:var(--xxs)}.radius-tl-medium-medium{border-top-left-radius:var(--xxs)}.radius-br-medium-medium{border-bottom-right-radius:var(--xxs)}.radius-bl-medium-medium{border-bottom-left-radius:var(--xxs)}}@media screen and (max-width:640px){.radius-medium-small{border-radius:var(--xxs)}.radius-tr-medium-small{border-top-right-radius:var(--xxs)}.radius-tl-medium-small{border-top-left-radius:var(--xxs)}.radius-br-medium-small{border-bottom-right-radius:var(--xxs)}.radius-bl-medium-small{border-bottom-left-radius:var(--xxs)}}@media screen and (max-width:1366px){.radius-large-medium{border-radius:var(--xs)}.radius-tr-large-medium{border-top-right-radius:var(--xs)}.radius-tl-large-medium{border-top-left-radius:var(--xs)}.radius-br-large-medium{border-bottom-right-radius:var(--xs)}.radius-bl-large-medium{border-bottom-left-radius:var(--xs)}}@media screen and (max-width:640px){.radius-large-small{border-radius:var(--xs)}.radius-tr-large-small{border-top-right-radius:var(--xs)}.radius-tl-large-small{border-top-left-radius:var(--xs)}.radius-br-large-small{border-bottom-right-radius:var(--xs)}.radius-bl-large-small{border-bottom-left-radius:var(--xs)}}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}@media screen and (max-width:1366px){.txt-center-medium{text-align:center}.txt-left-medium{text-align:left}.txt-right-medium{text-align:right}}@media screen and (max-width:640px){.txt-center-small{text-align:center}.txt-left-small{text-align:left}.txt-right-small{text-align:right}}.underline{text-decoration:underline}.line-through{text-decoration:line-through}@media screen and (max-width:1366px){.underline-medium{text-decoration:underline}.line-through-medium{text-decoration:line-through}}@media screen and (max-width:640px){.underline-small{text-decoration:underline}.line-through-small{text-decoration:line-through}}.lower{text-transform:lowercase}.upper{text-transform:uppercase}.capitalize{text-transform:capitalize}@media screen and (max-width:1366px){.lower-medium{text-transform:lowercase}.upper-medium{text-transform:uppercase}.capitalize-medium{text-transform:capitalize}}@media screen and (max-width:640px){.lower-small{text-transform:lowercase}.upper-small{text-transform:uppercase}.capitalize-small{text-transform:capitalize}}*{font:inherit;margin:0;padding:0;list-style-type:none;box-sizing:border-box!important}@supports(interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}}:after,:before{display:inline-block;box-sizing:border-box!important}b,em,i,strong{font-weight:revert;font-style:revert}a{cursor:pointer;text-decoration:none;color:inherit}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;line-height:1}button{cursor:pointer}button:disabled{cursor:not-allowed}label{display:block}img{max-width:100%;height:auto}picture>img{display:block}iframe{border:none}.block-scroll{overflow-y:hidden}.background-image{display:inline-block;background-size:contain}.row{display:flex;flex-flow:row wrap;margin-right:auto;margin-left:auto;max-width:min(100rem,100vw)}.row.centered{max-width:min(80rem,100vw)}.row.expanded{max-width:none}.column,.columns{min-width:0;flex-grow:1;flex-shrink:1;padding-left:1rem;padding-right:1rem}@media screen and (orientation:portrait){.column,.columns{padding-left:.5rem;padding-right:.5rem}}@media screen and (min-width:0){.small-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:0){.columns-small-1>.column,.columns-small-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-1>.column,.columns-small-landscape-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-1>.column,.columns-small-portrait-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:0)and (max-width:640px){.order-small-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-1{order:1}}@media screen and (min-width:0)and (max-width:640px){.offset-small-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-1{margin-left:8.3333333333%}}@media screen and (min-width:0){.small-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:0){.columns-small-2>.column,.columns-small-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-2>.column,.columns-small-landscape-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-2>.column,.columns-small-portrait-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:0)and (max-width:640px){.order-small-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-2{order:2}}@media screen and (min-width:0)and (max-width:640px){.offset-small-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-2{margin-left:16.6666666667%}}@media screen and (min-width:0){.small-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:0){.columns-small-3>.column,.columns-small-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-3>.column,.columns-small-landscape-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-3>.column,.columns-small-portrait-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px){.order-small-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-3{order:3}}@media screen and (min-width:0)and (max-width:640px){.offset-small-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-3{margin-left:25%}}@media screen and (min-width:0){.small-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:0){.columns-small-4>.column,.columns-small-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-4>.column,.columns-small-landscape-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-4>.column,.columns-small-portrait-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:0)and (max-width:640px){.order-small-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-4{order:4}}@media screen and (min-width:0)and (max-width:640px){.offset-small-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-4{margin-left:33.3333333333%}}@media screen and (min-width:0){.small-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:0){.columns-small-5>.column,.columns-small-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-5>.column,.columns-small-landscape-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-5>.column,.columns-small-portrait-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:0)and (max-width:640px){.order-small-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-5{order:5}}@media screen and (min-width:0)and (max-width:640px){.offset-small-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-5{margin-left:41.6666666667%}}@media screen and (min-width:0){.small-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:0){.columns-small-6>.column,.columns-small-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-6>.column,.columns-small-landscape-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-6>.column,.columns-small-portrait-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px){.order-small-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-6{order:6}}@media screen and (min-width:0)and (max-width:640px){.offset-small-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-6{margin-left:50%}}@media screen and (min-width:0){.small-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:0){.columns-small-7>.column,.columns-small-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-7>.column,.columns-small-landscape-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-7>.column,.columns-small-portrait-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:0)and (max-width:640px){.order-small-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-7{order:7}}@media screen and (min-width:0)and (max-width:640px){.offset-small-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-7{margin-left:58.3333333333%}}@media screen and (min-width:0){.small-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:0){.columns-small-8>.column,.columns-small-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-8>.column,.columns-small-landscape-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-8>.column,.columns-small-portrait-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:0)and (max-width:640px){.order-small-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-8{order:8}}@media screen and (min-width:0)and (max-width:640px){.offset-small-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-8{margin-left:66.6666666667%}}@media screen and (min-width:0){.small-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:0){.columns-small-9>.column,.columns-small-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-9>.column,.columns-small-landscape-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-9>.column,.columns-small-portrait-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:0)and (max-width:640px){.order-small-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-9{order:9}}@media screen and (min-width:0)and (max-width:640px){.offset-small-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-9{margin-left:75%}}@media screen and (min-width:0){.small-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:0){.columns-small-10>.column,.columns-small-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-10>.column,.columns-small-landscape-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-10>.column,.columns-small-portrait-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:0)and (max-width:640px){.order-small-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-10{order:10}}@media screen and (min-width:0)and (max-width:640px){.offset-small-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-10{margin-left:83.3333333333%}}@media screen and (min-width:0){.small-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:0){.columns-small-11>.column,.columns-small-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-11>.column,.columns-small-landscape-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-11>.column,.columns-small-portrait-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:0)and (max-width:640px){.order-small-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-11{order:11}}@media screen and (min-width:0)and (max-width:640px){.offset-small-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-11{margin-left:91.6666666667%}}@media screen and (min-width:0){.small-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:0)and (orientation:landscape){.small-landscape-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:0)and (orientation:portrait){.small-portrait-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:0){.columns-small-12>.column,.columns-small-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:0)and (orientation:landscape){.columns-small-landscape-12>.column,.columns-small-landscape-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:0)and (orientation:portrait){.columns-small-portrait-12>.column,.columns-small-portrait-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px){.order-small-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.order-small-landscape-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.order-small-portrait-12{order:12}}@media screen and (min-width:0)and (max-width:640px){.offset-small-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.offset-small-landscape-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.offset-small-portrait-12{margin-left:100%}}@media screen and (min-width:0){.hide-for-small{display:none!important}}@media screen and (min-width:0)and (orientation:landscape){.hide-for-small-landscape{display:none!important}}@media screen and (min-width:0)and (orientation:portrait){.hide-for-small-portrait{display:none!important}}@media screen and (min-width:641px){.medium-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:641px){.columns-medium-1>.column,.columns-medium-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-1>.column,.columns-medium-landscape-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-1>.column,.columns-medium-portrait-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-1{margin-left:8.3333333333%}}@media screen and (min-width:641px){.medium-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:641px){.columns-medium-2>.column,.columns-medium-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-2>.column,.columns-medium-landscape-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-2>.column,.columns-medium-portrait-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-2{margin-left:16.6666666667%}}@media screen and (min-width:641px){.medium-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:641px){.columns-medium-3>.column,.columns-medium-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-3>.column,.columns-medium-landscape-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-3>.column,.columns-medium-portrait-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-3{margin-left:25%}}@media screen and (min-width:641px){.medium-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:641px){.columns-medium-4>.column,.columns-medium-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-4>.column,.columns-medium-landscape-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-4>.column,.columns-medium-portrait-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-4{margin-left:33.3333333333%}}@media screen and (min-width:641px){.medium-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:641px){.columns-medium-5>.column,.columns-medium-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-5>.column,.columns-medium-landscape-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-5>.column,.columns-medium-portrait-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-5{margin-left:41.6666666667%}}@media screen and (min-width:641px){.medium-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:641px){.columns-medium-6>.column,.columns-medium-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-6>.column,.columns-medium-landscape-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-6>.column,.columns-medium-portrait-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-6{margin-left:50%}}@media screen and (min-width:641px){.medium-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:641px){.columns-medium-7>.column,.columns-medium-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-7>.column,.columns-medium-landscape-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-7>.column,.columns-medium-portrait-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-7{margin-left:58.3333333333%}}@media screen and (min-width:641px){.medium-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:641px){.columns-medium-8>.column,.columns-medium-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-8>.column,.columns-medium-landscape-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-8>.column,.columns-medium-portrait-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-8{margin-left:66.6666666667%}}@media screen and (min-width:641px){.medium-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:641px){.columns-medium-9>.column,.columns-medium-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-9>.column,.columns-medium-landscape-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-9>.column,.columns-medium-portrait-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-9{margin-left:75%}}@media screen and (min-width:641px){.medium-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:641px){.columns-medium-10>.column,.columns-medium-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-10>.column,.columns-medium-landscape-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-10>.column,.columns-medium-portrait-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-10{margin-left:83.3333333333%}}@media screen and (min-width:641px){.medium-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:641px){.columns-medium-11>.column,.columns-medium-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-11>.column,.columns-medium-landscape-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-11>.column,.columns-medium-portrait-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-11{margin-left:91.6666666667%}}@media screen and (min-width:641px){.medium-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:641px)and (orientation:landscape){.medium-landscape-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:641px)and (orientation:portrait){.medium-portrait-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:641px){.columns-medium-12>.column,.columns-medium-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:641px)and (orientation:landscape){.columns-medium-landscape-12>.column,.columns-medium-landscape-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:641px)and (orientation:portrait){.columns-medium-portrait-12>.column,.columns-medium-portrait-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px){.order-medium-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.order-medium-landscape-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.order-medium-portrait-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px){.offset-medium-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.offset-medium-landscape-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.offset-medium-portrait-12{margin-left:100%}}@media screen and (min-width:641px){.hide-for-medium{display:none!important}}@media screen and (min-width:641px)and (orientation:landscape){.hide-for-medium-landscape{display:none!important}}@media screen and (min-width:641px)and (orientation:portrait){.hide-for-medium-portrait{display:none!important}}@media screen and (max-width:640px){.show-for-medium{display:none!important}}@media screen and (max-width:640px)and (orientation:landscape){.show-for-medium-landscape{display:none!important}}@media screen and (max-width:640px)and (orientation:portrait){.show-for-medium-portrait{display:none!important}}@media screen and (min-width:1367px){.large-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-1{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:1367px){.columns-large-1>.column,.columns-large-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-1>.column,.columns-large-landscape-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-1>.column,.columns-large-portrait-1>.columns{flex-basis:100%;max-width:100%}}@media screen and (min-width:1367px){.order-large-1{order:1}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-1{order:1}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-1{order:1}}@media screen and (min-width:1367px){.offset-large-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px){.large-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-2{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:1367px){.columns-large-2>.column,.columns-large-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-2>.column,.columns-large-landscape-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-2>.column,.columns-large-portrait-2>.columns{flex-basis:50%;max-width:50%}}@media screen and (min-width:1367px){.order-large-2{order:2}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-2{order:2}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-2{order:2}}@media screen and (min-width:1367px){.offset-large-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px){.large-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-3{flex-basis:25%;max-width:25%}}@media screen and (min-width:1367px){.columns-large-3>.column,.columns-large-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-3>.column,.columns-large-landscape-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-3>.column,.columns-large-portrait-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:1367px){.order-large-3{order:3}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-3{order:3}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-3{order:3}}@media screen and (min-width:1367px){.offset-large-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-3{margin-left:25%}}@media screen and (min-width:1367px){.large-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-4{flex-basis:33.3333333333%;max-width:33.3333333333%}}@media screen and (min-width:1367px){.columns-large-4>.column,.columns-large-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-4>.column,.columns-large-landscape-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-4>.column,.columns-large-portrait-4>.columns{flex-basis:25%;max-width:25%}}@media screen and (min-width:1367px){.order-large-4{order:4}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-4{order:4}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-4{order:4}}@media screen and (min-width:1367px){.offset-large-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px){.large-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-5{flex-basis:41.6666666667%;max-width:41.6666666667%}}@media screen and (min-width:1367px){.columns-large-5>.column,.columns-large-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-5>.column,.columns-large-landscape-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-5>.column,.columns-large-portrait-5>.columns{flex-basis:20%;max-width:20%}}@media screen and (min-width:1367px){.order-large-5{order:5}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-5{order:5}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-5{order:5}}@media screen and (min-width:1367px){.offset-large-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px){.large-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-6{flex-basis:50%;max-width:50%}}@media screen and (min-width:1367px){.columns-large-6>.column,.columns-large-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-6>.column,.columns-large-landscape-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-6>.column,.columns-large-portrait-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}}@media screen and (min-width:1367px){.order-large-6{order:6}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-6{order:6}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-6{order:6}}@media screen and (min-width:1367px){.offset-large-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-6{margin-left:50%}}@media screen and (min-width:1367px){.large-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-7{flex-basis:58.3333333333%;max-width:58.3333333333%}}@media screen and (min-width:1367px){.columns-large-7>.column,.columns-large-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-7>.column,.columns-large-landscape-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-7>.column,.columns-large-portrait-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}}@media screen and (min-width:1367px){.order-large-7{order:7}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-7{order:7}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-7{order:7}}@media screen and (min-width:1367px){.offset-large-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px){.large-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-8{flex-basis:66.6666666667%;max-width:66.6666666667%}}@media screen and (min-width:1367px){.columns-large-8>.column,.columns-large-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-8>.column,.columns-large-landscape-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-8>.column,.columns-large-portrait-8>.columns{flex-basis:12.5%;max-width:12.5%}}@media screen and (min-width:1367px){.order-large-8{order:8}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-8{order:8}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-8{order:8}}@media screen and (min-width:1367px){.offset-large-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px){.large-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-9{flex-basis:75%;max-width:75%}}@media screen and (min-width:1367px){.columns-large-9>.column,.columns-large-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-9>.column,.columns-large-landscape-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-9>.column,.columns-large-portrait-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}}@media screen and (min-width:1367px){.order-large-9{order:9}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-9{order:9}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-9{order:9}}@media screen and (min-width:1367px){.offset-large-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-9{margin-left:75%}}@media screen and (min-width:1367px){.large-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-10{flex-basis:83.3333333333%;max-width:83.3333333333%}}@media screen and (min-width:1367px){.columns-large-10>.column,.columns-large-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-10>.column,.columns-large-landscape-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-10>.column,.columns-large-portrait-10>.columns{flex-basis:10%;max-width:10%}}@media screen and (min-width:1367px){.order-large-10{order:10}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-10{order:10}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-10{order:10}}@media screen and (min-width:1367px){.offset-large-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px){.large-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-11{flex-basis:91.6666666667%;max-width:91.6666666667%}}@media screen and (min-width:1367px){.columns-large-11>.column,.columns-large-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-11>.column,.columns-large-landscape-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-11>.column,.columns-large-portrait-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}}@media screen and (min-width:1367px){.order-large-11{order:11}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-11{order:11}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-11{order:11}}@media screen and (min-width:1367px){.offset-large-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px){.large-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-landscape-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-portrait-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1367px){.columns-large-12>.column,.columns-large-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.columns-large-landscape-12>.column,.columns-large-landscape-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.columns-large-portrait-12>.column,.columns-large-portrait-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}}@media screen and (min-width:1367px){.order-large-12{order:12}}@media screen and (min-width:1367px)and (orientation:landscape){.order-large-landscape-12{order:12}}@media screen and (min-width:1367px)and (orientation:portrait){.order-large-portrait-12{order:12}}@media screen and (min-width:1367px){.offset-large-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:landscape){.offset-large-landscape-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:portrait){.offset-large-portrait-12{margin-left:100%}}@media screen and (min-width:1367px){.hide-for-large{display:none!important}}@media screen and (min-width:1367px)and (orientation:landscape){.hide-for-large-landscape{display:none!important}}@media screen and (min-width:1367px)and (orientation:portrait){.hide-for-large-portrait{display:none!important}}@media screen and (max-width:1366px){.show-for-large{display:none!important}}@media screen and (max-width:1366px)and (orientation:landscape){.show-for-large-landscape{display:none!important}}@media screen and (max-width:1366px)and (orientation:portrait){.show-for-large-portrait{display:none!important}}@media screen and (orientation:landscape){.landscape-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.columns-landscape-1>.column,.columns-landscape-1>.columns{flex-basis:100%;max-width:100%}.order-landscape-1{order:1}.offset-landscape-1{margin-left:8.3333333333%}.landscape-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.columns-landscape-2>.column,.columns-landscape-2>.columns{flex-basis:50%;max-width:50%}.order-landscape-2{order:2}.offset-landscape-2{margin-left:16.6666666667%}.landscape-3{flex-basis:25%;max-width:25%}.columns-landscape-3>.column,.columns-landscape-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}.order-landscape-3{order:3}.offset-landscape-3{margin-left:25%}.landscape-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.columns-landscape-4>.column,.columns-landscape-4>.columns{flex-basis:25%;max-width:25%}.order-landscape-4{order:4}.offset-landscape-4{margin-left:33.3333333333%}.landscape-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.columns-landscape-5>.column,.columns-landscape-5>.columns{flex-basis:20%;max-width:20%}.order-landscape-5{order:5}.offset-landscape-5{margin-left:41.6666666667%}.landscape-6{flex-basis:50%;max-width:50%}.columns-landscape-6>.column,.columns-landscape-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}.order-landscape-6{order:6}.offset-landscape-6{margin-left:50%}.landscape-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.columns-landscape-7>.column,.columns-landscape-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}.order-landscape-7{order:7}.offset-landscape-7{margin-left:58.3333333333%}.landscape-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.columns-landscape-8>.column,.columns-landscape-8>.columns{flex-basis:12.5%;max-width:12.5%}.order-landscape-8{order:8}.offset-landscape-8{margin-left:66.6666666667%}.landscape-9{flex-basis:75%;max-width:75%}.columns-landscape-9>.column,.columns-landscape-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}.order-landscape-9{order:9}.offset-landscape-9{margin-left:75%}.landscape-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.columns-landscape-10>.column,.columns-landscape-10>.columns{flex-basis:10%;max-width:10%}.order-landscape-10{order:10}.offset-landscape-10{margin-left:83.3333333333%}.landscape-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.columns-landscape-11>.column,.columns-landscape-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}.order-landscape-11{order:11}.offset-landscape-11{margin-left:91.6666666667%}.landscape-12{flex-basis:100%;max-width:100%}.columns-landscape-12>.column,.columns-landscape-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}.order-landscape-12{order:12}.offset-landscape-12{margin-left:100%}.hide-for-landscape{display:none!important}}@media screen and (orientation:portrait){.portrait-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.columns-portrait-1>.column,.columns-portrait-1>.columns{flex-basis:100%;max-width:100%}.order-portrait-1{order:1}.offset-portrait-1{margin-left:8.3333333333%}.portrait-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.columns-portrait-2>.column,.columns-portrait-2>.columns{flex-basis:50%;max-width:50%}.order-portrait-2{order:2}.offset-portrait-2{margin-left:16.6666666667%}.portrait-3{flex-basis:25%;max-width:25%}.columns-portrait-3>.column,.columns-portrait-3>.columns{flex-basis:33.3333333333%;max-width:33.3333333333%}.order-portrait-3{order:3}.offset-portrait-3{margin-left:25%}.portrait-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.columns-portrait-4>.column,.columns-portrait-4>.columns{flex-basis:25%;max-width:25%}.order-portrait-4{order:4}.offset-portrait-4{margin-left:33.3333333333%}.portrait-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.columns-portrait-5>.column,.columns-portrait-5>.columns{flex-basis:20%;max-width:20%}.order-portrait-5{order:5}.offset-portrait-5{margin-left:41.6666666667%}.portrait-6{flex-basis:50%;max-width:50%}.columns-portrait-6>.column,.columns-portrait-6>.columns{flex-basis:16.6666666667%;max-width:16.6666666667%}.order-portrait-6{order:6}.offset-portrait-6{margin-left:50%}.portrait-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.columns-portrait-7>.column,.columns-portrait-7>.columns{flex-basis:14.2857142857%;max-width:14.2857142857%}.order-portrait-7{order:7}.offset-portrait-7{margin-left:58.3333333333%}.portrait-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.columns-portrait-8>.column,.columns-portrait-8>.columns{flex-basis:12.5%;max-width:12.5%}.order-portrait-8{order:8}.offset-portrait-8{margin-left:66.6666666667%}.portrait-9{flex-basis:75%;max-width:75%}.columns-portrait-9>.column,.columns-portrait-9>.columns{flex-basis:11.1111111111%;max-width:11.1111111111%}.order-portrait-9{order:9}.offset-portrait-9{margin-left:75%}.portrait-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.columns-portrait-10>.column,.columns-portrait-10>.columns{flex-basis:10%;max-width:10%}.order-portrait-10{order:10}.offset-portrait-10{margin-left:83.3333333333%}.portrait-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.columns-portrait-11>.column,.columns-portrait-11>.columns{flex-basis:9.0909090909%;max-width:9.0909090909%}.order-portrait-11{order:11}.offset-portrait-11{margin-left:91.6666666667%}.portrait-12{flex-basis:100%;max-width:100%}.columns-portrait-12>.column,.columns-portrait-12>.columns{flex-basis:8.3333333333%;max-width:8.3333333333%}.order-portrait-12{order:12}.offset-portrait-12{margin-left:100%}.hide-for-portrait{display:none!important}}.hide{display:none!important}.invisible{visibility:hidden!important}.static{position:static}.relative{position:relative}.relative.top{top:var(--top,0)}.relative.left{left:var(--left,0)}.relative.right{right:var(--right,0)}.relative.bottom{bottom:var(--bottom,0)}.absolute{position:absolute}.absolute.top{top:var(--top,0)}.absolute.left{left:var(--left,0)}.absolute.right{right:var(--right,0)}.absolute.bottom{bottom:var(--bottom,0)}.sticky{position:sticky}.sticky.top{top:var(--top,0)}.sticky.left{left:var(--left,0)}.sticky.right{right:var(--right,0)}.sticky.bottom{bottom:var(--bottom,0)}.fixed{position:fixed}.fixed.top{top:var(--top,0)}.fixed.left{left:var(--left,0)}.fixed.right{right:var(--right,0)}.fixed.bottom{bottom:var(--bottom,0)}@media screen and (max-width:1366px){.static-medium{position:static}.relative-medium{position:relative}.relative-medium.top{top:var(--top-medium,var(--top,0))}.relative-medium.left{left:var(--left-medium,var(--left,0))}.relative-medium.right{right:var(--right-medium,var(--right,0))}.relative-medium.bottom{bottom:var(--bottom-medium,var(--bottom,0))}.absolute-medium{position:absolute}.absolute-medium.top{top:var(--top-medium,var(--top,0))}.absolute-medium.left{left:var(--left-medium,var(--left,0))}.absolute-medium.right{right:var(--right-medium,var(--right,0))}.absolute-medium.bottom{bottom:var(--bottom-medium,var(--bottom,0))}.sticky-medium{position:sticky}.sticky-medium.top{top:var(--top-medium,var(--top,0))}.sticky-medium.left{left:var(--left-medium,var(--left,0))}.sticky-medium.right{right:var(--right-medium,var(--right,0))}.sticky-medium.bottom{bottom:var(--bottom-medium,var(--bottom,0))}.fixed-medium{position:fixed}.fixed-medium.top{top:var(--top-medium,var(--top,0))}.fixed-medium.left{left:var(--left-medium,var(--left,0))}.fixed-medium.right{right:var(--right-medium,var(--right,0))}.fixed-medium.bottom{bottom:var(--bottom-medium,var(--bottom,0))}}@media screen and (max-width:640px){.static-small{position:static}.relative-small{position:relative}.relative-small.top{top:var(--top-small,var(--top,0))}.relative-small.left{left:var(--left-small,var(--left,0))}.relative-small.right{right:var(--right-small,var(--right,0))}.relative-small.bottom{bottom:var(--bottom-small,var(--bottom,0))}.absolute-small{position:absolute}.absolute-small.top{top:var(--top-small,var(--top,0))}.absolute-small.left{left:var(--left-small,var(--left,0))}.absolute-small.right{right:var(--right-small,var(--right,0))}.absolute-small.bottom{bottom:var(--bottom-small,var(--bottom,0))}.sticky-small{position:sticky}.sticky-small.top{top:var(--top-small,var(--top,0))}.sticky-small.left{left:var(--left-small,var(--left,0))}.sticky-small.right{right:var(--right-small,var(--right,0))}.sticky-small.bottom{bottom:var(--bottom-small,var(--bottom,0))}.fixed-small{position:fixed}.fixed-small.top{top:var(--top-small,var(--top,0))}.fixed-small.left{left:var(--left-small,var(--left,0))}.fixed-small.right{right:var(--right-small,var(--right,0))}.fixed-small.bottom{bottom:var(--bottom-small,var(--bottom,0))}}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}@media screen and (max-width:1366px){.overflow-hidden-medium{overflow:hidden}.overflow-x-hidden-medium{overflow-x:hidden}.overflow-y-hidden-medium{overflow-y:hidden}.overflow-auto-medium{overflow:auto}.overflow-x-auto-medium{overflow-x:auto}.overflow-y-auto-medium{overflow-y:auto}}@media screen and (max-width:640px){.overflow-hidden-small{overflow:hidden}.overflow-x-hidden-small{overflow-x:hidden}.overflow-y-hidden-small{overflow-y:hidden}.overflow-auto-small{overflow:auto}.overflow-x-auto-small{overflow-x:auto}.overflow-y-auto-small{overflow-y:auto}}.width-max-content{width:-moz-max-content;width:max-content}.width-25{width:25%}.width-50{width:50%}.width-75{width:75%}.width-100{width:100%}@media screen and (max-width:1366px){.width-max-content-medium{width:-moz-max-content;width:max-content}.width-25-medium{width:25%}.width-50-medium{width:50%}.width-75-medium{width:75%}.width-100-medium{width:100%}}@media screen and (max-width:640px){.width-max-content-small{width:-moz-max-content;width:max-content}.width-25-small{width:25%}.width-50-small{width:50%}.width-75-small{width:75%}.width-100-small{width:100%}}.height-100{height:100%}@media screen and (max-width:1366px){.height-100-medium{height:100%}}@media screen and (max-width:640px){.height-100-small{height:100%}}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}@media screen and (max-width:1366px){.block-medium{display:block}.inline-medium{display:inline}.inline-block-medium{display:inline-block}}@media screen and (max-width:640px){.block-small{display:block}.inline-small{display:inline}.inline-block-small{display:inline-block}}.transform{transform:var(--transform,none)}.translate{transform:translate(var(--translate,0))}.translate-x{transform:translateX(var(--translate-x,0))}.translate-y{transform:translateY(var(--translate-y,0))}.translate-3d{transform:translate3d(var(--translate-x,0),var(--translate-y,0),var(--translate-z,0))}.rotate{transform:rotate(var(--rotate,0deg))}.scale{transform:scale(var(--scale,0))}@media screen and (max-width:1366px){.transform-medium{transform:var(--transform,none)}.translate-medium{transform:translate(var(--translate-medium,var(--translate,0)))}.translate-x-medium{transform:translateX(var(--translate-x-medium,var(--translate-x,0)))}.translate-y-medium{transform:translateY(var(--translate-y-medium,var(--translate-y,0)))}.translate-3d-medium{transform:translate3d(var(--translate-x-medium,var(--translate-x,0)),var(--translate-y-medium,var(--translate-y,0)),var(--translate-z-medium,var(--translate-z,0)))}.rotate-medium{transform:rotate(var(--rotate-medium,var(--rotate,0deg)))}.scale-medium{transform:scale(var(--scale-medium,var(--scale,0)))}}@media screen and (max-width:640px){.transform-small{transform:var(--transform,none)}.translate-small{transform:translate(var(--translate-small,var(--translate,0)))}.translate-x-small{transform:translateX(var(--translate-x-small,var(--translate-x,0)))}.translate-y-small{transform:translateY(var(--translate-y-small,var(--translate-y,0)))}.translate-3d-small{transform:translate3d(var(--translate-x-small,var(--translate-x,0)),var(--translate-y-small,var(--translate-y,0)),var(--translate-z-small,var(--translate-z,0)))}.rotate-small{transform:rotate(var(--rotate-small,var(--rotate,0deg)))}.scale-small{transform:scale(var(--scale-small,var(--scale,0)))}}.transition{transition:var(--transition-property,all) var(--transition-duration,.4s) var(--transition-easing-function,ease-in-out) var(--transition-delay,0s)}@media screen and (max-width:1366px){.transition-medium{transition:var(--transition-property,all) var(--transition-duration,.4s) var(--transition-easing-function,ease-in-out) var(--transition-delay,0s)}}@media screen and (max-width:640px){.transition-small{transition:var(--transition-property,all) var(--transition-duration,.4s) var(--transition-easing-function,ease-in-out) var(--transition-delay,0s)}}.hide-on-focus:active .hide-on-focus-target,.hide-on-focus:active.hide-on-focus-target,.hide-on-focus:focus .hide-on-focus-target,.hide-on-focus:focus.hide-on-focus-target,.hide-on-focus:hover .hide-on-focus-target,.hide-on-focus:hover.hide-on-focus-target,.show-on-focus:not(:hover):not(:focus):not(:active) .show-on-focus-target,.show-on-focus:not(:hover):not(:focus):not(:active).show-on-focus-target{display:none}.highlight-on-focus:active,.highlight-on-focus:focus,.highlight-on-focus:hover{color:var(--highlight-fg-color,#000);background-color:var(--highlight-bg-color,lightgrey)}.hide-on-open.open,.show-on-open:not(.open){display:none}.highlight-on-open.open{color:var(--highlight-fg-color,#000);background-color:var(--highlight-bg-color,lightgrey)}.slide-on-open{overflow-y:hidden;height:var(--height,auto)}.slide-on-open:not(.open){height:0!important}.rotate-on-open.open{transform:rotate3d(var(--rotate-x,0),var(--rotate-y,0),var(--rotate-z,1),var(--rotation,0deg))}.rotate-on-open.open.rotate-90deg{--rotation:90deg}.rotate-on-open.open.rotate-180deg{--rotation:180deg}.rotate-on-open.open.rotate-270deg{--rotation:270deg}.rotate-on-open.open.rotate-x{--rotate-x:1}.rotate-on-open.open.rotate-y{--rotate-y:1}.rotate-on-open.open.rotate-z{--rotate-z:1}.rotate-on-open.open.autocalc{transform:rotate3d(calc(1deg*var(--rotate-x, 0deg)/max(var(--rotate-x, 0deg), var(--rotate-y, 0deg), var(--rotate-z, 0deg))),calc(1deg*var(--rotate-y, 0deg)/max(var(--rotate-x, 0deg), var(--rotate-y, 0deg), var(--rotate-z, 0deg))),calc(1deg*var(--rotate-z, 0deg)/max(var(--rotate-x, 0deg), var(--rotate-y, 0deg), var(--rotate-z, 0deg))),max(var(--rotate-x,0deg),var(--rotate-y,0deg),var(--rotate-z,0deg)))}.translate-on-open.open{transform:translate(var(--translate-x-on-open,var(--translate-x,0)),var(--translate-y-on-open,var(--translate-y,0)),var(--translate-z-on-open,var(--translate-z,0)))}.translate-x-on-open.open{transform:translateX(var(--translate-x-on-open,var(--translate-x,0)))}.translate-y-on-open.open{transform:translateY(var(--translate-y-on-open,var(--translate-y,0)))}.transform-on-open.open{transform:var(--transform,none)}.open>.hide-on-parent-open,:not(.open)>.show-on-parent-open{display:none!important}.open>.highlight-on-parent-open{color:var(--highlight-fg-color,#000);background-color:var(--highlight-bg-color,lightgrey)}.slide-on-parent-open{overflow-y:hidden;height:var(--height,auto)}:not(.open)>.slide-on-parent-open:not(.open){height:0!important}.open>.rotate-on-parent-open{transform:rotate3d(var(--rotate-x,0),var(--rotate-y,0),var(--rotate-z,0),var(--rotation,0deg))}.open>.rotate-on-parent-open.rotate-90deg{--rotation:90deg}.open>.rotate-on-parent-open.rotate-180deg{--rotation:180deg}.open>.rotate-on-parent-open.rotate-270deg{--rotation:270deg}.open>.rotate-on-parent-open.rotate-x{--rotate-x:1}.open>.rotate-on-parent-open.rotate-y{--rotate-y:1}.open>.rotate-on-parent-open.rotate-z{--rotate-z:1}.open>.rotate-on-parent-open.autocalc{transform:rotate3d(calc(1deg*var(--rotate-x, 0deg)/max(var(--rotate-x, 0deg), var(--rotate-y, 0deg), var(--rotate-z, 0deg))),calc(1deg*var(--rotate-y, 0deg)/max(var(--rotate-x, 0deg), var(--rotate-y, 0deg), var(--rotate-z, 0deg))),calc(1deg*var(--rotate-z, 0deg)/max(var(--rotate-x, 0deg), var(--rotate-y, 0deg), var(--rotate-z, 0deg))),max(var(--rotate-x,0deg),var(--rotate-y,0deg),var(--rotate-z,0deg)))}.open>.transform-on-parent-open{transform:var(--transform,none)}:not(:hover):not(:focus-visible)>.show-on-parent-focus{display:none!important}:not(:hover):not(:focus-visible)>.hide-on-parent-focus{display:none!important}:not(:hover):not(:focus-visible)>.highlight-on-parent-focus{color:var(--highlight-fg-color,#000);background-color:var(--highlight-bg-color,lightgrey)}.fit-contain{-o-object-fit:contain;object-fit:contain}.fit-center{-o-object-position:center;object-position:center}.fit-left{-o-object-position:left;object-position:left}.fit-right{-o-object-position:right;object-position:right}.fit-top{-o-object-position:top;object-position:top}.fit-bottom{-o-object-position:bottom;object-position:bottom}.fit-center-top{-o-object-position:center top;object-position:center top}.fit-center-bottom{-o-object-position:center bottom;object-position:center bottom}.fit-left-center{-o-object-position:left center;object-position:left center}.fit-left-top{-o-object-position:left top;object-position:left top}.fit-left-bottom{-o-object-position:left bottom;object-position:left bottom}.fit-right-center{-o-object-position:right center;object-position:right center}.fit-right-top{-o-object-position:right top;object-position:right top}.fit-right-bottom{-o-object-position:right bottom;object-position:right bottom}.bg-image{background-image:var(--bg-image)}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.bg-center{background-position-x:center}.bg-left{background-position-x:left}.bg-right{background-position-x:right}.bg-center{background-position-y:center}.bg-top{background-position-y:top}.bg-bottom{background-position-y:bottom}.ratio-1\/1{aspect-ratio:1/1}.ratio-1\/3{aspect-ratio:1/3}.ratio-3\/1{aspect-ratio:3/1}.ratio-4\/3{aspect-ratio:4/3}.ratio-16\/9{aspect-ratio:16/9}.breadcrumb{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.breadcrumb .breadcrumb-piece-container .breadcrumb-piece{font-size:12px;line-height:16px}footer{margin-top:var(--l);background:var(--light-grey)}footer .title .icon{transition:transform .2s linear}footer .title.open .icon{transform:rotateX(180deg)}footer .red{color:var(--danger)}footer .top-row{border-top:1px solid var(--line-color);border-bottom:1px solid var(--line-color)}footer .top-row .dropdown-column{border-right:1px solid var(--line-color)}footer .top-row .dropdown-column .dropdown{position:relative;width:100%;height:100%;z-index:1499}footer .top-row .dropdown-column .dropdown .dropdown-toggle{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}footer .top-row .dropdown-column .dropdown .dropdown-toggle .dropdown-label{font-size:14px;line-height:24px}footer .top-row .dropdown-column .dropdown .dropdown-toggle .dropdown-icon{margin-left:var(--xs);transition:transform .2s linear}footer .top-row .dropdown-column .dropdown .dropdown-toggle.open .dropdown-icon{transform:rotateX(180deg)}footer .top-row .dropdown-column .dropdown .dropdown-content{display:none;width:calc(100% + 2px);position:absolute;left:-1px;bottom:100%;background-color:var(--white);border:1px solid var(--line-color);border-bottom:none}footer .top-row .dropdown-column .dropdown .dropdown-content li>a{font-size:14px;line-height:24px;padding-top:var(--xxxs);padding-bottom:var(--xxxs);display:block;width:100%}@media screen and (max-width:1366px){footer .top-row .dropdown-toggle{text-transform:uppercase;padding-top:var(--xs);padding-bottom:var(--xs)}footer .top-row #language-dropdown .dropdown-toggle{justify-content:end}}@media screen and (min-width:1367px){footer .footer-column .title{pointer-events:none}footer .footer-column,footer .footer-column ul{display:flex!important;height:100%!important}}@media screen and (max-width:1366px){footer .footer-column{border-bottom:1px solid var(--line-color)}footer .footer-column .title{position:relative}footer .footer-column .title:after{content:"";position:absolute;right:0;top:50%;transition:transform .4s ease-in-out;display:inline-block;background-image:url(/skins/bmartigrafiche/images/icons/general-icons/arrow-down-black.svg);width:9px;height:5px;background-size:contain;background-repeat:no-repeat}footer .footer-column .title.open:after{transform:rotateX(180deg)}}footer .footer-column .footer-link{color:var(--white);font-size:14px;line-height:24px;font-weight:700;text-transform:uppercase;display:flex;align-items:center}footer .iso-logo{min-width:160px}footer .logos-grid{display:grid;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;-moz-column-gap:var(--s);column-gap:var(--s);row-gap:var(--xxxs);grid-template-areas:"fsc-pefc-logo iso-9001-logo" "fsc-pefc-text iso-9001-text"}footer .fsc-pefc-logo{grid-area:fsc-pefc-logo;display:flex}footer .iso-9001-logo{grid-area:iso-9001-logo;display:flex}footer .fsc-pefc-text{grid-area:fsc-pefc-text}footer .fsc-pefc-text *{font-size:11px;max-width:200px}footer .iso-9001-text{grid-area:iso-9001-text}footer .iso-9001-text *{font-size:11px}header{position:sticky;top:0;padding:var(--xs) 0;background-color:var(--white);z-index:1500;transition:background-color .4s;border-bottom:1px solid var(--grey-1)}header #menu-toggle{color:var(--white);background-color:var(--first-color);border-radius:20px;padding:var(--xxs) var(--xs)}header #mobile-menu-back{visibility:hidden}header #mobile-menu-back,header #mobile-menu-close{display:flex;align-items:center;justify-content:center;width:var(--xl);height:var(--l);border-radius:20px}header #mobile-menu-back:active,header #mobile-menu-close:active{background-color:var(--grey-1)}header #profile-icon-container{position:relative}header #profile-icon-container .dropdown{position:absolute;top:100%;left:50%;translate:-50% 0;width:-moz-max-content;width:max-content}header #profile-icon-container .dropdown ul{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:var(--xxs) 0;background-color:var(--white);box-shadow:0 0 4px 3px rgba(0,73,183,.06)}header #profile-icon-container .dropdown ul li{padding:var(--xxxs) var(--xs);width:100%}header #profile-icon-container .dropdown ul li [type=submit],header #profile-icon-container .dropdown ul li a,header #profile-icon-container .dropdown ul li form{cursor:pointer;font-size:12px;line-height:16px;text-align:center;display:inline-block;margin:0;padding:0;width:100%}header #profile-icon-container .dropdown ul li:focus-visible,header #profile-icon-container .dropdown ul li:hover{background-color:var(--light-grey)}header .close-icon{position:fixed;top:100px;right:100px}@media screen and (max-width:640px){header .close-icon{top:48px;right:48px}}header .cart-counter{align-items:center;display:flex;justify-content:center;position:absolute;background-color:var(--first-color);color:var(--white);border-radius:50%;width:16px;height:16px;font-size:8px;top:-5px;right:-5px}header .header-first-column{display:flex;align-items:center;justify-content:flex-start}@media screen and (max-width:1366px){header .header-first-column{justify-content:space-between;padding-top:var(--xs);padding-bottom:var(--xs);height:86px}}#language-selector{width:-moz-max-content;width:max-content}#language-selector summary{cursor:pointer;color:var(--black);border:1px solid var(--line-color)}#language-selector summary,#language-selector.language-desktop>ul{background:var(--white);width:-moz-max-content;width:max-content;min-width:8.25rem}#language-selector.language-desktop>ul{display:flex!important;flex-direction:column-reverse;position:absolute;bottom:100%;left:0;border:solid var(--line-color);border-width:1px 1px 0;height:auto!important}#language-selector.language-desktop>ul>li>a:focus-within,#language-selector.language-desktop>ul>li>a:hover{background:var(--light-grey)}#language-selector:open summary .arrow{transform:rotateX(180deg)}.flag-image{width:24px;height:24px;border-radius:50px}#main-menu .main-menu-item{padding-top:var(--xxs);padding-bottom:var(--xxs)}#main-menu .main-menu-item:not(:last-child){margin-right:var(--xxs)}#main-menu .main-menu-item .submenu-container{background-color:var(--white);display:none;position:absolute;top:99%;left:0;right:-64px;width:-moz-fit-content;width:fit-content;box-shadow:0 0 20px 2px rgba(0,0,0,.3)}#main-menu .main-menu-item .first-submenu-text-container{position:absolute;width:100%;height:45%;display:flex;justify-content:center;align-items:center;padding:0 4px}#main-menu .main-menu-item .first-submenu-text{text-align:center;font-size:14px}@media screen and (max-width:1680px){#main-menu .main-menu-item .first-submenu-text{font-size:12px}}#main-menu .main-menu-item .menu-label{font-size:14px;line-height:24px}@media screen and (min-width:1681px){#main-menu .main-menu-item .menu-label{font-size:16px;line-height:24px}}#main-menu .main-menu-item.open .menu-label,#main-menu .main-menu-item:hover .menu-label{color:var(--first-color)}#main-menu .main-menu-item.open .submenu-container,#main-menu .main-menu-item:hover .submenu-container{display:block}#mobile-menu{position:fixed;top:var(--header-height,0);bottom:env(safe-area-inset-bottom,0);left:0;width:100vw;max-height:calc(100vh - var(--header-height, 0px));overflow-y:auto;transform:translateX(-100%);background-color:transparent;transition:transform .4s ease-in-out,background-color .4s}#mobile-menu.open{background-color:var(--light-grey);transform:translateX(0)}#mobile-menu.open .mobile-menu-header{opacity:1}#mobile-menu .mobile-menu-header{opacity:0;transition:opacity .4s}#mobile-menu .mobile-menu-header .button{font-family:var(--first-font);font-weight:600;color:var(--white);background-color:var(--second-color);border-radius:20px;padding:var(--xxs) var(--xs)}#mobile-menu .mobile-menu{min-height:calc(100vh - var(--header-height, 0px));padding-bottom:32px;background-color:var(--white);width:100%}#mobile-menu .mobile-menu .line{height:1px;margin:var(--s) var(--m);background-color:var(--light-grey)}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item{position:relative;width:100%;padding:var(--xxs) var(--m)}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.menu-flex{display:flex;justify-content:space-between;align-items:center;flex-direction:row}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item .pv-8{padding:var(--xxs) var(--m)}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item .icon.arrow{position:absolute;right:var(--xxs);top:calc(50% - 7px);transition:transform .2s}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item:active{background-color:var(--white)}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item:hover{background-color:var(--grey-1)}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.layer-2~.mobile-submenu{border-left:3px solid var(--second-color)}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.open,#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.open *{font-weight:700!important}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.layer-1.open{pointer-events:none}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.layer-1.open,#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.layer-1.open *{font-size:16px;line-height:24px}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.layer-1.open .icon{display:none}#mobile-menu .mobile-menu .mobile-menu-items .mobile-menu-item.layer-2.open .icon.arrow{transform:rotateX(180deg)}.menu-login-dropdown{top:100%;width:100%}.mobile-language-dropdown{top:100%;width:100%;padding-left:var(--m);padding-right:var(--m);margin-bottom:var(--xs)}.mobile-language-dropdown a:active,.mobile-language-dropdown a:focus,.mobile-language-dropdown a:hover{font-weight:700;background-color:var(--light-grey)}.arrow-icon{transition:transform .2s ease-in-out}.open>.arrow-icon{transform:rotateX(180deg)}.multi-step-container .step:not(.active){display:none}.subscribe-newsletter{display:flex;flex-direction:column;align-items:center}.subscribe-newsletter .checkbox-container label,.subscribe-newsletter .checkbox-container label *{color:var(--white)}.subscribe-newsletter .email-input{width:100%}.subscribe-newsletter .captcha-container{display:flex;flex-direction:column;align-items:center;margin-top:var(--xxs)}dialog:has(.popup-container)::backdrop{background-color:rgba(0,0,0,.5)}.popup{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.popup .popup-image{position:relative;background-color:var(--white)}@media screen and (max-width:640px){.popup .popup-image *{font-size:14px;line-height:18px}}.popup .popup-image .popup-content{position:absolute;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding-right:var(--xl)}.popup .popup-close{cursor:pointer;width:40px;height:40px;background-color:var(--first-color);color:var(--white);position:absolute;top:13px;right:13px;font-size:25px;line-height:32px;font-family:var(--first-font);font-weight:400;font-weight:700}@media screen and (max-width:640px){.popup .popup-close{font-size:18px;line-height:24px;font-family:var(--first-font);font-weight:400;font-weight:700;width:24px;height:24px}}.grecaptcha-badge{z-index:1}.paginator .pagination-container{margin-top:var(--xs)}.paginator .pagination-container .pagination{width:100%;display:flex;align-items:center;justify-content:center}.paginator .pagination-container .pagination li a{display:inline-block;font-size:14px;line-height:24px;font-family:var(--first-font);font-weight:600}.paginator .pagination-container .pagination li a:hover{background-color:transparent!important}.paginator .pagination-container .pagination li{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--black);margin-left:var(--xxxs);margin-right:var(--xxxs)}.paginator .pagination-container .pagination li:not(:first-child):not(:last-child):hover{background-color:var(--grey-1)}.paginator .pagination-container .pagination li.active{border-color:var(--first-color);background-color:var(--first-color)}.paginator .pagination-container .pagination li.active a{color:var(--white)}.paginator .pagination-container .pagination li:first-child,.paginator .pagination-container .pagination li:last-child{border:none}.percentage-discount{position:absolute;top:16px;left:16px;background:var(--first-color);padding:var(--xxxs) var(--xxs);color:var(--white);z-index:100}.percentage{color:var(--white)}.table-sizes{margin:0}.table-sizes,.table-sizes tbody,.table-sizes thead{border:none}.table-sizes tbody tr td,.table-sizes thead tr th{padding:var(--xs);background-color:var(--white);text-align:center;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:1366px){.table-sizes tbody tr td,.table-sizes thead tr th{padding:var(--xxs)}}.table-sizes thead tr th{font-size:12px;line-height:16px;font-family:var(--first-font);font-weight:400}@media screen and (max-width:1366px){.table-sizes thead tr th{max-width:var(--xxxl);overflow-x:hidden;text-overflow:ellipsis}.table-sizes tbody tr td{font-size:12px;line-height:16px}}.table-sizes tbody tr,.table-sizes thead tr{border-bottom:1px solid var(--line-color)}.table-sizes tbody tr td:nth-child(4){color:var(--grey-3)}.table-sizes tbody tr td .quantity-input-container{margin-left:auto;margin-right:auto}.quantity-input-container{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--grey-2);width:-moz-max-content;width:max-content;height:48px;padding:var(--xxxs) 0}.quantity-input-container .btn-plus{padding-right:var(--xs)}.quantity-input-container .btn-minus{padding-left:var(--xs)}.quantity-input-container .btn-minus,.quantity-input-container .btn-plus{display:flex;align-items:center;height:100%;cursor:pointer}.quantity-input-container .btn-minus .icon,.quantity-input-container .btn-plus .icon{min-width:12px}@media screen and (max-width:1366px){.quantity-input-container .btn-minus,.quantity-input-container .btn-plus{padding:var(--xxxs)}.quantity-input-container .btn-minus:active,.quantity-input-container .btn-plus:active{background-color:var(--grey-1)}}.quantity-input-container .quantity-input{padding:0 var(--xxs);margin:0;width:42px;height:-moz-min-content;height:min-content;border:none;box-shadow:none;font-size:14px;line-height:24px;text-align:center}.quantity-input-container .quantity-input::-moz-placeholder{color:var(--grey-1);font-size:14px;line-height:24px}.quantity-input-container .quantity-input::placeholder{color:var(--grey-1);font-size:14px;line-height:24px}@media screen and (max-width:1366px){.quantity-input-container{padding:0}}.cart-input .quantity-input-container{margin:0}.cart-input .quantity-input-container .quantity-input{margin-right:var(--xxs)}.cart-input .quantity-input-container .btn-cart-remove,.cart-input .quantity-input-container .btn-cart-update{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.product-cta{display:flex;align-items:center;justify-content:center;position:absolute;bottom:var(--xxs);right:var(--xxs);border-radius:50%;background-color:var(--first-color);width:var(--l);height:var(--l)}@media screen and (max-width:640px){.product-cta{display:none}}.product-container:not(.expanded):not(.microbox):not(.product-page){background-color:var(--white);padding:var(--xxs) 0;border:1px solid var(--line-color);height:100%;max-width:100%;display:flex;flex-direction:column}.product-container:not(.expanded):not(.microbox):not(.product-page) .product-img img+img,.product-container:not(.expanded):not(.microbox):not(.product-page) .product-img picture+picture{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;z-index:1}.product-container:not(.expanded):not(.microbox):not(.product-page) .product-img:not(.ios-img):active img+img,.product-container:not(.expanded):not(.microbox):not(.product-page) .product-img:not(.ios-img):active picture+picture,.product-container:not(.expanded):not(.microbox):not(.product-page) .product-img:not(.ios-img):hover img+img,.product-container:not(.expanded):not(.microbox):not(.product-page) .product-img:not(.ios-img):hover picture+picture{opacity:1}.product-container:not(.expanded):not(.microbox):not(.product-page) .add-to-wishlist,.product-container:not(.expanded):not(.microbox):not(.product-page) .remove-from-wishlist{position:absolute;right:8px}.product-container:not(.expanded):not(.microbox):not(.product-page) .add-to-wishlist.wishlist-cross,.product-container:not(.expanded):not(.microbox):not(.product-page) .remove-from-wishlist.wishlist-cross{bottom:0;top:0}.product-container:not(.expanded):not(.microbox):not(.product-page) .add-to-wishlist,.product-container:not(.expanded):not(.microbox):not(.product-page) .remove-from-wishlist{z-index:100;cursor:pointer}.product-container:not(.expanded):not(.microbox):not(.product-page) .not-logged-wishlist{position:absolute;bottom:16px;right:16px;z-index:100;cursor:pointer}.product-container:not(.expanded):not(.microbox):not(.product-page) #single-product-wishlist .add-to-wishlist,.product-container:not(.expanded):not(.microbox):not(.product-page) #single-product-wishlist .not-logged-wishlist,.product-container:not(.expanded):not(.microbox):not(.product-page) #single-product-wishlist .remove-from-wishlist{position:absolute;bottom:0;right:0;z-index:100;cursor:pointer}.product-container:not(.expanded):not(.microbox):not(.product-page) .promo-label-container{width:0;height:0;background:none;border-width:100px 0 0 100px;border-style:solid;position:absolute;right:0;top:0;z-index:10}.product-container:not(.expanded):not(.microbox):not(.product-page) .promo-label-container .promo-label-text{position:absolute;top:-71px;right:-32px;width:140px;text-align:center;transform:rotate(45deg);font-size:12px;line-height:16px;font-weight:600}.product-container:not(.expanded):not(.microbox):not(.product-page) .product-text{margin-bottom:var(--xxs)}.product-container:not(.expanded):not(.microbox):not(.product-page) .product-prices{margin-top:auto}.wishlist-button{cursor:pointer}.tags-container{position:absolute;left:16px;bottom:16px;z-index:100;display:flex}@media screen and (max-width:640px){.tags-container{bottom:40px}}.colored-tag{color:#fff;font-weight:600;padding:0 8px;font-size:14px;margin-right:8px;text-transform:capitalize}.colored-tag.green{background-color:#228b22}.colored-tag.new{background-color:var(--first-color)}.colored-tag.outlet{background-color:#e98729}.swiper-pagination-bullet-active{background:var(--black)!important}.video-container{height:24.609375vw}@media screen and (max-width:1366px){.video-container{height:49.21875vw}}.video-container{cursor:pointer;position:relative;background-image:var(--cover-img);background-size:cover;background-repeat:no-repeat;background-position:50%}.video-container:not(.loaded) iframe{display:none}.video-container iframe{max-width:100%;max-height:100%}.video-container.loaded{background-image:none}.video-container.loaded .play-icon{display:none}.video-container .play-icon{position:absolute;left:calc(50% - var(--icon-width)/2);top:calc(50% - var(--icon-height)/2)}@media screen and (max-width:640px){.blog-post-summary-container{padding-bottom:20px}}.blog-post-summary-container .blog-post-link{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}.blog-post-summary-container .secondary-post-image{height:250px;overflow:hidden}@media screen and (max-width:640px){.blog-post-summary-container .secondary-post-image{height:50vw}}.blog-post-summary-container .secondary-post-image div{background-size:cover;background-repeat:no-repeat;background-position:top;height:inherit;transition:all .5s ease-in-out}.blog-post-summary-container .blog-post-text,.blog-post-summary-container .blog-post-text p{margin-top:var(--xxs)}.blog-post-summary-container .blog-post-text span{text-transform:uppercase;color:var(--first-color);font-size:14px;font-family:var(--first-font);font-weight:600}.blog-post-summary-container:hover .blog-post-image div{transform:scale(1.1)}.blog-post-wrapper{padding-top:20px}.blog-post-wrapper .blog-post-image,.blog-post-wrapper .blog-post-image div{background-size:cover;background-repeat:no-repeat;background-position:top}.blog-post-wrapper .blog-post-image div{height:inherit;transition:all .5s ease-in-out}.blog-post-wrapper h2,.blog-post-wrapper h3{margin-top:var(--xs);margin-bottom:var(--xs)}.blog-post-wrapper h4,.blog-post-wrapper h5,.blog-post-wrapper p{margin-top:var(--xxs);margin-bottom:var(--xxs)}.blog-post-wrapper a{text-decoration:underline}.blog-post-wrapper ul{margin-top:var(--xxs);margin-bottom:var(--xxs)}.blog-post-wrapper ul>li{list-style-type:disc;padding:0 0 0 var(--xxxs)}.blog-post-wrapper ol,.blog-post-wrapper ol>li,.blog-post-wrapper ul>li{margin:0 0 var(--xxs) var(--xs)}.blog-post-wrapper ol>li{list-style-type:decimal;padding:0 0 0 var(--xxxs)}.related-post-title{padding:24px 0;border-top:1px solid var(--line-color);margin-top:var(--l)}.mansory-gallery-blog img{height:440px;width:100%;-o-object-fit:cover;object-fit:cover}.blog-archive-right-block{background-color:hsla(0,0%,100%,.478);position:absolute;left:40px;bottom:32px;width:80%;padding:16px}.title-blog-archvie{font-size:30px;line-height:40px;font-family:var(--first-font);font-weight:700}@media screen and (max-width:1366px){.title-blog-archvie{font-size:25px;line-height:32px}}.title-blog-archvie.main-title{font-size:53px}.box-archive-page{height:350px}.box-archive-post{height:440px}.title-article-blog{margin:32px 0;font-size:40px;line-height:48px}@media screen and (max-width:1366px){.title-article-blog{font-size:24px;line-height:32px}}.centered-padding-paragraph{padding:0 8vw}#cart-container{padding-top:var(--s);padding-bottom:var(--s)}#cart-container .cart-details,#cart-container .delivery-details{background-color:var(--white)}#cart-container .cart-detail-row{margin:var(--xxs) 0;display:flex;justify-content:space-between}#cart-container .cart-row-icon{height:18px}#cart-container .promo-label-container{width:0;height:0;margin:8px auto;background:none;border-width:30px 0 0 30px;border-style:solid;position:absolute;right:0;top:-7px;z-index:10}#cart-container .promo-label-container .promo-label-text{display:none}#catalog-container.loading #catalog-wrapper{opacity:.5}#catalog-container #filters-toggle .icon{transition:transform .2s}#catalog-container #filters-toggle.open .icon{transform:rotate(90deg)}#catalog-container #filters{display:flex;justify-content:flex-start;flex-wrap:wrap}@media screen and (max-width:640px){#catalog-container #filters .filter-tag{margin-left:var(--xs);margin-right:var(--xs)}}#catalog-container #filters .filter-tag{position:relative}@media screen and (max-width:1366px){#catalog-container #filters .filter-tag{flex-grow:0}}#catalog-container #filters .close-mobile{position:absolute;top:24px;right:24px}@media screen and (max-width:1366px){#catalog-container #filters{flex-direction:column;position:fixed;top:0;bottom:0;left:0;width:100vw;width:100dvw;background:#fff;z-index:2000;padding:var(--xs);transition:transform .5s;transform:translateX(-100%);overflow:scroll;flex-wrap:nowrap}}#catalog-container #filters .dropdown .dropdown-toggle{display:flex;align-items:center;justify-content:space-between;height:40px;background-color:var(--white);width:100%;cursor:pointer;border-right:1px solid transparent;border-left:1px solid transparent;padding:0 8px}#catalog-container #filters .dropdown .dropdown-toggle .dropdown-label{font-size:16px;line-height:24px}#catalog-container #filters .dropdown .dropdown-toggle .dropdown-icon{transition:transform .2s;margin-left:var(--xxs);margin-right:var(--xxs)}#catalog-container #filters .dropdown .dropdown-toggle.open{background-color:transparent;border-top:3px solid #000;border-right:1px solid var(--line-color);border-left:1px solid var(--line-color)}#catalog-container #filters .dropdown .dropdown-toggle.open .dropdown-label{font-weight:600;-webkit-text-stroke:.6px #000;margin-bottom:3px}@media screen and (max-width:1366px){#catalog-container #filters .dropdown .dropdown-toggle.open .dropdown-label{margin-bottom:0}}#catalog-container #filters .dropdown .dropdown-toggle.open .dropdown-icon{transform:rotateX(180deg)}@media screen and (max-width:1366px){#catalog-container #filters .dropdown .dropdown-toggle.open{border-top:none;border-right:none;border-left:none}}#catalog-container #filters .dropdown .dropdown-content{max-height:360px;width:-moz-max-content;overflow-y:auto;position:absolute;top:calc(100% + 1px);left:0;z-index:1000;box-shadow:2px 2px 10px 0 rgba(0,0,0,.2);background-color:var(--white);min-width:100%;width:max-content}#catalog-container #filters .dropdown .dropdown-content ul{padding:var(--xxs) var(--xs) var(--xxs) var(--xxs)}@media screen and (max-width:1366px){#catalog-container #filters .dropdown .dropdown-content{box-shadow:none;position:relative;top:0;width:100%}}#catalog-container #filters .dropdown .dropdown-content .filters-list{overflow:hidden}#catalog-container #filters .dropdown .dropdown-content .filters-list .filter{margin-top:var(--xxxs);margin-bottom:var(--xxxs)}#catalog-container #filters .dropdown .dropdown-content .filters-list .filter>a{display:flex;align-items:center;position:relative;margin:0;white-space:nowrap}#catalog-container #filters .dropdown .dropdown-content .filters-list .filter>a:before{content:"";min-width:16px;min-height:16px;border:1px solid var(--grey-3);margin-right:var(--xxs)}#catalog-container #filters .dropdown .dropdown-content .filters-list .filter>a.checked:after{content:"";position:absolute;top:6px;left:2px;width:12px;height:12px;background-color:var(--first-color)}@media screen and (max-width:1366px){#catalog-container #filters.open{transform:translateX(0)}}#catalog-container .current-filter{display:flex;align-items:baseline;font-size:14px;line-height:24px;padding:0 var(--xxs);color:var(--first-color);margin-right:var(--xxs)}#catalog-container .current-filter .icon,#catalog-container .current-filter:nth-last-child(2){margin-right:var(--xs)}#catalog-container .current-filter.remove-all{border:none;background-color:transparent;text-decoration:underline;margin-right:0;padding:0}#catalog-container #sort-options{position:relative;height:40px}#catalog-container #sort-options .sort-btn{cursor:pointer;position:relative;border-bottom:none;transition:border-color 0s linear .4s;padding:0 var(--xs)}#catalog-container #sort-options .sort-btn.open{height:100%;display:flex;justify-content:center;align-items:center;transition:border-color 0s linear 0s;padding:0 var(--xs)}#catalog-container #sort-options .sort-btn.open .icon{transform:rotateX(180deg)}#catalog-container #sort-options .sort-btn.open:after{opacity:1;transition:opacity 0s linear 0s}#catalog-container #sort-options .sort-dropdown{position:absolute;top:100%;right:0;min-width:100%;z-index:1000;background-color:var(--white);box-shadow:2px 2px 10px 0 rgba(0,0,0,.2);top:calc(100% + 1px)}@media screen and (max-width:1366px){#catalog-container #sort-options .sort-dropdown{box-shadow:none}}#catalog-container #sort-options .sort-dropdown li{padding:var(--xxxs) 0}#catalog-container #sort-options .sort-dropdown li a{display:inline-block;width:100%;white-space:nowrap}#catalog-container #sort-options .sort-dropdown li:active *,#catalog-container #sort-options .sort-dropdown li:hover *{color:var(--first-color)}.cart-detail-row{margin:8px 0;display:flex;justify-content:space-between}.checkout-summary-title{font-size:25px;line-height:32px;font-family:var(--first-font);font-weight:400;font-weight:500;margin-bottom:var(--xs);text-transform:capitalize}.checkout-step-title{background-color:var(--white);color:var(--first-color)}.checkout-step-title,.checkout-step-title-next{border:1px solid var(--grey-1);padding:8px 14px 7px;text-transform:uppercase;font-weight:400;letter-spacing:.05em;margin:12px 0;font-size:14px;line-height:1.5}.checkout-step-title-next{opacity:.3}.checkout-step-title-done{border:1px solid var(--grey-1);padding:8px 14px 7px;text-transform:uppercase;font-weight:400;letter-spacing:.05em;margin:12px 0;font-size:14px;line-height:1.5}.cart-summary-container{background-color:var(--light-grey);padding:0}.cart-summary-container .checkout-step-title{border-color:var(--second-color)}.cart-summary-container .cart-summary{padding:0 24px 16px;font-size:14px}.product-name{max-width:75%}@media screen and (max-width:640px){#billing-form-btn{margin-bottom:10px}}.checkout-container{padding-top:var(--l);padding-bottom:var(--l)}.checkout-container h1{margin-bottom:var(--l);font-family:var(--first-font);font-weight:700}.checkout-container .return-msg{margin-top:var(--xs);margin-bottom:var(--xs);font-family:var(--first-font);font-weight:400}.checkout-container .return-msg a{text-decoration:underline;font-family:var(--first-font);font-weight:700}.additional-fee{display:block;text-align:center;text-transform:uppercase;font-size:12px;margin:-7px 0 12px}.container-paypal-additional-cost{display:flex;align-items:center}.container-paypal-additional-cost span{font-size:14px;font-family:var(--first-font);font-weight:400}.order-zero-amount{margin-bottom:var(--xxs);font-family:var(--first-font);font-weight:600}.btn.checkout{width:100%;padding:16px;margin-bottom:0;margin-top:var(--xxs)}#paypalBraintreeButton{border:2px solid var(--black)!important;border-radius:6px!important;margin-top:var(--xxs)}.cms-wrapper{margin-bottom:var(--xxl)}.cms-wrapper p{font-family:var(--first-font);font-weight:400;margin-bottom:var(--xxs)}.cms-wrapper ol,.cms-wrapper ul{padding:0 0 16px 24px}.cms-wrapper ol li{list-style-type:decimal}.cms-wrapper ul li{list-style-type:disc}.cms-wrapper .underline-anchors a{text-decoration:underline}.cms-text p{font-family:var(--first-font);font-weight:400;line-height:1.5}.cms-text p:not(:last-child){margin-bottom:var(--xxs)}.cms-text ol,.cms-text ul{padding:0 0 16px 24px}.cms-text ol li{list-style-type:decimal}.cms-text ul li{list-style-type:disc}.cms-text a{text-decoration:underline}@media screen and (max-width:640px){.colored-text{font-size:16px;line-height:24px}}.colored-text.purple{color:#81408d}.colored-text.blue{color:#2e3192}.colored-text.orange{color:#e98729}.colored-text.teal{color:#00a4aa}.bg-dim{box-shadow:inset 0 0 0 1000px rgba(0,0,0,.3)}.category-banner-image{height:286px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:1366px){.category-banner-image{height:100px}}.category-banner-text *{font-size:14px!important}.tab-selector{color:var(--grey-2)}.tab-selector.selected,.tab-selector[selected]{color:var(--black)}.tab-selector-container{-ms-overflow-style:none;scrollbar-width:none}.tab-selector-container::-webkit-scrollbar{display:none}tab-selector[selected]{color:#1d1d1b}.tab a{color:var(--first-color)}.tab-img{height:140px}.curved-line{position:absolute;left:50%;transform:translateX(-50%)}.curved-line-mobile{position:absolute;top:85px;left:40px}.history-height{height:300px}#info-panel{position:absolute;top:100%;left:0}.info-panel{background-color:var(--grey-1);padding:var(--s);z-index:1499}.info-panel .close-button{position:absolute;top:16px;right:16px}.info-panel-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh}.colored-title.orange{color:#e98729}.colored-title.teal{color:#00a4aa}.colored-title.purple{color:#81408d}.colored-title.pink{color:#e784a9}.colored-title.blue{color:#2e3192}.colored-title.yellow{color:#feca2c}.colored-title.olive{color:#b79776}.colored-title.red{color:#d41318}.vertical-image-height{height:250px;-o-object-fit:contain;object-fit:contain}#tabbed-notebook-info tab-selector[selected]{color:var(--first-color);text-decoration:underline}#tabbed-notebook-info .hide-scrollbar{overflow-y:hidden;height:48px}#tabbed-notebook-info .hide-scrollbar [data-tabs-container]{overflow-x:auto;width:100vw;padding-left:var(--s);padding-right:var(--s)}@media screen and (min-width:1367px){#tabbed-notebook-info .hide-scrollbar [data-tabs-container]{display:none}#tabbed-notebook-info .tab-border.top{border-top:1px solid var(--grey-1)}#tabbed-notebook-info .tab-border.right{border-right:1px solid var(--grey-1)}#tabbed-notebook-info .tab-border.bottom{border-bottom:1px solid var(--grey-1)}#tabbed-notebook-info .tab-border.left{border-left:1px solid var(--grey-1)}}#tabbed-notebook-info .bg-lightblue{background-color:#c4e2f7;margin-top:var(--xs)}#tabbed-notebook-info .txt-lightblue{color:#009adc}@media screen and (max-width:640px){.height-50-mobile{height:50px}}.text-article-blog a{text-decoration:underline}.hero-4 p,.hero-4 strong{color:inherit}@media screen and (max-width:640px){#happ-to-learn-banner{-o-object-fit:cover;object-fit:cover;height:52vw}}#btn-next.open,#submit-container{display:none}#submit-container.open{display:block}#home-container .grey-banner{background-color:var(--light-grey);min-height:420px}#home-container .one-column-banner{background-repeat:no-repeat;background-position:100%;background-size:cover;cursor:pointer}#home-container .one-column-banner h2,#home-container .one-column-banner p,#home-container .one-column-banner strong{color:var(--white)}#home-container .two-columns-banner{cursor:pointer;min-height:400px}#home-container .two-columns-banner .banner-column{background-repeat:no-repeat;background-size:cover;background-position:50%}@media screen and (max-width:640px){#home-container .two-columns-banner .banner-column>*{background-color:hsla(0,0%,100%,.6)}}@media screen and (min-width:1367px){#home-container #main-slider{height:400px}#home-container #main-slider .slide-content{padding:var(--m)}}@media screen and (min-width:641px)and (max-width:1366px){#home-container #main-slider{height:380px}#home-container #main-slider .slide-content{padding:var(--s)}}@media screen and (min-width:0)and (max-width:640px){#home-container #main-slider{height:360px}#home-container #main-slider .slide-content{padding:var(--xs)}}#home-container #info-panel:not(.open){display:none!important}#home-container #info-panel:not(.open) *{color:var(--dark-grey)}#home-container #info-panel:not(.open) .close-button{position:absolute;top:16px;right:16px}.circle.red{position:absolute}.circle.purple{position:absolute;bottom:50%;right:0}.circle.orange{position:absolute;right:0;top:10a0px}.circle.pink{position:absolute;top:-20px}.circle.blue{position:absolute;right:0;bottom:-20px}.bg-image-center{background-position:50%}.bg-image-center,.bg-image-top{background-repeat:no-repeat;background-size:cover}.bg-image-top{background-position:top}.news-swiper-slide{margin:auto!important;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:360px}@media screen and (max-width:640px){.news-swiper-slide{min-height:335px}}.be-more-planet-image{position:absolute;left:50%;transform:translateX(-50%);width:80%;top:30%}.object-fit-cover{-o-object-fit:cover;object-fit:cover}.object-fit-contain{-o-object-fit:contain;object-fit:contain}.instagram-image{aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.background-image{background-position:50%;background-repeat:no-repeat}@media screen and (max-width:1366px){.hero-image-logo{width:220px}.hero-image-container{background:none!important}}.hero-image-mobile{height:250px;background-position:50%}.hero-title{font-size:48px;line-height:56px;margin-bottom:var(--xs)}@media screen and (max-width:1366px){.hero-title{font-size:35px;line-height:40px;font-weight:400;font-family:var(--first-font);font-weight:700}}.hero-title+* *{color:inherit}.hero-image-slider .swiper-slide{height:auto;align-self:stretch}.hero-image-slider .swiper-slide>a{height:100%;padding-bottom:var(--l)}#product-container .product-container.product-page{border:none}#product-container .product-description-dropdown .dropdown-toggle{display:flex;align-items:center;justify-content:space-between;padding-top:var(--s);padding-bottom:var(--s)}#product-container .product-description-dropdown .dropdown-toggle .dropdown-label{font-size:16px;line-height:24px;font-family:var(--first-font);font-weight:600}#product-container tbody{border:none}#product-container tr{border-bottom:1px solid var(--grey-2)}#product-container tr p{font-size:12px;line-height:16px}#product-container{line-height:16px}#product-container tr:nth-child(2n){background-color:transparent}#product-container .product-thumbnail{opacity:.5;margin-bottom:var(--xs)}#product-container .product-thumbnail.active{opacity:1}#product-container .description-title{font-size:18px;line-height:24px;font-weight:400;font-family:var(--first-font);font-weight:700;margin:var(--xxs) 0}#product-container .description-text{color:var(--grey-3);font-size:1rem;line-height:1.5}#product-container .description-text *{font-size:.875rem;line-height:1.5rem}#product-container .description-text ul{margin-block:var(--xxs)}#product-container .description-text ul>li{position:relative;padding-left:var(--xs)}#product-container .description-text ul>li:before{content:"";background-color:currentColor;width:.375rem;height:.375rem;border-radius:50%;position:absolute;top:50%;left:0;translate:0 -50%}#product-container .options-radio .radio{width:0;height:0}#product-container .options-radio.imgRadio .radio+label{border:none}#product-container .options-radio.imgRadio .radio+label img{border:1px solid var(--grey-2);border-radius:200px}#product-container .options-radio.imgRadio .radio:checked+label{border:none}#product-container .options-radio.imgRadio .radio:checked+label img{border:1px solid var(--first-color);border-radius:200px}#product-container .options-radio.imgRadio img{align-self:center}#product-container .options-radio .radio+label{border:1px solid var(--grey-2);margin:var(--xxs) var(--xs) var(--xxs) 0;padding:0 var(--xxs);min-width:50px;text-align:center;display:flex;flex-direction:column}#product-container .options-radio .radio:checked+label{border:1px solid var(--first-color)}#product-container .options-radio .radio:checked+label.imgRadio{border:none}#product-container .options-radio .radio:checked+label.imgRadio img{align-self:center;border:2px solid var(--first-color);border-radius:50%;padding:1px}#product-container .options-radio .radio:checked+label,#product-container .options-radio .radio:checked+label span{color:var(--first-color)}#product-container .options-radio .radio+label:before,#product-container .options-radio .radio:checked+label:after{display:none}#product-container .options-radio .radio-container.unavailable label{opacity:.5}#product-container .options-radio .radio-container.unavailable.imgRadio label img,#product-container .options-radio .radio-container.unavailable:not(.imgRadio) label{border-style:dashed}#product-container .promo-label-container{width:0;height:0;background:none;border-width:100px 0 0 100px;border-style:solid;position:absolute;right:0;top:0;z-index:10}#product-container .promo-label-container .promo-label-text{position:absolute;top:-71px;right:-32px;width:140px;text-align:center;transform:rotate(45deg);font-size:12px;line-height:16px;font-weight:600}.discounted,.discounted *{color:var(--grey-3)}.discounted{text-decoration:line-through}.thumbnail{max-height:500px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.thumbnail::-webkit-scrollbar{display:none}#info-panel:not(.open){display:none!important}#info-panel:not(.open) *{color:var(--dark-grey);font-size:16px;line-height:24px}#info-panel:not(.open) .close-button{position:absolute;top:16px;right:16px}#info-panel{display:block!important}#info-panel *{color:var(--dark-grey);font-size:16px;line-height:24px}#info-panel .close-button{position:absolute;top:16px;right:16px}#info-panel{z-index:1499}.price-container{display:flex}.price-container:not(.price-per-piece) .currency,.price-container:not(.price-per-piece) .price{font-weight:700}#product-container{padding-top:var(--xxs);padding-bottom:var(--xxs)}#product-container .product-container .product-text .product-title{font-size:25px;line-height:32px}#product-container .product-container .product-text .product-subsubtitle,#product-container .product-container .product-text .product-subtitle{margin-top:var(--xxs)}#product-container .product-container .product-text .product-subsubtitle,#product-container .product-container .product-text .product-subsubtitle span{font-size:16px;line-height:24px}h4{font-weight:600;margin:var(--xxs) 0}@media screen and (max-width:640px){.profile-content{padding-left:0;margin-top:var(--s)}}.profile-content hr{border:none;border-top:1px solid var(--line-color);margin-top:var(--s)}.table-orders{border-collapse:collapse}.table-orders th{text-align:left;font-size:12px;text-transform:uppercase;font-weight:400;padding-bottom:var(--xxs);padding-left:var(--xxs);font-family:var(--first-font);font-weight:700}.table-orders td{font-family:var(--first-font);font-weight:400}.table-orders p,.table-orders td{font-size:14px;line-height:24px}.table-orders tr.order-controls{background-color:var(--white)}.table-orderstbody tr:nth-child(2n){border-bottom:0;background-color:var(--white)}.table-orders thead{border:none}.table-orders thead.row-article{background-color:var(--white)}.table-orders tbody{border:none}.responsive-table{margin-top:var(--xs)}.order-row{cursor:pointer;transition:all .15s}.order-row:hover{background-color:var(--light-grey)}.order-row td{padding:8px;font-size:14px;border-top:1px solid var(--line-color);border-bottom:1px solid var(--line-color)}.order-row .order-row-indicator{transition:all .15s;position:relative;top:-1px;transform:rotate(-90deg)}.order-row.open .order-row-indicator{transform:rotate(0deg)}.order-controls-row:not(.open){display:none}.order-controls-row .columns{display:flex;align-items:center}.order-controls{display:none}.order-controls>td{padding:16px 24px}.order-controls.open{display:table-row!important}.order-controls-return{border-collapse:collapse;border-top:1px solid var(--line-color)}.order-controls-return td{border-top:1px solid var(--line-color);padding:4px 8px;line-height:1.43;vertical-align:middle}.order-controls-return tbody tr{background-color:var(--white)}.new-return-request:not(.open){display:none}.table-orders{min-width:650px}.responsive-table{overflow-x:auto}.profile-privacy-row h4{color:var(--black);text-transform:uppercase;font-size:14px;margin-bottom:var(--xxs)}.inline-checkbox label{font-family:var(--first-font);font-weight:400}.profile-privacy-col-inputs{display:flex;justify-content:space-between}@media screen and (max-width:640px){.profile-privacy-col-inputs{flex-direction:column}}.profile-nav{color:var(--black);background:var(--white);font-size:14px}.profile-nav [type=submit],.profile-nav a{cursor:pointer;color:var(--black);background:var(--white);border:none;transition:all .15s ease-in-out;display:block;text-align:left;letter-spacing:.1em;margin-bottom:0;text-transform:uppercase;padding:16px 8px;font-family:var(--first-font);font-weight:700}.profile-nav [type=submit].active,.profile-nav [type=submit]:hover,.profile-nav a.active,.profile-nav a:hover{color:var(--white);background:var(--black)}ul.list-unstyled.profile-nav li.active{background-color:var(--second-color);color:var(--second-color);padding:16px 8px}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:var(--light-grey)}.my-orders{padding-bottom:14px}.image-cell{display:flex;align-items:center}@media screen and (max-width:640px){.image-cell{align-items:start;flex-direction:column}}.subscription-type-title{display:flex;align-items:center}.profile-credit .row,.profile-credit .title{margin-top:var(--xxs)}.tools-export{margin-top:var(--l);margin-bottom:var(--l)}.tools-export-title{font-family:var(--first-font);font-weight:700}.avaliable-every,.tools-export-description{font-family:var(--first-font);font-weight:400}.return-requests-container h3{margin-bottom:var(--xs);font-family:var(--first-font);font-weight:700}.subscribe-image{background-size:cover;height:calc(100vh - 160px);background-position:50%}.tab-title.open,.tab-title.selected,.tab-title[selected]{font-weight:600;border-bottom:1px solid var(--black)}tab-content:not([selected]){display:none}toggle-el[target*=tab-section].open{pointer-events:none;border-bottom:1px solid var(--black)}@media screen and (min-width:1367px){.tab-show-for-desktop{display:block!important}}#wishlist-container{padding-top:var(--s);padding-bottom:var(--s)}#wishlist-container .cart-details,#wishlist-container .delivery-details{background-color:var(--white)}#wishlist-container .cart-detail-row{margin:var(--xxs) 0;display:flex;justify-content:space-between}#wishlist-container .popupBackground{background-color:rgba(0,0,0,.333);position:absolute;height:100vh;width:100vw;z-index:2000;top:0}#wishlist-container .popup{background-color:var(--white);padding:var(--s);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}#wishlist-container .social.email{background-color:var(--first-color)}#wishlist-container .social.whatsapp{background-color:#3fc351}#wishlist-container .social.facebook{background-color:#1877f2}#wishlist-container .social{padding:16px;border-radius:50%;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}#wishlist-container .popup-close-icon{position:absolute;top:24px;right:24px}#wishlist-container .txt-ellipsise{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:400px}@media screen and (max-width:640px){#wishlist-container .txt-ellipsise{max-width:200px}}#wishlist-container .promo-label-container{width:0;height:0;background:none;border-width:100px 0 0 100px;border-style:solid;position:absolute;right:0;top:0;z-index:10}#wishlist-container .promo-label-container .promo-label-text{position:absolute;top:-71px;right:-32px;width:140px;text-align:center;transform:rotate(45deg);font-size:12px;line-height:16px;font-weight:600}#shareWishlistPopup:not(.open){display:none}.btn{cursor:pointer;border:none;width:-moz-fit-content;width:fit-content;padding:var(--xxs) var(--l);display:inline-flex;justify-content:center;align-items:center;font-family:var(--first-font);font-weight:600;font-size:16px;line-height:24px;text-transform:uppercase;white-space:nowrap;transition:all .15s}@media screen and (max-width:1366px){.btn{font-size:14px;line-height:24px}}.btn p,.btn span{color:inherit;font-size:inherit}.btn.btn-primary{color:var(--white);background-color:var(--first-color);height:48px}.btn.btn-primary:not(:disabled):hover{background-color:#373734}.btn.btn-secondary{color:var(--first-color);background-color:var(--white);border:1px solid var(--first-color);height:48px}.btn.btn-secondary:not(:disabled):hover{background-color:var(--light-grey)}.btn.btn-third{color:var(--white);background-color:var(--black);height:48px}.btn.btn-third:not(:disabled):hover{background-color:#373734}.btn.btn-fourth{color:var(--white);background-color:var(--first-color);text-transform:none;height:24px;font-size:13px;padding:16px}.btn.btn-fourth:not(:disabled):hover{color:#373734;border-color:#373734}.btn.btn-next{margin-top:var(--xxs)}.btn.btn-no-padding{padding:0!important}.btn.btn-no-margin{margin:0!important}.btn:disabled{cursor:not-allowed;opacity:.3}.btn.btn-padding{padding:var(--xxs) var(--xs)}.btn.g-recaptcha:disabled,form.loading .btn:disabled{position:relative}.btn.g-recaptcha:disabled:after,form.loading .btn:disabled:after{content:"";position:absolute;top:calc(50% - 12px);left:calc(50% - 12px);width:24px;height:24px;border-width:5px;border-style:solid;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.btn.g-recaptcha:disabled.btn-primary,form.loading .btn:disabled.btn-primary{color:var(--first-color)}.btn.g-recaptcha:disabled.btn-primary:after,form.loading .btn:disabled.btn-primary:after{border-color:var(--white);border-bottom-color:transparent}.btn.g-recaptcha:disabled.btn-secondary,form.loading .btn:disabled.btn-secondary{color:var(--white)}.btn.g-recaptcha:disabled.btn-secondary:after,form.loading .btn:disabled.btn-secondary:after{border-color:var(--first-color);border-bottom-color:transparent}.btn.g-recaptcha:disabled.btn-third,form.loading .btn:disabled.btn-third{color:var(--black)}.btn.g-recaptcha:disabled.btn-third:after,form.loading .btn:disabled.btn-third:after{border-color:var(--white);border-bottom-color:transparent}.btn.g-recaptcha:disabled.btn-fourth,form.loading .btn:disabled.btn-fourth{color:var(--first-color)}.btn.g-recaptcha:disabled.btn-fourth:after,form.loading .btn:disabled.btn-fourth:after{border-color:var(--white);border-bottom-color:transparent}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.border-paypal.button{border:1px solid var(--second-color);border-radius:var(--radius-small)}:after{box-sizing:border-box}.label-input{position:relative}.label-input label{text-align:left;font-size:14px;line-height:24px;color:var(--black);font-family:var(--first-font);font-weight:600}.label-input label span{font-family:var(--first-font);font-weight:400}.label-input label a{font-family:var(--first-font);font-weight:600}.label-input input{border:1px solid var(--grey-3);box-shadow:none;margin-bottom:var(--xs);padding-top:var(--xxs);font-family:var(--first-font);font-weight:400}.label-input input:focus{border-color:var(--first-color);box-shadow:none}.label-input input:focus+label:not(.error){color:var(--first-color)}.label-input input::-moz-placeholder{color:var(--grey-3);opacity:1;font-family:var(--first-font);font-weight:400}.label-input input::placeholder{color:var(--grey-3);opacity:1;font-family:var(--first-font);font-weight:400}.label-input select,.label-input textarea{border:none;box-shadow:none;border:1px solid var(--grey-3);margin-bottom:var(--xs);font-family:var(--first-font);font-weight:400}.label-input select:focus,.label-input textarea:focus{border-color:var(--second-color);box-shadow:none}.label-input input:disabled,.label-input input:disabled+label,.label-input select:disabled,.label-input select:disabled+label,.label-input textarea:disabled,.label-input textarea:disabled+label{cursor:not-allowed;opacity:.3}.label-input .error,.label-input .error *{color:var(--danger)}.label-input input.error:not(:focus),.label-input select.error:not(:focus),.label-input textarea.error:not(:focus){color:var(--danger);border-color:var(--danger)}.label-input input.error:not(:focus)::-moz-placeholder,.label-input select.error:not(:focus)::-moz-placeholder,.label-input textarea.error:not(:focus)::-moz-placeholder{color:rgba(249,30,67,.7)}.label-input input.error:not(:focus)::placeholder,.label-input select.error:not(:focus)::placeholder,.label-input textarea.error:not(:focus)::placeholder{color:rgba(249,30,67,.7)}.checkbox-container{display:flex;align-items:flex-start;position:relative}.checkbox-container .styled-checkbox{margin:0;align-self:center}.checkbox-container .checkbox{opacity:0}.checkbox-container .checkbox+label{position:relative;left:8px;margin:0}.checkbox-container .checkbox+label:before{content:"";position:absolute;top:5px;left:-22px;width:16px;height:16px;border:1px solid var(--grey-3)}.checkbox-container .checkbox:checked+label:after{content:"";position:absolute;top:7px;left:-20px;width:12px;height:12px;background-color:var(--first-color)}.checkbox-container .checkbox.error+label,.checkbox-container .checkbox.error+label *{color:var(--danger)}.checkbox-container .checkbox.error+label:before{border-color:var(--danger)}.checkbox-container .checkbox:disabled+label{cursor:not-allowed;opacity:.3}.email-input{width:50%}@media screen and (max-width:640px){.email-input{width:100%}}.radio-input{display:flex;flex-direction:row;flex-wrap:wrap}.radio-container{display:flex;align-items:flex-start;justify-content:center;position:relative}@media screen and (max-width:640px){.radio-container{width:50%}}.radio-container .radio{position:relative;top:4px;opacity:0}.radio-container .radio+label:before{content:"";position:absolute;top:5px;left:0;width:16px;height:16px;border:1px solid var(--grey-3);border-radius:50%}.radio-container .radio:checked+label:after{content:"";position:absolute;top:7px;left:2px;width:12px;height:12px;background-color:var(--black);border-radius:50%}.radio-container .radio.error+label,.radio-container .radio.error+label *{color:var(--danger)}.radio-container .radio.error+label:before{border-color:var(--danger)}.radio-container .radio:disabled+label{cursor:not-allowed;opacity:.3}.search-container{position:relative;height:-moz-fit-content;height:fit-content;width:80%;border-bottom:3px solid var(--first-color)}.search-container .search-input{height:64px;width:100%;border:none;background-color:transparent;box-shadow:none;border-radius:4px;padding-left:var(--s);padding-right:var(--l);font-size:48px}@media screen and (max-width:640px){.search-container .search-input{font-size:32px}}.search-container .search-input::-moz-placeholder{color:var(--grey-3);opacity:1}.search-container .search-input::placeholder{color:var(--grey-3);opacity:1}.search-container .search-input::-webkit-search-cancel-button{-webkit-appearance:none}.search-container .search-btn{width:64px;height:64px}.search-container .search-btn,.search-container .search-cancel{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0}.search-container .search-cancel{cursor:pointer;width:40px;height:40px;visibility:hidden}.search-container.has-cancel-btn .search-input:not(:-moz-placeholder)~.search-btn{display:none}.search-container.has-cancel-btn .search-input:not(:placeholder-shown)~.search-btn{display:none}.search-container.has-cancel-btn .search-input:not(:-moz-placeholder)~.search-cancel{visibility:visible}.search-container.has-cancel-btn .search-input:not(:placeholder-shown)~.search-cancel{visibility:visible}div[is=accordion-div]:not([data-disabled]),menu[is=accordion-menu]:not([data-disabled]),ul[is=accordion-list]:not([data-disabled]){overflow-y:hidden;height:var(--height,auto)}@supports(interpolate-size:allow-keywords){div[is=accordion-div]:not([data-disabled]),menu[is=accordion-menu]:not([data-disabled]),ul[is=accordion-list]:not([data-disabled]){height:auto}}div[is=accordion-div]:not([data-disabled]),menu[is=accordion-menu]:not([data-disabled]),ul[is=accordion-list]:not([data-disabled]){transition:height .4s ease-in-out}div[is=accordion-div]:not([data-disabled]):not(.open),menu[is=accordion-menu]:not([data-disabled]):not(.open),ul[is=accordion-list]:not([data-disabled]):not(.open){height:0!important}@property --current-index{syntax:"<number>";inherits:true;initial-value:0}@property --total-slides{syntax:"<number>";inherits:true}@property --slide-width{syntax:"<length>";inherits:true}@property --slider-container-width{syntax:"<length>";inherits:true}@property --total-width{syntax:"<length>";inherits:true}@property --slides-per-view{syntax:"<number>";inherits:true;initial-value:1}@property --space-between{syntax:"<length>";inherits:true;initial-value:0}@property --slide-duration{syntax:"<time>";inherits:true;initial-value:.4s}@property --override-x{syntax:"<length>";inherits:true;initial-value:0}slider-container{--effective-index:max(0,min(var(--total-slides) - var(--slides-per-view),var(--current-index,0)));--slide-width:calc(var(--slider-container-width)/var(--slides-per-view) - var(--space-between)*(var(--slides-per-view) - 1)/var(--slides-per-view));--total-width:calc((var(--slide-width) + var(--space-between))*var(--total-slides));display:flex;overflow-x:hidden}@media(pointer:coarse){slider-container:not([disabled])::part(wrapper){width:100%;max-width:100%;overflow-x:auto;scrollbar-width:none}}slider-container:not([disabled])::part(slider){display:flex;width:var(--total-width);transition:transform var(--slide-duration,.4s) ease-in-out}@media(pointer:fine){slider-container:not([disabled])::part(slider){transform:translateX(calc(var(--effective-index)/var(--total-slides)*var(--total-width)*-1))}}slider-container:not([disabled])[centered-slides]::part(slider){margin-left:calc((var(--slider-container-width) - var(--slide-width))/2)}@media(pointer:fine){slider-container:not([disabled])[centered-slides]::part(slider){transform:translateX(calc(var(--current-index, 0)/var(--total-slides)*var(--total-width)*-1))}}slider-container:not([disabled])[dragging]{-webkit-user-select:none;-moz-user-select:none;user-select:none}slider-container:not([disabled])[dragging]::part(slider){cursor:grabbing}@media(pointer:fine){slider-container:not([disabled])[dragging]::part(slider){transform:translateX(var(--override-x))!important;transition:transform 0s ease-in-out!important}}slider-container[disabled]::part(slider){display:grid;grid-template-columns:repeat(var(--slides-per-view),1fr);gap:var(--space-between);width:100%}slider-container:not([initialized]):not([disabled]){visibility:hidden}slider-responsive{display:none}slider-slide{display:flex;align-items:center;justify-content:center;width:var(--slide-width)!important;max-width:var(--slide-width)!important;flex-basis:var(--slide-width)!important}slider-container:not([disabled]) slider-slide:not(:last-of-type){margin-right:var(--space-between)}slider-navigation{cursor:pointer}slider-navigation[disabled]{cursor:not-allowed;opacity:.5}slider-pagination{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 0}slider-pagination-bullet{display:block;cursor:pointer}slider-pagination-bullet:not(.thumbnail):not(.index):not(.custom){border-radius:50%;width:16px;height:16px;border:1px solid var(--grey-1);background-color:var(--grey-1);margin:0 8px}slider-pagination-bullet:not(.thumbnail):not(.index):not(.custom)[active]{border:1px solid var(--first-color);background-color:var(--first-color)}slider-scrollbar::part(gutter){width:100%;height:15px;border-radius:8px;background-color:#d3d3d3;overflow:hidden}slider-scrollbar::part(scrollbar){cursor:pointer;width:calc(100%/var(--total-slides, 1));height:15px;position:relative;left:calc(100%*var(--current-index, 0)/var(--total-slides, 1));transition:left .4s ease-in-out}slider-scrollbar::part(scrollbar):after{content:"";display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:8px;background-color:gray}slider-scrollbar[dragging]::part(scrollbar){left:var(--override-x);transition-duration:0s}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}:root{--first-font:"AvantGarde",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--first-font);font-weight:400;line-height:1.5;box-sizing:border-box;color:#1d1d1b;letter-spacing:.5px;list-style-type:none;margin:0;outline:0!important;padding:0}.iti{width:100%;margin:0 0 1rem}.iti__flag{background-image:url(/skins/current-skin/images/flags/flags.png)}@media(min-resolution:192dpi){.iti__flag{background-image:url(/skins/current-skin/images/flags/flags@2x.png)}}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}table{border-collapse:collapse;border-radius:0;margin-bottom:1rem;width:100%}tbody td,tbody th{padding:.5rem .625rem .625rem}.viewport-height{height:calc(100vh - var(--header-height, 0px));height:calc(100dvh - var(--header-height, 0px))}.fit-cover{-o-object-fit:cover;object-fit:cover}.flex-grow{flex-grow:1}.align-middle,.main-menu-item{align-items:center;justify-content:center}h1{font-size:4.375rem;line-height:5.5rem;font-weight:700;font-family:var(--first-font)}h2{font-size:2.1875rem;line-height:2.5rem}h2,h3{font-weight:400;font-family:var(--first-font)}h3{font-size:1.5625rem;line-height:2rem}h4{font-size:1.125rem;line-height:1.5rem;font-weight:400;font-family:var(--first-font)}.width-100{width:100%!important}.row .row{margin-left:-1rem;margin-right:-1rem}.body-3-all,.body-3-all *{font-size:.75rem;line-height:1rem}.clickable{cursor:pointer}.wrapper{flex-grow:1;min-height:calc(100vh - 200px)}.loading{pointer-events:none;opacity:.5}@media screen and (min-width:0)and (max-width:640px){.small-order-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-1{order:1}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-1{order:1}}@media screen and (min-width:0)and (max-width:640px){.small-offset-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:0)and (max-width:640px){.small-order-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-2{order:2}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-2{order:2}}@media screen and (min-width:0)and (max-width:640px){.small-offset-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:0)and (max-width:640px){.small-order-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-3{order:3}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-3{order:3}}@media screen and (min-width:0)and (max-width:640px){.small-offset-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-3{margin-left:25%}}@media screen and (min-width:0)and (max-width:640px){.small-order-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-4{order:4}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-4{order:4}}@media screen and (min-width:0)and (max-width:640px){.small-offset-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:0)and (max-width:640px){.small-order-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-5{order:5}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-5{order:5}}@media screen and (min-width:0)and (max-width:640px){.small-offset-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:0)and (max-width:640px){.small-order-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-6{order:6}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-6{order:6}}@media screen and (min-width:0)and (max-width:640px){.small-offset-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-6{margin-left:50%}}@media screen and (min-width:0)and (max-width:640px){.small-order-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-7{order:7}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-7{order:7}}@media screen and (min-width:0)and (max-width:640px){.small-offset-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:0)and (max-width:640px){.small-order-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-8{order:8}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-8{order:8}}@media screen and (min-width:0)and (max-width:640px){.small-offset-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:0)and (max-width:640px){.small-order-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-9{order:9}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-9{order:9}}@media screen and (min-width:0)and (max-width:640px){.small-offset-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-9{margin-left:75%}}@media screen and (min-width:0)and (max-width:640px){.small-order-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-10{order:10}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-10{order:10}}@media screen and (min-width:0)and (max-width:640px){.small-offset-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:0)and (max-width:640px){.small-order-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-11{order:11}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-11{order:11}}@media screen and (min-width:0)and (max-width:640px){.small-offset-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:0)and (max-width:640px){.small-order-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-order-landscape-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-order-portrait-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-order-mouse-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-order-touch-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-order-landscape-mouse-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-order-landscape-touch-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-order-portrait-mouse-12{order:12}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-order-portrait-touch-12{order:12}}@media screen and (min-width:0)and (max-width:640px){.small-offset-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape){.small-offset-landscape-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait){.small-offset-portrait-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:fine){.small-offset-mouse-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (pointer:coarse){.small-offset-touch-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:fine){.small-offset-landscape-mouse-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:landscape)and (pointer:coarse){.small-offset-landscape-touch-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:fine){.small-offset-portrait-mouse-12{margin-left:100%}}@media screen and (min-width:0)and (max-width:640px)and (orientation:portrait)and (pointer:coarse){.small-offset-portrait-touch-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-1{order:1}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-2{order:2}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-3{order:3}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-3{margin-left:25%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-4{order:4}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-5{order:5}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-6{order:6}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-6{margin-left:50%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-7{order:7}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-8{order:8}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-9{order:9}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-9{margin-left:75%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-10{order:10}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-11{order:11}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:641px)and (max-width:1366px){.medium-order-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-order-landscape-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-order-portrait-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-order-mouse-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-order-touch-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-order-landscape-mouse-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-order-landscape-touch-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-order-portrait-mouse-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-order-portrait-touch-12{order:12}}@media screen and (min-width:641px)and (max-width:1366px){.medium-offset-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape){.medium-offset-landscape-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait){.medium-offset-portrait-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:fine){.medium-offset-mouse-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (pointer:coarse){.medium-offset-touch-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:fine){.medium-offset-landscape-mouse-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:landscape)and (pointer:coarse){.medium-offset-landscape-touch-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:fine){.medium-offset-portrait-mouse-12{margin-left:100%}}@media screen and (min-width:641px)and (max-width:1366px)and (orientation:portrait)and (pointer:coarse){.medium-offset-portrait-touch-12{margin-left:100%}}@media screen and (min-width:1367px){.large-order-1{order:1}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-1{order:1}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-1{order:1}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-1{order:1}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-1{order:1}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-1{order:1}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-1{order:1}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-1{order:1}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-1{order:1}}@media screen and (min-width:1367px){.large-offset-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-1{margin-left:8.3333333333%}}@media screen and (min-width:1367px){.large-order-2{order:2}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-2{order:2}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-2{order:2}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-2{order:2}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-2{order:2}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-2{order:2}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-2{order:2}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-2{order:2}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-2{order:2}}@media screen and (min-width:1367px){.large-offset-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-2{margin-left:16.6666666667%}}@media screen and (min-width:1367px){.large-order-3{order:3}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-3{order:3}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-3{order:3}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-3{order:3}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-3{order:3}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-3{order:3}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-3{order:3}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-3{order:3}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-3{order:3}}@media screen and (min-width:1367px){.large-offset-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-3{margin-left:25%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-3{margin-left:25%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-3{margin-left:25%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-3{margin-left:25%}}@media screen and (min-width:1367px){.large-order-4{order:4}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-4{order:4}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-4{order:4}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-4{order:4}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-4{order:4}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-4{order:4}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-4{order:4}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-4{order:4}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-4{order:4}}@media screen and (min-width:1367px){.large-offset-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-4{margin-left:33.3333333333%}}@media screen and (min-width:1367px){.large-order-5{order:5}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-5{order:5}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-5{order:5}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-5{order:5}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-5{order:5}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-5{order:5}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-5{order:5}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-5{order:5}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-5{order:5}}@media screen and (min-width:1367px){.large-offset-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-5{margin-left:41.6666666667%}}@media screen and (min-width:1367px){.large-order-6{order:6}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-6{order:6}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-6{order:6}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-6{order:6}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-6{order:6}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-6{order:6}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-6{order:6}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-6{order:6}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-6{order:6}}@media screen and (min-width:1367px){.large-offset-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-6{margin-left:50%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-6{margin-left:50%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-6{margin-left:50%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-6{margin-left:50%}}@media screen and (min-width:1367px){.large-order-7{order:7}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-7{order:7}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-7{order:7}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-7{order:7}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-7{order:7}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-7{order:7}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-7{order:7}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-7{order:7}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-7{order:7}}@media screen and (min-width:1367px){.large-offset-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-7{margin-left:58.3333333333%}}@media screen and (min-width:1367px){.large-order-8{order:8}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-8{order:8}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-8{order:8}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-8{order:8}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-8{order:8}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-8{order:8}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-8{order:8}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-8{order:8}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-8{order:8}}@media screen and (min-width:1367px){.large-offset-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-8{margin-left:66.6666666667%}}@media screen and (min-width:1367px){.large-order-9{order:9}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-9{order:9}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-9{order:9}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-9{order:9}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-9{order:9}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-9{order:9}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-9{order:9}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-9{order:9}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-9{order:9}}@media screen and (min-width:1367px){.large-offset-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-9{margin-left:75%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-9{margin-left:75%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-9{margin-left:75%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-9{margin-left:75%}}@media screen and (min-width:1367px){.large-order-10{order:10}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-10{order:10}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-10{order:10}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-10{order:10}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-10{order:10}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-10{order:10}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-10{order:10}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-10{order:10}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-10{order:10}}@media screen and (min-width:1367px){.large-offset-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-10{margin-left:83.3333333333%}}@media screen and (min-width:1367px){.large-order-11{order:11}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-11{order:11}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-11{order:11}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-11{order:11}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-11{order:11}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-11{order:11}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-11{order:11}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-11{order:11}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-11{order:11}}@media screen and (min-width:1367px){.large-offset-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-11{margin-left:91.6666666667%}}@media screen and (min-width:1367px){.large-order-12{order:12}}@media screen and (min-width:1367px)and (orientation:landscape){.large-order-landscape-12{order:12}}@media screen and (min-width:1367px)and (orientation:portrait){.large-order-portrait-12{order:12}}@media screen and (min-width:1367px)and (pointer:fine){.large-order-mouse-12{order:12}}@media screen and (min-width:1367px)and (pointer:coarse){.large-order-touch-12{order:12}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-order-landscape-mouse-12{order:12}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-order-landscape-touch-12{order:12}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-order-portrait-mouse-12{order:12}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-order-portrait-touch-12{order:12}}@media screen and (min-width:1367px){.large-offset-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:landscape){.large-offset-landscape-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:portrait){.large-offset-portrait-12{margin-left:100%}}@media screen and (min-width:1367px)and (pointer:fine){.large-offset-mouse-12{margin-left:100%}}@media screen and (min-width:1367px)and (pointer:coarse){.large-offset-touch-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:fine){.large-offset-landscape-mouse-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:landscape)and (pointer:coarse){.large-offset-landscape-touch-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:fine){.large-offset-portrait-mouse-12{margin-left:100%}}@media screen and (min-width:1367px)and (orientation:portrait)and (pointer:coarse){.large-offset-portrait-touch-12{margin-left:100%}}.flex-center{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1366px){.flex-center-tablet{display:flex;justify-content:center;align-items:center}}@media screen and (max-width:640px){.flex-center-mobile{display:flex;justify-content:center;align-items:center}}button,input,optgroup,select,textarea{font-family:inherit}button,input{overflow:visible}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}textarea[rows]{height:auto}select{box-sizing:border-box;width:100%}select:not([multiple]){padding-bottom:0;padding-top:0}select{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding:.5rem 1.5rem .5rem .5rem}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fefefe;border:1px solid #cacaca;border-radius:0;color:#0a0a0a;font-family:inherit;font-size:1rem;font-weight:400;height:2.4375rem;line-height:1.5;margin:0 0 1rem;transition:box-shadow .5s,border-color .25s ease-in-out}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);box-sizing:border-box;display:block;padding:.5rem;width:100%}[type=checkbox],[type=file],[type=radio]{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;margin:0 0 1rem}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-bottom:0;margin-left:.5rem;margin-right:1rem;vertical-align:baseline}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}h1{margin:.67em 0}hr{border:0;border-top:1px solid #e0dfe1;box-sizing:content-box;height:0;overflow:visible}.swiper-container>*{transition:opacity .4s ease-in-out}slider-container:not([initialized]){display:flex;overflow:hidden;width:100%;aspect-ratio:var(--uninitialized-aspect-ratio,1);--slide-width:100%}slider-container:focus-visible{box-shadow:0 0 12px 2px var(--grey-1)}slider-pagination-bullet.custom:not([active])>*{opacity:.5}slider-pagination-bullet.custom{border:1px solid transparent}slider-pagination-bullet.custom:focus-visible,slider-pagination-bullet.custom:hover{border-color:var(--first-color)}.swiper-container:not(.swiper-container-initialized),slider-container:not([initialized]){position:relative;visibility:visible!important}.swiper-container:not(.swiper-container-initialized):before,slider-container:not([initialized]):before{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;border:3px solid var(--first-color);border-bottom:3px solid transparent;border-radius:50%;width:15%;min-width:40px;aspect-ratio:1;animation:rotate 1s linear infinite}.swiper-container:not(.swiper-container-initialized)>*,slider-container:not([initialized])>*{pointer-events:none;opacity:0}@keyframes rotate{0%{rotate:0deg}50%{rotate:180deg}to{rotate:1turn}}}