@charset "UTF-8";.bg--white{background-color:#fff}.bg--blue-100{background-color:#1268b3}.bg--blue-200{background-color:#eaf5ff}.bg--green-100{background-color:#59a645}.bg--red-100{background-color:#e63026}.bg--purple-100{background-color:#693387}.bg--yellow-100{background-color:#edbd31}.bg--orange-100{background-color:#e97b24}.bg--clouds{position:relative}.bg--clouds:after{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/images/clouds--small.svg);background-size:100% 500px;background-repeat:no-repeat;background-position:bottom right;content:"";pointer-events:none}.bg--clouds-large{position:relative}.bg--clouds-large:after{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/images/clouds--large.svg);background-size:cover;background-repeat:no-repeat;background-position:bottom right;content:"";pointer-events:none}.border-radius--small,.border-radius--regular{border-radius:10px}.border-radius--large{border-radius:20px}@media only screen and (max-width: 768px){section.border-radius--regular{border-radius:0}}.color--blue-100{color:#1268b3}.color--blue-200{color:#eaf5ff}.color--green{color:#59a645}.color--red{color:#e63026}.color--white{color:#fff}.color--black{color:#000}.color--orange-100{color:#e97b24}[data-template-columns="1"]{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="1"]{grid-template-columns:1fr}}[data-template-columns="2"]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="2"]{grid-template-columns:1fr}}[data-template-columns="3"]{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="3"]{grid-template-columns:1fr}}[data-template-columns="4"]{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="4"]{grid-template-columns:1fr}}[data-template-columns="5"]{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="5"]{grid-template-columns:1fr}}[data-template-columns="6"]{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="6"]{grid-template-columns:1fr}}[data-template-columns="7"]{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="7"]{grid-template-columns:1fr}}[data-template-columns="8"]{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="8"]{grid-template-columns:1fr}}[data-template-columns="9"]{display:grid;grid-template-columns:repeat(9,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="9"]{grid-template-columns:1fr}}[data-template-columns="10"]{display:grid;grid-template-columns:repeat(10,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="10"]{grid-template-columns:1fr}}[data-template-columns="11"]{display:grid;grid-template-columns:repeat(11,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="11"]{grid-template-columns:1fr}}[data-template-columns="12"]{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:20px}@media only screen and (max-width: 768px){[data-template-columns="12"]{grid-template-columns:1fr}}html{width:100%;height:auto;margin:0;padding:0;font-size:16px;line-height:1.75rem}body{width:100%;margin:0;font-family:Quicksand,sans-serif;overflow-x:hidden;box-sizing:border-box}body select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}.content-constraint{padding:20px;overflow:clip}@media only screen and (max-width: 768px){.content-constraint{padding:0}}main{position:relative}.cms-output{font-size:18px;font-size:1.125rem;line-height:28px;line-height:1.75rem;font-weight:300}@media only screen and (max-width: 768px){.cms-output{font-size:16px;font-size:1rem;line-height:28px;line-height:1.75rem}}.cms-output strong{color:#1268b3}.cms-output a{color:#000;text-underline-offset:2px}.font-weight--bold{font-weight:700}.alert{padding:20px;border-radius:10px}.alert-info{color:#1268b3;background:#EAF5FF;border:1px solid #1268B3}.alert-danger{color:#e63026;background:#fef4f4}.breadcrumbs{margin:30px 0}.breadcrumbs ul{margin:0;padding:0;list-style-type:none}.breadcrumbs ul li{font-size:14px;font-size:.875rem;line-height:28px;line-height:1.75rem}.breadcrumbs ul li a{text-decoration:none;color:#1268b3}.breadcrumbs ul li:not(:nth-child(1)){margin-left:10px}.breadcrumbs ul li:not(:nth-child(1)):before{padding-right:4px;content:"/"}.btn{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;display:inline-flex;justify-content:space-between;align-items:center;padding:5px 20px;border:none;border-radius:100px;text-decoration:none;cursor:pointer;font-family:Quicksand,sans-serif;font-weight:700;transition:all .35s ease}.btn.icon--left span{margin:0 10px 0 -15px}.btn.icon--right span{margin:0 -15px 0 10px}.btn span{display:flex!important;justify-content:center;align-items:center;width:40px;height:40px;border-radius:40px;pointer-events:none}.btn span svg{width:auto;height:13px;fill:#e97b24}.btn span svg path{transition:all .35s ease}.btn-primary--orange{background:#E97B24;color:#fff}.btn-primary--orange span{background:#FFF}@media only screen and (min-width: 769px){.btn-primary--orange:hover{background:#1268B3}}@media only screen and (min-width: 769px){.btn-primary--orange:hover svg path{fill:#1268b3}}@media only screen and (min-width: 769px){.btn-primary--orange.hover--alternative:hover{background:#59A645}}@media only screen and (min-width: 769px){.btn-primary--orange.hover--alternative:hover svg path{fill:#59a645}}.btn-primary--blue-100{background:#1268B3;color:#fff}.btn-primary--blue-100 span{background:#FFF}.btn-primary--blue-100 span svg path{fill:#1268b3}@media only screen and (min-width: 769px){.btn-primary--blue-100:hover{background:#59A645}}@media only screen and (min-width: 769px){.btn-primary--blue-100:hover svg path{fill:#59a645}}@media only screen and (min-width: 769px){.btn-primary--blue-100.hover--alternative:hover{background:#E97B24}}@media only screen and (min-width: 769px){.btn-primary--blue-100.hover--alternative:hover svg path{fill:#e97b24}}.btn-primary--green{background:#59A645;color:#fff}.btn-primary--green span{background:#FFF}.btn-primary--green span svg{fill:#59a645}@media only screen and (min-width: 769px){.btn-primary--green:hover{background:#1268B3}}@media only screen and (min-width: 769px){.btn-primary--green:hover svg path{fill:#1268b3}}@media only screen and (min-width: 769px){.btn-primary--green.hover--alternative:hover{background:#E97B24}}@media only screen and (min-width: 769px){.btn-primary--green.hover--alternative:hover svg path{fill:#e97b24}}.btn-primary--red{background:#E63026;color:#fff}.btn-primary--red span{background:#FFF}.btn-primary--red span svg{fill:#e63026}@media only screen and (min-width: 769px){.btn-primary--red:hover{background:#1268B3}}@media only screen and (min-width: 769px){.btn-primary--red:hover svg path{fill:#1268b3}}@media only screen and (min-width: 769px){.btn-primary--red.hover--alternative:hover{background:#E97B24}}@media only screen and (min-width: 769px){.btn-primary--red.hover--alternative:hover svg path{fill:#e97b24}}.header__upper{font-size:16px;font-size:1rem;line-height:28px;line-height:1.75rem;position:relative;width:calc(100% + 40px);margin:-20px 0 0 -20px;padding:10px 0;z-index:10}@media only screen and (max-width: 768px){.header__upper{margin:-10px 0 0 -20px;padding:5px 0}}.header__upper .wrapper{position:relative}.header__upper .tns-outer .tns-controls,.header__upper .tns-outer button{display:none}.header__usp{display:flex;align-items:center;font-weight:600}@media only screen and (max-width: 768px){.header__usp{padding:15px 0 0;text-align:center}}.header__usp:not(:nth-last-child(1)):after{display:inline;content:"·";color:#fff;margin:0 20px;font-weight:700;font-size:30px}@media only screen and (max-width: 768px){.header__usp:not(:nth-last-child(1)):after{display:none}}.header__socials{position:absolute;top:calc(50% - 12.5px);right:30px;gap:10px}.header__socials a{display:flex;justify-content:center;align-items:center;width:25px;height:25px;border-radius:25px}.header__socials a svg{width:auto;max-width:15px;height:15px}.header__socials a.facebook{background:#FFF}.header__socials a.facebook svg path{fill:#1268b3}.header__socials a.instagram{background:#E63026}.header__socials a.instagram svg path{fill:#fff}.header__socials a.youtube{background:#59A645}.header__socials a.youtube svg path{fill:#fff}.header__socials a.linkedin{background:#693387}.header__socials a.linkedin svg path{fill:#fff}.header__menu-button{position:fixed;top:65px;right:25px;width:50px;height:50px;border-radius:50px;filter:drop-shadow(0px 0px 10px rgba(0,0,0,.3));background:#1268B3;cursor:pointer}@media only screen and (min-width: 992px){.header__menu-button{display:none}}.header__menu-button svg{height:25px}.header__menu-button svg path{fill:#fff}.header__menu--mobile{position:fixed;background:#FFF;top:-25px;right:-25px;bottom:-25px;width:calc(100% - 20px);height:100vh;border-radius:0;z-index:-1;pointer-events:none;opacity:0;transition:all .35s ease}@media only screen and (min-width: 769px){.header__menu--mobile{display:none}}.header__menu--mobile:after{position:absolute;background:#1268B3;width:45px;height:45px;top:25px;right:25px;border-radius:895px;z-index:-1;transition:all .35s ease;content:""}.header__menu--mobile.is-active{top:25px;right:-25px;bottom:-25px;width:calc(100% - 20px);height:100vh;padding:0 35px;border-radius:0;pointer-events:all;opacity:1;z-index:90;color:#fff}.header__menu--mobile.is-active:after{top:-200px;right:-300px;width:895px;height:895px}.mobile-menu__close{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;cursor:pointer;font-weight:700}.mobile-menu__close svg{margin-left:10px}.mobile-menu__options{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.mobile-menu__search{position:relative;width:calc(100% - 85px)}.mobile-menu__search input[type=search]{font-size:18px;font-size:1.125rem;line-height:26px;line-height:1.625rem;width:100%;height:50px;padding:15px;border-radius:100px;border:0;font-weight:300;transition:all .35s ease}.mobile-menu__search input[type=search]::placeholder{font-weight:100}.mobile-menu__search input[type=search]:focus{width:calc(100% + 90px)}.mobile-menu__search input[type=search]:focus+button{right:-85px}.mobile-menu__search button{position:absolute;top:calc(50% - 22.5px);right:5px;width:45px;height:45px;border-radius:40px;border:0;background:#E97B24;cursor:pointer;transition:all .35s ease}.mobile-menu__search button svg{width:17px;height:17px}.mobile-menu__search button svg path{fill:#fff}.mobile-menu__language{display:flex;align-items:center;justify-content:center;width:55px;height:50px;padding:0 10px;background:#FFF;border-radius:100px}.mobile-menu__language ul{margin:0;padding:0;list-style-type:none}.mobile-menu__language ul li a{display:flex}.mobile-menu__language ul li a img{width:25px;height:25px;object-fit:cover;border-radius:25px;overflow:hidden}.mobile-menu__language ul li:not(.is-active){display:none}.mobile-menu__language svg{width:15px;height:20px;margin-left:10px}.mobile-menu__language svg path{fill:#1268b3}.mobile-menu__menu{margin:45px auto}.mobile-menu__menu ul{margin:0;padding:0;list-style-type:none}.mobile-menu__menu ul li{text-align:center}.mobile-menu__menu ul li a{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;text-decoration:none;color:#fff;font-weight:700}.mobile-menu__menu ul li:not(:nth-last-child(1)){margin-bottom:45px}.chat{position:fixed;right:100px;bottom:40px;z-index:20}@media only screen and (max-width: 768px){.chat{right:20px;bottom:20px}}.chat img{width:85px;height:85px}@media only screen and (max-width: 768px){.chat img{width:55px;height:55px}}.header--fixed{position:fixed;top:-50px;right:0;left:0;padding:10px 0;z-index:99;transition:all .35s ease;opacity:0;pointer-events:none}@media only screen and (max-width: 768px){.header--fixed{display:none}}.header--fixed .header__logo{display:flex}.header--fixed .header__logo img{width:auto;height:60px}.header--fixed nav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style-type:none}.header--fixed nav ul li a{font-size:18px;font-size:1.125rem;line-height:20px;line-height:1.25rem;color:#fff;font-weight:400;text-decoration:none}.header--fixed.is-scrolled{top:0;opacity:1;pointer-events:all}.footer-upper{max-width:1500px;margin:auto;padding:40px 0}@media only screen and (max-width: 991px){.footer-upper{padding:50px 0;border-radius:0}}.footer-upper .wrapper{position:relative;z-index:2}@media only screen and (max-width: 991px){.footer-upper__logo{display:flex;justify-content:center}}.footer-upper__logo img{max-width:280px}@media only screen and (max-width: 991px){.footer-upper__logo img{max-width:125px}}.footer-upper__socials{gap:10px;margin-top:30px}@media only screen and (max-width: 991px){.footer-upper__socials{margin-top:0}}.footer-upper__socials a{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:35px}.footer-upper__socials a svg{width:100%;max-width:20px;height:100%;max-height:20px}.footer-upper__socials a.facebook{background:#1268B3}.footer-upper__socials a.facebook svg path{fill:#fff}.footer-upper__socials a.instagram{background:#E63026}.footer-upper__socials a.instagram svg path{fill:#fff}.footer-upper__socials a.youtube{background:#59A645}.footer-upper__socials a.youtube svg path{fill:#fff}.footer-upper__socials a.linkedin{background:#693387}.footer-upper__socials a.linkedin svg path{fill:#fff}@media only screen and (max-width: 991px){.footer-upper__partner{display:flex;justify-content:center}}.footer-upper__partner img{max-width:195px}@media only screen and (max-width: 991px){.footer-upper__partner img{max-width:125px}}.footer-upper__location{font-size:18px;font-size:1.125rem;line-height:28px;line-height:1.75rem;font-weight:300}@media only screen and (max-width: 991px){.footer-upper__location{font-size:16px;font-size:1rem;line-height:26px;line-height:1.625rem;text-align:center}}.footer-upper__location h4{margin-bottom:20px;font-family:Quicksand,sans-serif;color:#1268b3;font-weight:600}@media only screen and (max-width: 991px){.footer-upper__location h4{margin-bottom:10px}}.footer-upper__location ul{margin:0;padding:0;list-style-type:none}.footer-upper__location ul li{display:flex;align-items:flex-start}@media only screen and (max-width: 991px){.footer-upper__location ul li{justify-content:center}}.footer-upper__location ul li:not(:nth-last-child(1)){margin-bottom:20px}@media only screen and (max-width: 991px){.footer-upper__location ul li:not(:nth-last-child(1)){margin-bottom:10px}}.footer-upper__location ul li .icon{margin-right:10px}@media only screen and (max-width: 991px){.footer-upper__location ul li .icon{margin-right:5px}}.footer-upper__location ul li .icon svg{width:17px;height:auto;max-height:17px}.footer-upper__location ul li .content{width:calc(100% - 26px);transform:translateY(-2px)}@media only screen and (max-width: 991px){.footer-upper__location ul li .content{width:auto;text-align:left}}.footer-upper__location ul li .content b{color:#1268b3;font-weight:700}.footer-lower{font-size:14px;font-size:.875rem;line-height:16px;line-height:1rem;width:calc(100% + 40px);margin:20px 0 -20px -20px;padding:20px 0;color:#fff}@media only screen and (max-width: 991px){.footer-lower{font-size:12px;font-size:.75rem;line-height:14px;line-height:.875rem;margin:0 -20px}}.footer-lower ul{display:flex;flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style-type:none}@media only screen and (max-width: 991px){.footer-lower ul{justify-content:center;width:100%;margin:10px auto auto}}.footer-lower ul li{border-left:1px solid #FFF;margin-left:5px;padding-left:5px}.footer-lower ul li a{color:#fff;text-underline-offset:2px}@media only screen and (max-width: 991px){.footer-lower ul li:nth-child(1){border-left:0!important}}h1,h2,h3,h4,h5,h6{margin:0;font-family:Lilita One,sans-serif;font-weight:400;color:#1268b3}h2{font-size:30px;font-size:1.875rem;line-height:34px;line-height:2.125rem}@media only screen and (max-width: 768px){h2{font-size:25px;font-size:1.5625rem;line-height:29px;line-height:1.8125rem}}h3{font-size:25px;font-size:1.5625rem;line-height:28px;line-height:1.75rem}h4{font-size:18px;font-size:1.125rem;line-height:28px;line-height:1.75rem}.link{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;display:inline-flex;align-items:center;border:0;font-weight:700;background:transparent;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:all .35s ease}.link.icon--left svg{margin-right:10px}.link.icon--right svg{margin-left:10px}.link svg{width:auto;height:13px}.link svg path{transition:all .35s ease}.link--blue{color:#1268b3;text-decoration-color:#1268b3}.link--blue svg path{fill:#1268b3}.link--white{color:#fff;text-decoration-color:#fff}.link--white svg path{fill:#fff}.link--white:hover{color:#59a645;text-decoration-color:#59a645}.link--white:hover svg path{fill:#59a645}.link--orange{color:#e97b24;text-decoration-color:#e97b24}.link--orange svg path{fill:#e97b24}.link--orange:hover{color:#1268b3;text-decoration-color:#1268b3}.link--orange:hover svg path{fill:#1268b3}@media (min-width: 350px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:2rem!important}.m-sm-5{margin:3rem!important}.m-sm-50{margin:3.125rem!important}.m-sm-75{margin:4.6875rem!important}.m-sm-100{margin:6.25rem!important}.m-sm-125{margin:7.8125rem!important}.m-sm-150{margin:9.375rem!important}.m-sm-200{margin:12.5rem!important}.m-sm-250{margin:15.625rem!important}.m-sm-275{margin:17.1875rem!important}.m-sm-300{margin:18.75rem!important}.m-sm-350{margin:21.875rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-sm-75{margin-right:4.6875rem!important;margin-left:4.6875rem!important}.mx-sm-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-sm-125{margin-right:7.8125rem!important;margin-left:7.8125rem!important}.mx-sm-150{margin-right:9.375rem!important;margin-left:9.375rem!important}.mx-sm-200{margin-right:12.5rem!important;margin-left:12.5rem!important}.mx-sm-250{margin-right:15.625rem!important;margin-left:15.625rem!important}.mx-sm-275{margin-right:17.1875rem!important;margin-left:17.1875rem!important}.mx-sm-300{margin-right:18.75rem!important;margin-left:18.75rem!important}.mx-sm-350{margin-right:21.875rem!important;margin-left:21.875rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-sm-75{margin-top:4.6875rem!important;margin-bottom:4.6875rem!important}.my-sm-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-sm-125{margin-top:7.8125rem!important;margin-bottom:7.8125rem!important}.my-sm-150{margin-top:9.375rem!important;margin-bottom:9.375rem!important}.my-sm-200{margin-top:12.5rem!important;margin-bottom:12.5rem!important}.my-sm-250{margin-top:15.625rem!important;margin-bottom:15.625rem!important}.my-sm-275{margin-top:17.1875rem!important;margin-bottom:17.1875rem!important}.my-sm-300{margin-top:18.75rem!important;margin-bottom:18.75rem!important}.my-sm-350{margin-top:21.875rem!important;margin-bottom:21.875rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:2rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-50{margin-top:3.125rem!important}.mt-sm-75{margin-top:4.6875rem!important}.mt-sm-100{margin-top:6.25rem!important}.mt-sm-125{margin-top:7.8125rem!important}.mt-sm-150{margin-top:9.375rem!important}.mt-sm-200{margin-top:12.5rem!important}.mt-sm-250{margin-top:15.625rem!important}.mt-sm-275{margin-top:17.1875rem!important}.mt-sm-300{margin-top:18.75rem!important}.mt-sm-350{margin-top:21.875rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:2rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-50{margin-right:3.125rem!important}.me-sm-75{margin-right:4.6875rem!important}.me-sm-100{margin-right:6.25rem!important}.me-sm-125{margin-right:7.8125rem!important}.me-sm-150{margin-right:9.375rem!important}.me-sm-200{margin-right:12.5rem!important}.me-sm-250{margin-right:15.625rem!important}.me-sm-275{margin-right:17.1875rem!important}.me-sm-300{margin-right:18.75rem!important}.me-sm-350{margin-right:21.875rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:2rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-50{margin-bottom:3.125rem!important}.mb-sm-75{margin-bottom:4.6875rem!important}.mb-sm-100{margin-bottom:6.25rem!important}.mb-sm-125{margin-bottom:7.8125rem!important}.mb-sm-150{margin-bottom:9.375rem!important}.mb-sm-200{margin-bottom:12.5rem!important}.mb-sm-250{margin-bottom:15.625rem!important}.mb-sm-275{margin-bottom:17.1875rem!important}.mb-sm-300{margin-bottom:18.75rem!important}.mb-sm-350{margin-bottom:21.875rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:2rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-50{margin-left:3.125rem!important}.ms-sm-75{margin-left:4.6875rem!important}.ms-sm-100{margin-left:6.25rem!important}.ms-sm-125{margin-left:7.8125rem!important}.ms-sm-150{margin-left:9.375rem!important}.ms-sm-200{margin-left:12.5rem!important}.ms-sm-250{margin-left:15.625rem!important}.ms-sm-275{margin-left:17.1875rem!important}.ms-sm-300{margin-left:18.75rem!important}.ms-sm-350{margin-left:21.875rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:2rem!important}.p-sm-5{padding:3rem!important}.p-sm-50{padding:3.125rem!important}.p-sm-75{padding:4.6875rem!important}.p-sm-100{padding:6.25rem!important}.p-sm-125{padding:7.8125rem!important}.p-sm-150{padding:9.375rem!important}.p-sm-200{padding:12.5rem!important}.p-sm-250{padding:15.625rem!important}.p-sm-275{padding:17.1875rem!important}.p-sm-300{padding:18.75rem!important}.p-sm-350{padding:21.875rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:2rem!important;padding-left:2rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.px-sm-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-sm-75{padding-right:4.6875rem!important;padding-left:4.6875rem!important}.px-sm-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-sm-125{padding-right:7.8125rem!important;padding-left:7.8125rem!important}.px-sm-150{padding-right:9.375rem!important;padding-left:9.375rem!important}.px-sm-200{padding-right:12.5rem!important;padding-left:12.5rem!important}.px-sm-250{padding-right:15.625rem!important;padding-left:15.625rem!important}.px-sm-275{padding-right:17.1875rem!important;padding-left:17.1875rem!important}.px-sm-300{padding-right:18.75rem!important;padding-left:18.75rem!important}.px-sm-350{padding-right:21.875rem!important;padding-left:21.875rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-sm-75{padding-top:4.6875rem!important;padding-bottom:4.6875rem!important}.py-sm-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-sm-125{padding-top:7.8125rem!important;padding-bottom:7.8125rem!important}.py-sm-150{padding-top:9.375rem!important;padding-bottom:9.375rem!important}.py-sm-200{padding-top:12.5rem!important;padding-bottom:12.5rem!important}.py-sm-250{padding-top:15.625rem!important;padding-bottom:15.625rem!important}.py-sm-275{padding-top:17.1875rem!important;padding-bottom:17.1875rem!important}.py-sm-300{padding-top:18.75rem!important;padding-bottom:18.75rem!important}.py-sm-350{padding-top:21.875rem!important;padding-bottom:21.875rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:2rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-50{padding-top:3.125rem!important}.pt-sm-75{padding-top:4.6875rem!important}.pt-sm-100{padding-top:6.25rem!important}.pt-sm-125{padding-top:7.8125rem!important}.pt-sm-150{padding-top:9.375rem!important}.pt-sm-200{padding-top:12.5rem!important}.pt-sm-250{padding-top:15.625rem!important}.pt-sm-275{padding-top:17.1875rem!important}.pt-sm-300{padding-top:18.75rem!important}.pt-sm-350{padding-top:21.875rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:2rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-50{padding-right:3.125rem!important}.pe-sm-75{padding-right:4.6875rem!important}.pe-sm-100{padding-right:6.25rem!important}.pe-sm-125{padding-right:7.8125rem!important}.pe-sm-150{padding-right:9.375rem!important}.pe-sm-200{padding-right:12.5rem!important}.pe-sm-250{padding-right:15.625rem!important}.pe-sm-275{padding-right:17.1875rem!important}.pe-sm-300{padding-right:18.75rem!important}.pe-sm-350{padding-right:21.875rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-50{padding-bottom:3.125rem!important}.pb-sm-75{padding-bottom:4.6875rem!important}.pb-sm-100{padding-bottom:6.25rem!important}.pb-sm-125{padding-bottom:7.8125rem!important}.pb-sm-150{padding-bottom:9.375rem!important}.pb-sm-200{padding-bottom:12.5rem!important}.pb-sm-250{padding-bottom:15.625rem!important}.pb-sm-275{padding-bottom:17.1875rem!important}.pb-sm-300{padding-bottom:18.75rem!important}.pb-sm-350{padding-bottom:21.875rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:2rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-50{padding-left:3.125rem!important}.ps-sm-75{padding-left:4.6875rem!important}.ps-sm-100{padding-left:6.25rem!important}.ps-sm-125{padding-left:7.8125rem!important}.ps-sm-150{padding-left:9.375rem!important}.ps-sm-200{padding-left:12.5rem!important}.ps-sm-250{padding-left:15.625rem!important}.ps-sm-275{padding-left:17.1875rem!important}.ps-sm-300{padding-left:18.75rem!important}.ps-sm-350{padding-left:21.875rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:2rem!important}.m-md-5{margin:3rem!important}.m-md-50{margin:3.125rem!important}.m-md-75{margin:4.6875rem!important}.m-md-100{margin:6.25rem!important}.m-md-125{margin:7.8125rem!important}.m-md-150{margin:9.375rem!important}.m-md-200{margin:12.5rem!important}.m-md-250{margin:15.625rem!important}.m-md-275{margin:17.1875rem!important}.m-md-300{margin:18.75rem!important}.m-md-350{margin:21.875rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:2rem!important;margin-left:2rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-md-75{margin-right:4.6875rem!important;margin-left:4.6875rem!important}.mx-md-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-md-125{margin-right:7.8125rem!important;margin-left:7.8125rem!important}.mx-md-150{margin-right:9.375rem!important;margin-left:9.375rem!important}.mx-md-200{margin-right:12.5rem!important;margin-left:12.5rem!important}.mx-md-250{margin-right:15.625rem!important;margin-left:15.625rem!important}.mx-md-275{margin-right:17.1875rem!important;margin-left:17.1875rem!important}.mx-md-300{margin-right:18.75rem!important;margin-left:18.75rem!important}.mx-md-350{margin-right:21.875rem!important;margin-left:21.875rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-md-75{margin-top:4.6875rem!important;margin-bottom:4.6875rem!important}.my-md-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-md-125{margin-top:7.8125rem!important;margin-bottom:7.8125rem!important}.my-md-150{margin-top:9.375rem!important;margin-bottom:9.375rem!important}.my-md-200{margin-top:12.5rem!important;margin-bottom:12.5rem!important}.my-md-250{margin-top:15.625rem!important;margin-bottom:15.625rem!important}.my-md-275{margin-top:17.1875rem!important;margin-bottom:17.1875rem!important}.my-md-300{margin-top:18.75rem!important;margin-bottom:18.75rem!important}.my-md-350{margin-top:21.875rem!important;margin-bottom:21.875rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:2rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-50{margin-top:3.125rem!important}.mt-md-75{margin-top:4.6875rem!important}.mt-md-100{margin-top:6.25rem!important}.mt-md-125{margin-top:7.8125rem!important}.mt-md-150{margin-top:9.375rem!important}.mt-md-200{margin-top:12.5rem!important}.mt-md-250{margin-top:15.625rem!important}.mt-md-275{margin-top:17.1875rem!important}.mt-md-300{margin-top:18.75rem!important}.mt-md-350{margin-top:21.875rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:2rem!important}.me-md-5{margin-right:3rem!important}.me-md-50{margin-right:3.125rem!important}.me-md-75{margin-right:4.6875rem!important}.me-md-100{margin-right:6.25rem!important}.me-md-125{margin-right:7.8125rem!important}.me-md-150{margin-right:9.375rem!important}.me-md-200{margin-right:12.5rem!important}.me-md-250{margin-right:15.625rem!important}.me-md-275{margin-right:17.1875rem!important}.me-md-300{margin-right:18.75rem!important}.me-md-350{margin-right:21.875rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:2rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-50{margin-bottom:3.125rem!important}.mb-md-75{margin-bottom:4.6875rem!important}.mb-md-100{margin-bottom:6.25rem!important}.mb-md-125{margin-bottom:7.8125rem!important}.mb-md-150{margin-bottom:9.375rem!important}.mb-md-200{margin-bottom:12.5rem!important}.mb-md-250{margin-bottom:15.625rem!important}.mb-md-275{margin-bottom:17.1875rem!important}.mb-md-300{margin-bottom:18.75rem!important}.mb-md-350{margin-bottom:21.875rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:2rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-50{margin-left:3.125rem!important}.ms-md-75{margin-left:4.6875rem!important}.ms-md-100{margin-left:6.25rem!important}.ms-md-125{margin-left:7.8125rem!important}.ms-md-150{margin-left:9.375rem!important}.ms-md-200{margin-left:12.5rem!important}.ms-md-250{margin-left:15.625rem!important}.ms-md-275{margin-left:17.1875rem!important}.ms-md-300{margin-left:18.75rem!important}.ms-md-350{margin-left:21.875rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:2rem!important}.p-md-5{padding:3rem!important}.p-md-50{padding:3.125rem!important}.p-md-75{padding:4.6875rem!important}.p-md-100{padding:6.25rem!important}.p-md-125{padding:7.8125rem!important}.p-md-150{padding:9.375rem!important}.p-md-200{padding:12.5rem!important}.p-md-250{padding:15.625rem!important}.p-md-275{padding:17.1875rem!important}.p-md-300{padding:18.75rem!important}.p-md-350{padding:21.875rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:2rem!important;padding-left:2rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.px-md-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-md-75{padding-right:4.6875rem!important;padding-left:4.6875rem!important}.px-md-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-md-125{padding-right:7.8125rem!important;padding-left:7.8125rem!important}.px-md-150{padding-right:9.375rem!important;padding-left:9.375rem!important}.px-md-200{padding-right:12.5rem!important;padding-left:12.5rem!important}.px-md-250{padding-right:15.625rem!important;padding-left:15.625rem!important}.px-md-275{padding-right:17.1875rem!important;padding-left:17.1875rem!important}.px-md-300{padding-right:18.75rem!important;padding-left:18.75rem!important}.px-md-350{padding-right:21.875rem!important;padding-left:21.875rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-md-75{padding-top:4.6875rem!important;padding-bottom:4.6875rem!important}.py-md-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-md-125{padding-top:7.8125rem!important;padding-bottom:7.8125rem!important}.py-md-150{padding-top:9.375rem!important;padding-bottom:9.375rem!important}.py-md-200{padding-top:12.5rem!important;padding-bottom:12.5rem!important}.py-md-250{padding-top:15.625rem!important;padding-bottom:15.625rem!important}.py-md-275{padding-top:17.1875rem!important;padding-bottom:17.1875rem!important}.py-md-300{padding-top:18.75rem!important;padding-bottom:18.75rem!important}.py-md-350{padding-top:21.875rem!important;padding-bottom:21.875rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:2rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-50{padding-top:3.125rem!important}.pt-md-75{padding-top:4.6875rem!important}.pt-md-100{padding-top:6.25rem!important}.pt-md-125{padding-top:7.8125rem!important}.pt-md-150{padding-top:9.375rem!important}.pt-md-200{padding-top:12.5rem!important}.pt-md-250{padding-top:15.625rem!important}.pt-md-275{padding-top:17.1875rem!important}.pt-md-300{padding-top:18.75rem!important}.pt-md-350{padding-top:21.875rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:2rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-50{padding-right:3.125rem!important}.pe-md-75{padding-right:4.6875rem!important}.pe-md-100{padding-right:6.25rem!important}.pe-md-125{padding-right:7.8125rem!important}.pe-md-150{padding-right:9.375rem!important}.pe-md-200{padding-right:12.5rem!important}.pe-md-250{padding-right:15.625rem!important}.pe-md-275{padding-right:17.1875rem!important}.pe-md-300{padding-right:18.75rem!important}.pe-md-350{padding-right:21.875rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:2rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-50{padding-bottom:3.125rem!important}.pb-md-75{padding-bottom:4.6875rem!important}.pb-md-100{padding-bottom:6.25rem!important}.pb-md-125{padding-bottom:7.8125rem!important}.pb-md-150{padding-bottom:9.375rem!important}.pb-md-200{padding-bottom:12.5rem!important}.pb-md-250{padding-bottom:15.625rem!important}.pb-md-275{padding-bottom:17.1875rem!important}.pb-md-300{padding-bottom:18.75rem!important}.pb-md-350{padding-bottom:21.875rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:2rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-50{padding-left:3.125rem!important}.ps-md-75{padding-left:4.6875rem!important}.ps-md-100{padding-left:6.25rem!important}.ps-md-125{padding-left:7.8125rem!important}.ps-md-150{padding-left:9.375rem!important}.ps-md-200{padding-left:12.5rem!important}.ps-md-250{padding-left:15.625rem!important}.ps-md-275{padding-left:17.1875rem!important}.ps-md-300{padding-left:18.75rem!important}.ps-md-350{padding-left:21.875rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 1024px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:2rem!important}.m-lg-5{margin:3rem!important}.m-lg-50{margin:3.125rem!important}.m-lg-75{margin:4.6875rem!important}.m-lg-100{margin:6.25rem!important}.m-lg-125{margin:7.8125rem!important}.m-lg-150{margin:9.375rem!important}.m-lg-200{margin:12.5rem!important}.m-lg-250{margin:15.625rem!important}.m-lg-275{margin:17.1875rem!important}.m-lg-300{margin:18.75rem!important}.m-lg-350{margin:21.875rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-lg-75{margin-right:4.6875rem!important;margin-left:4.6875rem!important}.mx-lg-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-lg-125{margin-right:7.8125rem!important;margin-left:7.8125rem!important}.mx-lg-150{margin-right:9.375rem!important;margin-left:9.375rem!important}.mx-lg-200{margin-right:12.5rem!important;margin-left:12.5rem!important}.mx-lg-250{margin-right:15.625rem!important;margin-left:15.625rem!important}.mx-lg-275{margin-right:17.1875rem!important;margin-left:17.1875rem!important}.mx-lg-300{margin-right:18.75rem!important;margin-left:18.75rem!important}.mx-lg-350{margin-right:21.875rem!important;margin-left:21.875rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-lg-75{margin-top:4.6875rem!important;margin-bottom:4.6875rem!important}.my-lg-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-lg-125{margin-top:7.8125rem!important;margin-bottom:7.8125rem!important}.my-lg-150{margin-top:9.375rem!important;margin-bottom:9.375rem!important}.my-lg-200{margin-top:12.5rem!important;margin-bottom:12.5rem!important}.my-lg-250{margin-top:15.625rem!important;margin-bottom:15.625rem!important}.my-lg-275{margin-top:17.1875rem!important;margin-bottom:17.1875rem!important}.my-lg-300{margin-top:18.75rem!important;margin-bottom:18.75rem!important}.my-lg-350{margin-top:21.875rem!important;margin-bottom:21.875rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:2rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-50{margin-top:3.125rem!important}.mt-lg-75{margin-top:4.6875rem!important}.mt-lg-100{margin-top:6.25rem!important}.mt-lg-125{margin-top:7.8125rem!important}.mt-lg-150{margin-top:9.375rem!important}.mt-lg-200{margin-top:12.5rem!important}.mt-lg-250{margin-top:15.625rem!important}.mt-lg-275{margin-top:17.1875rem!important}.mt-lg-300{margin-top:18.75rem!important}.mt-lg-350{margin-top:21.875rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:2rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-50{margin-right:3.125rem!important}.me-lg-75{margin-right:4.6875rem!important}.me-lg-100{margin-right:6.25rem!important}.me-lg-125{margin-right:7.8125rem!important}.me-lg-150{margin-right:9.375rem!important}.me-lg-200{margin-right:12.5rem!important}.me-lg-250{margin-right:15.625rem!important}.me-lg-275{margin-right:17.1875rem!important}.me-lg-300{margin-right:18.75rem!important}.me-lg-350{margin-right:21.875rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:2rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-50{margin-bottom:3.125rem!important}.mb-lg-75{margin-bottom:4.6875rem!important}.mb-lg-100{margin-bottom:6.25rem!important}.mb-lg-125{margin-bottom:7.8125rem!important}.mb-lg-150{margin-bottom:9.375rem!important}.mb-lg-200{margin-bottom:12.5rem!important}.mb-lg-250{margin-bottom:15.625rem!important}.mb-lg-275{margin-bottom:17.1875rem!important}.mb-lg-300{margin-bottom:18.75rem!important}.mb-lg-350{margin-bottom:21.875rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:2rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-50{margin-left:3.125rem!important}.ms-lg-75{margin-left:4.6875rem!important}.ms-lg-100{margin-left:6.25rem!important}.ms-lg-125{margin-left:7.8125rem!important}.ms-lg-150{margin-left:9.375rem!important}.ms-lg-200{margin-left:12.5rem!important}.ms-lg-250{margin-left:15.625rem!important}.ms-lg-275{margin-left:17.1875rem!important}.ms-lg-300{margin-left:18.75rem!important}.ms-lg-350{margin-left:21.875rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:2rem!important}.p-lg-5{padding:3rem!important}.p-lg-50{padding:3.125rem!important}.p-lg-75{padding:4.6875rem!important}.p-lg-100{padding:6.25rem!important}.p-lg-125{padding:7.8125rem!important}.p-lg-150{padding:9.375rem!important}.p-lg-200{padding:12.5rem!important}.p-lg-250{padding:15.625rem!important}.p-lg-275{padding:17.1875rem!important}.p-lg-300{padding:18.75rem!important}.p-lg-350{padding:21.875rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:2rem!important;padding-left:2rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.px-lg-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-lg-75{padding-right:4.6875rem!important;padding-left:4.6875rem!important}.px-lg-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-lg-125{padding-right:7.8125rem!important;padding-left:7.8125rem!important}.px-lg-150{padding-right:9.375rem!important;padding-left:9.375rem!important}.px-lg-200{padding-right:12.5rem!important;padding-left:12.5rem!important}.px-lg-250{padding-right:15.625rem!important;padding-left:15.625rem!important}.px-lg-275{padding-right:17.1875rem!important;padding-left:17.1875rem!important}.px-lg-300{padding-right:18.75rem!important;padding-left:18.75rem!important}.px-lg-350{padding-right:21.875rem!important;padding-left:21.875rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-lg-75{padding-top:4.6875rem!important;padding-bottom:4.6875rem!important}.py-lg-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-lg-125{padding-top:7.8125rem!important;padding-bottom:7.8125rem!important}.py-lg-150{padding-top:9.375rem!important;padding-bottom:9.375rem!important}.py-lg-200{padding-top:12.5rem!important;padding-bottom:12.5rem!important}.py-lg-250{padding-top:15.625rem!important;padding-bottom:15.625rem!important}.py-lg-275{padding-top:17.1875rem!important;padding-bottom:17.1875rem!important}.py-lg-300{padding-top:18.75rem!important;padding-bottom:18.75rem!important}.py-lg-350{padding-top:21.875rem!important;padding-bottom:21.875rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:2rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-50{padding-top:3.125rem!important}.pt-lg-75{padding-top:4.6875rem!important}.pt-lg-100{padding-top:6.25rem!important}.pt-lg-125{padding-top:7.8125rem!important}.pt-lg-150{padding-top:9.375rem!important}.pt-lg-200{padding-top:12.5rem!important}.pt-lg-250{padding-top:15.625rem!important}.pt-lg-275{padding-top:17.1875rem!important}.pt-lg-300{padding-top:18.75rem!important}.pt-lg-350{padding-top:21.875rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:2rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-50{padding-right:3.125rem!important}.pe-lg-75{padding-right:4.6875rem!important}.pe-lg-100{padding-right:6.25rem!important}.pe-lg-125{padding-right:7.8125rem!important}.pe-lg-150{padding-right:9.375rem!important}.pe-lg-200{padding-right:12.5rem!important}.pe-lg-250{padding-right:15.625rem!important}.pe-lg-275{padding-right:17.1875rem!important}.pe-lg-300{padding-right:18.75rem!important}.pe-lg-350{padding-right:21.875rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-50{padding-bottom:3.125rem!important}.pb-lg-75{padding-bottom:4.6875rem!important}.pb-lg-100{padding-bottom:6.25rem!important}.pb-lg-125{padding-bottom:7.8125rem!important}.pb-lg-150{padding-bottom:9.375rem!important}.pb-lg-200{padding-bottom:12.5rem!important}.pb-lg-250{padding-bottom:15.625rem!important}.pb-lg-275{padding-bottom:17.1875rem!important}.pb-lg-300{padding-bottom:18.75rem!important}.pb-lg-350{padding-bottom:21.875rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:2rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-50{padding-left:3.125rem!important}.ps-lg-75{padding-left:4.6875rem!important}.ps-lg-100{padding-left:6.25rem!important}.ps-lg-125{padding-left:7.8125rem!important}.ps-lg-150{padding-left:9.375rem!important}.ps-lg-200{padding-left:12.5rem!important}.ps-lg-250{padding-left:15.625rem!important}.ps-lg-275{padding-left:17.1875rem!important}.ps-lg-300{padding-left:18.75rem!important}.ps-lg-350{padding-left:21.875rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1366px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:2rem!important}.m-xl-5{margin:3rem!important}.m-xl-50{margin:3.125rem!important}.m-xl-75{margin:4.6875rem!important}.m-xl-100{margin:6.25rem!important}.m-xl-125{margin:7.8125rem!important}.m-xl-150{margin:9.375rem!important}.m-xl-200{margin:12.5rem!important}.m-xl-250{margin:15.625rem!important}.m-xl-275{margin:17.1875rem!important}.m-xl-300{margin:18.75rem!important}.m-xl-350{margin:21.875rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-xl-75{margin-right:4.6875rem!important;margin-left:4.6875rem!important}.mx-xl-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-xl-125{margin-right:7.8125rem!important;margin-left:7.8125rem!important}.mx-xl-150{margin-right:9.375rem!important;margin-left:9.375rem!important}.mx-xl-200{margin-right:12.5rem!important;margin-left:12.5rem!important}.mx-xl-250{margin-right:15.625rem!important;margin-left:15.625rem!important}.mx-xl-275{margin-right:17.1875rem!important;margin-left:17.1875rem!important}.mx-xl-300{margin-right:18.75rem!important;margin-left:18.75rem!important}.mx-xl-350{margin-right:21.875rem!important;margin-left:21.875rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-xl-75{margin-top:4.6875rem!important;margin-bottom:4.6875rem!important}.my-xl-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-xl-125{margin-top:7.8125rem!important;margin-bottom:7.8125rem!important}.my-xl-150{margin-top:9.375rem!important;margin-bottom:9.375rem!important}.my-xl-200{margin-top:12.5rem!important;margin-bottom:12.5rem!important}.my-xl-250{margin-top:15.625rem!important;margin-bottom:15.625rem!important}.my-xl-275{margin-top:17.1875rem!important;margin-bottom:17.1875rem!important}.my-xl-300{margin-top:18.75rem!important;margin-bottom:18.75rem!important}.my-xl-350{margin-top:21.875rem!important;margin-bottom:21.875rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:2rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-50{margin-top:3.125rem!important}.mt-xl-75{margin-top:4.6875rem!important}.mt-xl-100{margin-top:6.25rem!important}.mt-xl-125{margin-top:7.8125rem!important}.mt-xl-150{margin-top:9.375rem!important}.mt-xl-200{margin-top:12.5rem!important}.mt-xl-250{margin-top:15.625rem!important}.mt-xl-275{margin-top:17.1875rem!important}.mt-xl-300{margin-top:18.75rem!important}.mt-xl-350{margin-top:21.875rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:2rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-50{margin-right:3.125rem!important}.me-xl-75{margin-right:4.6875rem!important}.me-xl-100{margin-right:6.25rem!important}.me-xl-125{margin-right:7.8125rem!important}.me-xl-150{margin-right:9.375rem!important}.me-xl-200{margin-right:12.5rem!important}.me-xl-250{margin-right:15.625rem!important}.me-xl-275{margin-right:17.1875rem!important}.me-xl-300{margin-right:18.75rem!important}.me-xl-350{margin-right:21.875rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:2rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-50{margin-bottom:3.125rem!important}.mb-xl-75{margin-bottom:4.6875rem!important}.mb-xl-100{margin-bottom:6.25rem!important}.mb-xl-125{margin-bottom:7.8125rem!important}.mb-xl-150{margin-bottom:9.375rem!important}.mb-xl-200{margin-bottom:12.5rem!important}.mb-xl-250{margin-bottom:15.625rem!important}.mb-xl-275{margin-bottom:17.1875rem!important}.mb-xl-300{margin-bottom:18.75rem!important}.mb-xl-350{margin-bottom:21.875rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:2rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-50{margin-left:3.125rem!important}.ms-xl-75{margin-left:4.6875rem!important}.ms-xl-100{margin-left:6.25rem!important}.ms-xl-125{margin-left:7.8125rem!important}.ms-xl-150{margin-left:9.375rem!important}.ms-xl-200{margin-left:12.5rem!important}.ms-xl-250{margin-left:15.625rem!important}.ms-xl-275{margin-left:17.1875rem!important}.ms-xl-300{margin-left:18.75rem!important}.ms-xl-350{margin-left:21.875rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:2rem!important}.p-xl-5{padding:3rem!important}.p-xl-50{padding:3.125rem!important}.p-xl-75{padding:4.6875rem!important}.p-xl-100{padding:6.25rem!important}.p-xl-125{padding:7.8125rem!important}.p-xl-150{padding:9.375rem!important}.p-xl-200{padding:12.5rem!important}.p-xl-250{padding:15.625rem!important}.p-xl-275{padding:17.1875rem!important}.p-xl-300{padding:18.75rem!important}.p-xl-350{padding:21.875rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:2rem!important;padding-left:2rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xl-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-xl-75{padding-right:4.6875rem!important;padding-left:4.6875rem!important}.px-xl-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-xl-125{padding-right:7.8125rem!important;padding-left:7.8125rem!important}.px-xl-150{padding-right:9.375rem!important;padding-left:9.375rem!important}.px-xl-200{padding-right:12.5rem!important;padding-left:12.5rem!important}.px-xl-250{padding-right:15.625rem!important;padding-left:15.625rem!important}.px-xl-275{padding-right:17.1875rem!important;padding-left:17.1875rem!important}.px-xl-300{padding-right:18.75rem!important;padding-left:18.75rem!important}.px-xl-350{padding-right:21.875rem!important;padding-left:21.875rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-xl-75{padding-top:4.6875rem!important;padding-bottom:4.6875rem!important}.py-xl-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-xl-125{padding-top:7.8125rem!important;padding-bottom:7.8125rem!important}.py-xl-150{padding-top:9.375rem!important;padding-bottom:9.375rem!important}.py-xl-200{padding-top:12.5rem!important;padding-bottom:12.5rem!important}.py-xl-250{padding-top:15.625rem!important;padding-bottom:15.625rem!important}.py-xl-275{padding-top:17.1875rem!important;padding-bottom:17.1875rem!important}.py-xl-300{padding-top:18.75rem!important;padding-bottom:18.75rem!important}.py-xl-350{padding-top:21.875rem!important;padding-bottom:21.875rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:2rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-50{padding-top:3.125rem!important}.pt-xl-75{padding-top:4.6875rem!important}.pt-xl-100{padding-top:6.25rem!important}.pt-xl-125{padding-top:7.8125rem!important}.pt-xl-150{padding-top:9.375rem!important}.pt-xl-200{padding-top:12.5rem!important}.pt-xl-250{padding-top:15.625rem!important}.pt-xl-275{padding-top:17.1875rem!important}.pt-xl-300{padding-top:18.75rem!important}.pt-xl-350{padding-top:21.875rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:2rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-50{padding-right:3.125rem!important}.pe-xl-75{padding-right:4.6875rem!important}.pe-xl-100{padding-right:6.25rem!important}.pe-xl-125{padding-right:7.8125rem!important}.pe-xl-150{padding-right:9.375rem!important}.pe-xl-200{padding-right:12.5rem!important}.pe-xl-250{padding-right:15.625rem!important}.pe-xl-275{padding-right:17.1875rem!important}.pe-xl-300{padding-right:18.75rem!important}.pe-xl-350{padding-right:21.875rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:2rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-50{padding-bottom:3.125rem!important}.pb-xl-75{padding-bottom:4.6875rem!important}.pb-xl-100{padding-bottom:6.25rem!important}.pb-xl-125{padding-bottom:7.8125rem!important}.pb-xl-150{padding-bottom:9.375rem!important}.pb-xl-200{padding-bottom:12.5rem!important}.pb-xl-250{padding-bottom:15.625rem!important}.pb-xl-275{padding-bottom:17.1875rem!important}.pb-xl-300{padding-bottom:18.75rem!important}.pb-xl-350{padding-bottom:21.875rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:2rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-50{padding-left:3.125rem!important}.ps-xl-75{padding-left:4.6875rem!important}.ps-xl-100{padding-left:6.25rem!important}.ps-xl-125{padding-left:7.8125rem!important}.ps-xl-150{padding-left:9.375rem!important}.ps-xl-200{padding-left:12.5rem!important}.ps-xl-250{padding-left:15.625rem!important}.ps-xl-275{padding-left:17.1875rem!important}.ps-xl-300{padding-left:18.75rem!important}.ps-xl-350{padding-left:21.875rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1600px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:2rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-50{margin:3.125rem!important}.m-xxl-75{margin:4.6875rem!important}.m-xxl-100{margin:6.25rem!important}.m-xxl-125{margin:7.8125rem!important}.m-xxl-150{margin:9.375rem!important}.m-xxl-200{margin:12.5rem!important}.m-xxl-250{margin:15.625rem!important}.m-xxl-275{margin:17.1875rem!important}.m-xxl-300{margin:18.75rem!important}.m-xxl-350{margin:21.875rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-50{margin-right:3.125rem!important;margin-left:3.125rem!important}.mx-xxl-75{margin-right:4.6875rem!important;margin-left:4.6875rem!important}.mx-xxl-100{margin-right:6.25rem!important;margin-left:6.25rem!important}.mx-xxl-125{margin-right:7.8125rem!important;margin-left:7.8125rem!important}.mx-xxl-150{margin-right:9.375rem!important;margin-left:9.375rem!important}.mx-xxl-200{margin-right:12.5rem!important;margin-left:12.5rem!important}.mx-xxl-250{margin-right:15.625rem!important;margin-left:15.625rem!important}.mx-xxl-275{margin-right:17.1875rem!important;margin-left:17.1875rem!important}.mx-xxl-300{margin-right:18.75rem!important;margin-left:18.75rem!important}.mx-xxl-350{margin-right:21.875rem!important;margin-left:21.875rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.my-xxl-75{margin-top:4.6875rem!important;margin-bottom:4.6875rem!important}.my-xxl-100{margin-top:6.25rem!important;margin-bottom:6.25rem!important}.my-xxl-125{margin-top:7.8125rem!important;margin-bottom:7.8125rem!important}.my-xxl-150{margin-top:9.375rem!important;margin-bottom:9.375rem!important}.my-xxl-200{margin-top:12.5rem!important;margin-bottom:12.5rem!important}.my-xxl-250{margin-top:15.625rem!important;margin-bottom:15.625rem!important}.my-xxl-275{margin-top:17.1875rem!important;margin-bottom:17.1875rem!important}.my-xxl-300{margin-top:18.75rem!important;margin-bottom:18.75rem!important}.my-xxl-350{margin-top:21.875rem!important;margin-bottom:21.875rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:2rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-50{margin-top:3.125rem!important}.mt-xxl-75{margin-top:4.6875rem!important}.mt-xxl-100{margin-top:6.25rem!important}.mt-xxl-125{margin-top:7.8125rem!important}.mt-xxl-150{margin-top:9.375rem!important}.mt-xxl-200{margin-top:12.5rem!important}.mt-xxl-250{margin-top:15.625rem!important}.mt-xxl-275{margin-top:17.1875rem!important}.mt-xxl-300{margin-top:18.75rem!important}.mt-xxl-350{margin-top:21.875rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:2rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-50{margin-right:3.125rem!important}.me-xxl-75{margin-right:4.6875rem!important}.me-xxl-100{margin-right:6.25rem!important}.me-xxl-125{margin-right:7.8125rem!important}.me-xxl-150{margin-right:9.375rem!important}.me-xxl-200{margin-right:12.5rem!important}.me-xxl-250{margin-right:15.625rem!important}.me-xxl-275{margin-right:17.1875rem!important}.me-xxl-300{margin-right:18.75rem!important}.me-xxl-350{margin-right:21.875rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:2rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-50{margin-bottom:3.125rem!important}.mb-xxl-75{margin-bottom:4.6875rem!important}.mb-xxl-100{margin-bottom:6.25rem!important}.mb-xxl-125{margin-bottom:7.8125rem!important}.mb-xxl-150{margin-bottom:9.375rem!important}.mb-xxl-200{margin-bottom:12.5rem!important}.mb-xxl-250{margin-bottom:15.625rem!important}.mb-xxl-275{margin-bottom:17.1875rem!important}.mb-xxl-300{margin-bottom:18.75rem!important}.mb-xxl-350{margin-bottom:21.875rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:2rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-50{margin-left:3.125rem!important}.ms-xxl-75{margin-left:4.6875rem!important}.ms-xxl-100{margin-left:6.25rem!important}.ms-xxl-125{margin-left:7.8125rem!important}.ms-xxl-150{margin-left:9.375rem!important}.ms-xxl-200{margin-left:12.5rem!important}.ms-xxl-250{margin-left:15.625rem!important}.ms-xxl-275{margin-left:17.1875rem!important}.ms-xxl-300{margin-left:18.75rem!important}.ms-xxl-350{margin-left:21.875rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:2rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-50{padding:3.125rem!important}.p-xxl-75{padding:4.6875rem!important}.p-xxl-100{padding:6.25rem!important}.p-xxl-125{padding:7.8125rem!important}.p-xxl-150{padding:9.375rem!important}.p-xxl-200{padding:12.5rem!important}.p-xxl-250{padding:15.625rem!important}.p-xxl-275{padding:17.1875rem!important}.p-xxl-300{padding:18.75rem!important}.p-xxl-350{padding:21.875rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-50{padding-right:3.125rem!important;padding-left:3.125rem!important}.px-xxl-75{padding-right:4.6875rem!important;padding-left:4.6875rem!important}.px-xxl-100{padding-right:6.25rem!important;padding-left:6.25rem!important}.px-xxl-125{padding-right:7.8125rem!important;padding-left:7.8125rem!important}.px-xxl-150{padding-right:9.375rem!important;padding-left:9.375rem!important}.px-xxl-200{padding-right:12.5rem!important;padding-left:12.5rem!important}.px-xxl-250{padding-right:15.625rem!important;padding-left:15.625rem!important}.px-xxl-275{padding-right:17.1875rem!important;padding-left:17.1875rem!important}.px-xxl-300{padding-right:18.75rem!important;padding-left:18.75rem!important}.px-xxl-350{padding-right:21.875rem!important;padding-left:21.875rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-50{padding-top:3.125rem!important;padding-bottom:3.125rem!important}.py-xxl-75{padding-top:4.6875rem!important;padding-bottom:4.6875rem!important}.py-xxl-100{padding-top:6.25rem!important;padding-bottom:6.25rem!important}.py-xxl-125{padding-top:7.8125rem!important;padding-bottom:7.8125rem!important}.py-xxl-150{padding-top:9.375rem!important;padding-bottom:9.375rem!important}.py-xxl-200{padding-top:12.5rem!important;padding-bottom:12.5rem!important}.py-xxl-250{padding-top:15.625rem!important;padding-bottom:15.625rem!important}.py-xxl-275{padding-top:17.1875rem!important;padding-bottom:17.1875rem!important}.py-xxl-300{padding-top:18.75rem!important;padding-bottom:18.75rem!important}.py-xxl-350{padding-top:21.875rem!important;padding-bottom:21.875rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:2rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-50{padding-top:3.125rem!important}.pt-xxl-75{padding-top:4.6875rem!important}.pt-xxl-100{padding-top:6.25rem!important}.pt-xxl-125{padding-top:7.8125rem!important}.pt-xxl-150{padding-top:9.375rem!important}.pt-xxl-200{padding-top:12.5rem!important}.pt-xxl-250{padding-top:15.625rem!important}.pt-xxl-275{padding-top:17.1875rem!important}.pt-xxl-300{padding-top:18.75rem!important}.pt-xxl-350{padding-top:21.875rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:2rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-50{padding-right:3.125rem!important}.pe-xxl-75{padding-right:4.6875rem!important}.pe-xxl-100{padding-right:6.25rem!important}.pe-xxl-125{padding-right:7.8125rem!important}.pe-xxl-150{padding-right:9.375rem!important}.pe-xxl-200{padding-right:12.5rem!important}.pe-xxl-250{padding-right:15.625rem!important}.pe-xxl-275{padding-right:17.1875rem!important}.pe-xxl-300{padding-right:18.75rem!important}.pe-xxl-350{padding-right:21.875rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:2rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-50{padding-bottom:3.125rem!important}.pb-xxl-75{padding-bottom:4.6875rem!important}.pb-xxl-100{padding-bottom:6.25rem!important}.pb-xxl-125{padding-bottom:7.8125rem!important}.pb-xxl-150{padding-bottom:9.375rem!important}.pb-xxl-200{padding-bottom:12.5rem!important}.pb-xxl-250{padding-bottom:15.625rem!important}.pb-xxl-275{padding-bottom:17.1875rem!important}.pb-xxl-300{padding-bottom:18.75rem!important}.pb-xxl-350{padding-bottom:21.875rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:2rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-50{padding-left:3.125rem!important}.ps-xxl-75{padding-left:4.6875rem!important}.ps-xxl-100{padding-left:6.25rem!important}.ps-xxl-125{padding-left:7.8125rem!important}.ps-xxl-150{padding-left:9.375rem!important}.ps-xxl-200{padding-left:12.5rem!important}.ps-xxl-250{padding-left:15.625rem!important}.ps-xxl-275{padding-left:17.1875rem!important}.ps-xxl-300{padding-left:18.75rem!important}.ps-xxl-350{padding-left:21.875rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}/*!
 * Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-left:auto;margin-right:auto}@media (min-width: 320px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-left:calc(-.5 * var(--bs-gutter-x));margin-right:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-left:calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-right:8.33333333%}.offset-2{margin-right:16.66666667%}.offset-3{margin-right:25%}.offset-4{margin-right:33.33333333%}.offset-5{margin-right:41.66666667%}.offset-6{margin-right:50%}.offset-7{margin-right:58.33333333%}.offset-8{margin-right:66.66666667%}.offset-9{margin-right:75%}.offset-10{margin-right:83.33333333%}.offset-11{margin-right:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 320px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-right:0}.offset-sm-1{margin-right:8.33333333%}.offset-sm-2{margin-right:16.66666667%}.offset-sm-3{margin-right:25%}.offset-sm-4{margin-right:33.33333333%}.offset-sm-5{margin-right:41.66666667%}.offset-sm-6{margin-right:50%}.offset-sm-7{margin-right:58.33333333%}.offset-sm-8{margin-right:66.66666667%}.offset-sm-9{margin-right:75%}.offset-sm-10{margin-right:83.33333333%}.offset-sm-11{margin-right:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-right:0}.offset-md-1{margin-right:8.33333333%}.offset-md-2{margin-right:16.66666667%}.offset-md-3{margin-right:25%}.offset-md-4{margin-right:33.33333333%}.offset-md-5{margin-right:41.66666667%}.offset-md-6{margin-right:50%}.offset-md-7{margin-right:58.33333333%}.offset-md-8{margin-right:66.66666667%}.offset-md-9{margin-right:75%}.offset-md-10{margin-right:83.33333333%}.offset-md-11{margin-right:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-right:0}.offset-lg-1{margin-right:8.33333333%}.offset-lg-2{margin-right:16.66666667%}.offset-lg-3{margin-right:25%}.offset-lg-4{margin-right:33.33333333%}.offset-lg-5{margin-right:41.66666667%}.offset-lg-6{margin-right:50%}.offset-lg-7{margin-right:58.33333333%}.offset-lg-8{margin-right:66.66666667%}.offset-lg-9{margin-right:75%}.offset-lg-10{margin-right:83.33333333%}.offset-lg-11{margin-right:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-right:0}.offset-xl-1{margin-right:8.33333333%}.offset-xl-2{margin-right:16.66666667%}.offset-xl-3{margin-right:25%}.offset-xl-4{margin-right:33.33333333%}.offset-xl-5{margin-right:41.66666667%}.offset-xl-6{margin-right:50%}.offset-xl-7{margin-right:58.33333333%}.offset-xl-8{margin-right:66.66666667%}.offset-xl-9{margin-right:75%}.offset-xl-10{margin-right:83.33333333%}.offset-xl-11{margin-right:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-right:0}.offset-xxl-1{margin-right:8.33333333%}.offset-xxl-2{margin-right:16.66666667%}.offset-xxl-3{margin-right:25%}.offset-xxl-4{margin-right:33.33333333%}.offset-xxl-5{margin-right:41.66666667%}.offset-xxl-6{margin-right:50%}.offset-xxl-7{margin-right:58.33333333%}.offset-xxl-8{margin-right:66.66666667%}.offset-xxl-9{margin-right:75%}.offset-xxl-10{margin-right:83.33333333%}.offset-xxl-11{margin-right:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}@media (min-width: 320px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}}@media (min-width: 768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}}@media (min-width: 992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}}@media (min-width: 1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}}@media (min-width: 1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.wrapper{max-width:1200px;margin:auto;padding:0 30px}@media only screen and (max-width: 768px){.wrapper{padding:0 25px}}.wrapper.wrapper--sm{max-width:1010px}.table-participants{flex-wrap:wrap;width:100%;border:1px solid #1268B3;border-radius:10px;overflow:hidden}.table-participants[data-columns="4"] .table__row{grid-template-columns:2fr 2fr 1fr 1fr}@media only screen and (max-width: 768px){.table-participants[data-columns="4"] .table__row{grid-template-columns:1fr}}.table-participants[data-columns="5"] .table__row{grid-template-columns:2fr 1fr 1fr 1fr 1fr}@media only screen and (max-width: 768px){.table-participants[data-columns="5"] .table__row{grid-template-columns:1fr}}.table__row{display:grid;grid-gap:20px;padding:10px}@media only screen and (max-width: 768px){.table__row{grid-template-columns:1fr}}.table__row .table__cell{display:flex;align-items:center}.table__row .table__cell:nth-child(5){display:flex;justify-content:flex-end}.table__row:nth-child(2n){background:#EAF5FF}.table__row.has-delete-button .table__cell:nth-child(5){display:flex;justify-content:flex-end}.activities__filter{padding-top:20px}@media only screen and (max-width: 768px){.activities__filter{margin-top:-20px;padding:0}}@media only screen and (max-width: 991px){.activities__filter{justify-content:space-between;width:100%}}.activities__filter>span{display:block;margin:0 20px}@media only screen and (max-width: 768px){.activities__filter>span{display:none}}.activities__filter .btn{margin-left:20px}@media only screen and (max-width: 768px){.activities__filter .btn.btn-primary--blue-100{margin:40px 0 0}}.activities__lower h2{margin-bottom:50px}@media only screen and (max-width: 768px){.activities__lower h2{margin-bottom:30px}}.activities__loop{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media only screen and (max-width: 768px){.activities__loop{grid-template-columns:1fr}}@media only screen and (max-width: 991px) and (min-width: 769px){.activities__loop{grid-template-columns:repeat(2,1fr)}}.activity{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 0 30px #0000001a;text-decoration:none;color:#000}.activity.is-favorite .activity__like{background:#E63026}.activity.is-favorite .activity__like svg path{fill:#fff}.activity__options{position:absolute;display:flex;align-items:center;gap:10px;top:0;left:20px}.activity__options .option{padding:8px 15px;border-radius:0 0 5px 5px}.activity__options .option.bg--white{color:#1268b3}.activity__options .option.bg--yellow-100{color:#fff}.activity__options .option.bg--yellow-100 svg path{fill:#fff}.activity__like{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:10px;width:35px;height:35px;border-radius:35px;background:#FFF;z-index:5;cursor:pointer;transition:all .35s ease}.activity__like svg{width:auto;height:20px;transition:all .35s ease}.activity__like svg path{fill:#e63026;transition:all .35s ease}@media only screen and (min-width: 991px){.activity__like:hover{background:#E63026}}@media only screen and (min-width: 991px){.activity__like:hover svg path{fill:#fff}}.activity__image{width:100%;height:215px}@media only screen and (max-width: 768px){.activity__image{height:150px}}.activity__image img{width:100%;height:100%;object-fit:cover}.activity__content{font-size:16px;font-size:1rem;line-height:25px;line-height:1.5625rem;padding:20px;background:#FFF;font-weight:300}.activity__content h3{margin-bottom:20px;-webkit-box-orient:vertical;overflow:hidden}.activity__content ul{margin:0;padding:0;list-style-type:none}.activity__content ul li{display:flex;align-items:center}.activity__content ul li .icon{width:30px;height:30px}.activity__content ul li .icon svg{width:30px;height:30px}.activity__content ul li .content{width:calc(100% - 30px);padding-left:15px}.activity__content ul li:not(:nth-last-child(1)){margin-bottom:10px}div.tip{background-color:#1268b3;border-radius:12px;margin-bottom:15px;padding:12px;color:#fff}.activity-single{position:relative;z-index:3}.activity-single__content{grid-template-columns:repeat(2,1fr);grid-gap:20px;padding-top:35px}@media only screen and (max-width: 991px){.activity-single__content{grid-template-columns:1fr}}.activity-single__tags{gap:20px}@media only screen and (max-width: 768px){.activity-single__tags{flex-wrap:wrap;gap:10px}}.activity-single__tags .tag{font-size:18px;font-size:1.125rem;line-height:20px;line-height:1.25rem;padding:17px 35px;font-weight:600}@media only screen and (max-width: 768px){.activity-single__tags .tag{width:100%;text-align:center}}.activity-single__image{width:100%;height:290px;margin-top:50px;overflow:hidden}@media only screen and (max-width: 768px){.activity-single__image{height:150px}}.activity-single__image img{width:100%;height:100%;object-fit:cover}.activity-single__text{padding:50px 0}@media only screen and (max-width: 991px){.activity-single__text{padding:30px 0}}.activity-single__text strong{color:#1268b3}.activity-single__collab-items{grid-template-columns:repeat(3,1fr);grid-gap:20px;margin-top:30px}@media only screen and (max-width: 768px){.activity-single__collab-items{grid-template-columns:1fr}}@media only screen and (max-width: 991px) and (min-width: 768px){.activity-single__collab-items{grid-template-columns:repeat(2,1fr);grid-gap:10px}}.activity-single__collab-items .collab{display:flex;justify-content:center;align-items:center;padding:5px 20px;border-radius:10px;border:1px solid #1268B3}@media only screen and (max-width: 768px){.activity-single__collab-items .collab{padding:20px}}.activity-single__collab-items .collab img{width:auto;max-width:135px;height:auto;max-height:90px}@media only screen and (max-width: 991px){.activity-single__collab-items .collab img{max-height:50px}}.activity-single__right{max-width:495px;margin:0 0 0 auto}@media only screen and (max-width: 991px){.activity-single__right{width:100%;max-width:100%;display:grid}}.activity__usps{grid-gap:10px}@media only screen and (max-width: 991px){.activity__usps{grid-template-columns:repeat(6,1fr)}}.activity__usps[data-count="1"]{grid-template-columns:repeat(1,1fr)}.activity__usps[data-count="2"]{grid-template-columns:repeat(2,1fr)}.activity__usps[data-count="3"]{grid-template-columns:repeat(3,1fr)}.activity__usps[data-count="4"]{grid-template-columns:repeat(4,1fr)}.activity__usps[data-count="5"]{grid-template-columns:repeat(5,1fr)}.activity__usps .usp{font-size:10px;font-size:.625rem;line-height:12px;line-height:.75rem;padding:20px 10px;text-align:center}@media only screen and (max-width: 768px){.activity__usps .usp{font-size:12px;font-size:.75rem;line-height:14px;line-height:.875rem;padding:15px 10px}}.activity__usps .usp span{display:block;width:100%}.activity__usps .usp b{display:block;width:100%;margin-bottom:15px;font-size:12px}.activity__usps .usp svg{width:auto;max-width:50px;height:100%;max-height:50px;margin-bottom:15px}@media only screen and (max-width: 768px){.activity__usps .usp svg{max-width:40px;max-height:40px}}.activity__usps .usp .text{width:100%;font-size:18px;line-height:22px}@media only screen and (max-width: 991px){.activity__usps .usp:nth-child(1){grid-row:1/2;grid-column:1/3}}@media only screen and (max-width: 991px){.activity__usps .usp:nth-child(2){grid-row:1/2;grid-column:3/5}}@media only screen and (max-width: 991px){.activity__usps .usp:nth-child(3){grid-row:1/2;grid-column:5/7}}@media only screen and (max-width: 991px){.activity__usps .usp:nth-child(4){grid-row:2/3;grid-column:1/4}}@media only screen and (max-width: 991px){.activity__usps .usp:nth-child(5){grid-row:2/3;grid-column:4/7}}.activity-single__location{display:flex;margin:50px 0;overflow:hidden}@media only screen and (max-width: 768px){.activity-single__location{flex-wrap:wrap;flex-direction:column-reverse;margin:15px 0 50px}}.activity-single__location .content{width:calc(100% - 240px);padding:30px 20px}@media only screen and (max-width: 768px){.activity-single__location .content{width:100%}}.activity-single__location .maps{width:200px}@media only screen and (max-width: 768px){.activity-single__location .maps{width:100%;height:180px}}.activity-single__location .maps iframe{width:100%;height:100%;border:0}.activity-single__table{overflow:hidden}@media only screen and (max-width: 768px){.activity-single__table{margin-top:30px;order:-1}}@media only screen and (max-width: 991px){.activity-single__table .head{display:none}}.activity-single__table .head .table-row{font-size:18px;font-size:1.125rem;line-height:20px;line-height:1.25rem;display:grid;grid-template-columns:2fr 1fr;grid-gap:1px;color:#fff}.activity-single__table .head .table-row .column{padding:15px 20px;background:#1268B3;font-weight:600}.activity-single__table .body{grid-gap:1px;background:#1268B3}@media only screen and (max-width: 991px){.activity-single__table .body{padding:20px;background:#EAF5FF}}.activity-single__table .body .table-row{font-size:18px;font-size:1.125rem;line-height:20px;line-height:1.25rem;display:grid;grid-template-columns:2fr 1fr;grid-gap:1px}@media only screen and (max-width: 991px){.activity-single__table .body .table-row{font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem;grid-template-columns:1fr;grid-gap:0}}.activity-single__table .body .table-row .column{display:flex;align-items:center;padding:15px 20px;background:#EAF5FF}@media only screen and (max-width: 991px){.activity-single__table .body .table-row .column{display:grid;grid-template-columns:repeat(2,1fr);padding:5px 0}}@media only screen and (min-width: 992px){.activity-single__table .body .table-row .column .column__title{display:none}}@media only screen and (max-width: 991px){.activity-single__table .body .table-row .column:nth-last-child(1){grid-template-columns:1fr;padding-top:20px}}@media only screen and (max-width: 991px){.activity-single__table .body .table-row:not(:nth-last-child(1)){position:relative;margin-bottom:20px;padding-bottom:20px}}.activity-single__table .body .table-row:not(:nth-last-child(1)):after{display:block;position:absolute;right:-20px;bottom:0;left:-20px;height:1px;background:#1268B3;content:""}@media only screen and (min-width: 992px){.activity-single__table .body .table-row:not(:nth-last-child(1)):after{display:none}}.activity-single__table .body .table-row .btn{width:100%}@media only screen and (max-width: 991px){.activity-single__table .body .table-row .btn{width:calc(100% - 40px)}}.activity-single__small-link{margin:20px 0}@media only screen and (max-width: 768px){.activity-single__small-link{display:none}}.activity-single__cta{text-align:center}@media only screen and (max-width: 991px){.activity-single__cta{margin-left:-25px;width:calc(100% + 10px);border-radius:0}}.activity-single__contact{padding:20px}@media only screen and (max-width: 991px){.activity-single__contact{margin-top:50px;justify-content:center}}.activity-single__contact .photo{width:120px;height:120px;border-radius:120px;overflow:hidden}.activity-single__contact .photo img{width:100%;height:100%;object-fit:cover}.activity-single__contact .content{width:calc(100% - 150px);padding-left:30px}@media only screen and (max-width: 991px){.activity-single__contact .content{width:100%;padding-top:20px;padding-left:0}}.activity-single__contact .content strong,.activity-single__contact .content a{color:#fff}.activity-single__contact .content .cms-output{font-weight:400}.activity-single__offer h2{margin-bottom:50px}@media only screen and (max-width: 768px){.activity-single__offer h2{margin-bottom:30px}}.activity-single__offer .tns-ovh{overflow:initial}@media only screen and (max-width: 768px){.activity-single__offer .activities__loop{display:flex}}.contact{position:relative;z-index:3}.contact__row{display:grid;grid-template-columns:calc(55% - 35px) calc(45% - 35px);grid-gap:70px}@media only screen and (max-width: 991px){.contact__row{grid-template-columns:1fr;grid-gap:30px}}@media only screen and (max-width: 1366px) and (min-width: 992px){.contact__row{grid-template-columns:repeat(2,1fr)}}.contact__locations{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:70px}@media only screen and (max-width: 599px){.contact__locations{grid-template-columns:1fr}}.location{width:100%;overflow:hidden}.location__image{width:100%;height:200px;overflow:hidden;border-radius:10px}@media only screen and (max-width: 599px){.location__image{height:150px}}.location__image img{width:100%;height:100%;object-fit:cover}.location__content{padding-top:30px}.location__content .cms-output{padding-top:15px}@media only screen and (max-width: 991px){.contact__right{width:calc(100% + 50px);margin-left:-25px}}.contact-form{padding:50px}@media only screen and (max-width: 768px){.contact-form{border-radius:0}}@media only screen and (max-width: 991px){.contact-form{padding:30px}}.contact-form h2{margin-bottom:50px}@media only screen and (max-width: 991px){.contact-form h2{margin-bottom:30px}}.contact-form input[name=gender]{display:none}.contact-form .form-item,.contact-form .form-group{position:relative}.contact-form .form-item label,.contact-form .form-group label{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;display:block;margin-bottom:8px;color:#1268b3;font-weight:600}.contact-form .form-item input[type=text],.contact-form .form-item input[type=email],.contact-form .form-item input[type=date],.contact-form .form-item select,.contact-form .form-item textarea,.contact-form .form-group input[type=text],.contact-form .form-group input[type=email],.contact-form .form-group input[type=date],.contact-form .form-group select,.contact-form .form-group textarea{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;width:calc(100% - 40px);height:50px;padding:0 20px;border:0;background:#FFF;border-radius:5px;font-family:Quicksand,sans-serif}.contact-form .form-item select,.contact-form .form-group select{position:relative;width:100%}.contact-form .form-item select+svg,.contact-form .form-group select+svg{position:absolute;bottom:20px;right:20px;width:auto;height:10px;pointer-events:none}.contact-form .form-item textarea,.contact-form .form-group textarea{height:110px;resize:none;padding:20px}.contact-form .form-item:not(:nth-last-child(1)),.contact-form .form-group:not(:nth-last-child(1)){margin-bottom:18px}.contact-form .form-submit{display:flex;justify-content:space-between;align-items:center}.contact-form .form-submit .link{border:0;background:0;font-family:Quicksand,sans-serif}.contact-form.form--signup{display:grid;grid-gap:10px 50px;grid-template-columns:1fr 1fr 1fr 1fr}.contact-form.form--signup .form-check{display:flex;align-items:center}.contact-form.form--signup .form-check label{margin:0 0 0 5px;color:#000}.contact-form.form--signup .form-check:not(:nth-last-child(1)){margin-right:30px}.contact-form.form--signup .form-item:nth-child(odd){grid-column:1/3}@media only screen and (max-width: 768px){.contact-form.form--signup .form-item:nth-child(odd){grid-column:1/5}}.contact-form.form--signup .form-item:nth-child(2n){grid-column:3/5}@media only screen and (max-width: 768px){.contact-form.form--signup .form-item:nth-child(2n){grid-column:1/5}}.contact-form.form--info .form-item:nth-child(6){grid-column:3/4}@media only screen and (max-width: 768px){.contact-form.form--info .form-item:nth-child(6){grid-column:1/5}}.contact-form.form--info .form-item:nth-child(7){grid-column:4/5}@media only screen and (max-width: 768px){.contact-form.form--info .form-item:nth-child(7){grid-column:1/5}}.js-subfield{max-height:0;opacity:0;pointer-events:none;overflow:hidden;transition:all .35s ease}.js-subfield.is-active{max-height:200px;opacity:1;pointer-events:all}.content-default{max-width:1500px;margin:auto}.content-default.text-align--center{text-align:center}.content-default.text-align--center h2{max-width:600px;margin:auto}.content-default__inner{position:relative;max-width:780px;margin:auto;z-index:3}.content-default__inner .cms-output{margin-top:50px}@media only screen and (max-width: 768px){.content-default__inner .cms-output{margin-top:30px}}.cta--homepage .cta__inner{position:relative;padding:60px;color:#fff;text-align:center}@media only screen and (max-width: 768px){.cta--homepage .cta__inner{padding:50px}}.cta--homepage .cta__inner h2{position:relative;color:#fff;z-index:5}.cta--homepage .cta__inner .cms-output{position:relative;max-width:600px;margin:50px auto auto;z-index:5}@media only screen and (max-width: 768px){.cta--homepage .cta__inner .cms-output{margin:30px auto auto}}.cta--homepage .cta__buttons{position:relative;gap:30px;margin-top:50px;z-index:5}@media only screen and (max-width: 768px){.cta--homepage .cta__buttons{flex-wrap:wrap;margin-top:30px;padding-bottom:150px}}@media only screen and (max-width: 768px){.cta--homepage .cta__buttons .link{justify-content:center;width:100%;margin-top:10px}}.cta__visual{position:absolute;pointer-events:none}.cta__visual.visual--1{left:37px;bottom:-8px}@media only screen and (max-width: 768px){.cta__visual.visual--1{right:0;left:0;margin:auto}}@media only screen and (max-width: 768px){.cta__visual.visual--1 svg{height:150px}}.cta__visual.visual--2{top:38px;left:41px}@media only screen and (max-width: 768px){.cta__visual.visual--2{top:-10px;left:-10px}}@media only screen and (max-width: 768px){.cta__visual.visual--2 svg{width:34px;height:34px}}.cta__visual.visual--3{top:37px;right:47px}@media only screen and (max-width: 768px){.cta__visual.visual--3{display:none}}.cta__visual.visual--4{right:172px;bottom:90px}@media only screen and (max-width: 768px){.cta__visual.visual--4{display:none}}.cta__visual.visual--5{right:53px;bottom:36px}@media only screen and (max-width: 768px){.cta__visual.visual--5{right:-5px;bottom:200px}}.cta-small{padding:50px}@media only screen and (max-width: 991px){.cta-small{padding:50px 20px;text-align:center}}.cta-small.color--white h2{color:#fff}.cta-small .cms-output{margin-top:20px}.cta-small__buttons{margin-top:40px}@media only screen and (max-width: 768px){.cta-small__buttons{margin-top:20px}}.cta-newsletter{position:relative;z-index:3}.cta-newsletter .cta__inner{margin:auto;padding:70px 50px;text-align:center;color:#fff}@media only screen and (max-width: 768px){.cta-newsletter .cta__inner{padding:50px 30px}}.cta-newsletter .cta__inner h2{margin-bottom:10px;color:#fff}@media only screen and (max-width: 768px){.cta-newsletter .cta__inner .cms-output{margin:20px 0 30px}}.cta-newsletter .cta__inner form{position:relative;width:100%;max-width:640px;margin:50px auto auto}@media only screen and (max-width: 768px){.cta-newsletter .cta__inner form{margin:0}}.cta-newsletter .cta__inner form input{font-size:18px;font-size:1.125rem;line-height:28px;line-height:1.75rem;width:calc(100% - 40px);height:50px;padding:0 20px;border:0;border-radius:50px;font-weight:300;font-family:Quicksand,sans-serif}.cta-newsletter .cta__inner form button{position:absolute;top:0;right:0}@media only screen and (max-width: 768px){.cta-newsletter .cta__inner form button{top:calc(50% - 20px);right:5px;display:flex;width:40px;height:40px;padding:0}}.cta-newsletter .cta__inner form button i{font-style:normal}@media only screen and (max-width: 768px){.cta-newsletter .cta__inner form button i{display:none}}@media only screen and (max-width: 768px){.cta-newsletter .cta__inner form button span{margin:0;background:#E97B24}}@media only screen and (max-width: 768px){.cta-newsletter .cta__inner form button span svg path{fill:#fff}}.cta-with-newsletter__grid{position:relative;grid-gap:20px;grid-template-columns:1fr 2fr;z-index:3}@media only screen and (max-width: 991px){.cta-with-newsletter__grid{grid-template-columns:1fr}}.faq__filters{grid-template-columns:repeat(4,1fr);grid-gap:20px}@media only screen and (max-width: 599px){.faq__filters{grid-template-columns:1fr;gap:10px}}@media only screen and (max-width: 768px) and (min-width: 600px){.faq__filters{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 1366px) and (min-width: 992px){.faq__filters{grid-template-columns:repeat(2,1fr)}}.faq__filters .btn.is-active{background:#59A645}.faq__filters .btn.is-active svg path{fill:#59a645}.faq__items{margin-top:25px}.faq-item{display:none;padding:15px;border:1px solid #1268B3;border-radius:10px}@media only screen and (max-width: 768px){.faq-item{padding:20px}}.faq-item:not(:nth-last-child(1)){margin-bottom:20px}.faq-item.is-visible{display:block}.faq-item.is-active .faq-item__title{padding-bottom:15px}@media only screen and (max-width: 768px){.faq-item.is-active .faq-item__title{padding-bottom:20px}}.faq-item.is-active .faq-item__toggle span[data-line="1"]{transform:rotate(0)}.faq-item.is-active .faq-item__content{padding-top:15px;border-top:1px solid #B3B3B3;max-height:500px;opacity:1}@media only screen and (max-width: 768px){.faq-item.is-active .faq-item__content{padding-top:20px}}.faq-item__title{transition:all .35s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-item__title h2{width:calc(100% - 50px);font-size:1.275rem}.faq-item__toggle{position:relative;width:24px;height:24px}.faq-item__toggle span{position:absolute;top:calc(50% - 2px);right:0;width:24px;height:4px;border-radius:20px;background:#E97B24;transform-origin:center center;transition:all .35s ease}.faq-item__toggle span[data-line="1"]{transform:rotate(90deg)}.faq-item__content{transition:all .35s ease;max-height:0;padding-top:0;border-top:0;opacity:0;overflow:hidden}.faq-cta{position:sticky;top:100px;margin-top:75px;overflow:hidden}@media only screen and (max-width: 991px){.faq-cta{margin-top:50px}}.faq-cta__image{width:100%;height:260px}@media only screen and (max-width: 768px){.faq-cta__image{height:inherit}}.faq-cta__image img{width:100%;height:100%;object-fit:cover}.faq-cta__content{padding:50px}@media only screen and (max-width: 768px){.faq-cta__content{padding:20px}}.faq-cta__content h2{color:#fff}.faq-cta__content .cms-output{margin-top:30px}@media only screen and (max-width: 768px){.faq-cta__content .cms-output{margin-top:20px}}.faq-cta__buttons{margin-top:50px}@media only screen and (max-width: 768px){.faq-cta__buttons{margin-top:30px}}.faq-cta__buttons .btn{margin-right:30px}@media only screen and (min-width: 769px){.faq-cta__buttons .btn:hover{background:#59A645}}.home-intro{position:relative;max-width:1500px;margin:20px auto auto}@media only screen and (max-width: 768px){.home-intro{margin:0 auto auto;padding-top:30px;background:#FFF}}.home-intro:before{display:block;position:absolute;top:0;right:0;left:0;height:50%;background:#EAF5FF;content:""}@media only screen and (min-width: 769px){.home-intro:before{display:none}}.home-intro__menu{width:100%;max-width:400px}.home-intro__upper{position:relative;z-index:10}.home-intro__logo{width:100%}.home-intro__logo img{max-width:390px}@media only screen and (max-width: 991px){.home-intro__logo img{max-width:125px}}.home-intro__menu-upper{width:100%;max-width:400px}.home-intro__menu-upper form{position:relative;width:calc(100% - 100px)}.home-intro__menu-upper form input[type=search]{font-size:14px;font-size:.875rem;line-height:28px;line-height:1.75rem;width:100%;height:35px;padding:0 15px;border:1px solid #1268B3;border-radius:30px;font-family:Quicksand,sans-serif}.home-intro__menu-upper form button{position:absolute;top:calc(50% - 10px);right:20px;width:20px;height:20px;border:0;background:transparent;cursor:pointer}.home-intro__menu-lower{width:100%;margin-top:20px}.home-intro__menu-lower nav ul{justify-content:space-between;list-style-type:none;margin:0;padding:0}.home-intro__menu-lower nav ul li a{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;font-weight:500;color:#1268b3;text-decoration:none;transition:all .35s ease}@media only screen and (min-width: 992px){.home-intro__menu-lower nav ul li a:hover{color:#e97b24}}.home-intro__language-toggle{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;cursor:pointer;margin:0 20px}.home-intro__language-toggle ul{margin:0;padding:0;list-style-type:none}.home-intro__language-toggle ul li a{display:flex;align-items:center;text-decoration:none;color:#000}.home-intro__language-toggle ul li a img{width:27px;height:27px;margin-left:7px;border-radius:27px;overflow:hidden;object-fit:cover}.home-intro__language-toggle ul li:not(.is-current){position:absolute;top:40px;padding:10px;background:#FFF;opacity:0;pointer-events:none}.home-intro__language-toggle ul li:not(.is-current).is-active{opacity:1;pointer-events:all}.home-intro__language-toggle span{margin-left:10px}.home-intro__image{position:absolute;left:-230px;top:-100px;width:970px;height:970px;border-radius:970px;overflow:hidden;z-index:2}@media only screen and (max-width: 768px){.home-intro__image{position:relative;top:unset;left:unset;width:calc(100% + 90px);margin:-40px -45px auto;height:490px}}@media only screen and (max-width: 991px) and (min-width: 769px){.home-intro__image{left:-750px}}@media only screen and (max-width: 1199px) and (min-width: 992px){.home-intro__image{left:-650px}}@media only screen and (max-width: 1366px) and (min-width: 1200px){.home-intro__image{left:-450px}}.home-intro__image img{width:100%;height:100%;object-fit:cover}.home-intro__text{width:495px;margin:0 0 0 auto}@media only screen and (max-width: 599px){.home-intro__text{max-width:290px}}@media only screen and (max-width: 768px){.home-intro__text{position:relative;width:calc(100% - 25px);margin:20px 0 0;text-align:center;z-index:5}}.home-intro__text h1{font-size:40px;font-size:2.5rem;line-height:46px;line-height:2.875rem;width:calc(100% - 75px)}@media only screen and (max-width: 768px){.home-intro__text h1{font-size:25px;font-size:1.5625rem;line-height:29px;line-height:1.8125rem;width:100%}}.home-intro__text .cms-output{margin:30px 0}.home-intro__read{font-size:14px;font-size:.875rem;line-height:23px;line-height:1.4375rem;width:100%}.home-intro__read svg{margin-right:5px}.home-intro__read svg path{transition:all .35s ease}@media only screen and (min-width: 992px){.home-intro__read:hover{color:#e97b24;text-decoration-color:#e97b24}}@media only screen and (min-width: 992px){.home-intro__read:hover svg path{fill:#e97b24}}.home-intro__usps{position:absolute;top:calc(100% - 140px);right:0;left:0;margin:auto}@media only screen and (max-width: 768px){.home-intro__usps{position:initial;margin:-125px auto auto}}@media only screen and (max-width: 768px){.home-intro__usps .wrapper{padding:0}}.home-intro__usps-grid{position:relative;grid-template-columns:repeat(3,1fr);grid-gap:70px;margin-top:40px;z-index:9}@media only screen and (max-width: 768px){.home-intro__usps-grid{grid-template-columns:repeat(1,1fr);grid-gap:20px}}.home-intro-usp{display:flex;flex-wrap:wrap;justify-content:center;padding:30px 40px}@media only screen and (max-width: 768px){.home-intro-usp{padding:30px}}@media only screen and (max-width: 768px){.home-intro-usp svg,.home-intro-usp img{height:65px}}.home-intro-usp span{font-size:18px;font-size:1.125rem;line-height:23px;line-height:1.4375rem;display:block;width:100%;margin-top:20px;text-align:center;color:#fff;font-weight:700}@media only screen and (max-width: 768px){.home-intro__read-more{position:absolute;top:50%;right:0;left:0}}@media only screen and (max-width: 768px){.home-intro__read-more svg path{fill:#fff;filter:drop-shadow(0 0 10px rgb(0,0,0))}}.home-intro__read-more span{font-size:18px;font-size:1.125rem;line-height:28px;line-height:1.75rem;display:block;width:100%;margin-top:10px;text-align:center;color:#1268b3;font-weight:700}@media only screen and (max-width: 768px){.home-intro__read-more span{color:#fff;text-shadow:0 0 10px rgb(0,0,0)}}.home-intro__cart{position:relative;display:flex;justify-content:center;align-items:center;width:33px;height:32px;border-radius:100%;background:#1268B3;cursor:pointer}@media only screen and (max-width: 991px){.home-intro__cart{position:fixed;top:65px;right:95px;width:50px;height:50px;border-radius:50px;filter:drop-shadow(0px 0px 10px rgba(0,0,0,.3));background:#1268B3;cursor:pointer}}.home-intro__cart svg{width:17px;height:17px}@media only screen and (max-width: 991px){.home-intro__cart svg{width:25px;height:25px}}.home-intro__cart svg path{fill:#fff}.home-intro__cart .counter{position:absolute;top:-10px;right:-10px;display:flex;justify-content:center;align-items:center;min-width:15px;height:15px;padding:3px;border-radius:10px;font-size:11px;background:#E97B24;color:#fff}@media only screen and (max-width: 991px){.home-intro__cart .counter{top:-5px;right:-5px}}.text-image{position:relative;max-width:1500px;margin:auto;z-index:2}@media only screen and (min-width: 769px){.text-image.image--left .row{flex-direction:row-reverse}}@media only screen and (min-width: 769px){.text-image.image--left .text-image__text{margin:0 0 0 auto}}@media only screen and (max-width: 768px){.text-image.image--left .text-image__image{margin-top:30px}}@media only screen and (max-width: 768px){.text-image.image--right .row{flex-direction:column-reverse}}@media only screen and (max-width: 768px){.text-image.image--right .text-image__image{margin-bottom:30px}}.text-image .d-flex{gap:20px}.text-image__text{position:relative;max-width:495px;z-index:3}@media only screen and (max-width: 768px){.text-image__text{max-width:100%}}@media only screen and (max-width: 768px){.text-image__text .cms-output{margin-top:30px}}@media only screen and (max-width: 768px){.text-image__text .btn{margin-top:30px}}.text-image__image{position:relative;height:400px;overflow:hidden;z-index:3}@media only screen and (max-width: 768px){.text-image__image{height:180px}}.text-image__image img{width:100%;height:100%;object-fit:cover}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:1000;transition:all .35s ease;opacity:0;pointer-events:none}.modal:after{position:absolute;top:0;right:0;bottom:0;left:0;background:black;opacity:.75;content:"";z-index:-1}.modal.is-active{opacity:1;pointer-events:all}.modal__inner{position:relative;padding:50px;background:#FFF}@media only screen and (max-width: 768px){.modal__inner{width:calc(100% - 140px)}}.modal__inner h2{margin-bottom:50px;text-align:center}.modal__inner .language-toggle__flags{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}.modal__inner .language-toggle__flags a{display:flex}.modal__inner .language-toggle__flags a img{width:100%;max-width:120px;height:auto}.modal__close{position:absolute;top:10px;right:10px;cursor:pointer}.modal__close svg{width:20px;height:20px;fill:#e63026}.news-home{position:relative;max-width:1500px;margin:auto;overflow:hidden;z-index:3}.news-home h2{text-align:center}@media only screen and (max-width: 768px){.news-home h2{margin-bottom:30px}}.news-home .tns-ovh{overflow:inherit}.news-home .news-loop__lower{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;z-index:2}@media only screen and (max-width: 768px){.news-home .news-loop__lower{display:flex}}.news-loop-page .news-loop__lower{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;z-index:2}@media only screen and (max-width: 599px){.news-loop-page .news-loop__lower{grid-template-columns:1fr}}@media only screen and (max-width: 768px) and (min-width: 600px){.news-loop-page .news-loop__lower{grid-template-columns:repeat(2,1fr)}}.news-item{border-radius:10px;filter:drop-shadow(0 0 30px rgba(0,0,0,.1));overflow:hidden}.news-item__image{width:100%;height:210px}.news-item__image img{width:100%;height:100%;object-fit:cover}.news-item__lower{height:calc(100% - 270px);padding:30px}.news-item__lower small{font-size:14px;font-size:.875rem;line-height:28px;line-height:1.75rem;color:#000}.news-item__lower .cms-output{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:20px 0;overflow:hidden}.news-item__lower .cms-output h1,.news-item__lower .cms-output h2,.news-item__lower .cms-output h3,.news-item__lower .cms-output h4,.news-item__lower .cms-output h5,.news-item__lower .cms-output h6,.news-item__lower .cms-output img{display:none}@media only screen and (max-width: 768px){.news-loop__link{margin-top:30px}}.news-item__cta{position:relative;display:flex;flex-wrap:wrap;align-content:space-between;grid-row:2/3;grid-column:2/4;padding:50px 100px;text-align:center;color:#fff;box-shadow:0 4px 30px #0000001a}@media only screen and (max-width: 768px){.news-item__cta{grid-column:1/2}}@media only screen and (max-width: 991px){.news-item__cta{padding:30px}}@media only screen and (min-width: 992px){.news-item__cta{min-height:370px}}.news-item__cta h2{margin-bottom:1rem;color:#fff}.news-item__cta img{position:absolute;right:0;bottom:0;left:0;width:100%;max-width:560px;height:auto;margin:auto}@media only screen and (max-width: 599px){.news-item__cta img{display:none}}.news-item__cta .cta__form{position:relative;width:100%;z-index:4}.news-item__cta form{position:relative;width:100%;margin:50px auto auto}@media only screen and (max-width: 768px){.news-item__cta form{margin:30px auto auto}}.news-item__cta form input{font-size:18px;font-size:1.125rem;line-height:28px;line-height:1.75rem;width:calc(100% - 40px);height:50px;padding:0 20px;border:0;border-radius:50px;font-weight:300;font-family:Quicksand,sans-serif}.news-item__cta form button{position:absolute;top:0;right:0}@media only screen and (max-width: 768px){.news-item__cta form button{top:calc(50% - 20px);right:15px;display:flex;width:40px;height:40px;padding:0;background:transparent}}.news-item__cta form button i{font-style:normal}@media only screen and (max-width: 768px){.news-item__cta form button i{display:none}}@media only screen and (max-width: 768px){.news-item__cta form button span{margin:0;background:#E97B24}}@media only screen and (max-width: 768px){.news-item__cta form button span svg path{fill:#fff}}.visual{position:absolute;z-index:-1}@media only screen and (max-width: 768px){.visual{z-index:0}}.visual.left-bottom{bottom:-700px;left:-200px}@media only screen and (max-width: 768px){.visual.left-bottom{bottom:-200px;left:-100px}}.visual.right-center{top:25%;right:-300px}@media only screen and (max-width: 768px){.visual.right-center{right:-100px}}.visual.right-bottom{top:67%;right:-200px}@media only screen and (max-width: 768px){.visual.right-bottom{top:85%;right:-100px}}.visual--star svg{width:1028px;height:1028px}@media only screen and (max-width: 768px){.visual--star svg{width:460px;height:460px}}.visual--circle svg{width:1080px;height:1080px}@media only screen and (max-width: 768px){.visual--circle svg{width:460px;height:460px}}@media only screen and (max-width: 768px){.visual--star{display:none}}.page-cta{position:relative;z-index:3}.page-cta h2{color:#fff}.page-cta .btn{margin-top:30px}@media only screen and (max-width: 768px){.page-cta .btn{margin-top:20px}}.page-cta__items{gap:20px;justify-content:space-between}@media only screen and (max-width: 768px){.page-cta__items{flex-wrap:wrap}}.page-cta__left{display:flex;width:calc(100% - 390px);padding:40px 50px}@media only screen and (max-width: 991px){.page-cta__left{width:100%;padding:20px 30px}}@media only screen and (max-width: 1366px){.page-cta__left{flex-wrap:wrap}}.page-cta__left .page-cta__content{position:relative;width:245px;z-index:3}@media only screen and (max-width: 1366px){.page-cta__left .page-cta__content{width:100%;text-align:center}}.page-cta__left .page-cta__image{position:relative;width:calc(100% - 235px)}@media only screen and (max-width: 991px){.page-cta__left .page-cta__image{margin:auto auto -20px}}@media only screen and (max-width: 1366px) and (min-width: 992px){.page-cta__left .page-cta__image{margin:auto auto -40px}}@media only screen and (max-width: 1366px){.page-cta__left .page-cta__image{display:flex;justify-content:center;width:100%}}.page-cta__left .page-cta__image img{position:absolute;right:-50px;bottom:-40px;max-height:420px;max-width:480px}@media only screen and (max-width: 1366px){.page-cta__left .page-cta__image img{position:initial;max-width:calc(100% - 40px)}}.page-cta__right{position:relative;width:390px;padding:40px 50px}@media only screen and (max-width: 991px){.page-cta__right{width:100%;padding:20px 30px}}.page-cta__right .page-cta__content{text-align:right}@media only screen and (max-width: 991px){.page-cta__right .page-cta__content{text-align:center}}.page-cta__right .page-cta__image{position:absolute;bottom:-20px;left:-30px;width:180px;height:auto}@media only screen and (max-width: 991px){.page-cta__right .page-cta__image{display:none}}.page-intro{padding:50px 0 30px}@media only screen and (max-width: 991px){.page-intro{padding:30px 0}}.page-intro h1{font-size:40px;font-size:2.5rem;line-height:46px;line-height:2.875rem;margin-top:30px}@media only screen and (max-width: 991px){.page-intro h1{font-size:25px;font-size:1.5625rem;line-height:29px;line-height:1.8125rem}}.page-intro .home-intro__menu{justify-content:flex-end;max-width:100%}.page-intro .home-intro__menu-lower{width:100%}.page-intro .home-intro__menu-lower li{margin-left:30px}.page-intro .home-intro__menu-lower .btn{color:#fff}.page-intro .home-intro__read{margin-top:35px}@media only screen and (max-width: 991px){.page-intro .home-intro__read{margin-top:30px}}.page-intro .home-intro__lower{position:relative;z-index:3}@media only screen and (max-width: 991px){.page-intro:before{height:100%}}.team{position:relative;max-width:1500px;margin:auto;z-index:3}.team .tns-ovh{overflow:initial}.team__upper{margin-bottom:50px}.team__select{position:relative;background:#FFF;overflow:hidden;border-radius:10px}@media only screen and (max-width: 768px){.team__select{margin-top:20px}}@media only screen and (max-width: 991px){.team__select{width:100%}}.team__select select{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem;width:390px;height:50px;padding:0 20px;border:1px solid #1268B3;border-radius:10px;font-family:Quicksand,sans-serif;color:#1268b3}@media only screen and (max-width: 768px){.team__select select{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;height:35px;padding:0 12px}}@media only screen and (max-width: 991px){.team__select select{width:100%}}.team__select svg{position:absolute;top:calc(50% - 5px);right:20px;width:auto;height:10px;pointer-events:none}@media only screen and (max-width: 768px){.team__select svg{top:calc(50% - 3.5px);right:10px;height:7px}}.team__lower{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;z-index:3}@media only screen and (max-width: 599px){.team__lower{display:flex;grid-template-columns:1fr}}@media only screen and (max-width: 991px) and (min-width: 600px){.team__lower{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 1199px) and (min-width: 992px){.team__lower{grid-template-columns:repeat(3,1fr)}}.team-item{overflow:hidden;box-shadow:0 0 30px #0000001a}.team-item__image{width:100%;height:200px}@media only screen and (max-width: 768px){.team-item__image{height:150px}}.team-item__image img{width:100%;height:100%;object-fit:cover}.team-item__content{padding:30px}@media only screen and (max-width: 768px){.team-item__content{padding:20px}}.team-item__content .cms-output{margin-top:30px}.team-item__content a{font-size:1rem}.team-item__function{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem;display:block;margin-top:5px;color:#e63026}.reviews{position:relative;max-width:1500px;margin:auto;text-align:center;z-index:4}.reviews h2{margin-bottom:50px}@media only screen and (max-width: 768px){.reviews h2{margin-bottom:30px}}.reviews button[data-action=stop]{display:none}.reviews .tns-nav{display:flex;justify-content:center;gap:10px;margin-top:40px}.reviews .tns-nav button{width:10px;height:10px;padding:0;border-radius:10px;border:1px solid #E97B24;background:#EAF5FF;transition:all .35s ease}.reviews .tns-nav button.tns-nav-active{background:#E97B24}.reviews__visual svg{width:auto;height:33px}@media only screen and (max-width: 768px){.reviews__visual svg{height:22px}}.reviews__reviews{display:flex}.reviews__reviews .review{max-width:800px;margin:40px auto auto}@media only screen and (max-width: 768px){.reviews__reviews .review{margin:30px auto auto}}.review__name{font-size:22px;font-size:1.375rem;line-height:28px;line-height:1.75rem;margin-top:25px;font-family:Lilita One,sans-serif;color:#e63026}.tab__title{font-size:22px;font-size:1.375rem;line-height:23px;line-height:1.4375rem;margin-right:20px;padding:12px 40px;border-radius:20px 20px 0 0;background:#EAF5FF;color:#1268b3;transition:all .35s ease;cursor:pointer;font-weight:600}@media only screen and (max-width: 768px){.tab__title{font-size:20px;font-size:1.25rem;line-height:23px;line-height:1.4375rem;width:100%;margin-right:0;margin-bottom:15px;padding:20px;border-radius:10px}}@media only screen and (max-width: 768px){.tab__title span{display:flex;justify-content:space-between;align-items:center}}.tab__title svg{transition:all .35s ease}@media only screen and (min-width: 769px){.tab__title svg{display:none}}.tab__title:hover{background:#1268B3;color:#fff}.tab__title:hover svg path{fill:#fff}.tab__title.is-active{background:#1268B3;color:#fff}.tab__title.is-active svg{transform:scaleY(-1)}.tab__title.is-active svg path{fill:#fff}.tabs__content{padding:30px;border-radius:0 20px 20px;color:#fff}@media only screen and (max-width: 768px){.tabs__content{border-radius:10px}}.tab__content{display:none}.tab__content.is-active{display:block}.tab__image{width:100%;height:100%;border-radius:20px;overflow:hidden}@media only screen and (max-width: 768px){.tab__image{display:none;height:150px}}.tab__image img{width:100%;height:100%;object-fit:cover}.tab__text{padding-left:30px}@media only screen and (max-width: 768px){.tab__text{padding-top:20px;padding-left:0}}.timeline__upper{text-align:center}.timeline__upper h2{margin-bottom:50px}@media only screen and (max-width: 768px){.timeline__upper h2{margin-bottom:30px}}.timeline__upper .cms-output{max-width:800px;margin:auto}.timeline__lower{position:relative;margin-top:50px}@media only screen and (max-width: 768px){.timeline__lower{margin-top:30px}}.timeline__lower .tns-outer{position:relative}@media only screen and (max-width: 768px){.timeline__lower .tns-outer{width:100%}}.timeline__lower .tns-outer:after{display:block;position:absolute;top:73px;right:0;left:0;height:5px;background:#E63026;content:"";z-index:-1}.timeline__lower .controls{position:absolute;top:55px;right:-20px;left:-20px;display:flex;justify-content:space-between;pointer-events:none}.timeline__lower .controls button{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:0;border-radius:40px;background:#E97B24;pointer-events:all;cursor:pointer;transition:all .35s ease}.timeline__lower .controls button svg{width:auto;max-width:20px}.timeline__lower .controls button svg path{fill:#fff}.timeline__lower .controls button[disabled]{opacity:.5;pointer-events:none}.timeline-item{overflow:hidden}.timeline-item__image{width:100%;height:150px;border-radius:10px;overflow:hidden}.timeline-item__image img{width:100%;height:100%;object-fit:cover}.timeline-item__content{margin-top:30px;text-align:center}.timeline-item__content span{font-size:18px;font-size:1.125rem;line-height:25px;line-height:1.5625rem;color:#e63026}.timeline-item__content .cms-output{margin-top:20px}.news-single .cms-output{width:100%;margin:auto;padding:30px 0 100px}@media only screen and (max-width: 768px){.news-single .cms-output{padding:0 0 50px}}.news-single .cms-output h2,.news-single .cms-output h3{margin-bottom:50px}@media only screen and (max-width: 768px){.news-single .cms-output h2,.news-single .cms-output h3{margin-bottom:30px}}.news-single .cms-output img,.news-single .cms-output video,.news-single .cms-output .youtube{width:100%;height:100%;max-height:400px;border-radius:20px;overflow:hidden;object-fit:cover}@media only screen and (max-width: 768px){.news-single .cms-output img,.news-single .cms-output video,.news-single .cms-output .youtube{border-radius:10px;max-height:200px}}.news-single .cms-output img iframe,.news-single .cms-output video iframe,.news-single .cms-output .youtube iframe{width:100%;height:400px}@media only screen and (max-width: 768px){.news-single .cms-output img iframe,.news-single .cms-output video iframe,.news-single .cms-output .youtube iframe{max-height:200px}}.news-single__share,.news-single__share h2{text-align:center}.news-single__socials{justify-content:center;gap:20px;margin:50px auto 100px}@media only screen and (max-width: 768px){.news-single__socials{margin:30px auto 50px}}.news-single__socials a{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50px}.news-single__socials a svg{width:auto;height:auto;max-height:30px}.news-single__socials a svg path{fill:#fff}section.signup{padding-top:50px;padding-bottom:50px}section.signup .removeButton{border:none;background:none;cursor:pointer}section.signup .removeButton svg{fill:red}section.signup .icon--left svg{transform:rotate(180deg)}section.signup .float-right-btn{float:right}section.signup *,section.signup :before,section.signup :after{box-sizing:border-box}section.signup .bg{background-color:#eaf5ff;border-radius:10px;padding:35px}@media only screen and (max-width: 769px){section.signup .bg{padding:15px}}section.signup h2{margin-bottom:40px}section.signup .switch-group{display:flex;margin-bottom:30px}section.signup .switch-group .switch{margin-right:20px}section.signup .switch-group .label{color:#1268b3;font-weight:700;font-size:16px;cursor:pointer}section.signup .switch-group .label a{color:#1268b3;text-decoration:underline}section.signup .form-group{margin-bottom:30px}section.signup .form-group.optional{display:none}section.signup .form-group .title{font-weight:700;color:#1268b3;margin-bottom:12px;font-size:18px}section.signup .form-group .fields{gap:20px}@media only screen and (min-width: 769px){section.signup .form-group .fields{display:flex}}section.signup .form-group select{-webkit-appearance:auto!important}section.signup .form-group input,section.signup .form-group select,section.signup .form-group textarea{background-color:#fff;border:none;padding:18px;font-size:16px;border-radius:10px}section.signup .form-group input.size-100,section.signup .form-group select.size-100,section.signup .form-group textarea.size-100{width:100%}section.signup .form-group input.size-50,section.signup .form-group select.size-50,section.signup .form-group textarea.size-50{width:50%}@media only screen and (max-width: 769px){section.signup .form-group input.size-50,section.signup .form-group select.size-50,section.signup .form-group textarea.size-50{width:100%}}section.signup .form-group input.size-40,section.signup .form-group select.size-40,section.signup .form-group textarea.size-40{width:40%}section.signup .form-group input.size-25,section.signup .form-group select.size-25,section.signup .form-group textarea.size-25{width:25%}@media only screen and (max-width: 769px){section.signup .form-group input.size-25,section.signup .form-group select.size-25,section.signup .form-group textarea.size-25{width:100%}}section.signup .form-group input.size-10,section.signup .form-group select.size-10,section.signup .form-group textarea.size-10{width:10%}@media only screen and (max-width: 769px){section.signup .form-group input.size-10,section.signup .form-group select.size-10,section.signup .form-group textarea.size-10{width:100%}}@media only screen and (max-width: 769px){section.signup .form-group input,section.signup .form-group select,section.signup .form-group textarea{margin-bottom:15px}}section.signup .items .item{background-color:#eaf5ff;padding:15px 25px;border-radius:10px;margin-bottom:15px;display:flex;justify-content:space-between}@media only screen and (max-width: 769px){section.signup .items .item{display:block}}section.signup .items .item div{width:25%}@media only screen and (max-width: 769px){section.signup .items .item div{width:100%}}section.signup .items .item .title{font-weight:700;color:#1268b3}section.signup .items .item .remove{width:20px}section.signup .items .item .remove svg{width:15px;height:15px}@media only screen and (min-width: 769px){section.signup .subitems{margin-left:50px}}section.signup .subitems .subitem{padding:12px 25px;border-radius:10px;margin-bottom:10px;display:flex;justify-content:space-between;background-color:#f6f9fc;position:relative}section.signup .subitems .subitem .title{font-weight:700;color:#1268b3}section.signup .subitems .subitem .icon{position:absolute;width:40px;height:40px;left:-45px}section.signup .subitems .subitem .icon svg{fill:#eaf5ff}@media only screen and (max-width: 769px){section.signup .subitems .subitem .icon{display:none}}section.signup .buttons{margin-top:50px;display:flex;justify-content:space-between}section.signup .switch{position:relative;display:inline-block;width:50px;height:25px}section.signup .switch input{opacity:0;width:0;height:0}section.signup .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}section.signup .slider:before{position:absolute;content:"";height:15px;width:15px;left:7px;bottom:5px;background-color:#fff;-webkit-transition:.4s;transition:.4s}section.signup input:checked+.slider{background-color:#59a645}section.signup input:focus+.slider{box-shadow:0 0 1px #1268b3}section.signup input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px)}section.signup .slider.round{border-radius:34px}section.signup .slider.round:before{border-radius:50%}section.signup .subtotal{display:flex;justify-content:end}section.signup .subtotal .total{margin-top:15px;display:inline-block;padding:8px 30px;border-radius:20px;color:#fff;background-color:#1268b3;font-size:20px}section.signup .subtotal .total b{margin-right:30px}section.signup .steps{list-style:none;margin:50px 0 0;padding:0}section.signup .steps:before{content:"";width:7px;height:100%;margin-left:22px;background-color:#eaf5ff;position:absolute}section.signup .steps li{margin-left:80px;margin-bottom:50px;position:relative}section.signup .steps li .icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#eaf5ff;position:absolute;left:-80px;top:-10px}section.signup .steps li .icon svg{width:25px;fill:#1268b3}section.signup .steps li.done .icon{background-color:#59a645}section.signup .steps li.done .icon svg{fill:#fff}section.signup .steps li .title{font-weight:700;color:#1268b3;font-size:20px;margin-bottom:20px}.wv-wrapper-button.wv-btn-default{background-color:transparent!important}.wv-wrapper-button.wv-btn-default span{color:#1268b3!important}.wv-wrapper-button.wv-btn-default .wv-load{background-size:20px 20px!important;margin-right:0!important;background-image:url(/assets/images/audio-icon.png)!important}.wv-wrapper-button.wv-btn-default .wv-loading{background-size:20px 20px!important;margin-right:0!important;background-image:url(/assets/images/loading-icon.png)!important}.wv-wrapper-button.wv-btn-default .wv-pause{background-size:20px 20px!important;margin-right:0!important;background-image:url(/assets/images/pause-icon.png)!important}.wv-wrapper-button.wv-btn-default .wv-play{background-size:20px 20px!important;margin-right:0!important;background-image:url(/assets/images/play-icon.png)!important}.wv-wrapper-button.wv-btn-default .wv-wrapper-button.wv-btn-default .wv-load,.wv-wrapper-button.wv-btn-default .wv-wrapper-button.wv-btn-default .wv-loading,.wv-wrapper-button.wv-btn-default .wv-wrapper-button.wv-btn-default .wv-pause,.wv-wrapper-button.wv-btn-default .wv-wrapper-button.wv-btn-default .wv-play{width:20px!important;height:20px!important}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:2333.3333333333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:1.4285714286%;height:10px;float:left}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}@font-face{font-family:icomoon;src:url(/assets/fonts/icomoon.eot?wodyul);src:url(/assets/fonts/icomoon.eot?wodyul#iefix) format("embedded-opentype"),url(/assets/fonts/icomoon.ttf?wodyul) format("truetype"),url(/assets/fonts/icomoon.woff?wodyul) format("woff"),url(/assets/fonts/icomoon.svg?wodyul#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=flipbook-icon-],[class*=" flipbook-icon-"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flipbook-icon-pause1:before{content:""}.flipbook-icon-play_arrow:before{content:""}.flipbook-icon-volume_mute:before{content:""}.flipbook-icon-volume_up:before{content:""}.flipbook-icon-add:before{content:""}.flipbook-icon-clear:before{content:""}.flipbook-icon-remove1:before{content:""}.flipbook-icon-text_format:before{content:""}.flipbook-icon-insert_drive_file:before{content:""}.flipbook-icon-file_download:before{content:""}.flipbook-icon-keyboard_arrow_down:before{content:""}.flipbook-icon-keyboard_arrow_left:before{content:""}.flipbook-icon-keyboard_arrow_right:before{content:""}.flipbook-icon-picture_as_pdf:before{content:""}.flipbook-icon-local_printshop:before{content:""}.flipbook-icon-zoom_out_map:before{content:""}.flipbook-icon-fullscreen:before{content:""}.flipbook-icon-fullscreen_exit:before{content:""}.flipbook-icon-first_page:before{content:""}.flipbook-icon-last_page:before{content:""}.flipbook-icon-share1:before{content:""}.flipbook-icon-bookmark1:before{content:""}.flipbook-icon-search1:before{content:""}.flipbook-icon-toc:before{content:""}.flipbook-icon-view_module:before{content:""}.flipbook-icon-plus:before{content:""}.flipbook-icon-minus:before{content:""}.flipbook-icon-search:before{content:""}.flipbook-icon-th-large:before{content:""}.flipbook-icon-close:before{content:""}.flipbook-icon-remove:before{content:""}.flipbook-icon-times:before{content:""}.flipbook-icon-download:before{content:""}.flipbook-icon-volume-off:before{content:""}.flipbook-icon-volume-up:before{content:""}.flipbook-icon-bookmark:before{content:""}.flipbook-icon-print:before{content:""}.flipbook-icon-play:before{content:""}.flipbook-icon-pause:before{content:""}.flipbook-icon-expand:before{content:""}.flipbook-icon-compress:before{content:""}.flipbook-icon-twitter:before{content:""}.flipbook-icon-facebook:before{content:""}.flipbook-icon-facebook-f:before{content:""}.flipbook-icon-list-ol:before{content:""}.flipbook-icon-envelope:before{content:""}.flipbook-icon-linkedin:before{content:""}.flipbook-icon-angle-double-left:before{content:""}.flipbook-icon-angle-double-right:before{content:""}.flipbook-icon-angle-left:before{content:""}.flipbook-icon-angle-right:before{content:""}.flipbook-icon-angle-down:before{content:""}.flipbook-icon-file:before{content:""}.flipbook-icon-digg:before{content:""}.flipbook-icon-share-alt:before{content:""}.flipbook-icon-pinterest-p:before{content:""}.flipbook-icon-whatsapp:before{content:""}.flipbook-icon-mouse-pointer:before{content:""}.flipbook-icon-i-cursor:before{content:""}.flipbook-icon-reddit-alien:before{content:""}.flipbook-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:url(../images/overlay_lightbox.png) repeat;z-index:2147483646!important}.flipbook-wrapper{position:absolute;width:100%;height:100%;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px #00000080;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#ffffff}.flipbook-lightbox-thumb-overlay{opacity:0;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,.2);-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.flipbook-lightbox-thumb-overlay:hover{opacity:1}.flipbook-lightbox-thumb-icon{position:relative;margin-left:-50%;margin-top:-50%;color:#555;display:none}.flipbook-lightbox-thumb-icon-holder{position:absolute;left:50%;top:50%}.flipbook-wrapper-transparent{width:100%;height:100%;background:none}.flipbook-main-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;direction:ltr!important}.flipbook-bookLayer{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.flipbook-zoomLayer{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.7}.flipbook-zoomLayer-inside{display:block;position:relative;background-image:url(../grid.jpg);background-size:contain;text-align:center}.flipbook-zoomLayer-inside .flipbook-carousel-page{float:left}.flipbook-center-container{transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.flipbook-book{display:block;position:relative}.flipbook-page{position:absolute;width:100%;height:100%;transform:translateZ(0);will-change:transform}.flipbook-page3{position:absolute;background:#eee}.flipbook-page3-html{position:absolute;height:1000px;transform-origin:0 0;top:0;left:0}.flipbook-page3-inner{overflow:hidden;width:100%;height:100%;position:absolute}.flipbook-page3-bg,.flipbook-page3-image{width:100%;height:100%;position:absolute}.flipbook-page3 img{top:0;bottom:0;right:0;left:0;height:100%;margin:auto;position:absolute;transform-origin:0 0;-webkit-transform-origin:0 0;float:left;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:unset}.flipbook-page3 canvas{width:100%;height:100%}.flipbook-page3-shadow{position:absolute;width:100%;height:100%;top:0;left:0;transform-origin:0 0;-webkit-transform-origin:0 0;background:#000;opacity:0;pointer-events:none}.flipbook-page3-front{transform-origin:0 50%;-webkit-transform-origin:0 50%}.flipbook-page3-back{transform-origin:100% 50%;-webkit-transform-origin:100% 50%;z-index:999999!important}.flipbook-book3{display:block;position:relative}.flipbook-center-container3{position:relative;perspective:4000px;-webkit-perspective:4000px;will-change:transform;border:none}.flipbook-page-face{position:absolute;background-color:#ddd;-backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.flipbook-page-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.9);pointer-events:none!important;z-index:10}.flipbook-page-htmlContent{transform-origin:0 0;z-index:50}.flipbook-page-htmlContent video,.flipbook-page-htmlContent iframe{max-width:initial}.flipbook-book canvas{position:absolute;left:0;top:0;z-index:50;width:100%;height:100%;-backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.flipbook-page img{width:100%;height:100%;-backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.flipbook-opacity0{opacity:0}.flipbook-opacity1{opacity:1}.flipbook-arrow-wrapper{opacity:.85;transition:opacity .3s}.flipbook-arrow-wrapper:hover{opacity:1}.flipbook-left-arrow{display:block!important;position:absolute!important;top:50%!important;margin-top:-20px;speak:none;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer;width:40px;-webkit-border-radius:0;border-radius:0}.flipbook-right-arrow{display:block!important;position:absolute!important;top:50%!important;speak:none;right:0;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer}.flipbook-first-arrow{display:block!important;position:absolute!important;top:50%;speak:none;left:0;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer}.flipbook-last-arrow{display:block!important;position:absolute!important;top:50%;speak:none;right:0;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer}.flipbook-currentPageHolder{position:relative;z-index:3;pointer-events:auto;display:inline-block;-webkit-user-select:none;user-select:none}.flipbook-floating{background:rgba(0,0,0,.3);color:#fff;position:absolute}.flipbook-floating span,.flipbook-floating span:hover{color:#fff}.flipbook-currentPageHolder form{position:absolute!important;top:0}.flipbook-currentPageNumber{border-radius:15px!important;padding:5px 12px!important;font-family:Open Sans,Helvetica Neue,Arial,sans-serif!important;font-size:14px;line-height:initial}.flipbook-currentPageInput{padding:initial!important;position:absolute!important;line-height:14px!important;background:none!important;border:none!important;font-size:14px!important;max-width:initial!important;font-family:Open Sans,Helvetica Neue,Arial,sans-serif!important;text-align:center!important;height:26px!important;top:0!important;left:0!important;border:2px solid rgba(128,128,128,.5)}.flipbook-currentPageInput:focus{outline:2px solid rgba(136,136,136,.5215686275)}.flipbook-color-transparent{color:transparent!important}.flipbook-browser-fullscreen{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:999999!important;margin:0!important;padding:0!important}.flipbook-totalPages{box-shadow:none;padding:6px 1em 6px 3em!important;border:none!important;width:3em!important;font-size:1em!important;font-family:Open Sans,Helvetica Neue,Arial,sans-serif;text-align:left!important;line-height:30px!important;height:35px;pointer-events:none}.flipbook-currentPage:focus{outline:none}.flipbook-menuBottom{position:absolute;bottom:0;margin:0;padding:0;z-index:2;pointer-events:none;display:flex}.flipbook-menu-fixed{left:0;right:0}.flipbook-menu-fixed .flipbook-menu{align-items:center}.flipbook-menu-center{justify-content:center;align-items:center}.flipbook-menu-right{justify-content:flex-end;align-self:center;flex:1;display:flex;min-width:-webkit-min-content}.flipbook-menu-left{justify-content:flex-start;align-self:center;flex:1;display:flex;min-width:-webkit-min-content}.flipbook-menu-floating{margin-top:5px!important;margin-bottom:5px!important;left:50%;transform:translate(-50%);min-width:fit-content;box-shadow:0 0 10px #0000001a;border-radius:2px}.flipbook-menuTop{position:absolute;top:0;margin:0;padding:0;z-index:2;pointer-events:none;display:flex;justify-content:space-between}.flipbook-menuWrapper:hover{opacity:1}.flipbook-menu{position:relative;text-align:center;display:flex}.flipbook-menu-btn{-webkit-user-select:none;user-select:none;display:inline;cursor:pointer;background:none;transition:all .1s ease-out;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-o-transition:all .1s ease-out}.flipbook-thumbHolder{bottom:0;position:absolute;top:0;z-index:9;width:250px}.flipbook-thumbsWrapper{bottom:0;position:absolute;left:0;top:90px;overflow:hidden;padding-top:20px}.flipbook-thumbsScroller{margin:0;padding:0 0 20px;position:relative;text-align:center;min-width:250px;display:grid}.flipbook-thumb{margin:0 auto 30px;cursor:pointer;position:relative;background:rgba(255,255,255,.1);border:1px solid rgba(116,116,116,.3)}.flipbook-search{box-shadow:#0003 0 5px 5px;padding-bottom:7px}.flipbook-search-match{padding:8px 16px;font-size:14px;line-height:20px;cursor:pointer}.flipbook-search-match:hover{text-decoration:underline}.flipbook-search-match-title{height:20px}.flipbook-search-match-text{text-align:left}.flipbook-empty-thumb{display:inline-block;position:absolute;background:rgb(255,0,0)}.flipbook-thumb-num{font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:14px;-webkit-user-select:none;user-select:none;position:relative;top:5px}.flipbook-thumb img{display:inline-block;-moz-box-shadow:0 1px 6px rgba(0,0,0,.2);-ms-box-shadow:0 1px 6px rgba(0,0,0,.2)}.flipbook-toc{position:relative;margin:0;padding:0;position:absolute;top:50px;bottom:0;overflow:hidden;width:100%}.flipbook-tocHolder{position:absolute;top:0;width:250px;bottom:0;z-index:9}.flipbook-tocItem{display:block;cursor:pointer;font-size:14px;font-family:Open Sans,Helvetica Neue,Arial,sans-serif}.flipbook-tocItem .title{display:inline-block}.flipbook-tocItem .title:hover{text-decoration:underline}.flipbook-tocItem .right{float:right}.flipbook-tocTitle{display:block;padding:20px 0;text-align:right;text-transform:uppercase}.flipbook-bmHolder,.flipbook-searchHolder{position:absolute;top:0;width:250px;bottom:0;transition:all .3s ease-out;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;z-index:9;box-shadow:0 0 6px #00000029,0 0 6px #0000003b}.flipbook-findbar input{width:210px;padding:5px;font-size:14px;margin-left:10px}.flipbook-findbar input:focus{outline:2px solid #bfbfbf}.flipbook-find-info{padding-left:15px;font-family:Open Sans,Helvetica Neue,Arial,sans-serif!important;font-size:14px;pointer-events:none}.invisible{opacity:0;pointer-events:none;display:none}.transition{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.flipbook-shareButtons{width:41px;position:absolute;bottom:40px;max-width:100%;max-height:100%;overflow:hidden;text-align:center}.flipbook-shareBtn{display:inline-block;cursor:pointer}.flipbook-share-email{background-image:url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='at' class='svg-inline--fa fa-at fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z'%3E%3C/path%3E%3C/svg%3E")}.flipbook-menu-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.7);z-index:999999}.flipbook-icon{speak:none;font-style:normal;font-weight:400;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased;bottom:0;text-align:center;pointer-events:auto;box-sizing:initial;display:inline-block}.flipbook-btn-close{height:40px;width:40px;position:absolute;top:0;right:0;cursor:pointer}.flipbook-btn-close-icon{height:40px;line-height:40px!important}.flipbook-font{font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-size:14px}.flipbook-btn{text-transform:uppercase;font-weight:700;-webkit-user-select:none;user-select:none;cursor:pointer;width:200px;line-height:32px;text-align:center;margin:5px auto;border:1px solid #868686;border:none;background:#f9f9f9;background:none;border-radius:3px;-webkit-transition:none;-o-transition:none;transition:none;font-size:12px}.flipbook-bg-dark{background:rgb(49,53,56)}.flipbook-color-dark{color:#ffffffbf}.flipbook-color-dark:hover{color:#fff}.flipbook-bg-light{background:rgb(255,255,255)}.flipbook-color-light{color:#323232bf}.flipbook-color-light:hover{color:#323232}.flipbook-bg-twilight{background:#141414}.flipbook-color-twilight,.flipbook-color-twilight:hover{color:#feffd3}.flipbook-bg-darkgrey{background:#212121}.flipbook-color-darkgrey{color:#9e9e9e}.flipbook-color-darkgrey:hover{color:#bdbdbd}.flipbook-bg-lightgrey{background:#E0E0E0}.flipbook-color-lightgrey{color:#757575}.flipbook-color-lightgrey:hover{color:#616161}.flipbook-lightbox-close{position:absolute!important;z-index:85!important;right:0!important;top:0!important;text-align:center!important;text-decoration:none!important;cursor:pointer;opacity:.85;transition:opacity .3s}.flipbook-lightbox-close:hover{opacity:1}.flipbook-loading-bar{position:relative;width:100%;height:6px;background-color:#333;border-bottom:1px solid #333}.flipbook-progress-bar{position:absolute;top:0;left:0;width:0%;height:100%;background-color:#ddd;overflow:hidden;-webkit-transition:width .2s;transition:width .2s}.flipbook-sub-menu{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;display:table}.flipbook-sub-menu-center{display:table-cell;vertical-align:middle;text-align:center}.flipbook-menu-header{position:relative;padding:10px;font-size:16px;text-align:center}.flipbook-menu-title{pointer-events:none;-webkit-user-select:none;user-select:none}.flipbook-sub-menu-content{display:inline-block;margin-top:-20px;min-width:250px;padding-bottom:10px}.flipbook-carousel-slide{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;text-align:center;position:absolute;overflow:hidden}.flipbook-carousel-slide .slide-wrapper{position:absolute;top:0;left:0;right:0;bottom:0}.flipbook-carousel-page{display:inline-block;background:#f1f1f1;position:relative;-moz-transform-origin:0 0;-o-transform-origin:0 0}.flipbook-carousel-page-inner{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;margin:0;padding:0;position:absolute;height:100%;width:100%;overflow:hidden}.flipbook-carousel-page-inner canvas{width:100%;height:100%}.flipbook-carousel-zoom-page{height:100%;position:relative}.flipbook-carousel-zoom-page img{top:0;bottom:0;right:0;left:0;margin:auto;position:absolute}.flipbook-carousel-page img{top:0;bottom:0;right:0;left:0;margin:auto;position:absolute;pointer-events:none}.flipbook-carousel-page .page-carousel-img{height:100%}.flipbook-carousel-image-wrapper,.flipbook-carousel-zoom-wrapper{position:absolute;width:100%;height:100%}.flipbook-carousel-zoom{position:relative;width:100%;height:100%}.flipbook-overflow-hidden::-webkit-scrollbar{display:none}.flipbook-overflow-hidden{-ms-overflow-style:none;scrollbar-width:none}.flipbook-share .social.bottom,.flipbook-share .social.top{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0}.flipbook-share{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flipbook-share [class*=entypo-]:before{font-family:entypo,sans-serif}.flipbook-share label{font-size:16px;cursor:pointer;margin:0;padding:5px 10px;border-radius:5px;background:#a29baa;color:#333;transition:all .3s ease}.flipbook-share label:hover{opacity:.8}.flipbook-share label span{text-transform:uppercase;font-size:.9em;font-family:Lato,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased;padding-left:6px}.flipbook-share ul{position:relative;left:0;right:0;height:46px;color:#fff;margin:auto;padding:0;list-style:none}.flipbook-share ul li{font-size:16px;cursor:pointer;width:40px;margin:0;padding:9px 0;text-align:center;float:left;height:22px;position:relative;z-index:2;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;transition:all .3s ease}.flipbook-page-preloader{width:auto!important;height:auto!important}.flipbook-page-preloader-image{width:100%;height:100%;position:absolute;top:0;left:0}.cssload-container{width:100%;height:100%;top:0;left:0;text-align:center;position:absolute;z-index:2147483647!important;pointer-events:none}.cssload-speeding-wheel{width:24px;height:24px;border:3px solid rgba(0,0,0,.4);border-radius:50%;border-left-color:#fff3;border-right-color:#fff3;animation:cssload-spin 575ms infinite linear;-o-animation:cssload-spin 575ms infinite linear;-ms-animation:cssload-spin 575ms infinite linear;-webkit-animation:cssload-spin 575ms infinite linear;-moz-animation:cssload-spin 575ms infinite linear;top:45%;position:absolute;left:50%;margin-left:-15px;margin-top:-15px;z-index:3}@keyframes cssload-spin{to{transform:rotate(360deg)}}@-o-keyframes cssload-spin{to{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes cssload-spin{to{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes cssload-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes cssload-spin{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}.flipbook-lightbox-preloader{background:rgba(0,0,0,.5);height:100%;width:100%}.flipbook-loading-text{position:absolute;top:45%;margin-top:20px;width:100%;font-family:Open Sans,Helvetica Neue,Arial,sans-serif!important;font-size:14px;color:#aaa!important}.flipbook-loading-bg{width:40px;height:40px;border-radius:4px;top:45%;left:50%;position:absolute;pointer-events:none;background:rgba(0,0,0,.2);margin:-20px;display:none}.flipbook-fillPreloader{position:fixed;width:100%;height:100%;display:table-cell;text-align:center;vertical-align:middle;pointer-events:none}.flipbook-fillPreloader img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;-webkit-transition:all .11s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}.thumb-btn-close{right:-15px;position:absolute;top:0;cursor:pointer}.flipbook-noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flipbook-btn-active{background:rgba(128,128,128,.5);border:2px solid rgba(128,128,128,.5) inset}.flipbook-move{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.flipbook-page-item{bottom:auto;right:auto;position:absolute;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.flipbook-page-item iframe{width:100%;height:100%}.flipbook-textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:var(--flipbook-link-opacity);line-height:1;color:#000}.flipbook-page-htmlContent *{max-width:initial}.flipbook-textLayer mark{background:#ff0;color:transparent}.flipbook-textLayer>span{color:transparent!important;position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0% 0%;-moz-transform-origin:0% 0%;-o-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%}.flipbook-textLayer>div{color:transparent!important;position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0% 0%;-moz-transform-origin:0% 0%;-o-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%}.flipbook-textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.flipbook-textLayer .highlight.begin{border-radius:4px 0 0 4px}.flipbook-textLayer .highlight.end{border-radius:0 4px 4px 0}.flipbook-textLayer .highlight.middle{border-radius:0}.flipbook-textLayer .highlight.selected{background-color:#006400}.flipbook-textLayer ::selection{background:rgb(0,0,255)}.flipbook-textLayer ::-moz-selection{background:rgb(0,0,255)}.flipbook-textLayer .endOfContent{background:initial;display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.flipbook-textLayer .endOfContent.active{top:0}.flipbook-page-simple{display:inline-block}.flipbook-page-simple-inner{position:absolute}.flipbook-book-simple{text-align:center}.flipbook-disable-text-selection{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.annotationLayer section{position:absolute;padding:0;margin:0}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a,.flipbook-page-item-link{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%;background:var(--flipbook-link-color);animation-duration:2s;animation-delay:.5s;animation-name:flashLinks}.flipbook-page-auto-link{background:var(--flipbook-link-color);color:transparent;animation-duration:2s;animation-delay:.5s;animation-name:flashLinks;pointer-events:auto}@keyframes flashLinks{0%{background:var(--flipbook-link-color)}20%{background:var(--flipbook-link-color-hover)}to{background:var(--flipbook-link-color)}}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.flipbook-page-item-link:hover{background:var(--flipbook-link-color-hover)!important;color:transparent!important}.flipbook-page-auto-link:hover{background:var(--flipbook-link-color-hover)!important;color:transparent!important}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-color:#0036ff21;border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:1px solid #000}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:1px solid transparent}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;font:message-box;word-wrap:break-word}.annotationLayer .popup h1{font-size:1em;border-bottom:1px solid #000000;margin:0;padding-bottom:.2em}.annotationLayer .popup p{margin:0;padding-top:.2em}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.printModal{font-family:sans-serif;display:flex;text-align:center;font-weight:300;font-size:30px;left:0;top:0;position:absolute;color:#045fb4;width:100%;height:100%;background-color:#ffffffe6}.printClose{position:absolute;right:10px;top:10px}.printClose:before{content:"×";font-family:Helvetica Neue,sans-serif;font-weight:100;line-height:1px;padding-top:.5em;display:block;font-size:2em;text-indent:1px;overflow:hidden;height:1.25em;width:1.25em;text-align:center;cursor:pointer}.printSpinner{margin-top:3px;margin-left:-40px;position:absolute;display:inline-block;width:25px;height:25px;border:2px solid #045fb4;border-radius:50%;animation:spin .75s linear infinite}.printSpinner:after,.printSpinner:before{left:-2px;top:-2px;display:none;position:absolute;content:"";width:inherit;height:inherit;border:inherit;border-radius:inherit}.printSpinner,.printSpinner:after,.printSpinner:before{display:inline-block;border-color:#045fb4 transparent transparent;animation-duration:1.2s}.printSpinner:before{transform:rotate(120deg)}.printSpinner:after{transform:rotate(240deg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.feedback-icon,.btn-feedback-dismiss{display:none}
