:root{--iti-hover-color: rgba(0, 0, 0, 0.05);--iti-border-color: #ccc;--iti-dialcode-color: #999;--iti-dropdown-bg: white;--iti-spacer-horizontal: 8px;--iti-flag-height: 12px;--iti-flag-width: 16px;--iti-border-width: 1px;--iti-arrow-height: 4px;--iti-arrow-width: 6px;--iti-triangle-border: -webkit-calc(var(--iti-arrow-width) / 2);--iti-triangle-border: calc(var(--iti-arrow-width) / 2);--iti-arrow-padding: 6px;--iti-arrow-color: #555;--iti-path-flags-1x: url("../img/flags.webp");--iti-path-flags-2x: url("../img/flags@2x.webp");--iti-path-globe-1x: url("../img/globe.webp");--iti-path-globe-2x: url("../img/globe@2x.webp");--iti-flag-sprite-width: 3904px;--iti-flag-sprite-height: 12px;--iti-mobile-popup-margin: 30px}.iti{position:relative;display:inline-block}.iti *{-webkit-box-sizing:border-box;box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px, 1px, 1px, 1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=text],.iti input.iti__tel-input[type=tel]{position:relative;z-index:0;margin:0 !important}.iti__country-container{position:absolute;top:0;bottom:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;background:none;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:-webkit-calc(var(--iti-border-width)*-1);margin-left:calc(var(--iti-border-width)*-1);border:var(--iti-border-width) solid var(--iti-border-color);-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media(max-width: 500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__country{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:none}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0, 0, 0, 0.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{--iti-flag-offset: 100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;-webkit-box-shadow:0px 0px 1px 0px #888;box-shadow:0px 0px 1px 0px #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__ac{--iti-flag-offset: 0px}.iti__ad{--iti-flag-offset: -16px}.iti__ae{--iti-flag-offset: -32px}.iti__af{--iti-flag-offset: -48px}.iti__ag{--iti-flag-offset: -64px}.iti__ai{--iti-flag-offset: -80px}.iti__al{--iti-flag-offset: -96px}.iti__am{--iti-flag-offset: -112px}.iti__ao{--iti-flag-offset: -128px}.iti__ar{--iti-flag-offset: -144px}.iti__as{--iti-flag-offset: -160px}.iti__at{--iti-flag-offset: -176px}.iti__au{--iti-flag-offset: -192px}.iti__aw{--iti-flag-offset: -208px}.iti__ax{--iti-flag-offset: -224px}.iti__az{--iti-flag-offset: -240px}.iti__ba{--iti-flag-offset: -256px}.iti__bb{--iti-flag-offset: -272px}.iti__bd{--iti-flag-offset: -288px}.iti__be{--iti-flag-offset: -304px}.iti__bf{--iti-flag-offset: -320px}.iti__bg{--iti-flag-offset: -336px}.iti__bh{--iti-flag-offset: -352px}.iti__bi{--iti-flag-offset: -368px}.iti__bj{--iti-flag-offset: -384px}.iti__bl{--iti-flag-offset: -400px}.iti__bm{--iti-flag-offset: -416px}.iti__bn{--iti-flag-offset: -432px}.iti__bo{--iti-flag-offset: -448px}.iti__bq{--iti-flag-offset: -464px}.iti__br{--iti-flag-offset: -480px}.iti__bs{--iti-flag-offset: -496px}.iti__bt{--iti-flag-offset: -512px}.iti__bw{--iti-flag-offset: -528px}.iti__by{--iti-flag-offset: -544px}.iti__bz{--iti-flag-offset: -560px}.iti__ca{--iti-flag-offset: -576px}.iti__cc{--iti-flag-offset: -592px}.iti__cd{--iti-flag-offset: -608px}.iti__cf{--iti-flag-offset: -624px}.iti__cg{--iti-flag-offset: -640px}.iti__ch{--iti-flag-offset: -656px}.iti__ci{--iti-flag-offset: -672px}.iti__ck{--iti-flag-offset: -688px}.iti__cl{--iti-flag-offset: -704px}.iti__cm{--iti-flag-offset: -720px}.iti__cn{--iti-flag-offset: -736px}.iti__co{--iti-flag-offset: -752px}.iti__cr{--iti-flag-offset: -768px}.iti__cu{--iti-flag-offset: -784px}.iti__cv{--iti-flag-offset: -800px}.iti__cw{--iti-flag-offset: -816px}.iti__cx{--iti-flag-offset: -832px}.iti__cy{--iti-flag-offset: -848px}.iti__cz{--iti-flag-offset: -864px}.iti__de{--iti-flag-offset: -880px}.iti__dj{--iti-flag-offset: -896px}.iti__dk{--iti-flag-offset: -912px}.iti__dm{--iti-flag-offset: -928px}.iti__do{--iti-flag-offset: -944px}.iti__dz{--iti-flag-offset: -960px}.iti__ec{--iti-flag-offset: -976px}.iti__ee{--iti-flag-offset: -992px}.iti__eg{--iti-flag-offset: -1008px}.iti__eh{--iti-flag-offset: -1024px}.iti__er{--iti-flag-offset: -1040px}.iti__es{--iti-flag-offset: -1056px}.iti__et{--iti-flag-offset: -1072px}.iti__fi{--iti-flag-offset: -1088px}.iti__fj{--iti-flag-offset: -1104px}.iti__fk{--iti-flag-offset: -1120px}.iti__fm{--iti-flag-offset: -1136px}.iti__fo{--iti-flag-offset: -1152px}.iti__fr{--iti-flag-offset: -1168px}.iti__ga{--iti-flag-offset: -1184px}.iti__gb{--iti-flag-offset: -1200px}.iti__gd{--iti-flag-offset: -1216px}.iti__ge{--iti-flag-offset: -1232px}.iti__gf{--iti-flag-offset: -1248px}.iti__gg{--iti-flag-offset: -1264px}.iti__gh{--iti-flag-offset: -1280px}.iti__gi{--iti-flag-offset: -1296px}.iti__gl{--iti-flag-offset: -1312px}.iti__gm{--iti-flag-offset: -1328px}.iti__gn{--iti-flag-offset: -1344px}.iti__gp{--iti-flag-offset: -1360px}.iti__gq{--iti-flag-offset: -1376px}.iti__gr{--iti-flag-offset: -1392px}.iti__gt{--iti-flag-offset: -1408px}.iti__gu{--iti-flag-offset: -1424px}.iti__gw{--iti-flag-offset: -1440px}.iti__gy{--iti-flag-offset: -1456px}.iti__hk{--iti-flag-offset: -1472px}.iti__hn{--iti-flag-offset: -1488px}.iti__hr{--iti-flag-offset: -1504px}.iti__ht{--iti-flag-offset: -1520px}.iti__hu{--iti-flag-offset: -1536px}.iti__id{--iti-flag-offset: -1552px}.iti__ie{--iti-flag-offset: -1568px}.iti__il{--iti-flag-offset: -1584px}.iti__im{--iti-flag-offset: -1600px}.iti__in{--iti-flag-offset: -1616px}.iti__io{--iti-flag-offset: -1632px}.iti__iq{--iti-flag-offset: -1648px}.iti__ir{--iti-flag-offset: -1664px}.iti__is{--iti-flag-offset: -1680px}.iti__it{--iti-flag-offset: -1696px}.iti__je{--iti-flag-offset: -1712px}.iti__jm{--iti-flag-offset: -1728px}.iti__jo{--iti-flag-offset: -1744px}.iti__jp{--iti-flag-offset: -1760px}.iti__ke{--iti-flag-offset: -1776px}.iti__kg{--iti-flag-offset: -1792px}.iti__kh{--iti-flag-offset: -1808px}.iti__ki{--iti-flag-offset: -1824px}.iti__km{--iti-flag-offset: -1840px}.iti__kn{--iti-flag-offset: -1856px}.iti__kp{--iti-flag-offset: -1872px}.iti__kr{--iti-flag-offset: -1888px}.iti__kw{--iti-flag-offset: -1904px}.iti__ky{--iti-flag-offset: -1920px}.iti__kz{--iti-flag-offset: -1936px}.iti__la{--iti-flag-offset: -1952px}.iti__lb{--iti-flag-offset: -1968px}.iti__lc{--iti-flag-offset: -1984px}.iti__li{--iti-flag-offset: -2000px}.iti__lk{--iti-flag-offset: -2016px}.iti__lr{--iti-flag-offset: -2032px}.iti__ls{--iti-flag-offset: -2048px}.iti__lt{--iti-flag-offset: -2064px}.iti__lu{--iti-flag-offset: -2080px}.iti__lv{--iti-flag-offset: -2096px}.iti__ly{--iti-flag-offset: -2112px}.iti__ma{--iti-flag-offset: -2128px}.iti__mc{--iti-flag-offset: -2144px}.iti__md{--iti-flag-offset: -2160px}.iti__me{--iti-flag-offset: -2176px}.iti__mf{--iti-flag-offset: -2192px}.iti__mg{--iti-flag-offset: -2208px}.iti__mh{--iti-flag-offset: -2224px}.iti__mk{--iti-flag-offset: -2240px}.iti__ml{--iti-flag-offset: -2256px}.iti__mm{--iti-flag-offset: -2272px}.iti__mn{--iti-flag-offset: -2288px}.iti__mo{--iti-flag-offset: -2304px}.iti__mp{--iti-flag-offset: -2320px}.iti__mq{--iti-flag-offset: -2336px}.iti__mr{--iti-flag-offset: -2352px}.iti__ms{--iti-flag-offset: -2368px}.iti__mt{--iti-flag-offset: -2384px}.iti__mu{--iti-flag-offset: -2400px}.iti__mv{--iti-flag-offset: -2416px}.iti__mw{--iti-flag-offset: -2432px}.iti__mx{--iti-flag-offset: -2448px}.iti__my{--iti-flag-offset: -2464px}.iti__mz{--iti-flag-offset: -2480px}.iti__na{--iti-flag-offset: -2496px}.iti__nc{--iti-flag-offset: -2512px}.iti__ne{--iti-flag-offset: -2528px}.iti__nf{--iti-flag-offset: -2544px}.iti__ng{--iti-flag-offset: -2560px}.iti__ni{--iti-flag-offset: -2576px}.iti__nl{--iti-flag-offset: -2592px}.iti__no{--iti-flag-offset: -2608px}.iti__np{--iti-flag-offset: -2624px}.iti__nr{--iti-flag-offset: -2640px}.iti__nu{--iti-flag-offset: -2656px}.iti__nz{--iti-flag-offset: -2672px}.iti__om{--iti-flag-offset: -2688px}.iti__pa{--iti-flag-offset: -2704px}.iti__pe{--iti-flag-offset: -2720px}.iti__pf{--iti-flag-offset: -2736px}.iti__pg{--iti-flag-offset: -2752px}.iti__ph{--iti-flag-offset: -2768px}.iti__pk{--iti-flag-offset: -2784px}.iti__pl{--iti-flag-offset: -2800px}.iti__pm{--iti-flag-offset: -2816px}.iti__pr{--iti-flag-offset: -2832px}.iti__ps{--iti-flag-offset: -2848px}.iti__pt{--iti-flag-offset: -2864px}.iti__pw{--iti-flag-offset: -2880px}.iti__py{--iti-flag-offset: -2896px}.iti__qa{--iti-flag-offset: -2912px}.iti__re{--iti-flag-offset: -2928px}.iti__ro{--iti-flag-offset: -2944px}.iti__rs{--iti-flag-offset: -2960px}.iti__ru{--iti-flag-offset: -2976px}.iti__rw{--iti-flag-offset: -2992px}.iti__sa{--iti-flag-offset: -3008px}.iti__sb{--iti-flag-offset: -3024px}.iti__sc{--iti-flag-offset: -3040px}.iti__sd{--iti-flag-offset: -3056px}.iti__se{--iti-flag-offset: -3072px}.iti__sg{--iti-flag-offset: -3088px}.iti__sh{--iti-flag-offset: -3104px}.iti__si{--iti-flag-offset: -3120px}.iti__sj{--iti-flag-offset: -3136px}.iti__sk{--iti-flag-offset: -3152px}.iti__sl{--iti-flag-offset: -3168px}.iti__sm{--iti-flag-offset: -3184px}.iti__sn{--iti-flag-offset: -3200px}.iti__so{--iti-flag-offset: -3216px}.iti__sr{--iti-flag-offset: -3232px}.iti__ss{--iti-flag-offset: -3248px}.iti__st{--iti-flag-offset: -3264px}.iti__sv{--iti-flag-offset: -3280px}.iti__sx{--iti-flag-offset: -3296px}.iti__sy{--iti-flag-offset: -3312px}.iti__sz{--iti-flag-offset: -3328px}.iti__tc{--iti-flag-offset: -3344px}.iti__td{--iti-flag-offset: -3360px}.iti__tg{--iti-flag-offset: -3376px}.iti__th{--iti-flag-offset: -3392px}.iti__tj{--iti-flag-offset: -3408px}.iti__tk{--iti-flag-offset: -3424px}.iti__tl{--iti-flag-offset: -3440px}.iti__tm{--iti-flag-offset: -3456px}.iti__tn{--iti-flag-offset: -3472px}.iti__to{--iti-flag-offset: -3488px}.iti__tr{--iti-flag-offset: -3504px}.iti__tt{--iti-flag-offset: -3520px}.iti__tv{--iti-flag-offset: -3536px}.iti__tw{--iti-flag-offset: -3552px}.iti__tz{--iti-flag-offset: -3568px}.iti__ua{--iti-flag-offset: -3584px}.iti__ug{--iti-flag-offset: -3600px}.iti__us{--iti-flag-offset: -3616px}.iti__uy{--iti-flag-offset: -3632px}.iti__uz{--iti-flag-offset: -3648px}.iti__va{--iti-flag-offset: -3664px}.iti__vc{--iti-flag-offset: -3680px}.iti__ve{--iti-flag-offset: -3696px}.iti__vg{--iti-flag-offset: -3712px}.iti__vi{--iti-flag-offset: -3728px}.iti__vn{--iti-flag-offset: -3744px}.iti__vu{--iti-flag-offset: -3760px}.iti__wf{--iti-flag-offset: -3776px}.iti__ws{--iti-flag-offset: -3792px}.iti__xk{--iti-flag-offset: -3808px}.iti__ye{--iti-flag-offset: -3824px}.iti__yt{--iti-flag-offset: -3840px}.iti__za{--iti-flag-offset: -3856px}.iti__zm{--iti-flag-offset: -3872px}.iti__zw{--iti-flag-offset: -3888px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;-webkit-box-shadow:none;box-shadow:none;height:19px}@media(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}ol,ul,menu{list-style:none}img{max-width:100%;max-height:100%}input,textarea{-webkit-user-select:auto}select{-webkit-appearance:none}textarea{white-space:revert}::-webkit-input-placeholder{color:unset}::-moz-placeholder{color:unset}:-ms-input-placeholder{color:unset}::-ms-input-placeholder{color:unset}::placeholder{color:unset}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,button{cursor:revert}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}@font-face{font-family:"raleway-regular";src:url("/fe-web/fonts/raleway-regular.ttf") format("truetype")}@font-face{font-family:"raleway-semi-bold";src:url("/fe-web/fonts/raleway-semi-bold.ttf") format("truetype")}@font-face{font-family:"raleway-bold";src:url("/fe-web/fonts/raleway-bold.ttf") format("truetype")}@font-face{font-family:"raleway-extra-bold";src:url("/fe-web/fonts/raleway-extra-bold.ttf") format("truetype")}@font-face{font-family:"roboto-regular";src:url("/fe-web/fonts/roboto-regular.ttf") format("truetype")}@font-face{font-family:"roboto-medium";src:url("/fe-web/fonts/roboto-medium.ttf") format("truetype")}@font-face{font-family:"roboto-bold";src:url("/fe-web/fonts/roboto-bold.ttf") format("truetype")}html{scroll-padding-top:100px;scroll-behavior:smooth}@media(min-width: 768px){html{scroll-padding-top:130px}}body{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px;color:#282828;margin:0;overflow-x:hidden}body b,body strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}body *{-webkit-box-sizing:border-box;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#005ba3 #e0e0e0}body *::-webkit-scrollbar{width:8px}body *::-webkit-scrollbar-track{background-color:#eeeeef;border-radius:10px}body *::-webkit-scrollbar-thumb{background-color:#005ba3;border-radius:10px}body *::-webkit-scrollbar-thumb:hover{background-color:#005ba3}body .yxpBlock{padding:0}body .yxpRow{gap:20px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 768px){body .yxpRow{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}body .yxpRow .swiper-navigation-blue .swiper-pagination-bullet-active,body .yxpRow .swiper-navigation-blue .swiper-pagination-bullet{background:#005ba3}body .yxpRow .swiper-navigation-blue .swiper-button-next,body .yxpRow .swiper-navigation-blue .swiper-button-prev{color:#005ba3}body .yxpRow .swiper-navigation-blue .yxpLink{padding:10px;height:60px;margin:0 20px 15px 20px}@media(max-width: 767px){body div[class*=yxp-cols-]{width:100%}}body *[grey],body .grey{color:#6c6f70}body *[blue],body .blue{color:#005ba3}body *[white],body .white{color:#fff}body a{color:inherit;text-decoration:none}body a:hover{text-decoration:underline}body .yxpTitle{margin-bottom:24px}body .yxpType_TEXTAREA{margin-bottom:16px}body .yxpType_TEXTAREA a{color:#005ba3;text-decoration:underline}body .yxpType_TEXTAREA ul{margin-top:15px;margin-left:30px}body .yxpType_TEXTAREA li{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px;list-style-type:disc;margin-bottom:5px}body .yxpType_TEXTAREA li b,body .yxpType_TEXTAREA li strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}body h1{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;font-size:40px;line-height:48px}body h1 b,body h1 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){body h1{font-size:56px;line-height:67px}}body h2{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;font-size:48px;line-height:57px}body h2 b,body h2 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}body h3{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;font-size:32px;line-height:33px}body h3 b,body h3 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){body h3{font-size:40px;line-height:48px}}body h4{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;font-size:24px;line-height:28px}body h4 b,body h4 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){body h4{font-size:32px;line-height:38px}}body h5{font-weight:normal;font-style:normal;font-family:"raleway-regular",sans-serif;font-size:28px;line-height:33px}body h5 b,body h5 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}body h6{font-weight:normal;font-style:normal;font-family:"raleway-regular",sans-serif;font-size:24px;line-height:28px}body h6 b,body h6 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}body .text-small{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:12px;line-height:16px}body .text-small b,body .text-small strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}body .text-default{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px}body .text-default b,body .text-default strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}body .text-large{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:18px;line-height:22px}body .text-large b,body .text-large strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}body ::-webkit-input-placeholder{color:#c6c7c8}body ::-moz-placeholder{color:#c6c7c8}body :-ms-input-placeholder{color:#c6c7c8}body ::-ms-input-placeholder{color:#c6c7c8}body ::placeholder{color:#c6c7c8}.hidden-input{display:none !important}.main-container{margin-top:72px}@media(min-width: 768px){.main-container{margin-top:72px}}.main-container>.yxpRow>.yxp-cols-12:not(.yxpType_CUSTOM){padding:56px 16px}.simple-template .main-container{margin-top:72px;min-height:-webkit-calc(100vh - 72px);min-height:calc(100vh - 72px)}.header-main-blue-logo-white{position:fixed;height:72px;padding:20px 16px;z-index:5}.generic-card{background:#fff;-webkit-box-shadow:0px 8px 60px 0px rgba(0,0,0,.08);box-shadow:0px 8px 60px 0px rgba(0,0,0,.08);border-radius:16px;padding:24px}@media(min-width: 768px){.generic-card{padding:32px}}.primary-button a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.primary-button a:hover{text-decoration:none}.primary-button a:disabled,.primary-button a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.primary-button a:disabled:hover{opacity:.2}.primary-button a{background:#005ba3;border-color:#005ba3;color:#fff}.primary-button a:hover{background:rgb(0,82.4582822086,147.7)}.primary-button-white a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.primary-button-white a:hover{text-decoration:none}.primary-button-white a:disabled,.primary-button-white a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.primary-button-white a:disabled:hover{opacity:.2}.primary-button-white a{color:#005ba3;background:#fff;border-color:#fff}.primary-button-white a:hover{background:#eeeeef}.secondary-button a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.secondary-button a:hover{text-decoration:none}.secondary-button a:disabled,.secondary-button a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.secondary-button a:disabled:hover{opacity:.2}.secondary-button a{background:rgba(0,0,0,0);border-color:#005ba3;color:#005ba3}.secondary-button a:hover{background:rgba(0,91,163,.1)}.secondary-button-white a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.secondary-button-white a:hover{text-decoration:none}.secondary-button-white a:disabled,.secondary-button-white a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.secondary-button-white a:disabled:hover{opacity:.2}.secondary-button-white a{background:rgba(0,0,0,0);border-color:#fff;color:#fff}.secondary-button-white a:hover{background:hsla(0,0%,100%,.1)}.primary-button-arrow a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.primary-button-arrow a:after{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/chevron-right.svg") no-repeat center;background-size:contain;min-width:24px;height:24px;width:24px}.primary-button-arrow a:hover{text-decoration:none}.primary-button-arrow a:disabled,.primary-button-arrow a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.primary-button-arrow a:disabled:hover{opacity:.2}.primary-button-arrow a{background:#005ba3;border-color:#005ba3;color:#fff}.primary-button-arrow a:hover{background:rgb(0,82.4582822086,147.7)}.primary-button-arrow-down a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px;margin:20px 0}.primary-button-arrow-down a:after{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/arrow-down-white.svg") no-repeat center;background-size:contain;min-width:24px;height:24px;width:24px}.primary-button-arrow-down a:hover{text-decoration:none}.primary-button-arrow-down a:disabled,.primary-button-arrow-down a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.primary-button-arrow-down a:disabled:hover{opacity:.2}.primary-button-arrow-down a{background:#005ba3;border-color:#005ba3;color:#fff}.primary-button-arrow-down a:hover{background:rgb(0,82.4582822086,147.7)}.primary-button-white-arrow-down a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px;margin:20px 0}.primary-button-white-arrow-down a:after{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/arrow-down-blue.svg") no-repeat center;background-size:contain;min-width:24px;height:24px;width:24px}.primary-button-white-arrow-down a:hover{text-decoration:none}.primary-button-white-arrow-down a:disabled,.primary-button-white-arrow-down a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.primary-button-white-arrow-down a:disabled:hover{opacity:.2}.primary-button-white-arrow-down a{color:#005ba3;background:#fff;border-color:#fff}.primary-button-white-arrow-down a:hover{background:#eeeeef}.button-icon-download a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.button-icon-download a:after{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/download-blue.svg") no-repeat center;background-size:contain;min-width:24px;height:24px;width:24px}.button-icon-download a:hover{text-decoration:none}.button-icon-download a:disabled,.button-icon-download a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.button-icon-download a:disabled:hover{opacity:.2}.button-icon-download a{background:rgba(0,0,0,0);border-color:#005ba3;color:#005ba3}.button-icon-download a:hover{background:rgba(0,91,163,.1)}.button-icon-download-without-border a{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px;border:none}.button-icon-download-without-border a:after{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/download-radius-blue.svg") no-repeat center;background-size:contain;min-width:24px;height:24px;width:24px}.button-icon-download-without-border a:hover{text-decoration:none}.button-icon-download-without-border a:disabled,.button-icon-download-without-border a[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.button-icon-download-without-border a:disabled:hover{opacity:.2}.button-icon-download-without-border a{background:rgba(0,0,0,0);border-color:#005ba3;color:#005ba3}.button-icon-download-without-border a:hover{background:rgba(0,91,163,.1)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.align-right-center{text-align:center}@media(min-width: 768px){.align-right-center{text-align:right}}.align-left-center{text-align:center}@media(min-width: 768px){.align-left-center{text-align:left}}.yxpHidden,.hidden{display:none}@media(max-width: 767px){.hide-mobile{display:none}}@media(min-width: 768px){.hide-desktop{display:none}}.width-1440>.yxpRow{max-width:1440px !important;margin:0 auto}.width-1280>.yxpRow{max-width:1280px !important;margin:0 auto}.width-1250>.yxpRow{max-width:1250px !important;margin:0 auto}.width-1200>.yxpRow{max-width:1200px !important;margin:0 auto}.width-1024>.yxpRow{max-width:1024px !important;margin:0 auto}.width-900>.yxpRow{max-width:900px !important;margin:0 auto}.width-800>.yxpRow{max-width:800px !important;margin:0 auto}.width-600>.yxpRow{max-width:600px !important;margin:0 auto}.width-500>.yxpRow{max-width:500px !important;margin:0 auto}.light-grey-card{background-color:#eeeeef;border-radius:16px;padding:30px !important;margin-bottom:32px}.light-grey-card .yxpHtmlTextWrapper{margin:0}.light-grey-card .yxpHtmlTextWrapper h4{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif;font-size:24px;line-height:28px;margin-bottom:8px;color:#005ba3}.light-grey-card .yxpHtmlTextWrapper h4 b,.light-grey-card .yxpHtmlTextWrapper h4 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){.light-grey-card .yxpHtmlTextWrapper h4{font-size:32px;line-height:38px}}.light-grey-card ul{list-style-image:url(/fe-web/img/hdiassicurazioni/icons/check-circle.svg);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:6px;padding:0 0 0 26px}@media(min-width: 768px){.light-grey-card{padding:56px !important}}.blue-card{background-color:#005ba3;border-radius:16px;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:344px;margin-bottom:30px}.blue-card .yxpHtmlTextWrapper{margin:0}.aquamarine-card{background-color:teal;border-radius:16px;padding:30px !important;color:#fff;min-height:387px;margin-bottom:32px}@media(min-width: 768px){.aquamarine-card{min-height:225px;padding:56px !important}}.aquamarine-card .yxpHtmlTextWrapper{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px}.light-acquamarine-card{background-color:rgba(0,128,128,.1);border-radius:16px;padding:30px !important}@media(min-width: 768px){.light-acquamarine-card{min-height:225px;padding:56px !important}}.light-acquamarine-card .yxpHtmlTextWrapper{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px}.no-margin{margin-top:72px}.white-background{background-color:#fff;padding:56px;margin:30px 20px 20px 20px;border-radius:8px}.background-white-image-text .yxpImage{border-radius:20px 0 0px 20px}.background-white-image-text .yxpImageTextWrapper{background-color:#fff}.background-white-image-text .yxpImageTextWrapper .yxpHtmlTextWrapper{color:#282828}.background-white-image-text .yxpImageTextWrapper .yxpImageTextTitle{color:#005ba3}.background-white-image-text .yxpImageTextWrapper .yxpLink{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.background-white-image-text .yxpImageTextWrapper .yxpLink:hover{text-decoration:none}.background-white-image-text .yxpImageTextWrapper .yxpLink:disabled,.background-white-image-text .yxpImageTextWrapper .yxpLink[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.background-white-image-text .yxpImageTextWrapper .yxpLink:disabled:hover{opacity:.2}.background-white-image-text .yxpImageTextWrapper .yxpLink{background:#005ba3;border-color:#005ba3;color:#fff}.background-white-image-text .yxpImageTextWrapper .yxpLink:hover{background:rgb(0,82.4582822086,147.7)}.light-grey-background{background-color:#f9f9fa}.light-grey-background .yxpRow form{padding:24px}.light-grey-background .yxpRow form input{background:#fff;color:#282828}.light-grey-background .yxpRow form .reduced-margin-top{margin-top:-35px}.light-grey-background .main-container{margin-top:72px}.light-grey-background:has(.yxpType_FORM){margin-top:40px}.light-blue-background{background-color:rgba(0,91,163,.1)}.light-blue-background .swiper-pagination-bullet-active,.light-blue-background .swiper-pagination-bullet{background:#005ba3;border-radius:8px}.light-blue-background .swiper-button-next,.light-blue-background .swiper-button-prev{color:#005ba3}.main-blue-background{background-color:#005ba3}.aquamarine-shadow-background{background-image:url(/fe-web/img/hdiassicurazioni/backgrounds/background-aquamarine.jpg);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:100%;background-size:cover;background-position:center center;height:100%}.aquamarine-shadow-background .yxpHtmlTextWrapper{margin-bottom:32px}.aquamarine-shadow-background .yxpType_LINK{margin-top:32px;font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.aquamarine-shadow-background .yxpType_LINK:after{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/chevron-right.svg") no-repeat center;background-size:contain;min-width:24px;height:24px;width:24px}.aquamarine-shadow-background .yxpType_LINK:hover{text-decoration:none}.aquamarine-shadow-background .yxpType_LINK:disabled,.aquamarine-shadow-background .yxpType_LINK[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.aquamarine-shadow-background .yxpType_LINK:disabled:hover{opacity:.2}.aquamarine-shadow-background .yxpType_LINK{background:rgba(0,0,0,0);border-color:#fff;color:#fff}.aquamarine-shadow-background .yxpType_LINK:hover{background:hsla(0,0%,100%,.1)}.acquamarine-image-background{background:url(/fe-web/img/hdiassicurazioni/backgrounds/background-aquamarine.jpg) no-repeat center;background-size:cover;color:#fff}.blue-shadow-background{background-image:url(/fe-web/img/hdiassicurazioni/backgrounds/background-blue.jpg);background-size:cover;color:#fff}.change-area-button-container{margin-bottom:30px}.change-area-button-container .yxpType_LINK{width:auto}.container-flex-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:60px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.youtube-container .yxpType_VIDEO{height:clamp(485px,56vw,703px)}.disable-breadcrumb .breadcrumb{display:none}.background-blue{background-color:#005ba3}.page-not-found{color:#fff;width:100%}.page-not-found .clouds{position:absolute;width:100%;height:100%;top:30px;overflow:hidden}.page-not-found .cloud{width:350px;height:120px;position:absolute;z-index:10;opacity:.8;background:#fff;border-radius:100px}.page-not-found .cloud:after,.page-not-found .cloud:before{content:"";position:absolute;background:#fff;z-index:-1;border-radius:100px}.page-not-found .x1{top:-50px;left:100px;-webkit-transform:scale(0.3);transform:scale(0.3);opacity:.9;-webkit-animation:moveclouds 15s linear infinite}.page-not-found .x1_5{top:-80px;left:250px;-webkit-transform:scale(0.3);transform:scale(0.3);-webkit-animation:moveclouds 17s linear infinite}.page-not-found .x2{left:250px;top:30px;-webkit-transform:scale(0.6);transform:scale(0.6);opacity:.6;-webkit-animation:moveclouds 25s linear infinite}.page-not-found .x3{left:250px;bottom:-70px;-webkit-transform:scale(0.6);transform:scale(0.6);opacity:.8;-webkit-animation:moveclouds 25s linear infinite}.page-not-found .x4{left:250px;-webkit-transform:scale(0.75);transform:scale(0.75);opacity:.75;-webkit-animation:moveclouds 18s linear infinite}.page-not-found .x5{left:200px;-webkit-transform:scale(0.5);transform:scale(0.5);opacity:.8;-webkit-animation:moveclouds 20s linear infinite}.page-not-found .cloud:before{width:180px;height:180px;top:-90px;right:50px;border-radius:200px}.page-not-found .cloud:after{width:100px;height:100px;top:-50px;left:50px;border-radius:100px}.page-not-found__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:40px;gap:15px;margin:100px auto;position:relative;z-index:11}.page-not-found__title{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;font-size:95px;line-height:48px;padding-bottom:65px;border-bottom:1px solid #fff;width:100%}.page-not-found__title b,.page-not-found__title strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){.page-not-found__title{font-size:140px;line-height:67px}}.page-not-found__link{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.page-not-found__link:hover{text-decoration:none}.page-not-found__link:disabled,.page-not-found__link[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.page-not-found__link:disabled:hover{opacity:.2}.page-not-found__link{color:#005ba3;background:#fff;border-color:#fff}.page-not-found__link:hover{background:#eeeeef}@-webkit-keyframes moveclouds{from{left:100%}to{left:-400px}}@keyframes moveclouds{from{left:100%}to{left:-400px}}.page-not-found .x1{top:50px;-webkit-animation:moveclouds 15s linear infinite;animation:moveclouds 15s linear infinite}.page-not-found .x1_5{top:80px;-webkit-animation:moveclouds 17s linear infinite;animation:moveclouds 17s linear infinite}.page-not-found .x2{top:150px;-webkit-animation:moveclouds 25s linear infinite;animation:moveclouds 25s linear infinite}.page-not-found .x3{top:220px;-webkit-animation:moveclouds 20s linear infinite;animation:moveclouds 20s linear infinite}.page-not-found .x4{bottom:200px;-webkit-animation:moveclouds 18s linear infinite;animation:moveclouds 18s linear infinite}.page-not-found .x5{bottom:380px;-webkit-animation:moveclouds 22s linear infinite;animation:moveclouds 22s linear infinite}.thank-you-page-component .yxpImageWrapper img{border-radius:16px}.thank-you-page-component .map-component__input-wrapper input{background:#fff}.loading::after,.yxpLoading::after{content:"";border:4px solid rgba(0,0,0,0);border-top-color:#005ba3;border-radius:50%;width:40px;height:40px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;position:fixed;z-index:10;top:-webkit-calc(50% - 20px);top:calc(50% - 20px);left:-webkit-calc(50% - 20px);left:calc(50% - 20px)}.loading::before,.yxpLoading::before{content:" ";position:fixed;width:100%;height:100%;z-index:9;background:hsla(0,0%,100%,.5);top:0;left:0}.absolute-loading::after{content:"";border:4px solid rgba(0,0,0,0);border-top-color:#005ba3;border-radius:50%;width:40px;height:40px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;position:absolute;z-index:10;top:-webkit-calc(50% - 20px);top:calc(50% - 20px);left:-webkit-calc(50% - 20px);left:calc(50% - 20px)}.absolute-loading::before{content:" ";position:absolute;width:100%;height:100%;z-index:9;background:hsla(0,0%,100%,.5);top:0;left:0}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media(min-width: 768px){.swiper:has(.desktop-grid-card) .swiper-wrapper{-webkit-transition:none;transition:none;-webkit-transform:none !important;transform:none !important;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px 0}.swiper:has(.desktop-grid-card) .swiper-slide{max-width:-webkit-calc(33% - 18px);max-width:calc(33% - 18px)}.swiper:has(.desktop-grid-card) .swiper-button-next,.swiper:has(.desktop-grid-card) .swiper-button-prev{display:none}.swiper:has(.desktop-grid-card) .swiper-pagination-bullet{display:none}}.swiper-pagination-bullet-active,.swiper-pagination-bullet{background:#fff;border-radius:8px}.blue-arrow .swiper-pagination-bullet-active,.swiper:has(.blue-arrow) .swiper-pagination-bullet-active,.blue-arrow .swiper-pagination-bullet,.swiper:has(.blue-arrow) .swiper-pagination-bullet{background:#005ba3}.swiper-button-next,.swiper-button-prev{color:#fff;top:-webkit-calc(100% - 18px);top:calc(100% - 18px);background-image:none;z-index:11}.swiper-button-next:after,.swiper-button-prev:after{font-size:20px}.blue-arrow .swiper-button-next,.swiper:has(.blue-arrow) .swiper-button-next,.blue-arrow .swiper-button-prev,.swiper:has(.blue-arrow) .swiper-button-prev{color:#005ba3}.no-underline a:hover{text-decoration:none}.iti{--iti-path-flags-1x: url("/fe-web/img/hdiassicurazioni/images/flags.webp");--iti-path-flags-2x: url("/fe-web/img/hdiassicurazioni/images/flags@2x.webp")}.yxpType_FORM form .yxpRow .yxpInputGroup,.yxp-rw-step form .yxpRow .yxpInputGroup,.yxp-modal form .yxpRow .yxpInputGroup{text-align:left}.yxpType_FORM .yxpStepsWrapper,.yxp-rw-step .yxpStepsWrapper,.yxp-modal .yxpStepsWrapper{margin:0}.yxpType_FORM .yxpStepContainer.yxpStepActive,.yxp-rw-step .yxpStepContainer.yxpStepActive,.yxp-modal .yxpStepContainer.yxpStepActive{border:none}.yxpType_FORM form .yxpRow,.yxp-rw-step form .yxpRow,.yxp-modal form .yxpRow{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px;margin-bottom:24px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.yxpType_FORM form .yxpRow b,.yxpType_FORM form .yxpRow strong,.yxp-rw-step form .yxpRow b,.yxp-rw-step form .yxpRow strong,.yxp-modal form .yxpRow b,.yxp-modal form .yxpRow strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM form .yxpRow:has(.yxpInputGroupHidden),.yxp-rw-step form .yxpRow:has(.yxpInputGroupHidden),.yxp-modal form .yxpRow:has(.yxpInputGroupHidden){display:none}.yxpType_FORM form .yxpHtmlTextWrapper,.yxp-rw-step form .yxpHtmlTextWrapper,.yxp-modal form .yxpHtmlTextWrapper{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:12px;line-height:16px;text-align:left;margin-bottom:16px;margin-top:-24px}.yxpType_FORM form .yxpHtmlTextWrapper b,.yxpType_FORM form .yxpHtmlTextWrapper strong,.yxp-rw-step form .yxpHtmlTextWrapper b,.yxp-rw-step form .yxpHtmlTextWrapper strong,.yxp-modal form .yxpHtmlTextWrapper b,.yxp-modal form .yxpHtmlTextWrapper strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}@media(min-width: 768px){.yxpType_FORM .yxp-cols-6,.yxp-rw-step .yxp-cols-6,.yxp-modal .yxp-cols-6{width:48%}}.yxpType_FORM .yxpType_LINK,.yxp-rw-step .yxpType_LINK,.yxp-modal .yxpType_LINK{text-align:right}.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel,.yxp-rw-step .yxpInputGroup label.yxpInputGroupLabel,.yxp-modal .yxpInputGroup label.yxpInputGroupLabel{font-weight:normal;font-style:normal;font-family:"roboto-medium",sans-serif;font-size:16px;line-height:20px;letter-spacing:0;text-transform:none;padding:0 0 4px 0}.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel b,.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel strong,.yxp-rw-step .yxpInputGroup label.yxpInputGroupLabel b,.yxp-rw-step .yxpInputGroup label.yxpInputGroupLabel strong,.yxp-modal .yxpInputGroup label.yxpInputGroupLabel b,.yxp-modal .yxpInputGroup label.yxpInputGroupLabel strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight,.yxp-rw-step .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight,.yxp-modal .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px;color:#282828;padding:0 20px;margin:0}.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight b,.yxpType_FORM .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight strong,.yxp-rw-step .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight b,.yxp-rw-step .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight strong,.yxp-modal .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight b,.yxp-modal .yxpInputGroup label.yxpInputGroupLabel.yxpInputGroupLabelRight strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpInputGroup input,.yxpType_FORM .yxpInputGroup select,.yxpType_FORM .yxpInputGroup textarea,.yxp-rw-step .yxpInputGroup input,.yxp-rw-step .yxpInputGroup select,.yxp-rw-step .yxpInputGroup textarea,.yxp-modal .yxpInputGroup input,.yxp-modal .yxpInputGroup select,.yxp-modal .yxpInputGroup textarea{width:100%;padding:12px 16px;background:#eeeeef;border:1px solid #eeeeef;border-radius:6px;color:#282828;font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:18px;line-height:22px;font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px;width:100%}.yxpType_FORM .yxpInputGroup input b,.yxpType_FORM .yxpInputGroup input strong,.yxpType_FORM .yxpInputGroup select b,.yxpType_FORM .yxpInputGroup select strong,.yxpType_FORM .yxpInputGroup textarea b,.yxpType_FORM .yxpInputGroup textarea strong,.yxp-rw-step .yxpInputGroup input b,.yxp-rw-step .yxpInputGroup input strong,.yxp-rw-step .yxpInputGroup select b,.yxp-rw-step .yxpInputGroup select strong,.yxp-rw-step .yxpInputGroup textarea b,.yxp-rw-step .yxpInputGroup textarea strong,.yxp-modal .yxpInputGroup input b,.yxp-modal .yxpInputGroup input strong,.yxp-modal .yxpInputGroup select b,.yxp-modal .yxpInputGroup select strong,.yxp-modal .yxpInputGroup textarea b,.yxp-modal .yxpInputGroup textarea strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpInputGroup input:hover,.yxpType_FORM .yxpInputGroup select:hover,.yxpType_FORM .yxpInputGroup textarea:hover,.yxp-rw-step .yxpInputGroup input:hover,.yxp-rw-step .yxpInputGroup select:hover,.yxp-rw-step .yxpInputGroup textarea:hover,.yxp-modal .yxpInputGroup input:hover,.yxp-modal .yxpInputGroup select:hover,.yxp-modal .yxpInputGroup textarea:hover{border-color:#005ba3}.yxpType_FORM .yxpInputGroup input:disabled,.yxpType_FORM .yxpInputGroup select:disabled,.yxpType_FORM .yxpInputGroup textarea:disabled,.yxp-rw-step .yxpInputGroup input:disabled,.yxp-rw-step .yxpInputGroup select:disabled,.yxp-rw-step .yxpInputGroup textarea:disabled,.yxp-modal .yxpInputGroup input:disabled,.yxp-modal .yxpInputGroup select:disabled,.yxp-modal .yxpInputGroup textarea:disabled{color:#6c6f70;opacity:.3}.yxpType_FORM .yxpInputGroup input b,.yxpType_FORM .yxpInputGroup input strong,.yxpType_FORM .yxpInputGroup select b,.yxpType_FORM .yxpInputGroup select strong,.yxpType_FORM .yxpInputGroup textarea b,.yxpType_FORM .yxpInputGroup textarea strong,.yxp-rw-step .yxpInputGroup input b,.yxp-rw-step .yxpInputGroup input strong,.yxp-rw-step .yxpInputGroup select b,.yxp-rw-step .yxpInputGroup select strong,.yxp-rw-step .yxpInputGroup textarea b,.yxp-rw-step .yxpInputGroup textarea strong,.yxp-modal .yxpInputGroup input b,.yxp-modal .yxpInputGroup input strong,.yxp-modal .yxpInputGroup select b,.yxp-modal .yxpInputGroup select strong,.yxp-modal .yxpInputGroup textarea b,.yxp-modal .yxpInputGroup textarea strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpInputGroup input.yxp-error,.yxpType_FORM .yxpInputGroup select.yxp-error,.yxpType_FORM .yxpInputGroup textarea.yxp-error,.yxp-rw-step .yxpInputGroup input.yxp-error,.yxp-rw-step .yxpInputGroup select.yxp-error,.yxp-rw-step .yxpInputGroup textarea.yxp-error,.yxp-modal .yxpInputGroup input.yxp-error,.yxp-modal .yxpInputGroup select.yxp-error,.yxp-modal .yxpInputGroup textarea.yxp-error{border-color:#e60018}.yxpType_FORM .yxpInputGroup input:disabled,.yxpType_FORM .yxpInputGroup select:disabled,.yxpType_FORM .yxpInputGroup textarea:disabled,.yxp-rw-step .yxpInputGroup input:disabled,.yxp-rw-step .yxpInputGroup select:disabled,.yxp-rw-step .yxpInputGroup textarea:disabled,.yxp-modal .yxpInputGroup input:disabled,.yxp-modal .yxpInputGroup select:disabled,.yxp-modal .yxpInputGroup textarea:disabled{color:#6c6f70}.yxpType_FORM .yxpInputGroup select,.yxp-rw-step .yxpInputGroup select,.yxp-modal .yxpInputGroup select{position:relative;padding:0 16px;height:46px;background-image:url("/fe-web/img/hdiassicurazioni/icons/chevron-down.svg");background-position:right 20px center;background-repeat:no-repeat;background-size:24px auto;width:100%}.yxpType_FORM .yxpInputGroup select:disabled,.yxp-rw-step .yxpInputGroup select:disabled,.yxp-modal .yxpInputGroup select:disabled{opacity:.7;color:#282828;background-image:none}.yxpType_FORM .yxpInputGroupInput input,.yxp-rw-step .yxpInputGroupInput input,.yxp-modal .yxpInputGroupInput input{background:none;border:none}.yxpType_FORM .yxpInputGroup input:disabled,.yxp-rw-step .yxpInputGroup input:disabled,.yxp-modal .yxpInputGroup input:disabled{opacity:.7;color:#282828}.yxpType_FORM .readOnlyLabel,.yxp-rw-step .readOnlyLabel,.yxp-modal .readOnlyLabel{opacity:.7;color:#282828}.yxpType_FORM .yxpRow .yxpInputDescription,.yxp-rw-step .yxpRow .yxpInputDescription,.yxp-modal .yxpRow .yxpInputDescription{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:12px;line-height:16px;margin-bottom:8px;position:relative;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.yxpType_FORM .yxpRow .yxpInputDescription b,.yxpType_FORM .yxpRow .yxpInputDescription strong,.yxp-rw-step .yxpRow .yxpInputDescription b,.yxp-rw-step .yxpRow .yxpInputDescription strong,.yxp-modal .yxpRow .yxpInputDescription b,.yxp-modal .yxpRow .yxpInputDescription strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpFormActionsWrapper,.yxp-rw-step .yxpFormActionsWrapper,.yxp-modal .yxpFormActionsWrapper{margin:0 0 20px 0;text-align:center}.yxpType_FORM .yxpFormActionsNavWrapper,.yxp-rw-step .yxpFormActionsNavWrapper,.yxp-modal .yxpFormActionsNavWrapper{float:none}.yxpType_FORM .yxpSubmitBtn,.yxpType_FORM .yxpNextBtn,.yxp-rw-step .yxpSubmitBtn,.yxp-rw-step .yxpNextBtn,.yxp-modal .yxpSubmitBtn,.yxp-modal .yxpNextBtn{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.yxpType_FORM .yxpSubmitBtn:hover,.yxpType_FORM .yxpNextBtn:hover,.yxp-rw-step .yxpSubmitBtn:hover,.yxp-rw-step .yxpNextBtn:hover,.yxp-modal .yxpSubmitBtn:hover,.yxp-modal .yxpNextBtn:hover{text-decoration:none}.yxpType_FORM .yxpSubmitBtn:disabled,.yxpType_FORM .yxpSubmitBtn[disabled],.yxpType_FORM .yxpNextBtn:disabled,.yxpType_FORM .yxpNextBtn[disabled],.yxp-rw-step .yxpSubmitBtn:disabled,.yxp-rw-step .yxpSubmitBtn[disabled],.yxp-rw-step .yxpNextBtn:disabled,.yxp-rw-step .yxpNextBtn[disabled],.yxp-modal .yxpSubmitBtn:disabled,.yxp-modal .yxpSubmitBtn[disabled],.yxp-modal .yxpNextBtn:disabled,.yxp-modal .yxpNextBtn[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.yxpType_FORM .yxpSubmitBtn:disabled:hover,.yxpType_FORM .yxpNextBtn:disabled:hover,.yxp-rw-step .yxpSubmitBtn:disabled:hover,.yxp-rw-step .yxpNextBtn:disabled:hover,.yxp-modal .yxpSubmitBtn:disabled:hover,.yxp-modal .yxpNextBtn:disabled:hover{opacity:.2}.yxpType_FORM .yxpSubmitBtn,.yxpType_FORM .yxpNextBtn,.yxp-rw-step .yxpSubmitBtn,.yxp-rw-step .yxpNextBtn,.yxp-modal .yxpSubmitBtn,.yxp-modal .yxpNextBtn{background:#005ba3;border-color:#005ba3;color:#fff}.yxpType_FORM .yxpSubmitBtn:hover,.yxpType_FORM .yxpNextBtn:hover,.yxp-rw-step .yxpSubmitBtn:hover,.yxp-rw-step .yxpNextBtn:hover,.yxp-modal .yxpSubmitBtn:hover,.yxp-modal .yxpNextBtn:hover{background:rgb(0,82.4582822086,147.7)}.yxpType_FORM .yxpSubmitBtn,.yxpType_FORM .yxpNextBtn,.yxp-rw-step .yxpSubmitBtn,.yxp-rw-step .yxpNextBtn,.yxp-modal .yxpSubmitBtn,.yxp-modal .yxpNextBtn{width:auto;float:none}.yxpType_FORM .hidden,.yxpType_FORM .yxpHidden,.yxp-rw-step .hidden,.yxp-rw-step .yxpHidden,.yxp-modal .hidden,.yxp-modal .yxpHidden{display:none !important}.yxpType_FORM .yxpType_RADIO_INPUT label.yxpInputGroupLabel,.yxp-rw-step .yxpType_RADIO_INPUT label.yxpInputGroupLabel,.yxp-modal .yxpType_RADIO_INPUT label.yxpInputGroupLabel{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:12px;line-height:16px;color:#282828}.yxpType_FORM .yxpType_RADIO_INPUT label.yxpInputGroupLabel b,.yxpType_FORM .yxpType_RADIO_INPUT label.yxpInputGroupLabel strong,.yxp-rw-step .yxpType_RADIO_INPUT label.yxpInputGroupLabel b,.yxp-rw-step .yxpType_RADIO_INPUT label.yxpInputGroupLabel strong,.yxp-modal .yxpType_RADIO_INPUT label.yxpInputGroupLabel b,.yxp-modal .yxpType_RADIO_INPUT label.yxpInputGroupLabel strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpType_RADIO_INPUT label.yxpInputGroupLabel.yxpInputGroupLabelRight,.yxp-rw-step .yxpType_RADIO_INPUT label.yxpInputGroupLabel.yxpInputGroupLabelRight,.yxp-modal .yxpType_RADIO_INPUT label.yxpInputGroupLabel.yxpInputGroupLabelRight{cursor:pointer}.yxpType_FORM fieldset,.yxp-rw-step fieldset,.yxp-modal fieldset{padding:12px 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.yxpType_FORM .yxpInputGroupRadioWrapper,.yxp-rw-step .yxpInputGroupRadioWrapper,.yxp-modal .yxpInputGroupRadioWrapper{position:relative}.yxpType_FORM .yxpInputGroupRadioWrapper::before,.yxp-rw-step .yxpInputGroupRadioWrapper::before,.yxp-modal .yxpInputGroupRadioWrapper::before{content:"";width:20px;min-width:20px;height:20px;border-radius:50%;border:1px solid #005ba3;position:absolute;pointer-events:none;top:6px;left:0}.yxpType_FORM .yxpInputGroupRadioWrapper::after,.yxp-rw-step .yxpInputGroupRadioWrapper::after,.yxp-modal .yxpInputGroupRadioWrapper::after{content:"";position:absolute;pointer-events:none;top:9px;width:14px;height:14px;left:3px;border-radius:50%;background:#005ba3;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.yxpType_FORM .yxpInputGroupRadioWrapper[active=true]::before,.yxp-rw-step .yxpInputGroupRadioWrapper[active=true]::before,.yxp-modal .yxpInputGroupRadioWrapper[active=true]::before{border-color:#005ba3}.yxpType_FORM .yxpInputGroupRadioWrapper[active=true]::after,.yxp-rw-step .yxpInputGroupRadioWrapper[active=true]::after,.yxp-modal .yxpInputGroupRadioWrapper[active=true]::after{-webkit-transform:scale(1);transform:scale(1)}.yxpType_FORM .yxpRow input[type=radio],.yxp-rw-step .yxpRow input[type=radio],.yxp-modal .yxpRow input[type=radio]{opacity:0;cursor:pointer;min-width:20px}.yxpType_FORM .yxpInputCheckboxWrapper,.yxp-rw-step .yxpInputCheckboxWrapper,.yxp-modal .yxpInputCheckboxWrapper{background:none;border:none;padding:0;margin:8px 0}.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight,.yxp-rw-step .yxpInputCheckboxWrapper .yxpInputGroupLabelRight,.yxp-modal .yxpInputCheckboxWrapper .yxpInputGroupLabelRight{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px;line-height:23px}.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight b,.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight strong,.yxp-rw-step .yxpInputCheckboxWrapper .yxpInputGroupLabelRight b,.yxp-rw-step .yxpInputCheckboxWrapper .yxpInputGroupLabelRight strong,.yxp-modal .yxpInputCheckboxWrapper .yxpInputGroupLabelRight b,.yxp-modal .yxpInputCheckboxWrapper .yxpInputGroupLabelRight strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpInputCheckboxWrapper .yxpInputGroupLabelRight a,.yxp-rw-step .yxpInputCheckboxWrapper .yxpInputGroupLabelRight a,.yxp-modal .yxpInputCheckboxWrapper .yxpInputGroupLabelRight a{font-size:inherit;color:#005ba3;text-decoration:underline;margin-left:3px}.yxpType_FORM .yxpInputCheckboxMultipleWrapper,.yxpType_FORM span.yxpInputGroupLabelRight,.yxp-rw-step .yxpInputCheckboxMultipleWrapper,.yxp-rw-step span.yxpInputGroupLabelRight,.yxp-modal .yxpInputCheckboxMultipleWrapper,.yxp-modal span.yxpInputGroupLabelRight{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative}.yxpType_FORM input[type=checkbox]+label::before,.yxpType_FORM input[type=checkbox]+span::before,.yxp-rw-step input[type=checkbox]+label::before,.yxp-rw-step input[type=checkbox]+span::before,.yxp-modal input[type=checkbox]+label::before,.yxp-modal input[type=checkbox]+span::before{content:"";border-radius:5px;border:1px solid #6c6f70;pointer-events:none;-webkit-transition:font-size .2s;transition:font-size .2s;color:#005ba3;background-color:#fff;margin-right:16px;line-height:22px;width:24px;height:24px;min-width:24px;text-align:center;cursor:pointer}.yxpType_FORM input[type=checkbox]:checked+label::before,.yxpType_FORM input[type=checkbox]:checked+span::before,.yxp-rw-step input[type=checkbox]:checked+label::before,.yxp-rw-step input[type=checkbox]:checked+span::before,.yxp-modal input[type=checkbox]:checked+label::before,.yxp-modal input[type=checkbox]:checked+span::before{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/checkbox-blue.svg") no-repeat center;border-color:#005ba3;background-size:17px;font-size:12px;cursor:pointer}.yxpType_FORM .yxpRow input[type=checkbox],.yxp-rw-step .yxpRow input[type=checkbox],.yxp-modal .yxpRow input[type=checkbox]{margin:0;opacity:0;position:absolute;z-index:2;top:0;left:0;bottom:0;min-width:24px}.yxpType_FORM .yxpRow input[type=file],.yxp-rw-step .yxpRow input[type=file],.yxp-modal .yxpRow input[type=file]{position:absolute;opacity:0;z-index:1;cursor:pointer}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup{position:relative;margin-top:24px;font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px;display:inline-flex !important;width:auto;margin-bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup:before,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup:before,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup:before{content:"";background:url("/fe-web/img/hdiassicurazioni/icons/file-download.svg") no-repeat center;background-size:contain;min-width:24px;height:24px;width:24px}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup:hover,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup:hover,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup:hover{text-decoration:none}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup:disabled,.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup[disabled],.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup:disabled,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup[disabled],.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup:disabled,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup:disabled:hover,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup:disabled:hover,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup:disabled:hover{opacity:.2}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup{background:rgba(0,0,0,0);border-color:#005ba3;color:#005ba3}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup:hover,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup:hover,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup:hover{background:rgba(0,91,163,.1)}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup::after,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup::after,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup::after{content:"Scegli file";margin-left:5px}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup .yxpInputGroupLabel,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup .yxpInputGroupLabel,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup .yxpInputGroupLabel{position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);left:0;max-width:-webkit-calc(100vw - 40px);max-width:calc(100vw - 40px);width:-webkit-max-content;width:-moz-max-content;width:max-content}.yxpType_FORM .yxpType_UPLOAD_INPUT .yxpInputGroup .yxp-error-msg,.yxp-rw-step .yxpType_UPLOAD_INPUT .yxpInputGroup .yxp-error-msg,.yxp-modal .yxpType_UPLOAD_INPUT .yxpInputGroup .yxp-error-msg{bottom:-24px}.yxpType_FORM .yxpPasswordValidator,.yxp-rw-step .yxpPasswordValidator,.yxp-modal .yxpPasswordValidator{display:none}.yxpType_FORM .yxp-error,.yxp-rw-step .yxp-error,.yxp-modal .yxp-error{background:none}.yxpType_FORM .yxp-error .yxpInputCheckboxMultipleWrapper:before,.yxpType_FORM .yxp-error .yxpInputGroupRadioWrapper:before,.yxp-rw-step .yxp-error .yxpInputCheckboxMultipleWrapper:before,.yxp-rw-step .yxp-error .yxpInputGroupRadioWrapper:before,.yxp-modal .yxp-error .yxpInputCheckboxMultipleWrapper:before,.yxp-modal .yxp-error .yxpInputGroupRadioWrapper:before{border-color:#e60018}.yxpType_FORM .yxp-error.yxpInputGroup input,.yxpType_FORM .yxp-error.yxpInputGroup select,.yxpType_FORM .yxp-error.yxpInputGroup textarea,.yxpType_FORM .yxp-error .yxpMultipleInputWrapper,.yxp-rw-step .yxp-error.yxpInputGroup input,.yxp-rw-step .yxp-error.yxpInputGroup select,.yxp-rw-step .yxp-error.yxpInputGroup textarea,.yxp-rw-step .yxp-error .yxpMultipleInputWrapper,.yxp-modal .yxp-error.yxpInputGroup input,.yxp-modal .yxp-error.yxpInputGroup select,.yxp-modal .yxp-error.yxpInputGroup textarea,.yxp-modal .yxp-error .yxpMultipleInputWrapper{border-color:#e60018}.yxpType_FORM .yxp-error-msg,.yxp-rw-step .yxp-error-msg,.yxp-modal .yxp-error-msg{font-weight:normal;font-style:normal;font-family:"roboto-medium",sans-serif;font-size:12px;line-height:16px;color:#e60018;bottom:-10px;text-align:left;z-index:1;left:0}.yxpType_FORM .yxp-error-msg b,.yxpType_FORM .yxp-error-msg strong,.yxp-rw-step .yxp-error-msg b,.yxp-rw-step .yxp-error-msg strong,.yxp-modal .yxp-error-msg b,.yxp-modal .yxp-error-msg strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxp-error-msg a,.yxp-rw-step .yxp-error-msg a,.yxp-modal .yxp-error-msg a{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:12px;line-height:16px;text-decoration:underline;color:#e60018}.yxpType_FORM .yxp-error-msg a b,.yxpType_FORM .yxp-error-msg a strong,.yxp-rw-step .yxp-error-msg a b,.yxp-rw-step .yxp-error-msg a strong,.yxp-modal .yxp-error-msg a b,.yxp-modal .yxp-error-msg a strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpInputGroupLabelLeft,.yxp-rw-step .yxpInputGroupLabelLeft,.yxp-modal .yxpInputGroupLabelLeft{margin-left:32px}.yxpType_FORM .yxpInputGroup textarea,.yxp-rw-step .yxpInputGroup textarea,.yxp-modal .yxpInputGroup textarea{min-height:210px}.yxpType_FORM .yxpType_TEXTAREA,.yxp-rw-step .yxpType_TEXTAREA,.yxp-modal .yxpType_TEXTAREA{margin-top:30px;margin-bottom:0}.yxpType_FORM .yxpType_TEXTAREA .yxpHtmlTextWrapper,.yxp-rw-step .yxpType_TEXTAREA .yxpHtmlTextWrapper,.yxp-modal .yxpType_TEXTAREA .yxpHtmlTextWrapper{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:18px;line-height:22px}.yxpType_FORM .yxpType_TEXTAREA .yxpHtmlTextWrapper b,.yxpType_FORM .yxpType_TEXTAREA .yxpHtmlTextWrapper strong,.yxp-rw-step .yxpType_TEXTAREA .yxpHtmlTextWrapper b,.yxp-rw-step .yxpType_TEXTAREA .yxpHtmlTextWrapper strong,.yxp-modal .yxpType_TEXTAREA .yxpHtmlTextWrapper b,.yxp-modal .yxpType_TEXTAREA .yxpHtmlTextWrapper strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpType_FORM .yxpType_TEXTAREA .yxpHtmlTextWrapper a,.yxp-rw-step .yxpType_TEXTAREA .yxpHtmlTextWrapper a,.yxp-modal .yxpType_TEXTAREA .yxpHtmlTextWrapper a{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:16px;line-height:20px}.yxpType_FORM .yxpType_TEXTAREA .yxpHtmlTextWrapper a b,.yxpType_FORM .yxpType_TEXTAREA .yxpHtmlTextWrapper a strong,.yxp-rw-step .yxpType_TEXTAREA .yxpHtmlTextWrapper a b,.yxp-rw-step .yxpType_TEXTAREA .yxpHtmlTextWrapper a strong,.yxp-modal .yxpType_TEXTAREA .yxpHtmlTextWrapper a b,.yxp-modal .yxpType_TEXTAREA .yxpHtmlTextWrapper a strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.form-thank-you-page{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:30px}.form-thank-you-pageh3{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif;font-size:32px;line-height:33px}.form-thank-you-pageh3 b,.form-thank-you-pageh3 strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){.form-thank-you-pageh3{font-size:40px;line-height:48px}}.form-thank-you-page .form-button-close-form{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px;cursor:pointer}.form-thank-you-page .form-button-close-form:hover{text-decoration:none}.form-thank-you-page .form-button-close-form:disabled,.form-thank-you-page .form-button-close-form[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.form-thank-you-page .form-button-close-form:disabled:hover{opacity:.2}.form-thank-you-page .form-button-close-form{background:#005ba3;border-color:#005ba3;color:#fff}.form-thank-you-page .form-button-close-form:hover{background:rgb(0,82.4582822086,147.7)}.privacy-disclaimer.hidden{display:none}.hamburger{height:38px;width:38px;background:#fff;padding:0;margin-left:28px;border:none}.hamburger span{display:block;width:100%;border-radius:2px;height:4px;background:#282828;-webkit-transition:all .3s;transition:all .3s;position:relative}.hamburger span+span{margin-top:8px}.hamburger.opened span:nth-child(1){-webkit-animation:ease .4s top forwards;animation:ease .4s top forwards}.hamburger.closed span:nth-child(1){-webkit-animation:ease .4s top-2 forwards;animation:ease .4s top-2 forwards}.hamburger.opened span:nth-child(2){-webkit-animation:ease .4s scaled forwards;animation:ease .4s scaled forwards}.hamburger.closed span:nth-child(2){-webkit-animation:ease .4s scaled-2 forwards;animation:ease .4s scaled-2 forwards}.hamburger.opened span:nth-child(3){-webkit-animation:ease .4s bottom forwards;animation:ease .4s bottom forwards}.hamburger.closed span:nth-child(3){-webkit-animation:ease .4s bottom-2 forwards;animation:ease .4s bottom-2 forwards}@-webkit-keyframes top{0%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{top:12px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes top{0%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{top:12px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@-webkit-keyframes top-2{0%{top:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}50%{top:12px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{top:0;-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes top-2{0%{top:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}50%{top:12px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{top:0;-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes bottom{0%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{bottom:12px;-webkit-transform:rotate(0);transform:rotate(0)}100%{bottom:12px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}}@keyframes bottom{0%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}50%{bottom:12px;-webkit-transform:rotate(0);transform:rotate(0)}100%{bottom:12px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}}@-webkit-keyframes bottom-2{0%{bottom:12px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}50%{bottom:12px;-webkit-transform:rotate(0);transform:rotate(0)}100%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes bottom-2{0%{bottom:12px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}50%{bottom:12px;-webkit-transform:rotate(0);transform:rotate(0)}100%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes scaled{50%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes scaled{50%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes scaled-2{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaled-2{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}.generic-modal{display:none;position:fixed;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:16px;top:0;left:0;width:100%;height:100%;z-index:110}.generic-modal.open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.generic-modal__overlay{position:absolute;background:rgba(40,40,40,.6);width:100%;height:100%;top:0;left:0}.generic-modal__card{position:relative;max-width:840px;width:100%;z-index:1;max-height:100vh;background:#fff;border-radius:10px;padding:56px 24px 32px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;overflow:auto}@media(min-width: 768px){.generic-modal__card{padding:56px 48px}}.pop .generic-modal__card{-webkit-transform:scale(1);transform:scale(1)}.generic-modal__close{cursor:pointer;position:absolute;color:#282828;font-size:32px;top:20px;right:20px}.generic-modal__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:12px}.generic-modal__image{display:block;max-width:100%;margin:16px auto;width:420px}.generic-modal__title{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;font-size:24px;line-height:28px;text-align:center}.generic-modal__title b,.generic-modal__title strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){.generic-modal__title{font-size:32px;line-height:38px}}.generic-modal__disclaimer{font-weight:normal;font-style:normal;font-family:"roboto-regular",sans-serif;font-size:12px;line-height:16px;margin:32px 0 8px}.generic-modal__disclaimer b,.generic-modal__disclaimer strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.yxpImageTextWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:25px 10px;background-color:#005ba3;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:16px;overflow:hidden}.green-gradient .yxpImageTextWrapper{background:-webkit-gradient(linear, left top, left bottom, from(#8DC63F), to(#006729));background:linear-gradient(180deg, #8DC63F, #006729)}.light-green .yxpImageTextWrapper{background:rgba(0,91,163,.1)}.yxpImageTextWrapper .yxpImageWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media(min-width: 768px){.yxpImageTextWrapper .yxpImageWrapper{width:100%}}.yxpImageTextWrapper .yxpImageTextTitle{padding:18px 30px;color:#fff}.light-green .yxpImageTextWrapper .yxpImageTextTitle{color:#005ba3}.yxpImageTextWrapper .yxpHtmlTextWrapper{padding:0 30px;color:#fff}.light-green .yxpImageTextWrapper .yxpHtmlTextWrapper{color:#282828;margin-bottom:auto;padding-bottom:24px}.yxpImageTextWrapper .yxpLink{margin:0 30px 30px;font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.yxpImageTextWrapper .yxpLink:hover{text-decoration:none}.yxpImageTextWrapper .yxpLink:disabled,.yxpImageTextWrapper .yxpLink[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.yxpImageTextWrapper .yxpLink:disabled:hover{opacity:.2}.yxpImageTextWrapper .yxpLink{color:#005ba3;background:#fff;border-color:#fff}.yxpImageTextWrapper .yxpLink:hover{background:#eeeeef}.light-green .yxpImageTextWrapper .yxpLink{width:auto;min-width:100px;font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.light-green .yxpImageTextWrapper .yxpLink:hover{text-decoration:none}.light-green .yxpImageTextWrapper .yxpLink:disabled,.light-green .yxpImageTextWrapper .yxpLink[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.light-green .yxpImageTextWrapper .yxpLink:disabled:hover{opacity:.2}.light-green .yxpImageTextWrapper .yxpLink{background:#005ba3;border-color:#005ba3;color:#fff}.light-green .yxpImageTextWrapper .yxpLink:hover{background:rgb(0,82.4582822086,147.7)}.yxpImageTextWrapper .yxpInfoWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:30px;width:100%;color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:0 0 8px 8px}@media(min-width: 768px){.yxpImageTextWrapper .yxpInfoWrapper{width:50%}}.yxpImageTextWrapper .yxpImage{width:100%;max-height:240px;-o-object-fit:cover;object-fit:cover}.yxpImageTextWrapper .yxpImageTextTitle{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif;font-size:24px;line-height:28px;margin-bottom:8px}.yxpImageTextWrapper .yxpImageTextTitle b,.yxpImageTextWrapper .yxpImageTextTitle strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}.yxpImageTextWrapper .yxpHtmlTextWrapper{margin-bottom:24px}.yxpImageTextWrapper .yxpImageTextIcon{margin-bottom:16px;width:64px}.yxpImageTextWrapper:has(img:not([src*=http])){min-height:unset;padding-top:8px;height:-webkit-calc(100% - 50px);height:calc(100% - 50px)}.yxpImageTextWrapper:has(img:not([src*=http])) .yxpImageWrapper{display:none}.yxpImageTextWrapper.yxpFlexWrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:250px;border-radius:16px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 !important}@media(min-width: 768px){.yxpImageTextWrapper.yxpFlexWrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}}.yxpImageTextWrapper.yxpFlexWrapper .yxpImageWrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:350px}@media(min-width: 768px){.yxpImageTextWrapper.yxpFlexWrapper .yxpImageWrapper{width:50%}}.yxpImageTextWrapper.yxpFlexWrapper .yxpHtmlTextWrapper,.yxpImageTextWrapper.yxpFlexWrapper .yxpImageTextTitle{padding:0}.yxpImageTextWrapper.yxpFlexWrapper .yxpLink{margin:0}.yxpImageTextWrapper.yxpFlexWrapper .yxpImage{max-height:100%}.yxpImageTextWrapper.yxpFlexWrapper .yxpHtmlTextWrapper{margin-bottom:32px}.yxpImageTextWrapper.yxpFlexWrapper:has(img:not([src*=http])) .yxpInfoWrapper{width:100%;position:relative}@media(min-width: 768px){.yxpImageTextWrapper.yxpFlexWrapper:has(img:not([src*=http])) .yxpInfoWrapper:has(.yxpImageTextIcon){padding-left:124px}.yxpImageTextWrapper.yxpFlexWrapper:has(img:not([src*=http])) .yxpInfoWrapper:has(.yxpLink){padding-right:250px}}@media(min-width: 768px){.yxpImageTextWrapper.yxpFlexWrapper:has(img:not([src*=http])) .yxpImageTextIcon{position:absolute;top:-webkit-calc(50% - 32px);top:calc(50% - 32px);left:30px}.yxpImageTextWrapper.yxpFlexWrapper:has(img:not([src*=http])) .yxpHtmlTextWrapper{margin-bottom:0;margin-right:10px}.yxpImageTextWrapper.yxpFlexWrapper:has(img:not([src*=http])) .yxpLink{position:absolute;top:-webkit-calc(50% - 22px);top:calc(50% - 22px);right:30px}}.full-height{margin:20px 0}.full-height .yxpImageTextWrapper{height:100%;margin:0}.full-height a{height:100%}a:has(>.yxpImageTextWrapper){display:block;position:relative}a:has(>.yxpImageTextWrapper) .yxpImageTextWrapper{padding-bottom:60px}a:has(>.yxpImageTextWrapper)::after{position:absolute;right:25px;content:url("/fe-web/img/hdiassicurazioni/icons/chevron-right-green.svg");background-color:#fff;padding:15px;bottom:23px;border-radius:8px;width:44px;height:44px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}a:has(>.yxpImageTextWrapper):hover{text-decoration:none}.small-height{min-height:100%;margin:20px 0}.small-height .yxpImageTextWrapper{height:100%;gap:5px;margin:0}.header{position:fixed;width:100%;background-color:#fff;z-index:500}.header__megamenu{display:none}@media(min-width: 768px){.header__megamenu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;height:72px;gap:56px;padding:0 35px;max-width:1250px;margin:0 auto;position:relative;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}}.header__megamenu-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:32px;position:relative;height:100%;padding:5px}.header__megamenu-button-wrapper{position:relative;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__megamenu-button{background:rgba(0,0,0,0);border:none;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;height:100%;font-weight:normal;font-style:normal;font-family:"roboto-medium",sans-serif;font-size:16px;line-height:20px;position:relative;color:#000;border-radius:8px;padding:0 8px;-webkit-transition:all .3s ease;transition:all .3s ease}.header__megamenu-button b,.header__megamenu-button strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.header__megamenu-button:hover,.header__megamenu-button.active{background-color:#005ba3;color:#fff}.header__megamenu-modal{position:absolute;top:100%;left:0;margin-top:5px;z-index:999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:all .3s ease;transition:all .3s ease;visibility:hidden;opacity:0;-webkit-transform:translateY(2px);transform:translateY(2px);pointer-events:none;min-width:300px}.header__megamenu-modal.visible{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}.header__megamenu-modal.visible .header__megamenu-content{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header__megamenu-content{background:#005ba3;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:40px;padding:16px;border-radius:16px;-webkit-box-shadow:0 10px 15px rgba(0,0,0,.15);box-shadow:0 10px 15px rgba(0,0,0,.15);-webkit-transition:all .3s ease;transition:all .3s ease;max-width:1250px}.header__megamenu-links-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;min-width:200px}.header__megamenu-links-category{color:#fff;cursor:pointer;font-weight:600;font-size:14px;padding:8px 12px;border-radius:8px;-webkit-transition:background .3s ease;transition:background .3s ease}.header__megamenu-links-category:hover{background-color:#003966}.header__megamenu-subcontent{background:#003966;color:#fff;padding:20px;border-radius:12px;position:absolute;top:0;left:-webkit-calc(100% + 10px);left:calc(100% + 10px);min-width:250px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-shadow:2px 0 10px rgba(0,0,0,.15);box-shadow:2px 0 10px rgba(0,0,0,.15);-webkit-transition:all .3s ease;transition:all .3s ease}.header__megamenu-subcontent.visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header__megamenu-link,.header__megamenu-subitem{color:#fff;font-size:14px;text-decoration:none;padding:8px 12px;border-radius:6px;-webkit-transition:background .3s ease;transition:background .3s ease}.header__megamenu-link:hover,.header__megamenu-subitem:hover{background-color:#003966;text-decoration:underline}@media(min-width: 768px){.header-burger{padding:0}}.header-burger__mobile-container{position:fixed;width:100%;background-color:#fff;z-index:600}.header-burger__mobile-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;padding:32px 24px 8px 24px}@media(min-width: 768px){.header-burger__mobile-menu{display:none}}.header-burger__modal{background-color:#005ba3;background-size:auto 200%;position:fixed;top:0;left:0;width:100%;height:100%;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1000;color:#fff}.header-burger__modal-content{width:100%;padding:56px 20px;overflow-y:auto}.header-burger__modal-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;top:0;left:0;right:0;height:50px;z-index:1000;margin:20px}.header-burger__separator{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif;font-size:28px;line-height:33px;margin:10px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.header-burger__separator b,.header-burger__separator strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}.header-burger__close{cursor:pointer}.header-burger__menu-item{font-weight:bold;padding-top:25px}.header-burger__submenu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px}.header-burger__submenu-item{padding:2px 0;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background-color:rgba(0,0,0,0);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.header-burger__submenu-item:hover{text-decoration:none}.header-burger__item-submenu-button-mobile{font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.header-burger__item-submenu-button-mobile:hover{text-decoration:none}.header-burger__item-submenu-button-mobile:disabled,.header-burger__item-submenu-button-mobile[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.header-burger__item-submenu-button-mobile:disabled:hover{opacity:.2}.header-burger__item-submenu-button-mobile{background:rgba(0,0,0,0);border-color:#fff;color:#fff}.header-burger__item-submenu-button-mobile:hover{background:hsla(0,0%,100%,.1)}.header-light{background:#005ba3;height:72px;padding:20px 16px;position:fixed;top:0;left:0;width:100%;z-index:600}.header-light__wrapper{width:100%;max-width:1250px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header-light button{cursor:pointer;background:none;border:none;padding:0}.footer{background:#fff}.footer__expandable-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.footer__expandable-icon{display:none}}.footer__expandable-content{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:8px 0}@media(min-width: 768px){.footer__expandable-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0}}.footer__expandable-content.visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.footer__expandable{background-color:rgba(0,0,0,0);color:#005ba3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:15px;padding-left:0;border:none;font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif;font-size:16px;line-height:20px}.footer__expandable b,.footer__expandable strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}@media(min-width: 768px){.footer__expandable{margin:0;padding:0;pointer-events:none;cursor:default}}.footer__expandable:hover{text-decoration:none;cursor:pointer}.footer__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px}@media(min-width: 768px){.footer__social{border-bottom:1px solid;border-bottom-color:#c6c7c8;padding:0}}.footer__social-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1250px;margin:0 auto}@media(min-width: 768px){.footer__social-wrapper{padding:24px 35px}}.footer__social-label{display:none}@media(min-width: 768px){.footer__social-label{display:block}}.footer__social-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:16px}.footer__menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:24px;max-width:1250px;width:100%}@media(min-width: 768px){.footer__menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:32px 35px}}.footer__menu-link-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;width:100%;border-bottom:1px solid;border-bottom-color:#c6c7c8}@media(min-width: 768px){.footer__menu-link-container{width:298px;border:none}}.footer__menu-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.footer__menu-wrapper{border-bottom:1px solid;border-bottom-color:#c6c7c8}}.footer__logo-store-image{max-width:50%;width:158px}@media(min-width: 768px){.footer__logo-store-image{width:110px}}.footer__links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media(min-width: 768px){.footer__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.footer__support-links-container{background-color:#005ba3;color:#fff;padding:24px 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.footer__group-description{margin:15px 0}.footer__support-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px 24px;border-bottom:1px solid;border-bottom-color:#c6c7c8;padding-bottom:16px;margin-bottom:5px}@media(min-width: 768px){.footer__support-links{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px}}.footer__support-links-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;max-width:1250px;margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.footer__support-links-wrapper{padding:24px 35px}}.visual{position:relative;background-size:cover;background-position:center center;height:566px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.visual{height:541px}}.visual__image-logo{max-width:300px;margin-bottom:20px}@media(min-width: 768px){.visual__image-logo{max-width:400px}}.visual__image-mobile{display:block;position:absolute;-o-object-fit:cover;object-fit:cover;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media(min-width: 768px){.visual__image-mobile{display:none}}.visual__image-desktop{width:100%;height:100%;display:block;position:absolute;-o-object-fit:cover;object-fit:cover;top:0;right:0;bottom:0;left:0}.visual__image-desktop:has(~.visual__image-mobile){display:none}@media(min-width: 768px){.visual__image-desktop:has(~.visual__image-mobile){display:block}}.visual .visual__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.visual.max-height{height:694px}@media(min-width: 768px){.visual.max-height{height:659px}}.visual.green-background{height:560px;background-image:url("/fe-web/img/hdiassicurazioni/backgrounds/background-green.jpg")}@media(min-width: 768px){.visual.green-background{height:450px}}.visual__container{padding:0;max-width:1250px;width:100%;margin:0 auto;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;z-index:3}@media(min-width: 768px){.visual__container{padding:18px 35px}}.visual__container.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.visual__title-container{color:#fff;margin:24px}@media(min-width: 768px){.visual__title-container{width:60%;max-width:1250px;margin:0 auto}}.visual__title,.visual__quote{margin-bottom:15px}.visual__title>b,.visual__quote>b{display:block;font-size:100px;line-height:.1}.visual__subtitle{display:block}.visual__title-disclaimer-container{color:#fff;width:100%}@media(min-width: 768px){.visual__title-disclaimer-container{width:534px}}.visual__title-disclaimer{margin-bottom:8px;font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif;font-size:28px;line-height:33px}.visual__title-disclaimer b,.visual__title-disclaimer strong{font-weight:normal;font-style:normal;font-family:"raleway-bold",sans-serif}@media(min-width: 768px){.visual__title-disclaimer{width:534px}}.visual__tool{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:hsla(0,0%,100%,.2);padding:24px;margin:24px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1250px;gap:16px;width:-webkit-calc(100% - 48px);width:calc(100% - 48px);border-radius:8px;border:1px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(min-width: 768px){.visual__tool{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:32px 56px;margin:56px auto;width:100%}}.visual__button-container{width:100%;margin-top:15px}@media(min-width: 768px){.visual__button-container{width:auto;margin-top:0}}.visual__button{width:100%;font-weight:normal;font-style:normal;font-family:"raleway-extra-bold",sans-serif;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:120px;cursor:pointer;padding:0 40px;line-height:1;height:44px;font-size:16px;border:1px solid;gap:8px}.visual__button:hover{text-decoration:none}.visual__button:disabled,.visual__button[disabled]{background:#6c6f70;pointer-events:none;cursor:default}.visual__button:disabled:hover{opacity:.2}.visual__button{color:#005ba3;background:#fff;border-color:#fff}.visual__button:hover{background:#eeeeef}.visual-light{background-image:url(/fe-web/img/inlinea/backgrounds/background-blue-gradient.png);background-size:cover;background-position:center center;min-height:345px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.visual-light{min-height:231px}}.visual-light__container{padding:0;max-width:1250px;width:100%;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}@media(min-width: 768px){.visual-light__container{padding:18px 35px}}.visual-light__title-container{color:#fff;margin:24px}@media(min-width: 768px){.visual-light__title-container{max-width:1250px;margin:0}}.visual-light__title{margin-bottom:15px}.visual-light__title>b{display:block;font-size:100px;line-height:.1}.visual-light__subtitle{display:block}@media(min-width: 768px){.visual-light__subtitle{min-width:500px}}.breadcrumb{color:#fff;padding:16px 35px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:1250px;margin:0 auto;width:100%;z-index:2;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 767px){.breadcrumb__links{position:relative;max-width:15px;color:rgba(0,0,0,0);white-space:nowrap}.breadcrumb__links::after{content:"...";color:#fff;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.breadcrumb.hidden{display:none}.breadcrumb.withoutHome .breadcrumb__home{display:none}.breadcrumb.withoutHome .breadcrumb__chevron:first-of-type{display:none}.breadcrumb__last-span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:175px}@media(min-width: 768px){.breadcrumb__last-span{width:auto;max-width:400px}}.document-download{max-width:1250px;margin:0 auto}.document-download__title-button{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif;font-size:18px;line-height:22px}.document-download__title-button b,.document-download__title-button strong{font-weight:normal;font-style:normal;font-family:"roboto-bold",sans-serif}.document-download__button-documents{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #c6c7c8;padding:12px 15px;margin-bottom:5px}.document-download__expandable:hover{text-decoration:none;cursor:pointer}.swiper:has(div[component=EditorialCarouselComponent]){max-width:1250px;overflow:visible;margin:0 auto 24px}div[component=EditorialCarouselComponent]{padding:24px 0 60px}div[component=EditorialCarouselComponent] .yxpImageTextWrapper{margin:0;height:100%}div[component=EditorialCarouselComponent] .swiper-slide{height:auto}.extra-info-card{background-color:#fff;border-radius:16px;padding:20px 25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5px;margin:20px 15px 0 0;-webkit-box-shadow:0px 8px 60px 0px rgba(0,0,0,.08);box-shadow:0px 8px 60px 0px rgba(0,0,0,.08)}.extra-info-card:has(.extra-info-card__expandable-content.visible){height:-webkit-calc(100% - 20px);height:calc(100% - 20px)}.extra-info-card__button-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:25px}.extra-info-card__title-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.extra-info-card__title-button{color:#005ba3;font-weight:800}.extra-info-card__expandable.disabled{cursor:default;pointer-events:none}.extra-info-card__expandable:hover{text-decoration:none;cursor:pointer}.extra-info-card__expandable-content{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:8px 0}.extra-info-card__expandable-content.visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-top:1px solid #eeeeef;padding:16px 0 0 0}
