@property --gradient-bg-start{syntax:"<color>";initial-value:#fff;inherits:false}@property --gradient-bg-end{syntax:"<color>";initial-value:#fff;inherits:false}.home-locations{background:var(--Purple-gradient);background-size:cover;text-align:center;padding:64px 100px 80px;border-radius:16px;margin-bottom:24px;color:var(--White);position:relative;overflow:hidden}.home-locations .label,.home-locations h2{position:relative;z-index:1}.home-locations h2{margin:24px auto;max-width:700px}.home-locations .body1{max-width:720px;margin:0 auto 64px;opacity:.6;z-index:1;position:relative}.home-locations-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;z-index:1;position:relative}.home-locations__bg{position:absolute;top:200%;left:0;transform:scale(1.05)}.home-locations-item{display:flex;text-align:start;gap:16px;border-radius:8px;border:1px solid var(--White-10);background:var(--White-10);backdrop-filter:blur(20px);box-shadow:none;max-height:72px;padding:12px 40px 12px 12px;transition:border .5s,background .5s,box-shadow .5s}.home-locations-item__flag{border-radius:4px;height:48px;width:48px;-o-object-fit:cover;object-fit:cover}.home-locations-item__body{display:flex;flex-direction:column;justify-content:space-between}.home-locations-item__body .button-text{display:flex;gap:5px}.home-locations-item__body .button-text .arrow{opacity:0;transition:.5s;transform:translateX(-5px)}.home-locations-item__body .body2{opacity:.6}.home-locations-item:hover{border:1px solid var(--White-20);background:var(--White-20);box-shadow:0 16px 40px -16px rgba(13,17,38,.12)}.home-locations-item:hover .arrow{opacity:1;transform:translateX(0)}.home-locations-navitem{border-radius:8px;background:var(--White);backdrop-filter:blur(20px);padding:12px 16px;height:72px}.home-locations-navitem .button-text{color:var(--Dark);margin-bottom:12px}.home-locations-navitem .link-item{margin-top:0}.home-locations-navitem:hover .link-item{color:var(--Lavender)}@media screen and (max-width:1329px){.home-locations{padding:64px 16px 80px}}@media screen and (max-width:1023px){.home-locations{border-radius:0}}@media screen and (max-width:639px){.home-locations h2{margin:16px 0}.home-locations .body1{margin-bottom:32px}.home-locations-container{gap:12px}.home-locations-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 20px);padding:10px}.home-locations-item__flag{height:32px;width:32px}.home-locations-item__body .body2,.home-locations-item__body .button-text{font-size:12px}.home-locations-navitem{flex:1 1 100%;text-align:start;margin-top:12px}}