:root{--white: #FFFFFF;--violet: #4862DD;--yellow: #FEC404;--blue: #2385E7;--dark-blue: #152039;--bg: linear-gradient(180deg, #5058DA 0%, #06A1EE 100%);--bg-section: linear-gradient(97deg, rgba(218, 245, 253, .2) .5%, rgba(120, 215, 250, .2) 100%);--white30: rgba(255, 255, 255, .3);--white10: rgba(255, 255, 255, .1);--white20: rgba(255, 255, 255, .2);--white40: rgba(255, 255, 255, .4);--bg30: var(--white20, linear-gradient(97deg, rgba(218, 245, 253, .2) .5%, rgba(120, 215, 250, .2) 100%));--bg-header: rgba(0, 0, 0, .5)}.yellow{color:var(--yellow)}@keyframes scrollRight{0%{left:20%}50%{left:80%}to{left:20%}}.scroll-container{position:relative}.scroll-icon{position:absolute;top:50%;left:50%;transform:translateY(-50%);animation:scrollRight 5s infinite linear;cursor:pointer;z-index:9;display:none;border-radius:50%;background-color:#fff;justify-content:center;align-items:center;padding:5px}.scroll-icon svg{width:30px;height:30px}@media (max-width: 991px){.scroll-icon{display:flex}}.fixed_header{position:sticky;top:0;z-index:99}.timer-splide{padding:9px 0!important}.timer{padding:9px 15px;display:flex;justify-content:center;align-items:center;width:100%}.timer .splide__slide{text-wrap:nowrap}.timer p,.timer li{display:flex;gap:10px;text-align:center;font-size:14px;font-variant-numeric:tabular-nums}#countdown-timer{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600;min-width:160px}#countdown-timer div span{font-variant-numeric:tabular-nums;font-family:monospace;min-width:4ch}#globalLoader{border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}header{padding:13px 72px;transition:all ease .3s;border-bottom:1px solid var(--white20)}header.active{background:var(--bg-header)!important}header .container{display:flex;justify-content:space-between;align-items:center;gap:30px}header .logo{display:flex;align-items:center}header .logo img{width:100%;max-width:154px;height:auto;object-fit:contain}header .phone-icon{position:relative;display:flex;align-items:center;gap:8px}header .phone-icon a{font-size:18px;font-weight:500;line-height:160%}header .phone-icon:before{content:"";color:#fff;font-family:icomoon;font-size:24px}header .menu-button .submenu-arrow svg path{fill:var(--dark-blue)}header .menu-button a{color:var(--dark-blue);font-size:15px;font-weight:400;background-color:var(--white);padding:12px 32px;border-radius:30px;transition:all ease .3s}header .menu-button a:hover{background-color:var(--yellow);color:var(--dark-blue)}@media (max-width: 1300px){header .menu-button .submenu-arrow{position:static}header .menu-button .sub-menu{display:flex!important;flex-direction:column!important;gap:5px!important}header .menu-button .sub-menu a{color:var(--dark-blue)!important;width:100%;display:flex;justify-content:center;align-items:center}}header nav.active{transform:translate(0)}header #open-hamburger{width:30px;height:30px;display:none}header #close-hamburger{display:none;position:absolute;right:30px;top:15px;width:20px;height:20px}@media (max-width: 1300px){header{padding:15px}header nav{background:var(--bg);position:fixed;right:0;transform:translate(100%);top:0;height:100vh;z-index:99;padding:50px 20px;width:100%;max-width:300px;transition:all ease .3s}header #open-hamburger{display:block}header #close-hamburger{display:block}}header .nav-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center}@media (max-width: 1300px){header .nav-menu{flex-direction:column}}@media (max-width: 1300px){header .menu-item{text-align:center}}header .menu-item:not(:last-child){margin-right:24px}@media (max-width: 1238px){header .menu-item:not(:last-child){margin-bottom:24px;margin-right:0}}header .menu-link{text-decoration:none;color:var(--white);display:flex;font-size:15px;align-items:center;position:relative;transition:all ease .3s}@media (max-width: 1300px){header .menu-link{display:inline-flex}}@media (pointer: fine){header .menu-link:hover{color:var(--yellow)}}header .menu-link.active{color:var(--yellow)}header .menu-link.active .submenu-arrow svg path{fill:var(--yellow)}header .sub-menu .menu-link.active{background-color:#4862dd1a}header .submenu-arrow{display:flex;align-items:center;margin-left:10px;transition:transform .3s ease}@media (max-width: 1300px){header .submenu-arrow{position:absolute;right:-20px}}@media (pointer: fine){header .has-children:hover .submenu-arrow{transform:rotate(180deg)}}header .submenu-arrow.active{transform:rotate(180deg)}header .sub-menu{display:block;opacity:0;max-height:0;overflow:hidden;transition:all .5s ease-in-out;position:absolute;background-color:var(--white);list-style:none;padding:6px;margin:0;border-radius:20px;z-index:22;max-width:200px;width:100%}@media (max-width: 1300px){header .sub-menu{width:auto;position:static;background-color:var(--white30);padding:0}}@media (min-width: 1300px){header .has-children:hover .sub-menu,header .sub-menu.show{opacity:1;max-height:500px}}header .sub-menu.show{display:block;opacity:1;max-height:500px;transition:all .5s ease-in-out}@media (max-width: 1300px){header .sub-menu.show{margin-top:12px;padding:6px;width:200px}}header .sub-menu .menu-item{margin:0}header .sub-menu .menu-link{padding:12px 10px;color:var(--dark-blue);border-radius:12px;font-size:15px}@media (max-width: 1300px){header .sub-menu .menu-link{color:var(--white)}}header .sub-menu .menu-link:hover{background-color:#4862dd1a}#back-to-top{position:fixed;right:8px;bottom:10px;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--white20);border:1px solid var(--white20);z-index:99;cursor:pointer;transition:all ease .3s}#back-to-top:hover{background-color:var(--yellow)}.footer{padding:0 72px;background:#0d9bed}.footer img{object-fit:contain;height:auto;max-width:185px}.footer__top{display:flex;align-items:center;justify-content:space-between;gap:80px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:28px 0}.footer__social{display:flex;align-items:center;gap:30px;margin-top:34px}.footer__social i{font-size:24px}.footer__contacts{display:flex;align-items:center;gap:100px}.footer__contacts a{display:flex;align-items:center;gap:12px}.footer__contacts i{font-size:20px}.footer__contacts svg{width:24px;height:24px}.footer__contacts--icon{display:flex;justify-content:center;align-items:center;padding:12px;border-radius:50%;border:1px solid var(--white20);background:var(--white20);box-shadow:2px 2px 10px #0000000a}.footer__navigation{padding:28px 0;gap:20px;display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.footer__menu{display:flex;padding:0;margin:0;gap:66px}.footer__menu .menu-item-has-children{list-style:none}.footer__menu .menu-item-has-children a{color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:130%}.footer__menu .sub-menu{margin-top:18px}.footer__menu .sub-menu .menu-item{list-style:none}.footer__menu .sub-menu .menu-item:not(:last-child){margin-bottom:14px}.footer__menu .sub-menu .menu-item a{color:#fff;font-size:15px;font-style:normal;font-weight:400;line-height:24px;transition:color .3s}.footer__menu .sub-menu .menu-item a:hover{color:var(--yellow)}.footer__bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:50px}.footer .newsletter h3{margin-bottom:18px}.footer .newsletter form{display:flex;position:relative;width:415px;flex-wrap:wrap;gap:10px}.footer .newsletter input{border-radius:30px;border:1px solid var(--white20);padding:12px 24px;width:100%;color:#fff;font-family:Poppins,sans-serif;background:#ffffff1a;flex:1 1 100%}.footer .newsletter input::placeholder{color:var(--white)}.footer .newsletter button{position:absolute;right:0;top:0;cursor:pointer;border:unset;font-weight:500;height:100%;font-family:Poppins,sans-serif;width:auto;padding:12px 24px}.footer__payments{display:flex;align-items:center;gap:24px}@media (max-width: 1300px){.footer__menu{gap:30px}.footer .newsletter form{width:370px}.footer__contacts{gap:40px}}@media (max-width: 991px){.footer{padding:0 15px}.footer__menu{flex-wrap:wrap}.footer__menu .menu-item-has-children{width:calc(50% - 15px)}.footer__menu .menu-item-has-children a{font-size:15px}.footer__menu .sub-menu .menu-item a{font-size:14px}.footer .newsletter,.footer .newsletter form{width:100%}.footer__top{flex-direction:column;gap:30px}.footer__navigation{gap:20px}.footer__bottom{gap:30px;flex-direction:column;justify-content:center;text-align:center}}@media (max-width: 768px){.footer__right-side{justify-content:flex-start;width:100%}.footer__left-side{display:flex;gap:20px;align-items:center;justify-content:space-between;width:100%}.footer__top{max-width:500px;width:100%;margin:0 auto}.footer__social{gap:14px;margin:0;align-items:center}.footer__contacts{gap:14px;flex-direction:column;justify-content:left;align-items:normal}.footer__navigation{gap:30px}.footer__group{width:calc(50% - 20px)}}@media (max-width: 380px){.footer__group{width:calc(50% - 10px)}.footer .newsletter h3{text-align:center}.footer .newsletter form{flex-direction:column;gap:10px}.footer .newsletter button{position:static;width:100%}}a,a:hover,a:focus,a:active{color:inherit;text-decoration:none}*,*:hover,*:focus{outline:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{max-width:100%}.post-text ul{margin:0;padding-left:18px}.post-text ul li{font-size:15px;font-style:normal;font-weight:400;line-height:180%}.post-text ul li:not(:last-child){margin-bottom:20px}.post-text a{font-size:15px;font-style:normal;font-weight:400;line-height:180%;text-decoration:underline}.post-text p{margin-bottom:20px;font-size:15px;font-style:normal;font-weight:400;line-height:220%}.post-text h3{font-size:26px;font-style:normal;font-weight:600;line-height:120%;margin:20px 0}.post-text h2{font-size:36px;font-style:normal;font-weight:700;line-height:120%;margin:40px 0}h1{font-size:54px;font-style:normal;font-weight:700;line-height:120%;font-family:Syne,sans-serif}@media (max-width: 991px){h1{font-size:32px}}h2{font-size:36px;font-style:normal;font-weight:600;line-height:120%}@media (max-width: 991px){h2{font-size:24px}}h3{font-size:26px;font-style:normal;font-weight:700;line-height:120%}@media (max-width: 991px){h3{font-size:18px}}h4{font-size:20px;font-style:normal;font-weight:600;line-height:120%}@media (max-width: 991px){h4{font-size:18px}}.title-1{font-size:54px;font-style:normal;font-weight:700;line-height:120%;font-family:Syne,sans-serif}@media (max-width: 991px){.title-1{font-size:34px}}.title{font-size:36px;font-style:normal;font-weight:700;line-height:120%}@media (max-width: 991px){.title{font-size:26px}}.title2{font-size:26px;font-style:normal;font-weight:700;line-height:120%}@media (max-width: 991px){.title2{font-size:20px}}.title3{font-size:18px;font-style:normal;font-weight:700;line-height:160%}@media (max-width: 991px){.title3{font-size:16px}}.title-4{font-size:54px;font-style:normal;font-weight:700;line-height:120%}@media (max-width: 991px){.title-4{font-size:34px}}.subtitle{font-size:18px;font-style:normal;font-weight:300;line-height:160%}@media (max-width: 991px){.subtitle{font-size:16px}}.button{font-size:15px;font-style:normal;font-weight:400;line-height:normal}@media (max-width: 991px){.button{font-size:14px}}.body-1{font-size:15px;font-style:normal;font-weight:400;line-height:180%}@media (max-width: 991px){.body-1{font-size:14px}}.name{font-size:16px;font-style:normal;font-weight:600;line-height:120%}.position{font-size:13px;font-style:normal;font-weight:500;line-height:150%}.body-1-bold{font-size:15px;font-style:normal;font-weight:700;line-height:180%}@media (max-width: 991px){.body-1-bold{font-size:14px}}.body-2{font-size:15px;font-style:normal;font-weight:400;line-height:130%}@media (max-width: 991px){.body-2{font-size:14px}}.body-2-semibold{font-size:15px;font-style:normal;font-weight:600;line-height:130%}@media (max-width: 991px){.body-2-semibold{font-size:14px}}.body-3{font-size:12px;font-style:normal;font-weight:400;line-height:180%;letter-spacing:.17px}.label{font-size:13px;font-style:normal;font-weight:500;line-height:150%}.text-center{text-align:center}.container{max-width:1296px;margin:auto;padding:0}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;margin:auto;font-family:Poppins,sans-serif;background:var(--bg);background-repeat:no-repeat;background-size:cover;color:var(--white)}html{scroll-behavior:smooth;overflow-x:hidden}section{padding:100px 72px}@media (max-width: 1300px){section{padding:70px 40px}}@media (max-width: 991px){section{padding:50px 15px}}.not-found{padding-top:100px;padding-bottom:100px}.not-found__row{display:flex;align-items:center;gap:30px;justify-content:space-between}.not-found img{max-width:636px;height:auto;width:100%}.not-found__links{display:flex;align-items:center;margin-bottom:24px}.not-found__links span{margin-left:4px}.not-found h1{margin-bottom:12px}.not-found p{margin-bottom:40px}.not-found h3{margin-bottom:24px}.not-found a{text-decoration:underline}.not-found__email{margin-bottom:24px;display:flex;flex-direction:column}.not-found__phone{display:flex;flex-direction:column;gap:4px}@media (max-width: 991px){.not-found__row{flex-direction:column;align-items:normal}}.custom-select{position:relative;cursor:pointer}.custom-select.disabled .select-selected{background:var(--white)!important;padding:0}.custom-select.disabled .select-items{display:none!important}.custom-select.disabled .arrow-chevron{display:none}.custom-select.error{box-shadow:0 0 2px 2px #ab0e0ead;border-radius:5px;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}.custom-select select{display:none}.select-selected{border-radius:5px;padding:.6rem .9rem;overflow:hidden;white-space:nowrap;border:1px solid var(--violet);max-width:100%;color:#838e9e;background-color:#fff;font-size:.8rem;line-height:1.2rem;font-weight:400}@media (max-width: 860px){.select-selected{font-size:16px}}.select-selected .unselect{background-color:#fff;color:var(--dark-blue)}.select-items{background:var(--bg)!important;border:1px solid var(--white)}.select-items div:hover,.same-as-selected{color:#fff!important;background-color:var(--bg-header)}.arrow-chevron{position:absolute;top:50%;right:1px;background-color:#fff;transform:translateY(-50%) rotate(0);display:flex;align-items:center;justify-content:center;height:calc(100% - 2px);aspect-ratio:1/1;border-radius:0 5px 5px 0;cursor:pointer}.select-selected.select-arrow-active:after{border-color:transparent transparent #fff transparent;top:7px}.select-items div{padding:.6rem .9rem;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--white);font-size:1rem;line-height:1.2rem;font-weight:400}.select-items div.hidden{display:none}.select-items{position:absolute;background-color:#efefef;color:var(--white10);top:100%;left:0;right:0;z-index:99;max-height:33vh;overflow-y:auto}.select-hide{display:none}.arrow-chevron svg{transition:.2s all ease-in-out}.arrow-chevron.active svg{transform:rotate(180deg)}.button-primary{padding:12px 32px;display:flex;justify-content:center;align-items:center;border-radius:30px;background-color:var(--yellow);transition:all ease .3s;color:var(--dark-blue)}.button-primary:hover{background-color:var(--white);color:var(--dark-blue)}.button-secondary{padding:12px 32px;display:flex;justify-content:center;align-items:center;border-radius:30px;background-color:var(--white);transition:all ease .3s;color:var(--dark-blue)}.button-secondary:hover{background-color:var(--yellow);color:var(--dark-blue)}.button-third{padding:12px 32px;display:flex;justify-content:center;align-items:center;border-radius:30px;background-color:transparent;transition:all ease .3s;color:#fff;border:1px solid var(--white)}.button-third:hover{background-color:var(--white);color:var(--dark-blue)}.button-tertiary{padding:10px 16px;display:flex;justify-content:center;align-items:center;border-radius:30px;background-color:#ffffff0f;border:1px solid var(--white);transition:all ease .3s;color:var(--white)}.button-tertiary:hover{background-color:var(--white);color:var(--dark-blue)}.toggle-button{text-decoration:underline;font-size:15px;font-weight:400;line-height:22.5px;cursor:pointer}@media (max-width: 991px){.button-tertiary,.button-third{font-size:14px}}.skeleton{animation:pulse 1s infinite ease-in-out;flex:1 1 calc(33.33% - 16px);max-width:50%;box-shadow:2px 2px 10px #0000000a;border-radius:30px;background:#ffffff4d;padding:24px;position:relative;display:flex;justify-content:space-between;flex-direction:column}@media (max-width: 991px){.skeleton{flex:1 1 calc(100% - 8px);max-width:100%;padding:12px}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.breadcrumb__row{display:flex;justify-content:space-between;gap:30px}.breadcrumb__left-side{display:flex;flex-direction:column;gap:18px}.breadcrumb img{max-width:330px;height:auto;width:100%}.breadcrumb span{margin-left:6px}@media (max-width: 991px){.breadcrumb__row{flex-direction:column;gap:0}.breadcrumb img{margin-top:30px}}body .gform_wrapper input[type=checkbox]{border:1px solid var(--white40)!important;padding:0!important}body .gform_wrapper input[type=checkbox]:before{color:#fff!important}.gfield_consent_label a{text-decoration:underline}.lity-close{border-radius:50%;background-color:#fff!important;width:56px;height:56px;color:var(--dark-blue)!important;position:absolute;text-shadow:unset!important;font-size:24px!important;top:10px;right:10px;transition:all ease .3s}.gform_confirmation_message{text-align:center!important}.gform_confirmation_message br{display:none}.gform_confirmation_message .success-icon{background-color:var(--white20);border:1px solid var(--white20);box-shadow:2px 2px 10px #0000000a;width:98px;height:98px;border-radius:50%;margin:0 auto 24px;position:relative}.gform_confirmation_message .success-icon:after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><path d="M20.8333 34.1673L12.5 25.834L15.4167 22.9173L20.8333 28.334L34.5833 14.584L37.5 17.5007L20.8333 34.1673Z" fill="white"/></svg>');position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.lity-container{max-width:760px}.lity-content{border-radius:16px;background:var(--bg)}input#input_1_9_1{padding:0!important;border:1px solid var(--white40)!important}input#input_1_9_1:before{color:#fff!important}.gform_wrapper.gravity-theme .gform_fields{display:flex;flex-direction:column;gap:24px}.gform_footer{padding:0!important;margin:24px 0 0!important}.gform_wrapper .gfield .iti__flag-container{top:-5px!important}.gform_wrapper .gfield .iti--show-selected-dial-code .iti__selected-flag{background-color:transparent!important;padding:0!important}.gform_wrapper .gfield .iti__dropdown-content{background:var(--bg)!important}.gform_wrapper .gfield .iti__arrow{border-top-color:#fff!important}.iti__selected-dial-code{font-size:15px!important;font-style:normal;font-weight:400!important;line-height:130%}body .gform_wrapper .gfield .iti__dial-code{color:#fff!important}.gform_wrapper .gfield .iti__arrow{border-bottom-color:#fff!important}.modal-contact h3{margin-bottom:12px}.modal-contact__wrap{padding:40px}.modal-contact .gform-field-label{font-size:12px!important;font-weight:400!important;line-height:180%;letter-spacing:.17px;color:#fffc!important;margin-bottom:8px!important}.modal-contact input{background-color:transparent!important;border:unset!important;border-bottom:1px solid rgba(255,255,255,.42)!important;color:#fff!important;font-size:15px;font-style:normal;font-weight:400;line-height:130%;padding:0 0 8px!important;border-radius:unset!important;box-shadow:unset!important;transition:all ease .3s}.modal-contact input::placeholder{color:#fffc!important}.modal-contact input:focus{outline:none!important;border-bottom-color:var(--yellow)!important}.modal-contact input:hover{border-bottom-color:var(--dark-blue)!important}.modal-contact .gform_button{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;font-size:15px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;color:var(--dark-blue)!important;border:unset!important;background-color:#fff!important;padding:12px 32px!important;margin:0!important;cursor:pointer!important;border-radius:30px!important}.modal-contact .phone-input input{padding-left:99px!important}.gform-field-label.gfield_consent_label{font-size:14px!important}div#gform_1_validation_container{background-color:#fff}.newsletter form{flex-wrap:wrap}.newsletter .newsletter-consent{display:flex;align-items:flex-start;gap:10px;flex:1 1 100%;margin:10px 0 0}.newsletter .newsletter-consent label.checkbox-label{display:inline-flex;align-items:flex-start;gap:10px;color:#fff;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5}.newsletter .newsletter-consent input[type=checkbox]{flex:unset;margin-top:3px;min-width:18px;width:18px;height:18px;padding:0!important;display:inline-block;accent-color:var(--yellow);cursor:pointer;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.6);border-radius:4px;position:relative;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:inset 0 0 0 0 var(--yellow)}.newsletter .newsletter-consent input[type=checkbox]:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.5 8.5L11 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity .2s ease}.newsletter .newsletter-consent input[type=checkbox]:checked:after{opacity:1}.newsletter .newsletter-consent input[type=checkbox]:checked{background-color:var(--yellow);border-color:var(--yellow)}.newsletter .newsletter-consent input[type=checkbox]:hover{border-color:#fff}.newsletter .newsletter-consent input[type=checkbox]:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.newsletter .newsletter-consent input[type=checkbox]:checked{background-color:var(--yellow);border-color:var(--yellow);box-shadow:inset 0 0 0 18px var(--yellow)}.newsletter .newsletter-consent .newsletter .newsletter-consent input[type=checkbox]:checked:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:70% 70%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1920' fill='%23000'%3E%3Cpath d='M1743.858 267.012 710.747 1300.124 176.005 765.382 0 941.387l710.747 710.871 1209.24-1209.116z' fill-rule='evenodd'/%3E%3C/svg%3E")}.newsletter .newsletter-consent span a{color:var(--yellow);text-decoration:underline}.newsletter .newsletter-consent+button{position:static;height:auto;align-self:flex-end;margin-top:12px;width:100%;padding:12px 24px}@media (min-width: 992px){.newsletter form{align-items:flex-start}.newsletter .newsletter-consent+button{margin-top:12px}}@media (max-width: 380px){.newsletter .newsletter-consent{margin-top:0}}.intercom-lightweight-app-launcher.intercom-launcher,.intercom-namespace .intercom-with-namespace-1e4pkm1,.intercom-namespace .intercom-with-namespace-52k34s{right:8px!important;bottom:65px!important}.intercom-namespace .intercom-with-namespace-1xpoc5f{right:0!important;bottom:113px!important}
