.brand-color-light{color:#00adcc !important;}
.brand-color-dark{color:#1e256c !important;}
.brand-color-accent{color:#e5007c !important;}
.bg{background-color:#1e256c !important;}
.bg-primary{background-color:#1e256c !important;}
.bg-secondary{background-color:#00adcc !important;}
.bg-magenta{background-color:#e100cf !important;}
.bg-accent{background-color:#e5007c !important;}
.bg-rose{background-color:#ff6ea8 !important;}
.bg-transparent{background:transparent !important;}
.text{color:#ffffff;}
.text-primary{color:#f7f8fb !important;}
.text-primary-dark{color:#111 !important;}
.text-primary-light{color:#555 !important;}
*{box-sizing:border-box;}
html, body{height:100%;}
body{font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;color:#ffffff;background:#1e256c;line-height:1.45;padding:0;margin:0;overflow-x:hidden;background-image:url("/assets/images/backgrounds/light_blue_transparent.623af642.png");}
body>*:not(main), main>section{padding:0 clamp(1rem, 5vw, 6.25rem);}
a[href]{text-decoration:none;transition:all 450ms ease;}
a[href]:hover{color:#e5007c;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:4px;}
small{font-size:0.675rem;color:rgba(0, 0, 0, 0.7);}
.container{max-width:1280px;margin:0 auto;}:root{--primary:#1e256c;--primary-dark:rgb(16.6956521739, 20.5913043478, 60.1043478261);--primary-soft:rgb(49.9565217391, 61.6130434783, 179.8434782609);--accent:#e5007c;--accent-dark:rgb(188.2, 0, 101.9074235808);--cyan:#00adcc;--cyan-dark:rgb(0, 138.4, 163.2);--rose:#ff6ea8;--rose-dark:rgb(255, 69.2, 143.52);--info:#00adcc;--card:#fff;--bg:#1e256c;--text:#ffffff;--radius:4px;--header-height:75px;}
.overflow-hidden{overflow:hidden !important;}
.site-header{background:#1e256c;position:fixed;top:50px;left:0;right:0;width:100%;z-index:1001;transition:all 0.75s ease-in-out 0.3s;display:flex;justify-content:space-between;padding-top:50px;flex-direction:row;flex-wrap:wrap;}
@media (max-width:699.98px){.site-header{padding-inline-start:1rem;padding-inline-end:1rem;display:grid;justify-items:center;grid-template-columns:1fr 1fr;}
}
body.scrolled .site-header{top:0;padding-top:0;transition:all 0.3s ease 0.1s, top 0.1s ease;}
body.scrolled .site-header .site-branding h1{font-size:3.125rem;}
body.scrolled .site-header .site-branding h1 .text-white{font-size:3.875rem;}
body.scrolled .site-header .site-branding h2.brand-slogan{min-height:0;height:0;}
.site-header .site-branding{position:relative;padding:0;font-weight:700;padding-bottom:20px;}
.site-header .site-branding h1{margin:0;transition:all 0.75s ease-in-out 0.3s;}
.site-header .site-branding h1 .text-white{transition:all 0.75s ease-in-out 0.3s;font-size:8.15625rem;}
.site-header .site-branding h1{font-weight:900;}
@media (max-width:479.98px){.site-header .site-branding h1{font-size:2.75rem;}
.site-header .site-branding h1 .text-white{font-size:3rem;}
}
.site-header .site-branding h2.brand-slogan{overflow:hidden;transition:all 0.75s ease-in-out 0.3s;display:flex;margin:0;min-height:6.25rem;height:6.25rem;font-size:2.75rem;line-height:1;font-weight:300;flex-direction:column;align-content:flex-start;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;}
.site-header .site-branding h2.brand-slogan span{display:inline;margin-left:11.71875rem;padding:0;background-color:#00adcc;padding-inline-start:1rem;padding-inline-end:1rem;margin-bottom:3px;transition:all 0.75s ease-in-out 0.3s;}
@media (max-width:699.98px){.site-header .site-branding h2.brand-slogan span{display:block;margin-left:0;width:100%;min-height:auto;font-size:2.25rem;}
}
@media (max-width:1023.98px){.site-header .site-branding h2.brand-slogan span{margin-left:0;font-size:2.25rem;}
}
@media (max-width:479.98px){.site-header .site-branding h2.brand-slogan span{margin-left:0;font-size:2rem;}
}
@media (max-width:699.98px){.site-header .site-branding h2.brand-slogan{margin-left:0;width:100%;min-height:auto;height:auto;}
}
.site-header .header-inner{padding:0.75rem 0;display:flex;align-items:flex-start;justify-content:space-between;}
@media (max-width:699.98px){.site-header .header-inner{width:100%;min-height:50px;justify-content:flex-end;}
}
.site-header .nav-toggle{position:relative;right:0;z-index:1002;background:transparent;border:0;font-size:1.25rem;width:50px;height:50px;}
.site-header .nav-toggle .bars{color:#ffffff;display:flex;gap:16px;align-items:center;flex-direction:column;}
.site-header .nav-toggle .bars .bar{height:3px;background-color:#00adcc;display:block;width:45px;overflow:hidden;border-radius:4px;}
.site-header .nav-toggle:hover{cursor:pointer;}
.site-header .nav-toggle:hover .bars .bar{background-color:#e5007c;}
.site-header .site-nav{position:relative;display:flex;align-items:flex-start;gap:1rem;transition:all 0.5s ease 1s;}
.site-header .site-nav a{color:#ffffff;text-decoration:none;transition:color 0.15s ease, background 0.18s ease, transform 0.12s ease, margin-top 0.2s ease;align-items:center;position:relative;z-index:2;line-height:1;padding:0rem 0.75rem;font-size:2rem;font-weight:300;}
.site-header .site-nav a:hover{background-color:#e5007c;}
@media (max-width:1439.98px){.site-header .site-nav a{display:none;}
}
body.scrolled .site-header .site-nav a{margin-top:10px;transition:margin-top 0.5s ease 0.3s;}
.site-header .site-nav a.active{background:rgba(229, 0, 124, 0.06);color:white;}
.site-header .site-nav .nav-toggle .bars .bar{transition:transform 0.3s ease, width 0.2s ease;}
.site-header .site-nav .nav-toggle .bars:hover .bar:nth-child(1){transform:rotate(-25deg) translateX(-2px);}
.site-header .site-nav .nav-toggle .bars:hover .bar:nth-child(2){width:30px;}
.site-header .site-nav .nav-toggle .bars:hover .bar:nth-child(3){transform:rotate(25deg) translateX(-2px);}
.site-header .offsite-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0, 0, 0, 0.4);z-index:1004;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;}
.site-header .offsite-backdrop.active{opacity:1;visibility:visible;}
.site-header .off-site-nav{position:fixed;top:0;right:-1000px;height:100vh;transition:right 0.3s ease 0.2s;min-width:375px;background:#e5007c;z-index:1005;}
.site-header .off-site-nav.active{right:1rem;transition:right 0.1s ease 0.2s;}
.site-header .off-site-nav a{display:block;color:#ffffff;text-decoration:none;transition:color 0.15s ease, background 0.18s ease, transform 0.12s ease, padding-left 0.2s ease;align-items:center;position:relative;z-index:1006;line-height:2;padding:0rem 0.75rem;font-size:1.5rem;font-weight:300;}
.site-header .off-site-nav a:hover, .site-header .off-site-nav a.active{background-color:#1e256c;padding-left:1rem;font-weight:400;}
.site-header .off-site-nav a.active{background-color:rgba(30, 37, 108, 0.4);}
.site-header .off-site-nav a.active:hover{background-color:#1e256c;}
.site-header .off-site-nav a.active+.active{background-color:rgba(30, 37, 108, 0.2);}
.site-header .off-site-nav a:first-of-type{margin-top:calc(2rem + 50px);}
.site-header .off-site-nav .nav-toggle{position:absolute;top:1rem;right:1rem;}
.site-header .off-site-nav .nav-toggle .bars{gap:8px;}
.site-header .off-site-nav .nav-toggle .bars .bar{background-color:#ffffff;transition:transform 0.3s ease;}
.site-header .off-site-nav .nav-toggle .bars:hover .bar{background-color:#1e256c;}
.site-header .off-site-nav .nav-toggle .bars:hover .bar:nth-child(1){transform:rotate(45deg);}
.site-header .off-site-nav .nav-toggle .bars:hover .bar:nth-child(2){transform:rotate(-45deg) translate(8px, -8px);}
.m-0{margin:0 !important;}
.mx-0{margin-left:0 !important;margin-right:0 !important;}
.my-0{margin-top:0 !important;margin-bottom:0 !important;}
.mt-0{margin-top:0 !important;}
.me-0{margin-right:0 !important;}
.mb-0{margin-bottom:0 !important;}
.ms-0{margin-left:0 !important;}
.m-1{margin:4px !important;}
.mx-1{margin-left:4px !important;margin-right:4px !important;}
.my-1{margin-top:4px !important;margin-bottom:4px !important;}
.mt-1{margin-top:4px !important;}
.me-1{margin-right:4px !important;}
.mb-1{margin-bottom:4px !important;}
.ms-1{margin-left:4px !important;}
.-m-1{margin:-4px !important;}
.-mx-1{margin-left:-4px !important;margin-right:-4px !important;}
.-my-1{margin-top:-4px !important;margin-bottom:-4px !important;}
.-mt-1{margin-top:-4px !important;}
.-me-1{margin-right:-4px !important;}
.-mb-1{margin-bottom:-4px !important;}
.-ms-1{margin-left:-4px !important;}
.m-2{margin:8px !important;}
.mx-2{margin-left:8px !important;margin-right:8px !important;}
.my-2{margin-top:8px !important;margin-bottom:8px !important;}
.mt-2{margin-top:8px !important;}
.me-2{margin-right:8px !important;}
.mb-2{margin-bottom:8px !important;}
.ms-2{margin-left:8px !important;}
.-m-2{margin:-8px !important;}
.-mx-2{margin-left:-8px !important;margin-right:-8px !important;}
.-my-2{margin-top:-8px !important;margin-bottom:-8px !important;}
.-mt-2{margin-top:-8px !important;}
.-me-2{margin-right:-8px !important;}
.-mb-2{margin-bottom:-8px !important;}
.-ms-2{margin-left:-8px !important;}
.m-3{margin:12px !important;}
.mx-3{margin-left:12px !important;margin-right:12px !important;}
.my-3{margin-top:12px !important;margin-bottom:12px !important;}
.mt-3{margin-top:12px !important;}
.me-3{margin-right:12px !important;}
.mb-3{margin-bottom:12px !important;}
.ms-3{margin-left:12px !important;}
.-m-3{margin:-12px !important;}
.-mx-3{margin-left:-12px !important;margin-right:-12px !important;}
.-my-3{margin-top:-12px !important;margin-bottom:-12px !important;}
.-mt-3{margin-top:-12px !important;}
.-me-3{margin-right:-12px !important;}
.-mb-3{margin-bottom:-12px !important;}
.-ms-3{margin-left:-12px !important;}
.m-4{margin:16px !important;}
.mx-4{margin-left:16px !important;margin-right:16px !important;}
.my-4{margin-top:16px !important;margin-bottom:16px !important;}
.mt-4{margin-top:16px !important;}
.me-4{margin-right:16px !important;}
.mb-4{margin-bottom:16px !important;}
.ms-4{margin-left:16px !important;}
.-m-4{margin:-16px !important;}
.-mx-4{margin-left:-16px !important;margin-right:-16px !important;}
.-my-4{margin-top:-16px !important;margin-bottom:-16px !important;}
.-mt-4{margin-top:-16px !important;}
.-me-4{margin-right:-16px !important;}
.-mb-4{margin-bottom:-16px !important;}
.-ms-4{margin-left:-16px !important;}
.m-5{margin:24px !important;}
.mx-5{margin-left:24px !important;margin-right:24px !important;}
.my-5{margin-top:24px !important;margin-bottom:24px !important;}
.mt-5{margin-top:24px !important;}
.me-5{margin-right:24px !important;}
.mb-5{margin-bottom:24px !important;}
.ms-5{margin-left:24px !important;}
.-m-5{margin:-24px !important;}
.-mx-5{margin-left:-24px !important;margin-right:-24px !important;}
.-my-5{margin-top:-24px !important;margin-bottom:-24px !important;}
.-mt-5{margin-top:-24px !important;}
.-me-5{margin-right:-24px !important;}
.-mb-5{margin-bottom:-24px !important;}
.-ms-5{margin-left:-24px !important;}
.m-auto{margin:auto !important;}
.mx-auto{margin-left:auto !important;margin-right:auto !important;}
.my-auto{margin-top:auto !important;margin-bottom:auto !important;}
.mt-auto{margin-top:auto !important;}
.me-auto{margin-right:auto !important;}
.mb-auto{margin-bottom:auto !important;}
.ms-auto{margin-left:auto !important;}
.m-6{margin:32px !important;}
.mx-6{margin-left:32px !important;margin-right:32px !important;}
.my-6{margin-top:32px !important;margin-bottom:32px !important;}
.mt-6{margin-top:32px !important;}
.me-6{margin-right:32px !important;}
.mb-6{margin-bottom:32px !important;}
.ms-6{margin-left:32px !important;}
.-m-6{margin:-32px !important;}
.-mx-6{margin-left:-32px !important;margin-right:-32px !important;}
.-my-6{margin-top:-32px !important;margin-bottom:-32px !important;}
.-mt-6{margin-top:-32px !important;}
.-me-6{margin-right:-32px !important;}
.-mb-6{margin-bottom:-32px !important;}
.-ms-6{margin-left:-32px !important;}
.m-7{margin:40px !important;}
.mx-7{margin-left:40px !important;margin-right:40px !important;}
.my-7{margin-top:40px !important;margin-bottom:40px !important;}
.mt-7{margin-top:40px !important;}
.me-7{margin-right:40px !important;}
.mb-7{margin-bottom:40px !important;}
.ms-7{margin-left:40px !important;}
.-m-7{margin:-40px !important;}
.-mx-7{margin-left:-40px !important;margin-right:-40px !important;}
.-my-7{margin-top:-40px !important;margin-bottom:-40px !important;}
.-mt-7{margin-top:-40px !important;}
.-me-7{margin-right:-40px !important;}
.-mb-7{margin-bottom:-40px !important;}
.-ms-7{margin-left:-40px !important;}
.m-8{margin:48px !important;}
.mx-8{margin-left:48px !important;margin-right:48px !important;}
.my-8{margin-top:48px !important;margin-bottom:48px !important;}
.mt-8{margin-top:48px !important;}
.me-8{margin-right:48px !important;}
.mb-8{margin-bottom:48px !important;}
.ms-8{margin-left:48px !important;}
.-m-8{margin:-48px !important;}
.-mx-8{margin-left:-48px !important;margin-right:-48px !important;}
.-my-8{margin-top:-48px !important;margin-bottom:-48px !important;}
.-mt-8{margin-top:-48px !important;}
.-me-8{margin-right:-48px !important;}
.-mb-8{margin-bottom:-48px !important;}
.-ms-8{margin-left:-48px !important;}
.m-9{margin:64px !important;}
.mx-9{margin-left:64px !important;margin-right:64px !important;}
.my-9{margin-top:64px !important;margin-bottom:64px !important;}
.mt-9{margin-top:64px !important;}
.me-9{margin-right:64px !important;}
.mb-9{margin-bottom:64px !important;}
.ms-9{margin-left:64px !important;}
.-m-9{margin:-64px !important;}
.-mx-9{margin-left:-64px !important;margin-right:-64px !important;}
.-my-9{margin-top:-64px !important;margin-bottom:-64px !important;}
.-mt-9{margin-top:-64px !important;}
.-me-9{margin-right:-64px !important;}
.-mb-9{margin-bottom:-64px !important;}
.-ms-9{margin-left:-64px !important;}
.m-10{margin:80px !important;}
.mx-10{margin-left:80px !important;margin-right:80px !important;}
.my-10{margin-top:80px !important;margin-bottom:80px !important;}
.mt-10{margin-top:80px !important;}
.me-10{margin-right:80px !important;}
.mb-10{margin-bottom:80px !important;}
.ms-10{margin-left:80px !important;}
.-m-10{margin:-80px !important;}
.-mx-10{margin-left:-80px !important;margin-right:-80px !important;}
.-my-10{margin-top:-80px !important;margin-bottom:-80px !important;}
.-mt-10{margin-top:-80px !important;}
.-me-10{margin-right:-80px !important;}
.-mb-10{margin-bottom:-80px !important;}
.-ms-10{margin-left:-80px !important;}
.m-11{margin:96px !important;}
.mx-11{margin-left:96px !important;margin-right:96px !important;}
.my-11{margin-top:96px !important;margin-bottom:96px !important;}
.mt-11{margin-top:96px !important;}
.me-11{margin-right:96px !important;}
.mb-11{margin-bottom:96px !important;}
.ms-11{margin-left:96px !important;}
.-m-11{margin:-96px !important;}
.-mx-11{margin-left:-96px !important;margin-right:-96px !important;}
.-my-11{margin-top:-96px !important;margin-bottom:-96px !important;}
.-mt-11{margin-top:-96px !important;}
.-me-11{margin-right:-96px !important;}
.-mb-11{margin-bottom:-96px !important;}
.-ms-11{margin-left:-96px !important;}
.m-12{margin:112px !important;}
.mx-12{margin-left:112px !important;margin-right:112px !important;}
.my-12{margin-top:112px !important;margin-bottom:112px !important;}
.mt-12{margin-top:112px !important;}
.me-12{margin-right:112px !important;}
.mb-12{margin-bottom:112px !important;}
.ms-12{margin-left:112px !important;}
.-m-12{margin:-112px !important;}
.-mx-12{margin-left:-112px !important;margin-right:-112px !important;}
.-my-12{margin-top:-112px !important;margin-bottom:-112px !important;}
.-mt-12{margin-top:-112px !important;}
.-me-12{margin-right:-112px !important;}
.-mb-12{margin-bottom:-112px !important;}
.-ms-12{margin-left:-112px !important;}
.m-13{margin:128px !important;}
.mx-13{margin-left:128px !important;margin-right:128px !important;}
.my-13{margin-top:128px !important;margin-bottom:128px !important;}
.mt-13{margin-top:128px !important;}
.me-13{margin-right:128px !important;}
.mb-13{margin-bottom:128px !important;}
.ms-13{margin-left:128px !important;}
.-m-13{margin:-128px !important;}
.-mx-13{margin-left:-128px !important;margin-right:-128px !important;}
.-my-13{margin-top:-128px !important;margin-bottom:-128px !important;}
.-mt-13{margin-top:-128px !important;}
.-me-13{margin-right:-128px !important;}
.-mb-13{margin-bottom:-128px !important;}
.-ms-13{margin-left:-128px !important;}
.m-14{margin:144px !important;}
.mx-14{margin-left:144px !important;margin-right:144px !important;}
.my-14{margin-top:144px !important;margin-bottom:144px !important;}
.mt-14{margin-top:144px !important;}
.me-14{margin-right:144px !important;}
.mb-14{margin-bottom:144px !important;}
.ms-14{margin-left:144px !important;}
.-m-14{margin:-144px !important;}
.-mx-14{margin-left:-144px !important;margin-right:-144px !important;}
.-my-14{margin-top:-144px !important;margin-bottom:-144px !important;}
.-mt-14{margin-top:-144px !important;}
.-me-14{margin-right:-144px !important;}
.-mb-14{margin-bottom:-144px !important;}
.-ms-14{margin-left:-144px !important;}
.m-15{margin:160px !important;}
.mx-15{margin-left:160px !important;margin-right:160px !important;}
.my-15{margin-top:160px !important;margin-bottom:160px !important;}
.mt-15{margin-top:160px !important;}
.me-15{margin-right:160px !important;}
.mb-15{margin-bottom:160px !important;}
.ms-15{margin-left:160px !important;}
.-m-15{margin:-160px !important;}
.-mx-15{margin-left:-160px !important;margin-right:-160px !important;}
.-my-15{margin-top:-160px !important;margin-bottom:-160px !important;}
.-mt-15{margin-top:-160px !important;}
.-me-15{margin-right:-160px !important;}
.-mb-15{margin-bottom:-160px !important;}
.-ms-15{margin-left:-160px !important;}
.m-16{margin:176px !important;}
.mx-16{margin-left:176px !important;margin-right:176px !important;}
.my-16{margin-top:176px !important;margin-bottom:176px !important;}
.mt-16{margin-top:176px !important;}
.me-16{margin-right:176px !important;}
.mb-16{margin-bottom:176px !important;}
.ms-16{margin-left:176px !important;}
.-m-16{margin:-176px !important;}
.-mx-16{margin-left:-176px !important;margin-right:-176px !important;}
.-my-16{margin-top:-176px !important;margin-bottom:-176px !important;}
.-mt-16{margin-top:-176px !important;}
.-me-16{margin-right:-176px !important;}
.-mb-16{margin-bottom:-176px !important;}
.-ms-16{margin-left:-176px !important;}
.m-17{margin:192px !important;}
.mx-17{margin-left:192px !important;margin-right:192px !important;}
.my-17{margin-top:192px !important;margin-bottom:192px !important;}
.mt-17{margin-top:192px !important;}
.me-17{margin-right:192px !important;}
.mb-17{margin-bottom:192px !important;}
.ms-17{margin-left:192px !important;}
.-m-17{margin:-192px !important;}
.-mx-17{margin-left:-192px !important;margin-right:-192px !important;}
.-my-17{margin-top:-192px !important;margin-bottom:-192px !important;}
.-mt-17{margin-top:-192px !important;}
.-me-17{margin-right:-192px !important;}
.-mb-17{margin-bottom:-192px !important;}
.-ms-17{margin-left:-192px !important;}
.m-18{margin:208px !important;}
.mx-18{margin-left:208px !important;margin-right:208px !important;}
.my-18{margin-top:208px !important;margin-bottom:208px !important;}
.mt-18{margin-top:208px !important;}
.me-18{margin-right:208px !important;}
.mb-18{margin-bottom:208px !important;}
.ms-18{margin-left:208px !important;}
.-m-18{margin:-208px !important;}
.-mx-18{margin-left:-208px !important;margin-right:-208px !important;}
.-my-18{margin-top:-208px !important;margin-bottom:-208px !important;}
.-mt-18{margin-top:-208px !important;}
.-me-18{margin-right:-208px !important;}
.-mb-18{margin-bottom:-208px !important;}
.-ms-18{margin-left:-208px !important;}
.m-19{margin:224px !important;}
.mx-19{margin-left:224px !important;margin-right:224px !important;}
.my-19{margin-top:224px !important;margin-bottom:224px !important;}
.mt-19{margin-top:224px !important;}
.me-19{margin-right:224px !important;}
.mb-19{margin-bottom:224px !important;}
.ms-19{margin-left:224px !important;}
.-m-19{margin:-224px !important;}
.-mx-19{margin-left:-224px !important;margin-right:-224px !important;}
.-my-19{margin-top:-224px !important;margin-bottom:-224px !important;}
.-mt-19{margin-top:-224px !important;}
.-me-19{margin-right:-224px !important;}
.-mb-19{margin-bottom:-224px !important;}
.-ms-19{margin-left:-224px !important;}
.m-20{margin:240px !important;}
.mx-20{margin-left:240px !important;margin-right:240px !important;}
.my-20{margin-top:240px !important;margin-bottom:240px !important;}
.mt-20{margin-top:240px !important;}
.me-20{margin-right:240px !important;}
.mb-20{margin-bottom:240px !important;}
.ms-20{margin-left:240px !important;}
.-m-20{margin:-240px !important;}
.-mx-20{margin-left:-240px !important;margin-right:-240px !important;}
.-my-20{margin-top:-240px !important;margin-bottom:-240px !important;}
.-mt-20{margin-top:-240px !important;}
.-me-20{margin-right:-240px !important;}
.-mb-20{margin-bottom:-240px !important;}
.-ms-20{margin-left:-240px !important;}
.m-21{margin:256px !important;}
.mx-21{margin-left:256px !important;margin-right:256px !important;}
.my-21{margin-top:256px !important;margin-bottom:256px !important;}
.mt-21{margin-top:256px !important;}
.me-21{margin-right:256px !important;}
.mb-21{margin-bottom:256px !important;}
.ms-21{margin-left:256px !important;}
.-m-21{margin:-256px !important;}
.-mx-21{margin-left:-256px !important;margin-right:-256px !important;}
.-my-21{margin-top:-256px !important;margin-bottom:-256px !important;}
.-mt-21{margin-top:-256px !important;}
.-me-21{margin-right:-256px !important;}
.-mb-21{margin-bottom:-256px !important;}
.-ms-21{margin-left:-256px !important;}
.m-22{margin:272px !important;}
.mx-22{margin-left:272px !important;margin-right:272px !important;}
.my-22{margin-top:272px !important;margin-bottom:272px !important;}
.mt-22{margin-top:272px !important;}
.me-22{margin-right:272px !important;}
.mb-22{margin-bottom:272px !important;}
.ms-22{margin-left:272px !important;}
.-m-22{margin:-272px !important;}
.-mx-22{margin-left:-272px !important;margin-right:-272px !important;}
.-my-22{margin-top:-272px !important;margin-bottom:-272px !important;}
.-mt-22{margin-top:-272px !important;}
.-me-22{margin-right:-272px !important;}
.-mb-22{margin-bottom:-272px !important;}
.-ms-22{margin-left:-272px !important;}
.m-23{margin:288px !important;}
.mx-23{margin-left:288px !important;margin-right:288px !important;}
.my-23{margin-top:288px !important;margin-bottom:288px !important;}
.mt-23{margin-top:288px !important;}
.me-23{margin-right:288px !important;}
.mb-23{margin-bottom:288px !important;}
.ms-23{margin-left:288px !important;}
.-m-23{margin:-288px !important;}
.-mx-23{margin-left:-288px !important;margin-right:-288px !important;}
.-my-23{margin-top:-288px !important;margin-bottom:-288px !important;}
.-mt-23{margin-top:-288px !important;}
.-me-23{margin-right:-288px !important;}
.-mb-23{margin-bottom:-288px !important;}
.-ms-23{margin-left:-288px !important;}
.m-24{margin:304px !important;}
.mx-24{margin-left:304px !important;margin-right:304px !important;}
.my-24{margin-top:304px !important;margin-bottom:304px !important;}
.mt-24{margin-top:304px !important;}
.me-24{margin-right:304px !important;}
.mb-24{margin-bottom:304px !important;}
.ms-24{margin-left:304px !important;}
.-m-24{margin:-304px !important;}
.-mx-24{margin-left:-304px !important;margin-right:-304px !important;}
.-my-24{margin-top:-304px !important;margin-bottom:-304px !important;}
.-mt-24{margin-top:-304px !important;}
.-me-24{margin-right:-304px !important;}
.-mb-24{margin-bottom:-304px !important;}
.-ms-24{margin-left:-304px !important;}
.m-25{margin:320px !important;}
.mx-25{margin-left:320px !important;margin-right:320px !important;}
.my-25{margin-top:320px !important;margin-bottom:320px !important;}
.mt-25{margin-top:320px !important;}
.me-25{margin-right:320px !important;}
.mb-25{margin-bottom:320px !important;}
.ms-25{margin-left:320px !important;}
.-m-25{margin:-320px !important;}
.-mx-25{margin-left:-320px !important;margin-right:-320px !important;}
.-my-25{margin-top:-320px !important;margin-bottom:-320px !important;}
.-mt-25{margin-top:-320px !important;}
.-me-25{margin-right:-320px !important;}
.-mb-25{margin-bottom:-320px !important;}
.-ms-25{margin-left:-320px !important;}
.m-26{margin:336px !important;}
.mx-26{margin-left:336px !important;margin-right:336px !important;}
.my-26{margin-top:336px !important;margin-bottom:336px !important;}
.mt-26{margin-top:336px !important;}
.me-26{margin-right:336px !important;}
.mb-26{margin-bottom:336px !important;}
.ms-26{margin-left:336px !important;}
.-m-26{margin:-336px !important;}
.-mx-26{margin-left:-336px !important;margin-right:-336px !important;}
.-my-26{margin-top:-336px !important;margin-bottom:-336px !important;}
.-mt-26{margin-top:-336px !important;}
.-me-26{margin-right:-336px !important;}
.-mb-26{margin-bottom:-336px !important;}
.-ms-26{margin-left:-336px !important;}
.m-27{margin:352px !important;}
.mx-27{margin-left:352px !important;margin-right:352px !important;}
.my-27{margin-top:352px !important;margin-bottom:352px !important;}
.mt-27{margin-top:352px !important;}
.me-27{margin-right:352px !important;}
.mb-27{margin-bottom:352px !important;}
.ms-27{margin-left:352px !important;}
.-m-27{margin:-352px !important;}
.-mx-27{margin-left:-352px !important;margin-right:-352px !important;}
.-my-27{margin-top:-352px !important;margin-bottom:-352px !important;}
.-mt-27{margin-top:-352px !important;}
.-me-27{margin-right:-352px !important;}
.-mb-27{margin-bottom:-352px !important;}
.-ms-27{margin-left:-352px !important;}
.m-28{margin:368px !important;}
.mx-28{margin-left:368px !important;margin-right:368px !important;}
.my-28{margin-top:368px !important;margin-bottom:368px !important;}
.mt-28{margin-top:368px !important;}
.me-28{margin-right:368px !important;}
.mb-28{margin-bottom:368px !important;}
.ms-28{margin-left:368px !important;}
.-m-28{margin:-368px !important;}
.-mx-28{margin-left:-368px !important;margin-right:-368px !important;}
.-my-28{margin-top:-368px !important;margin-bottom:-368px !important;}
.-mt-28{margin-top:-368px !important;}
.-me-28{margin-right:-368px !important;}
.-mb-28{margin-bottom:-368px !important;}
.-ms-28{margin-left:-368px !important;}
.m-29{margin:384px !important;}
.mx-29{margin-left:384px !important;margin-right:384px !important;}
.my-29{margin-top:384px !important;margin-bottom:384px !important;}
.mt-29{margin-top:384px !important;}
.me-29{margin-right:384px !important;}
.mb-29{margin-bottom:384px !important;}
.ms-29{margin-left:384px !important;}
.-m-29{margin:-384px !important;}
.-mx-29{margin-left:-384px !important;margin-right:-384px !important;}
.-my-29{margin-top:-384px !important;margin-bottom:-384px !important;}
.-mt-29{margin-top:-384px !important;}
.-me-29{margin-right:-384px !important;}
.-mb-29{margin-bottom:-384px !important;}
.-ms-29{margin-left:-384px !important;}
.m-30{margin:400px !important;}
.mx-30{margin-left:400px !important;margin-right:400px !important;}
.my-30{margin-top:400px !important;margin-bottom:400px !important;}
.mt-30{margin-top:400px !important;}
.me-30{margin-right:400px !important;}
.mb-30{margin-bottom:400px !important;}
.ms-30{margin-left:400px !important;}
.-m-30{margin:-400px !important;}
.-mx-30{margin-left:-400px !important;margin-right:-400px !important;}
.-my-30{margin-top:-400px !important;margin-bottom:-400px !important;}
.-mt-30{margin-top:-400px !important;}
.-me-30{margin-right:-400px !important;}
.-mb-30{margin-bottom:-400px !important;}
.-ms-30{margin-left:-400px !important;}
.m-31{margin:416px !important;}
.mx-31{margin-left:416px !important;margin-right:416px !important;}
.my-31{margin-top:416px !important;margin-bottom:416px !important;}
.mt-31{margin-top:416px !important;}
.me-31{margin-right:416px !important;}
.mb-31{margin-bottom:416px !important;}
.ms-31{margin-left:416px !important;}
.-m-31{margin:-416px !important;}
.-mx-31{margin-left:-416px !important;margin-right:-416px !important;}
.-my-31{margin-top:-416px !important;margin-bottom:-416px !important;}
.-mt-31{margin-top:-416px !important;}
.-me-31{margin-right:-416px !important;}
.-mb-31{margin-bottom:-416px !important;}
.-ms-31{margin-left:-416px !important;}
.m-32{margin:432px !important;}
.mx-32{margin-left:432px !important;margin-right:432px !important;}
.my-32{margin-top:432px !important;margin-bottom:432px !important;}
.mt-32{margin-top:432px !important;}
.me-32{margin-right:432px !important;}
.mb-32{margin-bottom:432px !important;}
.ms-32{margin-left:432px !important;}
.-m-32{margin:-432px !important;}
.-mx-32{margin-left:-432px !important;margin-right:-432px !important;}
.-my-32{margin-top:-432px !important;margin-bottom:-432px !important;}
.-mt-32{margin-top:-432px !important;}
.-me-32{margin-right:-432px !important;}
.-mb-32{margin-bottom:-432px !important;}
.-ms-32{margin-left:-432px !important;}
.m-33{margin:448px !important;}
.mx-33{margin-left:448px !important;margin-right:448px !important;}
.my-33{margin-top:448px !important;margin-bottom:448px !important;}
.mt-33{margin-top:448px !important;}
.me-33{margin-right:448px !important;}
.mb-33{margin-bottom:448px !important;}
.ms-33{margin-left:448px !important;}
.-m-33{margin:-448px !important;}
.-mx-33{margin-left:-448px !important;margin-right:-448px !important;}
.-my-33{margin-top:-448px !important;margin-bottom:-448px !important;}
.-mt-33{margin-top:-448px !important;}
.-me-33{margin-right:-448px !important;}
.-mb-33{margin-bottom:-448px !important;}
.-ms-33{margin-left:-448px !important;}
.m-34{margin:464px !important;}
.mx-34{margin-left:464px !important;margin-right:464px !important;}
.my-34{margin-top:464px !important;margin-bottom:464px !important;}
.mt-34{margin-top:464px !important;}
.me-34{margin-right:464px !important;}
.mb-34{margin-bottom:464px !important;}
.ms-34{margin-left:464px !important;}
.-m-34{margin:-464px !important;}
.-mx-34{margin-left:-464px !important;margin-right:-464px !important;}
.-my-34{margin-top:-464px !important;margin-bottom:-464px !important;}
.-mt-34{margin-top:-464px !important;}
.-me-34{margin-right:-464px !important;}
.-mb-34{margin-bottom:-464px !important;}
.-ms-34{margin-left:-464px !important;}
.m-35{margin:480px !important;}
.mx-35{margin-left:480px !important;margin-right:480px !important;}
.my-35{margin-top:480px !important;margin-bottom:480px !important;}
.mt-35{margin-top:480px !important;}
.me-35{margin-right:480px !important;}
.mb-35{margin-bottom:480px !important;}
.ms-35{margin-left:480px !important;}
.-m-35{margin:-480px !important;}
.-mx-35{margin-left:-480px !important;margin-right:-480px !important;}
.-my-35{margin-top:-480px !important;margin-bottom:-480px !important;}
.-mt-35{margin-top:-480px !important;}
.-me-35{margin-right:-480px !important;}
.-mb-35{margin-bottom:-480px !important;}
.-ms-35{margin-left:-480px !important;}
.m-36{margin:496px !important;}
.mx-36{margin-left:496px !important;margin-right:496px !important;}
.my-36{margin-top:496px !important;margin-bottom:496px !important;}
.mt-36{margin-top:496px !important;}
.me-36{margin-right:496px !important;}
.mb-36{margin-bottom:496px !important;}
.ms-36{margin-left:496px !important;}
.-m-36{margin:-496px !important;}
.-mx-36{margin-left:-496px !important;margin-right:-496px !important;}
.-my-36{margin-top:-496px !important;margin-bottom:-496px !important;}
.-mt-36{margin-top:-496px !important;}
.-me-36{margin-right:-496px !important;}
.-mb-36{margin-bottom:-496px !important;}
.-ms-36{margin-left:-496px !important;}
.m-37{margin:512px !important;}
.mx-37{margin-left:512px !important;margin-right:512px !important;}
.my-37{margin-top:512px !important;margin-bottom:512px !important;}
.mt-37{margin-top:512px !important;}
.me-37{margin-right:512px !important;}
.mb-37{margin-bottom:512px !important;}
.ms-37{margin-left:512px !important;}
.-m-37{margin:-512px !important;}
.-mx-37{margin-left:-512px !important;margin-right:-512px !important;}
.-my-37{margin-top:-512px !important;margin-bottom:-512px !important;}
.-mt-37{margin-top:-512px !important;}
.-me-37{margin-right:-512px !important;}
.-mb-37{margin-bottom:-512px !important;}
.-ms-37{margin-left:-512px !important;}
.m-38{margin:528px !important;}
.mx-38{margin-left:528px !important;margin-right:528px !important;}
.my-38{margin-top:528px !important;margin-bottom:528px !important;}
.mt-38{margin-top:528px !important;}
.me-38{margin-right:528px !important;}
.mb-38{margin-bottom:528px !important;}
.ms-38{margin-left:528px !important;}
.-m-38{margin:-528px !important;}
.-mx-38{margin-left:-528px !important;margin-right:-528px !important;}
.-my-38{margin-top:-528px !important;margin-bottom:-528px !important;}
.-mt-38{margin-top:-528px !important;}
.-me-38{margin-right:-528px !important;}
.-mb-38{margin-bottom:-528px !important;}
.-ms-38{margin-left:-528px !important;}
.m-39{margin:544px !important;}
.mx-39{margin-left:544px !important;margin-right:544px !important;}
.my-39{margin-top:544px !important;margin-bottom:544px !important;}
.mt-39{margin-top:544px !important;}
.me-39{margin-right:544px !important;}
.mb-39{margin-bottom:544px !important;}
.ms-39{margin-left:544px !important;}
.-m-39{margin:-544px !important;}
.-mx-39{margin-left:-544px !important;margin-right:-544px !important;}
.-my-39{margin-top:-544px !important;margin-bottom:-544px !important;}
.-mt-39{margin-top:-544px !important;}
.-me-39{margin-right:-544px !important;}
.-mb-39{margin-bottom:-544px !important;}
.-ms-39{margin-left:-544px !important;}
.m-40{margin:560px !important;}
.mx-40{margin-left:560px !important;margin-right:560px !important;}
.my-40{margin-top:560px !important;margin-bottom:560px !important;}
.mt-40{margin-top:560px !important;}
.me-40{margin-right:560px !important;}
.mb-40{margin-bottom:560px !important;}
.ms-40{margin-left:560px !important;}
.-m-40{margin:-560px !important;}
.-mx-40{margin-left:-560px !important;margin-right:-560px !important;}
.-my-40{margin-top:-560px !important;margin-bottom:-560px !important;}
.-mt-40{margin-top:-560px !important;}
.-me-40{margin-right:-560px !important;}
.-mb-40{margin-bottom:-560px !important;}
.-ms-40{margin-left:-560px !important;}
.m-41{margin:576px !important;}
.mx-41{margin-left:576px !important;margin-right:576px !important;}
.my-41{margin-top:576px !important;margin-bottom:576px !important;}
.mt-41{margin-top:576px !important;}
.me-41{margin-right:576px !important;}
.mb-41{margin-bottom:576px !important;}
.ms-41{margin-left:576px !important;}
.-m-41{margin:-576px !important;}
.-mx-41{margin-left:-576px !important;margin-right:-576px !important;}
.-my-41{margin-top:-576px !important;margin-bottom:-576px !important;}
.-mt-41{margin-top:-576px !important;}
.-me-41{margin-right:-576px !important;}
.-mb-41{margin-bottom:-576px !important;}
.-ms-41{margin-left:-576px !important;}
.m-42{margin:592px !important;}
.mx-42{margin-left:592px !important;margin-right:592px !important;}
.my-42{margin-top:592px !important;margin-bottom:592px !important;}
.mt-42{margin-top:592px !important;}
.me-42{margin-right:592px !important;}
.mb-42{margin-bottom:592px !important;}
.ms-42{margin-left:592px !important;}
.-m-42{margin:-592px !important;}
.-mx-42{margin-left:-592px !important;margin-right:-592px !important;}
.-my-42{margin-top:-592px !important;margin-bottom:-592px !important;}
.-mt-42{margin-top:-592px !important;}
.-me-42{margin-right:-592px !important;}
.-mb-42{margin-bottom:-592px !important;}
.-ms-42{margin-left:-592px !important;}
.m-43{margin:608px !important;}
.mx-43{margin-left:608px !important;margin-right:608px !important;}
.my-43{margin-top:608px !important;margin-bottom:608px !important;}
.mt-43{margin-top:608px !important;}
.me-43{margin-right:608px !important;}
.mb-43{margin-bottom:608px !important;}
.ms-43{margin-left:608px !important;}
.-m-43{margin:-608px !important;}
.-mx-43{margin-left:-608px !important;margin-right:-608px !important;}
.-my-43{margin-top:-608px !important;margin-bottom:-608px !important;}
.-mt-43{margin-top:-608px !important;}
.-me-43{margin-right:-608px !important;}
.-mb-43{margin-bottom:-608px !important;}
.-ms-43{margin-left:-608px !important;}
.m-44{margin:624px !important;}
.mx-44{margin-left:624px !important;margin-right:624px !important;}
.my-44{margin-top:624px !important;margin-bottom:624px !important;}
.mt-44{margin-top:624px !important;}
.me-44{margin-right:624px !important;}
.mb-44{margin-bottom:624px !important;}
.ms-44{margin-left:624px !important;}
.-m-44{margin:-624px !important;}
.-mx-44{margin-left:-624px !important;margin-right:-624px !important;}
.-my-44{margin-top:-624px !important;margin-bottom:-624px !important;}
.-mt-44{margin-top:-624px !important;}
.-me-44{margin-right:-624px !important;}
.-mb-44{margin-bottom:-624px !important;}
.-ms-44{margin-left:-624px !important;}
.m-45{margin:640px !important;}
.mx-45{margin-left:640px !important;margin-right:640px !important;}
.my-45{margin-top:640px !important;margin-bottom:640px !important;}
.mt-45{margin-top:640px !important;}
.me-45{margin-right:640px !important;}
.mb-45{margin-bottom:640px !important;}
.ms-45{margin-left:640px !important;}
.-m-45{margin:-640px !important;}
.-mx-45{margin-left:-640px !important;margin-right:-640px !important;}
.-my-45{margin-top:-640px !important;margin-bottom:-640px !important;}
.-mt-45{margin-top:-640px !important;}
.-me-45{margin-right:-640px !important;}
.-mb-45{margin-bottom:-640px !important;}
.-ms-45{margin-left:-640px !important;}
.m-46{margin:656px !important;}
.mx-46{margin-left:656px !important;margin-right:656px !important;}
.my-46{margin-top:656px !important;margin-bottom:656px !important;}
.mt-46{margin-top:656px !important;}
.me-46{margin-right:656px !important;}
.mb-46{margin-bottom:656px !important;}
.ms-46{margin-left:656px !important;}
.-m-46{margin:-656px !important;}
.-mx-46{margin-left:-656px !important;margin-right:-656px !important;}
.-my-46{margin-top:-656px !important;margin-bottom:-656px !important;}
.-mt-46{margin-top:-656px !important;}
.-me-46{margin-right:-656px !important;}
.-mb-46{margin-bottom:-656px !important;}
.-ms-46{margin-left:-656px !important;}
.m-47{margin:672px !important;}
.mx-47{margin-left:672px !important;margin-right:672px !important;}
.my-47{margin-top:672px !important;margin-bottom:672px !important;}
.mt-47{margin-top:672px !important;}
.me-47{margin-right:672px !important;}
.mb-47{margin-bottom:672px !important;}
.ms-47{margin-left:672px !important;}
.-m-47{margin:-672px !important;}
.-mx-47{margin-left:-672px !important;margin-right:-672px !important;}
.-my-47{margin-top:-672px !important;margin-bottom:-672px !important;}
.-mt-47{margin-top:-672px !important;}
.-me-47{margin-right:-672px !important;}
.-mb-47{margin-bottom:-672px !important;}
.-ms-47{margin-left:-672px !important;}
.m-48{margin:688px !important;}
.mx-48{margin-left:688px !important;margin-right:688px !important;}
.my-48{margin-top:688px !important;margin-bottom:688px !important;}
.mt-48{margin-top:688px !important;}
.me-48{margin-right:688px !important;}
.mb-48{margin-bottom:688px !important;}
.ms-48{margin-left:688px !important;}
.-m-48{margin:-688px !important;}
.-mx-48{margin-left:-688px !important;margin-right:-688px !important;}
.-my-48{margin-top:-688px !important;margin-bottom:-688px !important;}
.-mt-48{margin-top:-688px !important;}
.-me-48{margin-right:-688px !important;}
.-mb-48{margin-bottom:-688px !important;}
.-ms-48{margin-left:-688px !important;}
.m-49{margin:704px !important;}
.mx-49{margin-left:704px !important;margin-right:704px !important;}
.my-49{margin-top:704px !important;margin-bottom:704px !important;}
.mt-49{margin-top:704px !important;}
.me-49{margin-right:704px !important;}
.mb-49{margin-bottom:704px !important;}
.ms-49{margin-left:704px !important;}
.-m-49{margin:-704px !important;}
.-mx-49{margin-left:-704px !important;margin-right:-704px !important;}
.-my-49{margin-top:-704px !important;margin-bottom:-704px !important;}
.-mt-49{margin-top:-704px !important;}
.-me-49{margin-right:-704px !important;}
.-mb-49{margin-bottom:-704px !important;}
.-ms-49{margin-left:-704px !important;}
.m-50{margin:720px !important;}
.mx-50{margin-left:720px !important;margin-right:720px !important;}
.my-50{margin-top:720px !important;margin-bottom:720px !important;}
.mt-50{margin-top:720px !important;}
.me-50{margin-right:720px !important;}
.mb-50{margin-bottom:720px !important;}
.ms-50{margin-left:720px !important;}
.-m-50{margin:-720px !important;}
.-mx-50{margin-left:-720px !important;margin-right:-720px !important;}
.-my-50{margin-top:-720px !important;margin-bottom:-720px !important;}
.-mt-50{margin-top:-720px !important;}
.-me-50{margin-right:-720px !important;}
.-mb-50{margin-bottom:-720px !important;}
.-ms-50{margin-left:-720px !important;}
.m-51{margin:736px !important;}
.mx-51{margin-left:736px !important;margin-right:736px !important;}
.my-51{margin-top:736px !important;margin-bottom:736px !important;}
.mt-51{margin-top:736px !important;}
.me-51{margin-right:736px !important;}
.mb-51{margin-bottom:736px !important;}
.ms-51{margin-left:736px !important;}
.-m-51{margin:-736px !important;}
.-mx-51{margin-left:-736px !important;margin-right:-736px !important;}
.-my-51{margin-top:-736px !important;margin-bottom:-736px !important;}
.-mt-51{margin-top:-736px !important;}
.-me-51{margin-right:-736px !important;}
.-mb-51{margin-bottom:-736px !important;}
.-ms-51{margin-left:-736px !important;}
.m-52{margin:752px !important;}
.mx-52{margin-left:752px !important;margin-right:752px !important;}
.my-52{margin-top:752px !important;margin-bottom:752px !important;}
.mt-52{margin-top:752px !important;}
.me-52{margin-right:752px !important;}
.mb-52{margin-bottom:752px !important;}
.ms-52{margin-left:752px !important;}
.-m-52{margin:-752px !important;}
.-mx-52{margin-left:-752px !important;margin-right:-752px !important;}
.-my-52{margin-top:-752px !important;margin-bottom:-752px !important;}
.-mt-52{margin-top:-752px !important;}
.-me-52{margin-right:-752px !important;}
.-mb-52{margin-bottom:-752px !important;}
.-ms-52{margin-left:-752px !important;}
.m-53{margin:768px !important;}
.mx-53{margin-left:768px !important;margin-right:768px !important;}
.my-53{margin-top:768px !important;margin-bottom:768px !important;}
.mt-53{margin-top:768px !important;}
.me-53{margin-right:768px !important;}
.mb-53{margin-bottom:768px !important;}
.ms-53{margin-left:768px !important;}
.-m-53{margin:-768px !important;}
.-mx-53{margin-left:-768px !important;margin-right:-768px !important;}
.-my-53{margin-top:-768px !important;margin-bottom:-768px !important;}
.-mt-53{margin-top:-768px !important;}
.-me-53{margin-right:-768px !important;}
.-mb-53{margin-bottom:-768px !important;}
.-ms-53{margin-left:-768px !important;}
.m-54{margin:784px !important;}
.mx-54{margin-left:784px !important;margin-right:784px !important;}
.my-54{margin-top:784px !important;margin-bottom:784px !important;}
.mt-54{margin-top:784px !important;}
.me-54{margin-right:784px !important;}
.mb-54{margin-bottom:784px !important;}
.ms-54{margin-left:784px !important;}
.-m-54{margin:-784px !important;}
.-mx-54{margin-left:-784px !important;margin-right:-784px !important;}
.-my-54{margin-top:-784px !important;margin-bottom:-784px !important;}
.-mt-54{margin-top:-784px !important;}
.-me-54{margin-right:-784px !important;}
.-mb-54{margin-bottom:-784px !important;}
.-ms-54{margin-left:-784px !important;}
.m-55{margin:800px !important;}
.mx-55{margin-left:800px !important;margin-right:800px !important;}
.my-55{margin-top:800px !important;margin-bottom:800px !important;}
.mt-55{margin-top:800px !important;}
.me-55{margin-right:800px !important;}
.mb-55{margin-bottom:800px !important;}
.ms-55{margin-left:800px !important;}
.-m-55{margin:-800px !important;}
.-mx-55{margin-left:-800px !important;margin-right:-800px !important;}
.-my-55{margin-top:-800px !important;margin-bottom:-800px !important;}
.-mt-55{margin-top:-800px !important;}
.-me-55{margin-right:-800px !important;}
.-mb-55{margin-bottom:-800px !important;}
.-ms-55{margin-left:-800px !important;}
.m-56{margin:816px !important;}
.mx-56{margin-left:816px !important;margin-right:816px !important;}
.my-56{margin-top:816px !important;margin-bottom:816px !important;}
.mt-56{margin-top:816px !important;}
.me-56{margin-right:816px !important;}
.mb-56{margin-bottom:816px !important;}
.ms-56{margin-left:816px !important;}
.-m-56{margin:-816px !important;}
.-mx-56{margin-left:-816px !important;margin-right:-816px !important;}
.-my-56{margin-top:-816px !important;margin-bottom:-816px !important;}
.-mt-56{margin-top:-816px !important;}
.-me-56{margin-right:-816px !important;}
.-mb-56{margin-bottom:-816px !important;}
.-ms-56{margin-left:-816px !important;}
.m-57{margin:832px !important;}
.mx-57{margin-left:832px !important;margin-right:832px !important;}
.my-57{margin-top:832px !important;margin-bottom:832px !important;}
.mt-57{margin-top:832px !important;}
.me-57{margin-right:832px !important;}
.mb-57{margin-bottom:832px !important;}
.ms-57{margin-left:832px !important;}
.-m-57{margin:-832px !important;}
.-mx-57{margin-left:-832px !important;margin-right:-832px !important;}
.-my-57{margin-top:-832px !important;margin-bottom:-832px !important;}
.-mt-57{margin-top:-832px !important;}
.-me-57{margin-right:-832px !important;}
.-mb-57{margin-bottom:-832px !important;}
.-ms-57{margin-left:-832px !important;}
.m-58{margin:848px !important;}
.mx-58{margin-left:848px !important;margin-right:848px !important;}
.my-58{margin-top:848px !important;margin-bottom:848px !important;}
.mt-58{margin-top:848px !important;}
.me-58{margin-right:848px !important;}
.mb-58{margin-bottom:848px !important;}
.ms-58{margin-left:848px !important;}
.-m-58{margin:-848px !important;}
.-mx-58{margin-left:-848px !important;margin-right:-848px !important;}
.-my-58{margin-top:-848px !important;margin-bottom:-848px !important;}
.-mt-58{margin-top:-848px !important;}
.-me-58{margin-right:-848px !important;}
.-mb-58{margin-bottom:-848px !important;}
.-ms-58{margin-left:-848px !important;}
.m-59{margin:864px !important;}
.mx-59{margin-left:864px !important;margin-right:864px !important;}
.my-59{margin-top:864px !important;margin-bottom:864px !important;}
.mt-59{margin-top:864px !important;}
.me-59{margin-right:864px !important;}
.mb-59{margin-bottom:864px !important;}
.ms-59{margin-left:864px !important;}
.-m-59{margin:-864px !important;}
.-mx-59{margin-left:-864px !important;margin-right:-864px !important;}
.-my-59{margin-top:-864px !important;margin-bottom:-864px !important;}
.-mt-59{margin-top:-864px !important;}
.-me-59{margin-right:-864px !important;}
.-mb-59{margin-bottom:-864px !important;}
.-ms-59{margin-left:-864px !important;}
.m-60{margin:880px !important;}
.mx-60{margin-left:880px !important;margin-right:880px !important;}
.my-60{margin-top:880px !important;margin-bottom:880px !important;}
.mt-60{margin-top:880px !important;}
.me-60{margin-right:880px !important;}
.mb-60{margin-bottom:880px !important;}
.ms-60{margin-left:880px !important;}
.-m-60{margin:-880px !important;}
.-mx-60{margin-left:-880px !important;margin-right:-880px !important;}
.-my-60{margin-top:-880px !important;margin-bottom:-880px !important;}
.-mt-60{margin-top:-880px !important;}
.-me-60{margin-right:-880px !important;}
.-mb-60{margin-bottom:-880px !important;}
.-ms-60{margin-left:-880px !important;}
.m-61{margin:896px !important;}
.mx-61{margin-left:896px !important;margin-right:896px !important;}
.my-61{margin-top:896px !important;margin-bottom:896px !important;}
.mt-61{margin-top:896px !important;}
.me-61{margin-right:896px !important;}
.mb-61{margin-bottom:896px !important;}
.ms-61{margin-left:896px !important;}
.-m-61{margin:-896px !important;}
.-mx-61{margin-left:-896px !important;margin-right:-896px !important;}
.-my-61{margin-top:-896px !important;margin-bottom:-896px !important;}
.-mt-61{margin-top:-896px !important;}
.-me-61{margin-right:-896px !important;}
.-mb-61{margin-bottom:-896px !important;}
.-ms-61{margin-left:-896px !important;}
.m-62{margin:912px !important;}
.mx-62{margin-left:912px !important;margin-right:912px !important;}
.my-62{margin-top:912px !important;margin-bottom:912px !important;}
.mt-62{margin-top:912px !important;}
.me-62{margin-right:912px !important;}
.mb-62{margin-bottom:912px !important;}
.ms-62{margin-left:912px !important;}
.-m-62{margin:-912px !important;}
.-mx-62{margin-left:-912px !important;margin-right:-912px !important;}
.-my-62{margin-top:-912px !important;margin-bottom:-912px !important;}
.-mt-62{margin-top:-912px !important;}
.-me-62{margin-right:-912px !important;}
.-mb-62{margin-bottom:-912px !important;}
.-ms-62{margin-left:-912px !important;}
.m-63{margin:928px !important;}
.mx-63{margin-left:928px !important;margin-right:928px !important;}
.my-63{margin-top:928px !important;margin-bottom:928px !important;}
.mt-63{margin-top:928px !important;}
.me-63{margin-right:928px !important;}
.mb-63{margin-bottom:928px !important;}
.ms-63{margin-left:928px !important;}
.-m-63{margin:-928px !important;}
.-mx-63{margin-left:-928px !important;margin-right:-928px !important;}
.-my-63{margin-top:-928px !important;margin-bottom:-928px !important;}
.-mt-63{margin-top:-928px !important;}
.-me-63{margin-right:-928px !important;}
.-mb-63{margin-bottom:-928px !important;}
.-ms-63{margin-left:-928px !important;}
.m-64{margin:944px !important;}
.mx-64{margin-left:944px !important;margin-right:944px !important;}
.my-64{margin-top:944px !important;margin-bottom:944px !important;}
.mt-64{margin-top:944px !important;}
.me-64{margin-right:944px !important;}
.mb-64{margin-bottom:944px !important;}
.ms-64{margin-left:944px !important;}
.-m-64{margin:-944px !important;}
.-mx-64{margin-left:-944px !important;margin-right:-944px !important;}
.-my-64{margin-top:-944px !important;margin-bottom:-944px !important;}
.-mt-64{margin-top:-944px !important;}
.-me-64{margin-right:-944px !important;}
.-mb-64{margin-bottom:-944px !important;}
.-ms-64{margin-left:-944px !important;}
.m-65{margin:960px !important;}
.mx-65{margin-left:960px !important;margin-right:960px !important;}
.my-65{margin-top:960px !important;margin-bottom:960px !important;}
.mt-65{margin-top:960px !important;}
.me-65{margin-right:960px !important;}
.mb-65{margin-bottom:960px !important;}
.ms-65{margin-left:960px !important;}
.-m-65{margin:-960px !important;}
.-mx-65{margin-left:-960px !important;margin-right:-960px !important;}
.-my-65{margin-top:-960px !important;margin-bottom:-960px !important;}
.-mt-65{margin-top:-960px !important;}
.-me-65{margin-right:-960px !important;}
.-mb-65{margin-bottom:-960px !important;}
.-ms-65{margin-left:-960px !important;}
.m-66{margin:976px !important;}
.mx-66{margin-left:976px !important;margin-right:976px !important;}
.my-66{margin-top:976px !important;margin-bottom:976px !important;}
.mt-66{margin-top:976px !important;}
.me-66{margin-right:976px !important;}
.mb-66{margin-bottom:976px !important;}
.ms-66{margin-left:976px !important;}
.-m-66{margin:-976px !important;}
.-mx-66{margin-left:-976px !important;margin-right:-976px !important;}
.-my-66{margin-top:-976px !important;margin-bottom:-976px !important;}
.-mt-66{margin-top:-976px !important;}
.-me-66{margin-right:-976px !important;}
.-mb-66{margin-bottom:-976px !important;}
.-ms-66{margin-left:-976px !important;}
.m-67{margin:992px !important;}
.mx-67{margin-left:992px !important;margin-right:992px !important;}
.my-67{margin-top:992px !important;margin-bottom:992px !important;}
.mt-67{margin-top:992px !important;}
.me-67{margin-right:992px !important;}
.mb-67{margin-bottom:992px !important;}
.ms-67{margin-left:992px !important;}
.-m-67{margin:-992px !important;}
.-mx-67{margin-left:-992px !important;margin-right:-992px !important;}
.-my-67{margin-top:-992px !important;margin-bottom:-992px !important;}
.-mt-67{margin-top:-992px !important;}
.-me-67{margin-right:-992px !important;}
.-mb-67{margin-bottom:-992px !important;}
.-ms-67{margin-left:-992px !important;}
.m-68{margin:1008px !important;}
.mx-68{margin-left:1008px !important;margin-right:1008px !important;}
.my-68{margin-top:1008px !important;margin-bottom:1008px !important;}
.mt-68{margin-top:1008px !important;}
.me-68{margin-right:1008px !important;}
.mb-68{margin-bottom:1008px !important;}
.ms-68{margin-left:1008px !important;}
.-m-68{margin:-1008px !important;}
.-mx-68{margin-left:-1008px !important;margin-right:-1008px !important;}
.-my-68{margin-top:-1008px !important;margin-bottom:-1008px !important;}
.-mt-68{margin-top:-1008px !important;}
.-me-68{margin-right:-1008px !important;}
.-mb-68{margin-bottom:-1008px !important;}
.-ms-68{margin-left:-1008px !important;}
.m-69{margin:1024px !important;}
.mx-69{margin-left:1024px !important;margin-right:1024px !important;}
.my-69{margin-top:1024px !important;margin-bottom:1024px !important;}
.mt-69{margin-top:1024px !important;}
.me-69{margin-right:1024px !important;}
.mb-69{margin-bottom:1024px !important;}
.ms-69{margin-left:1024px !important;}
.-m-69{margin:-1024px !important;}
.-mx-69{margin-left:-1024px !important;margin-right:-1024px !important;}
.-my-69{margin-top:-1024px !important;margin-bottom:-1024px !important;}
.-mt-69{margin-top:-1024px !important;}
.-me-69{margin-right:-1024px !important;}
.-mb-69{margin-bottom:-1024px !important;}
.-ms-69{margin-left:-1024px !important;}
.m-70{margin:1040px !important;}
.mx-70{margin-left:1040px !important;margin-right:1040px !important;}
.my-70{margin-top:1040px !important;margin-bottom:1040px !important;}
.mt-70{margin-top:1040px !important;}
.me-70{margin-right:1040px !important;}
.mb-70{margin-bottom:1040px !important;}
.ms-70{margin-left:1040px !important;}
.-m-70{margin:-1040px !important;}
.-mx-70{margin-left:-1040px !important;margin-right:-1040px !important;}
.-my-70{margin-top:-1040px !important;margin-bottom:-1040px !important;}
.-mt-70{margin-top:-1040px !important;}
.-me-70{margin-right:-1040px !important;}
.-mb-70{margin-bottom:-1040px !important;}
.-ms-70{margin-left:-1040px !important;}
.m-71{margin:1056px !important;}
.mx-71{margin-left:1056px !important;margin-right:1056px !important;}
.my-71{margin-top:1056px !important;margin-bottom:1056px !important;}
.mt-71{margin-top:1056px !important;}
.me-71{margin-right:1056px !important;}
.mb-71{margin-bottom:1056px !important;}
.ms-71{margin-left:1056px !important;}
.-m-71{margin:-1056px !important;}
.-mx-71{margin-left:-1056px !important;margin-right:-1056px !important;}
.-my-71{margin-top:-1056px !important;margin-bottom:-1056px !important;}
.-mt-71{margin-top:-1056px !important;}
.-me-71{margin-right:-1056px !important;}
.-mb-71{margin-bottom:-1056px !important;}
.-ms-71{margin-left:-1056px !important;}
.m-72{margin:1072px !important;}
.mx-72{margin-left:1072px !important;margin-right:1072px !important;}
.my-72{margin-top:1072px !important;margin-bottom:1072px !important;}
.mt-72{margin-top:1072px !important;}
.me-72{margin-right:1072px !important;}
.mb-72{margin-bottom:1072px !important;}
.ms-72{margin-left:1072px !important;}
.-m-72{margin:-1072px !important;}
.-mx-72{margin-left:-1072px !important;margin-right:-1072px !important;}
.-my-72{margin-top:-1072px !important;margin-bottom:-1072px !important;}
.-mt-72{margin-top:-1072px !important;}
.-me-72{margin-right:-1072px !important;}
.-mb-72{margin-bottom:-1072px !important;}
.-ms-72{margin-left:-1072px !important;}
.m-73{margin:1088px !important;}
.mx-73{margin-left:1088px !important;margin-right:1088px !important;}
.my-73{margin-top:1088px !important;margin-bottom:1088px !important;}
.mt-73{margin-top:1088px !important;}
.me-73{margin-right:1088px !important;}
.mb-73{margin-bottom:1088px !important;}
.ms-73{margin-left:1088px !important;}
.-m-73{margin:-1088px !important;}
.-mx-73{margin-left:-1088px !important;margin-right:-1088px !important;}
.-my-73{margin-top:-1088px !important;margin-bottom:-1088px !important;}
.-mt-73{margin-top:-1088px !important;}
.-me-73{margin-right:-1088px !important;}
.-mb-73{margin-bottom:-1088px !important;}
.-ms-73{margin-left:-1088px !important;}
.m-74{margin:1104px !important;}
.mx-74{margin-left:1104px !important;margin-right:1104px !important;}
.my-74{margin-top:1104px !important;margin-bottom:1104px !important;}
.mt-74{margin-top:1104px !important;}
.me-74{margin-right:1104px !important;}
.mb-74{margin-bottom:1104px !important;}
.ms-74{margin-left:1104px !important;}
.-m-74{margin:-1104px !important;}
.-mx-74{margin-left:-1104px !important;margin-right:-1104px !important;}
.-my-74{margin-top:-1104px !important;margin-bottom:-1104px !important;}
.-mt-74{margin-top:-1104px !important;}
.-me-74{margin-right:-1104px !important;}
.-mb-74{margin-bottom:-1104px !important;}
.-ms-74{margin-left:-1104px !important;}
.m-75{margin:1120px !important;}
.mx-75{margin-left:1120px !important;margin-right:1120px !important;}
.my-75{margin-top:1120px !important;margin-bottom:1120px !important;}
.mt-75{margin-top:1120px !important;}
.me-75{margin-right:1120px !important;}
.mb-75{margin-bottom:1120px !important;}
.ms-75{margin-left:1120px !important;}
.-m-75{margin:-1120px !important;}
.-mx-75{margin-left:-1120px !important;margin-right:-1120px !important;}
.-my-75{margin-top:-1120px !important;margin-bottom:-1120px !important;}
.-mt-75{margin-top:-1120px !important;}
.-me-75{margin-right:-1120px !important;}
.-mb-75{margin-bottom:-1120px !important;}
.-ms-75{margin-left:-1120px !important;}
.m-76{margin:1136px !important;}
.mx-76{margin-left:1136px !important;margin-right:1136px !important;}
.my-76{margin-top:1136px !important;margin-bottom:1136px !important;}
.mt-76{margin-top:1136px !important;}
.me-76{margin-right:1136px !important;}
.mb-76{margin-bottom:1136px !important;}
.ms-76{margin-left:1136px !important;}
.-m-76{margin:-1136px !important;}
.-mx-76{margin-left:-1136px !important;margin-right:-1136px !important;}
.-my-76{margin-top:-1136px !important;margin-bottom:-1136px !important;}
.-mt-76{margin-top:-1136px !important;}
.-me-76{margin-right:-1136px !important;}
.-mb-76{margin-bottom:-1136px !important;}
.-ms-76{margin-left:-1136px !important;}
.m-77{margin:1152px !important;}
.mx-77{margin-left:1152px !important;margin-right:1152px !important;}
.my-77{margin-top:1152px !important;margin-bottom:1152px !important;}
.mt-77{margin-top:1152px !important;}
.me-77{margin-right:1152px !important;}
.mb-77{margin-bottom:1152px !important;}
.ms-77{margin-left:1152px !important;}
.-m-77{margin:-1152px !important;}
.-mx-77{margin-left:-1152px !important;margin-right:-1152px !important;}
.-my-77{margin-top:-1152px !important;margin-bottom:-1152px !important;}
.-mt-77{margin-top:-1152px !important;}
.-me-77{margin-right:-1152px !important;}
.-mb-77{margin-bottom:-1152px !important;}
.-ms-77{margin-left:-1152px !important;}
.m-78{margin:1168px !important;}
.mx-78{margin-left:1168px !important;margin-right:1168px !important;}
.my-78{margin-top:1168px !important;margin-bottom:1168px !important;}
.mt-78{margin-top:1168px !important;}
.me-78{margin-right:1168px !important;}
.mb-78{margin-bottom:1168px !important;}
.ms-78{margin-left:1168px !important;}
.-m-78{margin:-1168px !important;}
.-mx-78{margin-left:-1168px !important;margin-right:-1168px !important;}
.-my-78{margin-top:-1168px !important;margin-bottom:-1168px !important;}
.-mt-78{margin-top:-1168px !important;}
.-me-78{margin-right:-1168px !important;}
.-mb-78{margin-bottom:-1168px !important;}
.-ms-78{margin-left:-1168px !important;}
.m-79{margin:1184px !important;}
.mx-79{margin-left:1184px !important;margin-right:1184px !important;}
.my-79{margin-top:1184px !important;margin-bottom:1184px !important;}
.mt-79{margin-top:1184px !important;}
.me-79{margin-right:1184px !important;}
.mb-79{margin-bottom:1184px !important;}
.ms-79{margin-left:1184px !important;}
.-m-79{margin:-1184px !important;}
.-mx-79{margin-left:-1184px !important;margin-right:-1184px !important;}
.-my-79{margin-top:-1184px !important;margin-bottom:-1184px !important;}
.-mt-79{margin-top:-1184px !important;}
.-me-79{margin-right:-1184px !important;}
.-mb-79{margin-bottom:-1184px !important;}
.-ms-79{margin-left:-1184px !important;}
.m-80{margin:1200px !important;}
.mx-80{margin-left:1200px !important;margin-right:1200px !important;}
.my-80{margin-top:1200px !important;margin-bottom:1200px !important;}
.mt-80{margin-top:1200px !important;}
.me-80{margin-right:1200px !important;}
.mb-80{margin-bottom:1200px !important;}
.ms-80{margin-left:1200px !important;}
.-m-80{margin:-1200px !important;}
.-mx-80{margin-left:-1200px !important;margin-right:-1200px !important;}
.-my-80{margin-top:-1200px !important;margin-bottom:-1200px !important;}
.-mt-80{margin-top:-1200px !important;}
.-me-80{margin-right:-1200px !important;}
.-mb-80{margin-bottom:-1200px !important;}
.-ms-80{margin-left:-1200px !important;}
.m-81{margin:1216px !important;}
.mx-81{margin-left:1216px !important;margin-right:1216px !important;}
.my-81{margin-top:1216px !important;margin-bottom:1216px !important;}
.mt-81{margin-top:1216px !important;}
.me-81{margin-right:1216px !important;}
.mb-81{margin-bottom:1216px !important;}
.ms-81{margin-left:1216px !important;}
.-m-81{margin:-1216px !important;}
.-mx-81{margin-left:-1216px !important;margin-right:-1216px !important;}
.-my-81{margin-top:-1216px !important;margin-bottom:-1216px !important;}
.-mt-81{margin-top:-1216px !important;}
.-me-81{margin-right:-1216px !important;}
.-mb-81{margin-bottom:-1216px !important;}
.-ms-81{margin-left:-1216px !important;}
.m-82{margin:1232px !important;}
.mx-82{margin-left:1232px !important;margin-right:1232px !important;}
.my-82{margin-top:1232px !important;margin-bottom:1232px !important;}
.mt-82{margin-top:1232px !important;}
.me-82{margin-right:1232px !important;}
.mb-82{margin-bottom:1232px !important;}
.ms-82{margin-left:1232px !important;}
.-m-82{margin:-1232px !important;}
.-mx-82{margin-left:-1232px !important;margin-right:-1232px !important;}
.-my-82{margin-top:-1232px !important;margin-bottom:-1232px !important;}
.-mt-82{margin-top:-1232px !important;}
.-me-82{margin-right:-1232px !important;}
.-mb-82{margin-bottom:-1232px !important;}
.-ms-82{margin-left:-1232px !important;}
.m-83{margin:1248px !important;}
.mx-83{margin-left:1248px !important;margin-right:1248px !important;}
.my-83{margin-top:1248px !important;margin-bottom:1248px !important;}
.mt-83{margin-top:1248px !important;}
.me-83{margin-right:1248px !important;}
.mb-83{margin-bottom:1248px !important;}
.ms-83{margin-left:1248px !important;}
.-m-83{margin:-1248px !important;}
.-mx-83{margin-left:-1248px !important;margin-right:-1248px !important;}
.-my-83{margin-top:-1248px !important;margin-bottom:-1248px !important;}
.-mt-83{margin-top:-1248px !important;}
.-me-83{margin-right:-1248px !important;}
.-mb-83{margin-bottom:-1248px !important;}
.-ms-83{margin-left:-1248px !important;}
.m-84{margin:1264px !important;}
.mx-84{margin-left:1264px !important;margin-right:1264px !important;}
.my-84{margin-top:1264px !important;margin-bottom:1264px !important;}
.mt-84{margin-top:1264px !important;}
.me-84{margin-right:1264px !important;}
.mb-84{margin-bottom:1264px !important;}
.ms-84{margin-left:1264px !important;}
.-m-84{margin:-1264px !important;}
.-mx-84{margin-left:-1264px !important;margin-right:-1264px !important;}
.-my-84{margin-top:-1264px !important;margin-bottom:-1264px !important;}
.-mt-84{margin-top:-1264px !important;}
.-me-84{margin-right:-1264px !important;}
.-mb-84{margin-bottom:-1264px !important;}
.-ms-84{margin-left:-1264px !important;}
.m-85{margin:1280px !important;}
.mx-85{margin-left:1280px !important;margin-right:1280px !important;}
.my-85{margin-top:1280px !important;margin-bottom:1280px !important;}
.mt-85{margin-top:1280px !important;}
.me-85{margin-right:1280px !important;}
.mb-85{margin-bottom:1280px !important;}
.ms-85{margin-left:1280px !important;}
.-m-85{margin:-1280px !important;}
.-mx-85{margin-left:-1280px !important;margin-right:-1280px !important;}
.-my-85{margin-top:-1280px !important;margin-bottom:-1280px !important;}
.-mt-85{margin-top:-1280px !important;}
.-me-85{margin-right:-1280px !important;}
.-mb-85{margin-bottom:-1280px !important;}
.-ms-85{margin-left:-1280px !important;}
.m-86{margin:1296px !important;}
.mx-86{margin-left:1296px !important;margin-right:1296px !important;}
.my-86{margin-top:1296px !important;margin-bottom:1296px !important;}
.mt-86{margin-top:1296px !important;}
.me-86{margin-right:1296px !important;}
.mb-86{margin-bottom:1296px !important;}
.ms-86{margin-left:1296px !important;}
.-m-86{margin:-1296px !important;}
.-mx-86{margin-left:-1296px !important;margin-right:-1296px !important;}
.-my-86{margin-top:-1296px !important;margin-bottom:-1296px !important;}
.-mt-86{margin-top:-1296px !important;}
.-me-86{margin-right:-1296px !important;}
.-mb-86{margin-bottom:-1296px !important;}
.-ms-86{margin-left:-1296px !important;}
.m-87{margin:1312px !important;}
.mx-87{margin-left:1312px !important;margin-right:1312px !important;}
.my-87{margin-top:1312px !important;margin-bottom:1312px !important;}
.mt-87{margin-top:1312px !important;}
.me-87{margin-right:1312px !important;}
.mb-87{margin-bottom:1312px !important;}
.ms-87{margin-left:1312px !important;}
.-m-87{margin:-1312px !important;}
.-mx-87{margin-left:-1312px !important;margin-right:-1312px !important;}
.-my-87{margin-top:-1312px !important;margin-bottom:-1312px !important;}
.-mt-87{margin-top:-1312px !important;}
.-me-87{margin-right:-1312px !important;}
.-mb-87{margin-bottom:-1312px !important;}
.-ms-87{margin-left:-1312px !important;}
.m-88{margin:1328px !important;}
.mx-88{margin-left:1328px !important;margin-right:1328px !important;}
.my-88{margin-top:1328px !important;margin-bottom:1328px !important;}
.mt-88{margin-top:1328px !important;}
.me-88{margin-right:1328px !important;}
.mb-88{margin-bottom:1328px !important;}
.ms-88{margin-left:1328px !important;}
.-m-88{margin:-1328px !important;}
.-mx-88{margin-left:-1328px !important;margin-right:-1328px !important;}
.-my-88{margin-top:-1328px !important;margin-bottom:-1328px !important;}
.-mt-88{margin-top:-1328px !important;}
.-me-88{margin-right:-1328px !important;}
.-mb-88{margin-bottom:-1328px !important;}
.-ms-88{margin-left:-1328px !important;}
.m-89{margin:1344px !important;}
.mx-89{margin-left:1344px !important;margin-right:1344px !important;}
.my-89{margin-top:1344px !important;margin-bottom:1344px !important;}
.mt-89{margin-top:1344px !important;}
.me-89{margin-right:1344px !important;}
.mb-89{margin-bottom:1344px !important;}
.ms-89{margin-left:1344px !important;}
.-m-89{margin:-1344px !important;}
.-mx-89{margin-left:-1344px !important;margin-right:-1344px !important;}
.-my-89{margin-top:-1344px !important;margin-bottom:-1344px !important;}
.-mt-89{margin-top:-1344px !important;}
.-me-89{margin-right:-1344px !important;}
.-mb-89{margin-bottom:-1344px !important;}
.-ms-89{margin-left:-1344px !important;}
.m-90{margin:1360px !important;}
.mx-90{margin-left:1360px !important;margin-right:1360px !important;}
.my-90{margin-top:1360px !important;margin-bottom:1360px !important;}
.mt-90{margin-top:1360px !important;}
.me-90{margin-right:1360px !important;}
.mb-90{margin-bottom:1360px !important;}
.ms-90{margin-left:1360px !important;}
.-m-90{margin:-1360px !important;}
.-mx-90{margin-left:-1360px !important;margin-right:-1360px !important;}
.-my-90{margin-top:-1360px !important;margin-bottom:-1360px !important;}
.-mt-90{margin-top:-1360px !important;}
.-me-90{margin-right:-1360px !important;}
.-mb-90{margin-bottom:-1360px !important;}
.-ms-90{margin-left:-1360px !important;}
.m-91{margin:1376px !important;}
.mx-91{margin-left:1376px !important;margin-right:1376px !important;}
.my-91{margin-top:1376px !important;margin-bottom:1376px !important;}
.mt-91{margin-top:1376px !important;}
.me-91{margin-right:1376px !important;}
.mb-91{margin-bottom:1376px !important;}
.ms-91{margin-left:1376px !important;}
.-m-91{margin:-1376px !important;}
.-mx-91{margin-left:-1376px !important;margin-right:-1376px !important;}
.-my-91{margin-top:-1376px !important;margin-bottom:-1376px !important;}
.-mt-91{margin-top:-1376px !important;}
.-me-91{margin-right:-1376px !important;}
.-mb-91{margin-bottom:-1376px !important;}
.-ms-91{margin-left:-1376px !important;}
.m-92{margin:1392px !important;}
.mx-92{margin-left:1392px !important;margin-right:1392px !important;}
.my-92{margin-top:1392px !important;margin-bottom:1392px !important;}
.mt-92{margin-top:1392px !important;}
.me-92{margin-right:1392px !important;}
.mb-92{margin-bottom:1392px !important;}
.ms-92{margin-left:1392px !important;}
.-m-92{margin:-1392px !important;}
.-mx-92{margin-left:-1392px !important;margin-right:-1392px !important;}
.-my-92{margin-top:-1392px !important;margin-bottom:-1392px !important;}
.-mt-92{margin-top:-1392px !important;}
.-me-92{margin-right:-1392px !important;}
.-mb-92{margin-bottom:-1392px !important;}
.-ms-92{margin-left:-1392px !important;}
.m-93{margin:1408px !important;}
.mx-93{margin-left:1408px !important;margin-right:1408px !important;}
.my-93{margin-top:1408px !important;margin-bottom:1408px !important;}
.mt-93{margin-top:1408px !important;}
.me-93{margin-right:1408px !important;}
.mb-93{margin-bottom:1408px !important;}
.ms-93{margin-left:1408px !important;}
.-m-93{margin:-1408px !important;}
.-mx-93{margin-left:-1408px !important;margin-right:-1408px !important;}
.-my-93{margin-top:-1408px !important;margin-bottom:-1408px !important;}
.-mt-93{margin-top:-1408px !important;}
.-me-93{margin-right:-1408px !important;}
.-mb-93{margin-bottom:-1408px !important;}
.-ms-93{margin-left:-1408px !important;}
.m-94{margin:1424px !important;}
.mx-94{margin-left:1424px !important;margin-right:1424px !important;}
.my-94{margin-top:1424px !important;margin-bottom:1424px !important;}
.mt-94{margin-top:1424px !important;}
.me-94{margin-right:1424px !important;}
.mb-94{margin-bottom:1424px !important;}
.ms-94{margin-left:1424px !important;}
.-m-94{margin:-1424px !important;}
.-mx-94{margin-left:-1424px !important;margin-right:-1424px !important;}
.-my-94{margin-top:-1424px !important;margin-bottom:-1424px !important;}
.-mt-94{margin-top:-1424px !important;}
.-me-94{margin-right:-1424px !important;}
.-mb-94{margin-bottom:-1424px !important;}
.-ms-94{margin-left:-1424px !important;}
.m-95{margin:1440px !important;}
.mx-95{margin-left:1440px !important;margin-right:1440px !important;}
.my-95{margin-top:1440px !important;margin-bottom:1440px !important;}
.mt-95{margin-top:1440px !important;}
.me-95{margin-right:1440px !important;}
.mb-95{margin-bottom:1440px !important;}
.ms-95{margin-left:1440px !important;}
.-m-95{margin:-1440px !important;}
.-mx-95{margin-left:-1440px !important;margin-right:-1440px !important;}
.-my-95{margin-top:-1440px !important;margin-bottom:-1440px !important;}
.-mt-95{margin-top:-1440px !important;}
.-me-95{margin-right:-1440px !important;}
.-mb-95{margin-bottom:-1440px !important;}
.-ms-95{margin-left:-1440px !important;}
.m-96{margin:1456px !important;}
.mx-96{margin-left:1456px !important;margin-right:1456px !important;}
.my-96{margin-top:1456px !important;margin-bottom:1456px !important;}
.mt-96{margin-top:1456px !important;}
.me-96{margin-right:1456px !important;}
.mb-96{margin-bottom:1456px !important;}
.ms-96{margin-left:1456px !important;}
.-m-96{margin:-1456px !important;}
.-mx-96{margin-left:-1456px !important;margin-right:-1456px !important;}
.-my-96{margin-top:-1456px !important;margin-bottom:-1456px !important;}
.-mt-96{margin-top:-1456px !important;}
.-me-96{margin-right:-1456px !important;}
.-mb-96{margin-bottom:-1456px !important;}
.-ms-96{margin-left:-1456px !important;}
.m-97{margin:1472px !important;}
.mx-97{margin-left:1472px !important;margin-right:1472px !important;}
.my-97{margin-top:1472px !important;margin-bottom:1472px !important;}
.mt-97{margin-top:1472px !important;}
.me-97{margin-right:1472px !important;}
.mb-97{margin-bottom:1472px !important;}
.ms-97{margin-left:1472px !important;}
.-m-97{margin:-1472px !important;}
.-mx-97{margin-left:-1472px !important;margin-right:-1472px !important;}
.-my-97{margin-top:-1472px !important;margin-bottom:-1472px !important;}
.-mt-97{margin-top:-1472px !important;}
.-me-97{margin-right:-1472px !important;}
.-mb-97{margin-bottom:-1472px !important;}
.-ms-97{margin-left:-1472px !important;}
.m-98{margin:1488px !important;}
.mx-98{margin-left:1488px !important;margin-right:1488px !important;}
.my-98{margin-top:1488px !important;margin-bottom:1488px !important;}
.mt-98{margin-top:1488px !important;}
.me-98{margin-right:1488px !important;}
.mb-98{margin-bottom:1488px !important;}
.ms-98{margin-left:1488px !important;}
.-m-98{margin:-1488px !important;}
.-mx-98{margin-left:-1488px !important;margin-right:-1488px !important;}
.-my-98{margin-top:-1488px !important;margin-bottom:-1488px !important;}
.-mt-98{margin-top:-1488px !important;}
.-me-98{margin-right:-1488px !important;}
.-mb-98{margin-bottom:-1488px !important;}
.-ms-98{margin-left:-1488px !important;}
.m-99{margin:1504px !important;}
.mx-99{margin-left:1504px !important;margin-right:1504px !important;}
.my-99{margin-top:1504px !important;margin-bottom:1504px !important;}
.mt-99{margin-top:1504px !important;}
.me-99{margin-right:1504px !important;}
.mb-99{margin-bottom:1504px !important;}
.ms-99{margin-left:1504px !important;}
.-m-99{margin:-1504px !important;}
.-mx-99{margin-left:-1504px !important;margin-right:-1504px !important;}
.-my-99{margin-top:-1504px !important;margin-bottom:-1504px !important;}
.-mt-99{margin-top:-1504px !important;}
.-me-99{margin-right:-1504px !important;}
.-mb-99{margin-bottom:-1504px !important;}
.-ms-99{margin-left:-1504px !important;}
.m-100{margin:1520px !important;}
.mx-100{margin-left:1520px !important;margin-right:1520px !important;}
.my-100{margin-top:1520px !important;margin-bottom:1520px !important;}
.mt-100{margin-top:1520px !important;}
.me-100{margin-right:1520px !important;}
.mb-100{margin-bottom:1520px !important;}
.ms-100{margin-left:1520px !important;}
.-m-100{margin:-1520px !important;}
.-mx-100{margin-left:-1520px !important;margin-right:-1520px !important;}
.-my-100{margin-top:-1520px !important;margin-bottom:-1520px !important;}
.-mt-100{margin-top:-1520px !important;}
.-me-100{margin-right:-1520px !important;}
.-mb-100{margin-bottom:-1520px !important;}
.-ms-100{margin-left:-1520px !important;}
.narrow{max-width:780px;}
.muted{color:rgba(0, 0, 0, 0.06) !important;}
.icon-top i{font-size:1.4rem;color:#1e256c;margin-bottom:0.5rem;}
.badge{display:inline-block;padding:0.25rem 0.5rem;border-radius:999px;font-size:0.85rem;line-height:1;}
.badge-info{background:#00adcc;color:#ffffff;}
.badge-rose{background:#ff6ea8;color:#ffffff;}
article:not(.main)>button:first-child+header{float:left;margin-bottom:1rem;margin-top:0;}
article:not(.main)>button:first-child+header h2, article:not(.main)>button:first-child+header h3{margin-top:0;}
article:not(.main) .detail-close{float:right;}
article:not(.main) h2, article:not(.main) h3{display:block;padding:0.45rem 0.75rem;margin-bottom:0.75rem;border-radius:8px;background:#00adcc;border-left:4px solid #e100cf;color:#1c2530;box-shadow:0 6px 18px rgba(10, 12, 20, 0.06);font-weight:600;line-height:1.15;}
article:not(.main) h3{margin-top:0.25rem;color:#1e256c;}
article:not(.main) footer{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(0, 0, 0, 0.3);font-size:0.95rem;color:rgba(247, 248, 251, 0.7);}
html.no-scroll, body.no-scroll{height:100%;overflow:hidden;overscroll-behavior:none;}
.overlay-hidden{opacity:0 !important;pointer-events:none !important;-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important;will-change:opacity;transition:opacity 360ms cubic-bezier(0.22, 0.9, 0.12, 1);}
.mb-5{margin-bottom:3rem !important;}
.liquid-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:initial;}
.uppercase{text-transform:uppercase;}::-webkit-scrollbar{width:5px;height:5px;}::-webkit-scrollbar-track{background:rgba(30, 37, 108, 0);border-radius:0;}::-webkit-scrollbar-thumb{background:#e5007c;border-radius:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}::-webkit-scrollbar-thumb:hover{background:rgba(229, 0, 124, 0.5);}
.divider{width:100%;height:1px;background:rgba(0, 0, 0, 0.1);margin:1.5rem 0;clear:both;}
.sr-only{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;}
.skip-link{position:absolute;left:1rem;top:-40px;background:#fff;color:#ffffff;padding:0.5rem 0.75rem;border-radius:6px;z-index:20000;box-shadow:0 6px 18px rgba(0, 0, 0, 0.12);transform:translateY(0);transition:top 0.18s ease, opacity 0.12s ease;opacity:0;}
.skip-link:focus, .skip-link:focus-visible, .skip-link:active{top:1rem;opacity:1;}
.checklist{list-style:none;padding:0;margin:1.25rem 0 0;display:grid;gap:0.6rem;}
.checklist li{background:#fff;padding:0.55rem 0.75rem;border-radius:4px;box-shadow:0 2px 6px rgba(0, 0, 0, 0.07);font-size:0.95rem;display:flex;align-items:center;gap:0.6rem;color:#ffffff;}
.checklist i{color:#1e256c;}
.detail-gallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-top:1rem;align-items:start;}
.detail-gallery figure{margin:0;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 8px 20px rgba(10, 10, 10, 0.06);display:flex;flex-direction:column;}
.detail-gallery img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;}
.detail-gallery figcaption{padding:0.5rem 0.75rem;font-size:0.95rem;color:#ffffff;}
@media (max-width:1023.98px){.detail-gallery{grid-template-columns:1fr;}
}
.section{display:flex;scroll-margin-top:74px;padding-top:200px;padding-bottom:200px;position:relative;width:100%;transition:all 0.3s ease 0.1s;}
body:not(.scrolled) .section:first-of-type{scroll-margin-top:370px;margin-top:370px;}
.section.bg-checkboard{background-image:url("/assets/images/backgrounds/magenta_transparent.c2b67fc1.png");}
.section.bg-stripes{background-image:url("/assets/images/backgrounds/light_blue_transparent.623af642.png");}
.section#seencardbox{max-height:1000px;min-height:1000px;}
@media (max-width:1439.98px){.section#seencardbox{min-height:auto;max-height:100%;}
}
.section.bg-primary{background-color:#1e256c;}
.section.bg-primary .text-content{background-color:#00adcc;}
.section.bg-secondary{background-color:#00adcc;}
.section.bg-secondary .text-content{background-color:#e5007c;}
.section.bg-accent{background-color:#e5007c;}
.section.bg-accent .text-content{background-color:#1e256c;}
main{width:calc(100% + 3px);background-color:#1e256c;}
.main{width:100%;display:grid;gap:50px;grid-template-columns:1fr 1fr;}
.main header h2{line-height:100px;font-size:clamp(3.125rem, 50vw, 6.25rem);padding:0;margin:0;}
@media (max-width:1023.98px){.main header h2{font-size:clamp(2.5rem, 25vw, 5rem);}
}
@media (max-width:699.98px){.main header h2{font-size:clamp(1.875rem, 25vw, 3.75rem);}
}
@media (max-width:479.98px){.main header h2{font-size:clamp(1.25rem, 25vw, 2.5rem);}
}
.main header h3{transition:all 0.3s ease 0.1s;display:block;justify-content:space-between;flex-direction:column;margin:0;padding:0;font-size:2.8125rem;font-weight:300;line-height:1px;transition:all 0.3s ease 0.1s;min-height:100px;}
.main header h3 span{display:inline-block;margin-left:15.625rem;padding:0;background-color:#00adcc;padding-inline-start:1rem;padding-inline-end:1rem;font-size:2.25rem;line-height:2.75rem;text-transform:uppercase;}
section.bg-secondary .main header h3 span{background-color:#1e256c;}
@media (max-width:1919.98px){.main header h3 span{margin-left:6.25rem;font-size:2.125rem;min-height:auto;}
}
@media (max-width:1279.98px){.main header h3 span{margin-left:4.6875rem;font-size:2rem;min-height:auto;}
}
@media (max-width:767.98px){.main header h3 span{margin-left:3.125rem;width:100%;}
}
@media (max-width:479.98px){.main header h3 span{margin-left:0;}
}
.main header h3 span:first-of-type{margin-top:0;margin-bottom:12px;}
@media (max-width:1919.98px){.main header h3{height:auto;}
}
.main header p{margin-left:15.625rem;padding-inline-start:1rem;padding-inline-end:1rem;margin-bottom:0;max-width:900px;background-color:#1e256c;padding-top:0.75rem;padding-bottom:0.75rem;}
section.bg-secondary.bg-checkboard .main header p{background-color:#00adcc;}
@media (max-width:1919.98px){.main header p{height:auto;margin-left:0rem;}
}
.main .box-image{width:100%;height:auto;display:flex;justify-content:center;align-items:flex-start;}
.main .smaller-features{display:grid;gap:1rem;grid-template-columns:repeat(3, 1fr);}
.main .smaller-features .feature h4{margin-bottom:0.5rem;}
.main .smaller-features .feature p{margin:0;}
@media (max-width:699.98px){.main .smaller-features{grid-template-columns:repeat(1, 1fr);}
}
@media (max-width:1439.98px){.main{grid-template-columns:1fr;}
}
#digital .body{overflow:hidden;}
#digital .body .visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important;}
#partner{display:block;}
.konzept-slider{margin-top:2rem;}
.konzept-slider .slider-viewport{height:220px;}
.fullwidth{width:100vw;margin-left:calc(50% - 50vw);}
.slider{position:relative;margin-top:1rem;}
.slider .slider-inner{position:relative;display:grid;grid-template-columns:1fr 10fr 1fr;grid-template-areas:"slider-btn-prev slider-viewport slider-btn-next";align-content:center;justify-content:center;align-items:center;justify-items:center;}
@media (max-width:479.98px){.slider .slider-inner{grid-template-columns:1fr 1fr;grid-template-areas:"slider-btn-prev slider-btn-next" "slider-viewport slider-viewport";}
}
.slider .slider-inner{}
.slider .slider-inner .slider-btn{position:relative;z-index:10;width:75px;height:75px;border-radius:50%;border:0;background-color:#00adcc;color:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.6s ease 0.3s, transform 0.8s ease 0s;}
.slider .slider-inner .slider-btn i{font-size:3rem;color:#1e256c;transition:all 0.6s ease 0.3s, transform 0.8s ease 0s;}
section.bg-primary .slider-btn i{color:#1e256c;}
section.bg-secondary .slider-btn i{color:#00adcc;}
section.bg-accent .slider-btn i{color:#e5007c;}
.slider .slider-inner .slider-btn:disabled{opacity:0.145;cursor:default;}
.slider .slider-inner .slider-btn:hover:not(:disabled){transform:rotate(90deg);background-color:#e5007c;}
.slider .slider-inner .slider-btn:hover:not(:disabled) i{font-size:3rem;color:#00adcc;}
section.bg-primary .slider-btn i{color:#00adcc;}
section.bg-secondary .slider-btn i{color:#e5007c;}
section.bg-accent .slider-btn i{color:#1e256c;}
.slider .slider-inner .slider-btn.prev{grid-area:slider-btn-prev;}
.slider .slider-inner .slider-btn.next{grid-area:slider-btn-next;}
.slider .slider-inner{}
.slider .slider-inner .slider-viewport{grid-area:slider-viewport;overflow:hidden;}
.slider .slider-inner .slider-viewport .slides{display:flex;width:100%;transition:transform 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);list-style:none;padding:0;margin:0;}
.slider .slider-inner .slider-viewport .slides .slide{min-width:100%;position:relative;padding:0.35rem;}
.slider .slider-inner .slider-viewport .slides .slide img{display:block;width:100%;height:440px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:2px;cursor:pointer;}
.slider .slider-inner .slider-viewport .slides .slide:nth-child(even){animation:ease-in-out alternate infinite scale-image;animation-duration:5s, 6s;animation-delay:0s, 0.5s;}
.slider .slider-inner .slider-viewport .slides .slide:nth-child(odd){animation:ease alternate infinite scale-image-reverse;animation-duration:5s, 6s;animation-delay:0s, 0.5s;}
.slider .slider-inner .slider-viewport .slides .slide:hover{animation-play-state:paused;}
.slider .slider-inner .slider-viewport .slides .slide:hover img{transform:scale(1.03);transition:transform 320ms ease;}
.slider .slider-controls .slider-dots{position:absolute;left:50%;bottom:0.5rem;transform:translateX(-50%);display:flex;gap:0.45rem;z-index:20;}
.slider .slider-controls .slider-dots button{width:10px;height:10px;background:rgba(255, 255, 255, 0.5);border:0;border-radius:50%;cursor:pointer;padding:0;}
.slider .slider-controls .slider-dots button.active{background:#fff;}
.slider{}
@media (min-width:700px){.slider .slide{min-width:50%;}
.slider .partner-slide{min-width:50%;}
.slider .slider-viewport{height:240px;}
.slider .slide img{height:480px;}
}
@media (min-width:1024px){.slider .slide{min-width:33.3333%;}
.slider .partner-slide{min-width:33.3333%;}
.slider .slider-viewport{height:260px;}
.slider .slide img{height:520px;}
}
.slider{}
@media (prefers-reduced-motion:reduce){.slider .slides{transition:none;}
.slider .slider-btn{transition:none;}
}
.slider-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0, 0, 0, 0.6);z-index:1200;backdrop-filter:blur(2px);}
.slider-modal.open{display:flex;}
.slider-modal-inner{max-width:95vw;max-height:95vh;background:transparent;}
.slider-modal img{width:auto;max-width:95vw;max-height:85vh;display:block;border-radius:4px;}
.slider-modal-close{position:absolute;right:6px;top:6px;border:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#e5007c;color:#ffffff;}
.slider-modal-close:hover{background:#1e256c;color:#ffffff;}
.slider-modal-caption{margin-top:10px;color:#ffffff;text-align:center;font-size:1rem;}
.slider-modal-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;}
.slider-modal-controls .slider-btn{background:#e5007c;color:#ffffff;padding:1rem;font-size:1rem;border-radius:50%;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.slider-modal-controls .slider-btn:hover{transform:translateY(-2px);cursor:pointer;}
.slider-modal-controls .slider-btn{border:none;width:50px;height:50px;}
.slider-modal-controls .slider-btn:hover{background:#1e256c;color:#ffffff;}
.slider-modal-controls .slider-modal-prev{justify-self:end;}
.slider-modal-controls .slider-modal-next{justify-self:start;}
@keyframes scale-image{from{transform:scale(0.98);}
to{transform:scale(1.03);}
}
@keyframes scale-image-reverse{from{transform:scale(1.03);}
to{transform:scale(0.98);}
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid transparent;color:rgb(16.6956521739, 20.5913043478, 60.1043478261);transition:all 0.15s ease;margin-bottom:0.25rem;font-size:1.5rem;font-weight:400;padding:1rem;}
.contact-form{border:none;margin:0;padding:0;}
.contact-form .contact-fieldset{border:none;padding:25px;margin:0;display:grid;gap:0px;}
.contact-form .grid{gap:50px;}
.contact-form .form-group{display:flex;flex-direction:column;}
.contact-form label{font-weight:300;font-size:1.5rem;color:#1e256c;}
.contact-form textarea{min-height:9rem;display:block;}
.contact-form{}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form textarea::-moz-placeholder{color:#666;opacity:1;}
.contact-form input[type=text]::placeholder, .contact-form input[type=email]::placeholder, .contact-form input[type=tel]::placeholder, .contact-form textarea::placeholder{color:#666;opacity:1;}
.contact-form input[type=text]:hover, .contact-form input[type=email]:hover, .contact-form input[type=tel]:hover, .contact-form textarea:hover{background:rgb(36.652173913, 45.2043478261, 131.947826087);color:#ffffff;}
.contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form input[type=tel]:focus, .contact-form textarea:focus{outline:3px solid #1e256c;}
.contact-form input[type=text].valid, .contact-form input[type=email].valid, .contact-form input[type=tel].valid, .contact-form textarea.valid{border-color:#2ecc71;}
.contact-form input[type=text].invalid, .contact-form input[type=email].invalid, .contact-form input[type=tel].invalid, .contact-form textarea.invalid{border-color:#e5484d;}
.contact-form{}
.contact-form input:focus, .contact-form textarea:focus{outline:3px solid #1e256c;}
.contact-form{}
@media (max-width:767.98px){.contact-form .contact-fieldset{padding:0.75rem;}
.contact-form .form-row{grid-template-columns:1fr;}
.contact-form .btn{justify-self:stretch;}
}
.contact-form .form-actions{padding-top:25px;}
.contact-person{display:flex;flex-direction:column;align-items:center;}
.contact-person .avatar{width:225px;height:225px;border:10px solid #e5007c;border-radius:50%;-o-object-fit:cover;object-fit:cover;justify-self:center;}
.contact-person .person-info{margin-top:50px;padding:15px;background-color:#1e256c;color:#00adcc;}
.contact-person .person-info p{margin:0;padding:0;font-size:2rem;line-height:1.2;color:#00adcc;font-weight:300;}
.contact-person .person-info p.name{font-weight:300;font-size:2.25rem;}
.contact-person .person-info p a{color:#00adcc;font-weight:200;}
.contact-person .person-info p span{color:#00adcc;font-weight:200;}
.site-footer{border-top:1px solid rgb(23.347826087, 28.7956521739, 84.052173913);padding:clamp(1rem, 3vw, 3rem) clamp(0.75rem, 6vw, 6rem);background:#1e256c;color:#f7f8fb;}
.site-footer .footer-nav{display:grid;grid-template-columns:30% 70%;gap:clamp(1rem, 3.2vw, 50px);align-items:start;justify-items:end;}
@media (max-width:1439.98px){.site-footer .footer-nav{display:block;padding:1rem;width:100%;}
}
.site-footer .footer-nav a{color:#e5007c;text-decoration:none;font-size:clamp(1rem, 2.5vw, 1.75rem);font-weight:300;padding:0.3rem 0;}
.site-footer .footer-nav a:hover{color:#e100cf;}
.site-footer .footer-nav{}
.site-footer .footer-nav .footer-col{padding:0 0.5rem;}
.site-footer .footer-nav h1, .site-footer .footer-nav h2, .site-footer .footer-nav h3, .site-footer .footer-nav h4, .site-footer .footer-nav h5, .site-footer .footer-nav h6{color:#00adcc;}
.site-footer .footer-nav .heading{color:#f7f8fb;padding:0;margin-bottom:0;margin-top:0;justify-self:start;align-items:start;line-height:1;height:50px;margin-bottom:20px;font-size:4.625rem;}
@media (max-width:1439.98px){.site-footer .footer-nav .heading{display:block;padding:1rem;width:100%;height:auto;}
}
.site-footer .footer-nav .footer-brand{justify-self:start;text-align:left;}
.site-footer .footer-nav .footer-brand p{margin:0;font-weight:200;}
.site-footer .footer-nav .footer-social{justify-self:start;}
.site-footer .footer-nav .footer-social a{background:#00adcc;color:#e5007c;padding:0.5rem 0.25rem;font-size:28px;border-radius:50%;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.site-footer .footer-nav .footer-social a:hover{transform:translateY(-2px);cursor:pointer;}
.site-footer .footer-nav .footer-social a{border:none;}
.site-footer .footer-nav .footer-social a i{color:#1e256c;}
.site-footer .footer-nav .footer-social a:hover{background:#1e256c;color:#ffffff;}
.site-footer .footer-nav .footer-social a:hover i{color:#e5007c;}
.site-footer .footer-nav .footer-legal, .site-footer .footer-nav .footer-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:0.5rem;align-items:center;justify-content:center;}
.site-footer{}
.site-footer .footer-links ul, .site-footer .footer-legal ul, .site-footer .footer-social ul{display:flex;margin:0;padding:0;list-style:none;flex-wrap:wrap;gap:0.5rem;align-items:center;justify-content:center;}
.site-footer .footer-links ul li, .site-footer .footer-legal ul li, .site-footer .footer-social ul li{margin:0;padding:0;line-height:1;}
@media (max-width:1439.98px){.site-footer .footer-links ul, .site-footer .footer-legal ul, .site-footer .footer-social ul{gap:1.5rem;padding:1rem;width:100%;}
}
.site-footer .footer-links ul.social-links, .site-footer .footer-legal ul.social-links, .site-footer .footer-social ul.social-links{gap:1.5rem;}
.site-footer .footer-links a, .site-footer .footer-legal a, .site-footer .footer-social a{color:#e5007c;text-decoration:none;padding:0;margin:0;display:block;padding-right:15px;padding-left:15px;}
.site-footer .footer-links a:hover, .site-footer .footer-legal a:hover, .site-footer .footer-social a:hover{text-decoration:underline;color:#e5007c;}
@media (max-width:1023.98px){.site-footer .footer-links ul, .site-footer .footer-legal ul, .site-footer .footer-social ul{grid-template-columns:1fr;}
}
.site-footer .footer-links li:not(:last-child){border-right:1px solid #e5007c;}
.site-footer .footer-legal{flex-direction:column;align-items:flex-end;text-align:right;}
.site-footer .footer-legal *{color:#ffffff;font-size:2.25rem;font-weight:200;}
.site-footer .footer-legal>*{padding-right:25px;padding-left:25px;}
.site-footer .footer-legal .brand{font-weight:600;color:#00adcc;}
.site-footer .footer-legal .brand span{color:#ffffff;font-weight:600;}
.site-footer .footer-legal a{color:#ffffff;}
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;padding:0 0.75rem 0.75rem;}
.cookie-inner{margin:0 auto;max-width:100vw;background:#e5007c;padding:3rem 1rem;display:flex;gap:1rem;align-items:center;justify-content:space-between;}
.cookie-inner p{margin:0;font-size:2rem;}
.cookie-inner a{color:#1e256c;text-decoration:underline;}
.cookie-actions{display:flex;gap:0.5rem;}
.cookie-banner[hidden]{display:none !important;}
h1{font-size:6.5625rem;line-height:1.2;margin-bottom:1rem;font-weight:300;}
h2{font-size:6.5625rem;line-height:1.3;margin-bottom:0.85rem;font-weight:300;}
h3{font-size:2.25rem;line-height:1.3;margin-bottom:0.75rem;font-weight:300;}
h4{font-size:1.875rem;line-height:1.3;margin-bottom:0.65rem;font-weight:300;}
h5{font-size:1.3125rem;line-height:1.3;margin-bottom:0.5rem;font-weight:300;}
h6{font-size:0.9375rem;line-height:1.3;margin-bottom:0.4rem;font-weight:300;}
@font-face{font-family:"Klavika";src:url("/assets/webfonts/klavika-light.242085b2.woff2") format("woff2"), url("/assets/webfonts/klavika-light.4b937081.otf") format("opentype");font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:"Klavika";src:url("/assets/webfonts/klavika-light-italic.fd380bf5.woff2") format("woff2"), url("/assets/webfonts/klavika-light-italic.87cb90ab.otf") format("opentype");font-weight:300;font-style:italic;font-display:swap;}
@font-face{font-family:"Klavika";src:url("/assets/webfonts/klavika-medium.65aa05f3.woff2") format("woff2"), url("/assets/webfonts/klavika-medium.e50e6099.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Klavika";src:url("/assets/webfonts/klavika-medium-italic.5724c0f6.woff2") format("woff2"), url("/assets/webfonts/klavika-medium-italic.0509667c.otf") format("opentype");font-weight:500;font-style:italic;font-display:swap;}
@font-face{font-family:"Klavika";src:url("/assets/webfonts/klavika-bold.c55d9b5c.woff2") format("woff2"), url("/assets/webfonts/klavika-bold.76dfac81.otf") format("opentype");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:"Klavika";src:url("/assets/webfonts/klavika-bold-italic.4368a4bb.woff2") format("woff2"), url("/assets/webfonts/klavika-bold-italic.6917dee5.otf") format("opentype");font-weight:700;font-style:italic;font-display:swap;}
@font-face{font-family:"Klavika";src:url("/assets/webfonts/klavika-regular-italic.35ea02cf.woff2") format("woff2"), url("/assets/webfonts/klavika-regular-italic.25fc5829.otf") format("opentype");font-weight:400;font-style:italic;font-display:swap;}
body, *{color:#ffffff;font-family:"Klavika", sans-serif;}
p, li{margin:0;margin-bottom:1rem;line-height:1.6;color:#ffffff;font-size:clamp(1rem, 2.5vw, 1.75rem);font-weight:300;}
h2{text-transform:uppercase;}
h3{text-transform:uppercase;}
h4{font-weight:500;}
.grid{display:grid;gap:1.25rem;grid-template-columns:repeat(3, minmax(150px, 1fr));}
.grid.cards .card.clickable{cursor:pointer;}
.grid-2{display:grid;gap:1.75rem;grid-template-columns:repeat(2, minmax(240px, 1fr));}
.grid-3{display:grid;gap:1.75rem;grid-template-columns:repeat(3, minmax(240px, 1fr));}
.grid-4{display:grid;gap:1.75rem;grid-template-columns:repeat(4, minmax(240px, 1fr));}
.grid-5{display:grid;gap:1.75rem;grid-template-columns:repeat(5, minmax(240px, 1fr));}
.cards .card{transition:transform 0.32s ease, background-color 0.32s ease;padding:1.5rem;}
section.bg-secondary .cards .card{background-color:#e5007c;}
.cards .card:hover{transform:scale(1.1);}
.cards .card i{grid-area:icon;justify-self:center;width:32px;height:32px;margin:0;padding:0;}
.cards .card h1, .cards .card h2, .cards .card h3, .cards .card h4, .cards .card h5, .cards .card h6{grid-area:heading;color:#00adcc;margin:0;padding-left:0.5rem;}
.cards .card h1:hover, .cards .card h2:hover, .cards .card h3:hover, .cards .card h4:hover, .cards .card h5:hover, .cards .card h6:hover{color:#e100cf;}
.cards .card p{font-weight:600;word-break:break-word;hyphens:auto;}
.cards .card.active{transform:scale(1.1);}
[data-hover]{cursor:help;transition:transform 0.32s ease, background-color 0.32s ease;}
[data-hover]:hover, [data-hover].active{background-color:#1e256c !important;}
[data-hover]:hover:is(a), [data-hover].active:is(a){background-color:#e5007c !important;}
[data-hover]:is(a){display:inline-block;height:2.75rem;}
@media (max-width:1279.98px){.grid-3{display:grid;gap:10px;grid-template-columns:repeat(3, minmax(33w, 1fr));}
}
@media (max-width:1023.98px){.grid-3{display:grid;gap:10px;grid-template-columns:repeat(1, minmax(100%, 1fr));}
}
.btn{background:#1e256c;color:#ffffff;padding:1rem;font-size:2rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn:hover{transform:translateY(-2px);cursor:pointer;}
.btn{justify-self:end;width:100%;border:none;font-weight:300;}
.btn:hover{background:#00adcc;color:#ffffff;}
.btn-outline{background:transparent;color:#ffffff;padding:0.5rem 1rem;font-size:1rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn-outline:hover{transform:translateY(-2px);cursor:pointer;}
.btn-outline{border-width:1px;border-style:solid;border-color:#1e256c;transition:all 0.8s ease;min-width:75%;display:block;text-transform:uppercase;}
.btn-outline:hover{background:#fff;}
.btn-outline.btn-primary{background:transparent;color:#ffffff;padding:1rem 2rem;font-size:2rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn-outline.btn-primary:hover{transform:translateY(-2px);cursor:pointer;}
.btn-outline.btn-primary:hover{background:rgb(16.6956521739, 20.5913043478, 60.1043478261);}
.btn-outline.active{background:#1e256c;color:#ffffff;border-color:#1e256c;}
.btn-outline.active:hover{background:rgb(16.6956521739, 20.5913043478, 60.1043478261);border-color:rgb(16.6956521739, 20.5913043478, 60.1043478261);}
.buttons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:1.5rem;margin-bottom:1.5rem;gap:1rem;}
.buttons span{flex-basis:100%;height:1;text-transform:uppercase;}
.buttons .btn-outline{align-items:center;min-width:auto;}
.buttons .btn-outline.btn-primary{background:transparent;color:#ffffff;padding:0.5rem 1rem;font-size:1.5rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.buttons .btn-outline.btn-primary:hover{transform:translateY(-2px);cursor:pointer;}
.buttons .btn-outline.active{background:#1e256c;color:#ffffff;border-color:#1e256c;}
.buttons .btn-outline.active:hover{background:rgb(16.6956521739, 20.5913043478, 60.1043478261);border-color:rgb(16.6956521739, 20.5913043478, 60.1043478261);}
.btn-secondary{background:#00adcc;color:#ffffff;padding:0.5rem 1rem;font-size:2rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn-secondary:hover{transform:translateY(-2px);cursor:pointer;}
.btn-secondary:hover{background:rgb(0, 138.4, 163.2);}
.btn-info{background:#00adcc;color:#ffffff;padding:0.5rem 1rem;font-size:2rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn-info:hover{transform:translateY(-2px);cursor:pointer;}
.btn-info:hover{background:rgb(0, 138.4, 163.2);}
.btn-rose{background:#ff6ea8;color:#ffffff;padding:0.5rem 1rem;font-size:2rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn-rose:hover{transform:translateY(-2px);cursor:pointer;}
.btn-rose:hover{background:rgb(255, 69.2, 143.52);}
.btn-magenta{background:#e100cf;color:#ffffff;padding:0.5rem 1rem;font-size:2rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn-magenta:hover{transform:translateY(-2px);cursor:pointer;}
.btn-magenta:hover{background:rgb(184.2, 0, 169.464);}
.btn-accent{background:#e5007c;color:#ffffff;padding:0.5rem 1rem;font-size:2rem;border-radius:0;text-decoration:none;display:inline-block;transition:all 0.3s ease;}
.btn-accent:hover{transform:translateY(-2px);cursor:pointer;}
.btn-accent:hover{background:rgb(188.2, 0, 101.9074235808) !important;color:#ffffff !important;}
.flyin-backdrop{position:fixed;inset:0;background:rgba(0, 0, 0, 0.45);z-index:9998;transition:all 220ms ease;backdrop-filter:blur(4px);}
.flyin-panel{max-width:min(1280px, 92vw);max-height:100vh;overflow:auto;transform-origin:center center;position:fixed;left:-1000px;right:1vw;bottom:0;width:55vw;height:100vh;background:#e5007c;color:#ffffff;border-radius:0;padding:1rem 1.25rem;z-index:10010;opacity:1;display:block;flex-direction:column;overflow-x:hidden;transition:all 0.3s ease 2s;overscroll-behavior:contain;}
@media (max-width:1439.98px){.flyin-panel{width:100vw;}
}
.flyin-panel.legal-source{left:auto;transition:all 0.3s ease 2s;}
.flyin-panel{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1e256c transparent;}
.flyin-panel::-webkit-scrollbar{width:10px;height:10px;}
.flyin-panel::-webkit-scrollbar-track{background:transparent;}
.flyin-panel::-webkit-scrollbar-thumb{background:#1e256c;border-radius:999px;border:2px solid transparent;background-clip:padding-box;}
.flyin-panel::-webkit-scrollbar-thumb:hover{background:#1e256c;}
.flyin-panel.main header h3{margin-top:1.5rem;margin-bottom:0.75rem;height:auto;}
.flyin-panel.main header h2{margin-bottom:0;font-size:clamp(1.75rem, 4vw, 3.5rem);}
.flyin-panel.main h5{margin-top:1.5rem;margin-bottom:0.5rem;font-size:clamp(1.25rem, 3vw, 2rem);}
.flyin-panel img{max-width:100%;height:auto;display:block;}
.flyin-panel .flyin-close{display:inline-block;width:50px;height:50px;min-height:50px;background:#1e256c;border:0;color:#f7f8fb;font-size:1.125rem;padding:6px;border-radius:50%;cursor:pointer;}
.flyin-panel .flyin-close:hover{background:#00adcc;color:#ffffff;}
body.no-scroll{overflow:hidden;touch-action:none;}
.image-gallery{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:10px;margin-top:1rem;}
.image-gallery a{display:block;width:100%;height:100%;aspect-ratio:1/1;overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease;}
.image-gallery a:hover{transform:scale(1.05);box-shadow:0 8px 12px rgba(0, 0, 0, 0.2);}
.image-gallery a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;}
.partner-slider{position:relative;display:block;margin:0;}
.partner-slider .slider-viewport{overflow:hidden;height:auto;}
.partner-slider .slider-controls{display:none;}
.partner-slides{display:flex;gap:2rem;padding:1rem;margin:0;list-style:none;transition:transform 0.3s ease-in-out;}
.partner-card{display:grid;grid-template-columns:7fr 5fr;gap:5rem;}
@media (max-width:1439.98px){.partner-card{grid-template-columns:1fr;}
}
.partner-card .partner-name{background-color:#00adcc;color:#ffffff;padding:0 0.5rem;font-size:2.25rem;line-height:2.5rem;display:inline-block;height:auto;min-height:auto;text-transform:uppercase;}
.partner-card .partner-address{font-size:1.5rem;line-height:1.75rem;margin-top:1.25rem;padding:0;margin-left:0;color:#00adcc;}
.partner-card .partner-address a{color:#00adcc;text-decoration:none;}
.partner-card .partner-address a:hover{text-decoration:underline;color:#e5007c;}
.partner-card .partner-address a i{color:#00adcc;}
.partner-card .partner-description p{font-size:1.75rem;line-height:2.25rem;}
@media (max-width:699.98px){.partner-card .partner-description p{font-size:1.5rem;line-height:2rem;text-align:justify;}
}
.social-list{list-style:none;padding:0;margin:0;display:grid;gap:25px;grid-template-columns:repeat(2, minmax(auto, 1fr));width:100%;min-width:100%;align-content:space-between;justify-content:space-between;align-items:stretch;justify-items:stretch;}
.social-list li{display:flex;align-items:stretch;margin-bottom:0.5rem;align-content:space-between;justify-content:space-between;flex-wrap:wrap;flex-direction:row;width:100%;gap:8rem;border-bottom:1px solid #e5007c;}
.social-list li:hover{border-bottom:1px solid rgb(184.2, 0, 169.464);}
.social-list li i{font-size:1.5rem;margin-right:0.5rem;color:#e100cf;}
.social-list li span{color:#f7f8fb;}
details{background:transparent;padding:1.25rem 0;margin:0;border-top:1px solid white;transition:all 250ms ease;}
details summary{position:relative;font-weight:300;font-size:3rem;cursor:pointer;outline:none;list-style:none;margin-bottom:0.5rem;}
details summary::-webkit-details-marker, details summary::marker{display:none;}
details summary::after{content:"<";display:block;position:absolute;right:10px;top:50%;font-size:3.875rem;font-weight:200;transform:translateY(-50%) rotate(-90deg);transition:transform 250ms ease;}
details[open] summary::after{transform:translateY(-50%) rotate(90deg);}
details[open] summary{margin-bottom:1rem;}
details div[data-tab]{margin-top:1rem;margin-bottom:1rem;}
details p{margin:0;}
@media (max-width:1023.98px){.grid{grid-template-columns:1fr;}
.site-header .nav-toggle{display:block;}
.site-header .site-nav.open{display:flex;flex-direction:column;gap:0.5rem;margin-top:0.5rem;}
.site-header .site-nav .nav-indicator{display:none !important;}
.hero{padding:4.5rem 0 4rem;}
.slide img{height:260px;}
.hero-actions{flex-direction:column;}
.cookie-inner{flex-direction:column;align-items:flex-start;}
.site-header .header-inner{padding:0.6rem 0;}
}