*{padding:0;margin:0;font-family:Inter,sans-serif;color:#2b2121}body{background:#eaded9;position:relative;overflow-x:hidden}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-thumb{background:#f83800;border-radius:16px}body::-webkit-scrollbar-track{background:transparent}body.static{padding-right:6px;overflow:hidden}body.static header{width:calc(100% - 6px)}@media screen and (max-width: 576px){body.static{padding-right:0}body.static header{width:100%}}.container{max-width:1396px;width:100%;margin:0 auto;overflow:hidden}@media screen and (max-width: 1440px){.container{max-width:1224px}}@media screen and (max-width: 1264px){.container{max-width:1024px}}@media screen and (max-width: 1068px){.container{max-width:768px}}@media screen and (max-width: 812px){.container{max-width:552px}}@media screen and (max-width: 576px){.container{max-width:calc(100% - 24px);margin:0 auto}}.h1{font-weight:700;font-size:48px;line-height:56px}@media screen and (max-width: 1440px){.h1{font-size:44px;line-height:52px}}@media screen and (max-width: 1068px){.h1{font-size:38px;line-height:46px}}@media screen and (max-width: 812px){.h1{font-size:30px;line-height:36px}}.h1.semibold{font-weight:600}.h2-additional{font-weight:600;font-size:32px;line-height:40px}@media screen and (max-width: 1068px){.h2-additional{font-size:30px;line-height:38px}}@media screen and (max-width: 812px){.h2-additional{font-size:24px;line-height:32px}}.h2{font-weight:600;font-size:40px;line-height:48px}@media screen and (max-width: 1068px){.h2{font-size:32px;line-height:40px}}@media screen and (max-width: 812px){.h2{font-size:26px;line-height:32px}}.h3{font-weight:600;font-size:24px;line-height:32px}@media screen and (max-width: 1068px){.h3{font-size:20px;line-height:30px}}@media screen and (max-width: 576px){.h3{font-size:24px;line-height:32px}}.h3.lora{font-family:Lora,serif;font-style:italic}.h4{font-weight:600;font-size:18px;line-height:24px}@media screen and (max-width: 576px){.h4{font-size:16px;line-height:22px}}.h4.medium{font-weight:500}.h5{font-weight:600;font-size:16px;line-height:22px}.h5.medium{font-weight:500}.h6{font-weight:600;font-size:14px;line-height:20px}.h6.medium{font-weight:500}.h7{font-weight:500;font-size:10px;line-height:14px}.to-top-scroll{cursor:pointer}.default-link{font-weight:600;font-size:14px;line-height:20px;text-decoration:none;color:#2b2121;transition:color .3s ease-in-out}.default-link:hover{color:#f83800}.default-link.with-white-color{color:#fff}.default-link.with-white-color:hover{color:#f83800}.default-link.with-ico{display:flex;align-items:center}.default-link.with-ico svg{width:20px;height:20px;margin-right:4px}.default-link.with-ico svg .fill-color{fill:#2b2121;transition:fill .3s ease-in-out}.default-link.with-ico:hover svg .fill-color{fill:#f83800}.button-style{cursor:pointer;outline:none;text-decoration:none;text-align:center}.button-style.default{color:#fff;border:1px solid rgb(248,56,0);background:#f83800;transition:opacity .3s ease-in-out}.button-style.default.white-style{transition:color .3s ease-in-out,background .3s ease-in-out,border .3s ease-in-out}.button-style.default:hover{opacity:.8}.button-style.default.white-style:hover{opacity:1;background:#fff;color:#f83800;border:1px solid #FFFFFF}.button-style.primary{color:#f83800;border:1px solid rgb(248,56,0);background:transparent;transition:color .3s ease-in-out}.button-style.primary:hover{color:#f83800}.button-style.secondary{color:#f83800;border:1px solid rgb(248,56,0);background:transparent;transition:background .3s ease-in-out,color .3s ease-in-out}.button-style.secondary:hover{color:#fff;background:#f83800}.button-style.s-size{padding:4px 12px;font-weight:600;font-size:14px;line-height:20px;border-radius:8px}.button-style.m-size{padding:8px 16px;font-weight:600;font-size:14px;line-height:20px;border-radius:10px}.button-style.l-size{padding:10px 20px;font-weight:600;font-size:16px;line-height:22px;border-radius:10px}.menu-button{color:#2b2121;background:transparent;border:none;display:flex}.default-header{margin-bottom:48px}@media screen and (max-width: 1068px){.default-header{margin-bottom:32px}}.list-point{position:relative;padding-left:22px}.list-point span{position:absolute;left:0;top:1px;width:20px;height:20px}.list-point span:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;border:1px solid rgb(248,56,0)}.list-point span:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:50%;background:#f83800}.modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.modal.visible{visibility:visible;opacity:1}.modal .modal-blur{position:absolute;top:0;left:0;width:100%;height:100vh;background:#000000b3}.modal.form-modal .form{background:#eaded9;max-width:736px;width:100%;padding:24px;border-radius:16px;position:relative}@media screen and (max-width: 812px){.modal.form-modal .form{max-width:312px;padding:20px 12px}}@media screen and (max-width: 1000px) and (max-height: 600px){.modal.form-modal .form{overflow-y:scroll;height:calc(100% - 40px)}.modal.form-modal .form::-webkit-scrollbar{width:0}.modal.form-modal .form::-webkit-scrollbar-thumb{background:transparent;border-radius:0}.modal.form-modal .form::-webkit-scrollbar-track{background:transparent}}.modal.form-modal .form-close{width:24px;height:24px;top:20px;right:20px;position:absolute;cursor:pointer}@media screen and (max-width: 812px){.modal.form-modal .form-close{top:8px;right:8px;width:20px;height:20px}}.modal.form-modal .form-close svg{width:100%}.modal.form-modal .form-close svg .stroke-color{stroke:#646464;transition:stroke .3s ease-in-out}.modal.form-modal .form-close:hover svg .stroke-color{stroke:#2b2121}.modal.form-modal .form>.h3{margin-bottom:4px}.modal.form-modal .form>.h6{color:#646464;margin-bottom:16px}@media screen and (max-width: 812px){.modal.form-modal .form .submit-button,.modal.form-modal .form .submit-button button{width:100%}}.modal.service-modal .content{max-width:688px;width:100%;border-radius:12px;background:#eaded9;position:relative;display:flex}@media screen and (max-width: 812px){.modal.service-modal .content{max-width:336px;border-radius:10px;flex-direction:column-reverse}}@media screen and (max-width: 812px) and (max-height: 600px){.modal.service-modal .content{height:98vh}}.modal.service-modal .content>div:first-child{padding:20px 20px 20px 24px;display:flex;flex-direction:column;flex:1}@media screen and (max-width: 812px){.modal.service-modal .content>div:first-child{padding:0 12px 12px}}.modal.service-modal .content>div:first-child .h3{margin-bottom:6px}.modal.service-modal .content>div:first-child .h6{margin-bottom:16px;max-height:180px;height:100%;overflow-y:scroll;color:#646464}.modal.service-modal .content>div:first-child .h6::-webkit-scrollbar{width:3px}.modal.service-modal .content>div:first-child .h6::-webkit-scrollbar-thumb{background:#f83800;border-radius:16px}.modal.service-modal .content>div:first-child .h6::-webkit-scrollbar-track{background:transparent}@media screen and (max-width: 812px){.modal.service-modal .content>div:first-child .h6{max-height:220px}}@media screen and (max-width: 812px) and (max-height: 600px){.modal.service-modal .content>div:first-child .h6{max-height:calc(98vh - 264px)}}.modal.service-modal .content>div:first-child .buttons-row{display:flex}.modal.service-modal .content>div:first-child .buttons-row a:first-child{margin-right:8px}.modal.service-modal .content>div:last-child{display:flex}@media screen and (max-width: 812px){.modal.service-modal .content>div:last-child{margin-bottom:12px}}.modal.service-modal .content>div:last-child img{min-height:310px;height:100%;max-width:268px;width:100%;object-fit:cover;border-radius:0 12px 12px 0}@media screen and (max-width: 812px){.modal.service-modal .content>div:last-child img{max-width:unset;height:150px;min-height:unset;border-radius:10px 10px 0 0}}.two-col-input-group{display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px}@media screen and (max-width: 812px){.two-col-input-group{grid-template-columns:1fr}}.input-group{display:flex;flex-direction:column;width:100%;margin-bottom:16px}@media screen and (max-width: 812px){.input-group{margin-bottom:12px}}.input-group label{margin-bottom:4px}.input-group label span{color:#f83800}.input-group input{background:#eaded9;border-radius:12px;border:1px solid;border-color:#f8f8f8;padding:10px 14px;transition:border-color .3s ease-in-out;caret-color:#f83800;color:#2b2121}.input-group input::placeholder{color:#646464}.input-group input:hover{border-color:#f83800}.input-group input:focus{border-color:#f83800;outline:none}.input-group input::-webkit-outer-spin-button,.input-group input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-group input[type=number]{-moz-appearance:textfield}.input-group input:read-only{opacity:.6;cursor:default;border-color:#f8f8f8!important}.input-group-error{height:0;overflow:hidden;margin-top:0;color:#f80000;transition:color .3s ease-in-out,height .3s ease-in-out}.input-group.error input{border-color:#f80000}.input-group.error .input-group-error{margin-top:4px;height:20px}.input-group textarea{background:#eaded9;border-radius:12px;border:1px solid;border-color:#f8f8f8;padding:10px 14px;caret-color:#f83800;color:#2b2121;height:136px;resize:none;transition:border-color .3s ease-in-out}.input-group textarea::placeholder{color:#646464}.input-group textarea:hover{border-color:#f83800}.input-group textarea:focus{border-color:#f83800;outline:none}.checkbox-input-group{margin-bottom:16px}@media screen and (max-width: 812px){.checkbox-input-group{margin-bottom:20px}}.checkbox-input-group.error .custom-checkbox .checkmark{border-color:#f80000}.checkbox-input-group .custom-checkbox{position:relative;padding-left:24px;cursor:pointer}.checkbox-input-group .custom-checkbox a{color:#f83800;text-decoration:none}.checkbox-input-group .custom-checkbox input{position:absolute;opacity:0;height:0;width:0}.checkbox-input-group .custom-checkbox .checkmark{cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);height:16px;width:16px;background-color:#eaded9;border-radius:4px;border:1px solid;border-color:#f8f8f8;transition:border-color .3s ease-in-out,background-color .3s ease-in-out}.checkbox-input-group .custom-checkbox .checkmark:after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-image:url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.125 2.5L3.75 7.5L1.875 5.625" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');opacity:0;transition:opacity .3s ease-in-out}.checkbox-input-group .custom-checkbox input:hover~.checkmark{border-color:#f83800}.checkbox-input-group .custom-checkbox input:checked~.checkmark{background-color:#f83800;border-color:#f83800}.checkbox-input-group .custom-checkbox input:checked~.checkmark:after{opacity:1}.input-group-picker.default input{line-height:18px;-webkit-appearance:none;-moz-appearance:none;min-height:20px}.input-group-picker.default .date-input-picker{display:none}.input-group-picker.custom{position:relative}.input-group-picker.custom input{position:absolute;bottom:0;visibility:hidden;width:0;height:0;opacity:0}.input-group-picker.custom .date-input-picker{background:#eaded9;border-radius:12px;border:1px solid;border-color:#f8f8f8;padding:10px 12px;transition:border-color .3s ease-in-out;color:#646464;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.input-group-picker.custom .date-input-picker span{color:#646464}.input-group-picker.custom .date-input-picker svg{width:16px;height:16px}.input-group-picker.custom .date-input-picker svg .fill-color{fill:#646464}.input-group-picker.custom .date-input-picker:hover{border-color:#f83800}.input-group-picker.custom.error .date-input-picker{border-color:#f80000}.file-picker-input{margin-bottom:16px}.file-picker-input label{display:flex;position:relative;cursor:pointer;width:fit-content}.file-picker-input label input{position:absolute;z-index:-1;opacity:0;display:none;width:0;height:0}.file-picker-input label span{display:flex}.file-picker-input label span:nth-child(2){width:20px;height:20px;margin-right:4px}.file-picker-input label span:nth-child(2) svg{width:100%}.file-picker-input label span:nth-child(2) svg .stroke-color{stroke:#2b2121;transition:stroke .3s ease-in-out}.file-picker-input label span:nth-child(3){color:#2b2121;transition:color .3s ease-in-out}.file-picker-input label:hover span:nth-child(2) svg .stroke-color{stroke:#f83800}.file-picker-input label:hover span:nth-child(3){color:#f83800}select{display:none}.input-select.error .nice-select{border:1px solid #F80000}.input-select .nice-select{background-color:#eaded9;border:1px solid #F8F8F8;border-radius:12px;transition:all .3s ease-in-out}.input-select .nice-select:hover,.input-select .nice-select.open{border:1px solid rgb(248,56,0)}.input-select .nice-select:after{border-bottom:2px solid #646464;border-right:2px solid #646464}.input-select .nice-select span{color:#646464;font-size:14px;line-height:20px;font-weight:500;min-height:20px}.input-select .nice-select .list{border-radius:10px;background-color:#eaded9;left:0;right:0;max-height:234px;overflow-y:scroll;padding:4px}.input-select .nice-select .list::-webkit-scrollbar{width:6px}.input-select .nice-select .list::-webkit-scrollbar-thumb{background:#f83800;border-radius:16px}.input-select .nice-select .list::-webkit-scrollbar-track{background:transparent;margin:10px}.input-select .nice-select .list .option{border-radius:8px;padding:8px 12px;font-size:14px;line-height:20px;font-weight:500;min-height:20px}.input-select .nice-select .list .option:hover,.input-select .nice-select .list .option.selected,.input-select .nice-select .list .option.focus,.input-select .nice-select .list .option.selected.focus{background-color:#fff5f2}.thanks-modal .form{max-width:404px!important;text-align:center;height:auto;overflow-y:unset}@media screen and (max-width: 812px){.thanks-modal .form{max-width:312px}}#cookies{position:fixed;left:20px;bottom:20px;background:#fff;box-shadow:0 0 1px #0000001a,0 12px 24px -6px #00000026;border-radius:16px;overflow:hidden;max-width:328px;padding:16px;display:flex;flex-direction:column;visibility:hidden;opacity:0;transition:visibility .3s ease-in-out,opacity .3s ease-in-out}@media screen and (max-width: 576px){#cookies{max-width:calc(100% - 32px);left:0;bottom:0}}#cookies.shown{visibility:visible;opacity:1}#cookies .ico{width:47px;display:flex;position:absolute;right:-1px;top:0}#cookies .ico svg{width:100%}#cookies .h4{margin-bottom:8px}#cookies .h6{margin-bottom:16px;color:#646464}@media screen and (max-width: 812px){.lg-counter{display:none}}#breadcrumbs{margin-top:54px;padding:32px 0}@media screen and (max-width: 1068px){#breadcrumbs{margin-top:50px}}@media screen and (max-width: 812px){#breadcrumbs{overflow-x:scroll;scrollbar-width:none;-webkit-appearance:none;width:100%}}#breadcrumbs .container{display:flex;gap:18px}@media screen and (max-width: 576px){#breadcrumbs .container{white-space:nowrap}}#breadcrumbs .container>div{position:relative}#breadcrumbs .container>div:not(:last-child):after{content:"";position:absolute;width:4px;height:4px;top:calc(50% + 1px);right:-10px;transform:translateY(-50%);border-radius:50%;background:#f83800}#breadcrumbs .container>div a{font-size:14px;line-height:18px;text-decoration:none}#breadcrumbs .container>div a span{color:#2b2121;transition:.3s ease-in-out}#breadcrumbs .container>div a:hover span{color:#f83800}#breadcrumbs .container>div:last-child a{cursor:default}#breadcrumbs .container>div:last-child a span{color:#646464}header{position:fixed;top:0;left:0;width:100%;z-index:999;padding:6px 0;box-shadow:0 4px 4px #00000040;background:linear-gradient(90deg,#e1d5d0,#7b7572)}@media screen and (max-width: 576px){header{padding:12px 0}}header .container{display:flex;align-items:center}@media screen and (max-width: 1068px){header .container{justify-content:space-between}}header .container .header-logo{display:flex;align-items:center}header .container .header-logo a{display:flex}header .container .header-logo img{width:42px;height:auto}@media screen and (max-width: 1068px){header .container .header-logo img{width:38px}}header .container .header-links{display:flex;align-items:center;margin-left:auto;margin-right:24px}@media screen and (max-width: 1068px){header .container .header-links{display:none}}header .container .header-links a{margin-right:16px}header .container .header-links a:last-child{margin-right:0}header .container .header-buttons{display:flex;align-items:center}header .container .header-buttons a{margin-right:20px}@media screen and (max-width: 1068px){header .container .header-buttons a{display:none}}header .container .header-buttons .menu-button{color:#fff;cursor:pointer;display:flex;transition:color .3s ease-in-out}header .container .header-buttons .menu-button>span{width:20px;height:20px;display:flex;flex-direction:column;justify-content:center;margin-left:4px}header .container .header-buttons .menu-button>span span{width:100%;height:1px;background:#fff;transition:background .3s ease-in-out}header .container .header-buttons .menu-button>span span:nth-child(2){margin:4px 0}header .container .header-buttons .menu-button:hover{color:#f83800}header .container .header-buttons .menu-button:hover>span span{background:#f83800}.blur{background:#2b2121;opacity:0;visibility:hidden;z-index:1000;width:100%;height:100vh;position:fixed;top:0;left:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.blur.active{opacity:.7;visibility:visible}.burger-menu{position:fixed;top:-100%;left:0;width:100%;padding:14px 0 56px;background:linear-gradient(90deg,#e1d5d0,#7b7572);z-index:1001;transition:top .6s ease-in-out}@media screen and (max-width: 1068px){.burger-menu{top:-200%;padding:14px 0 24px}}.burger-menu.active{top:0}.burger-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:70px}@media screen and (max-width: 1068px){.burger-menu-header{margin-bottom:24px}}.burger-menu-header .logo{width:101px;height:auto}.burger-menu-header .buttons{display:flex;align-items:center}.burger-menu-header .buttons a{margin-right:15px}@media screen and (max-width: 576px){.burger-menu-header .buttons a{position:absolute;bottom:24px;left:50%;transform:translate(-50%);width:calc(100% - 24px);margin:0;padding:10px 0;text-align:center}}.burger-menu-header .buttons button{cursor:pointer;display:flex;align-items:center;transition:color .3s ease-in-out;color:#fff}.burger-menu-header .buttons button>span{margin-left:4px;display:flex;width:20px;height:20px;position:relative}.burger-menu-header .buttons button>span span{width:16px;height:1px;background:#fff;position:absolute;top:50%;left:50%;transition:background .3s ease-in-out}.burger-menu-header .buttons button>span span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.burger-menu-header .buttons button>span span:last-child{transform:translate(-50%,-50%) rotate(135deg)}.burger-menu-header .buttons button:hover{color:#f83800}.burger-menu-header .buttons button:hover>span span{background:#f83800}.burger-menu-content{display:flex;justify-content:space-between}@media screen and (max-width: 1068px){.burger-menu-content{justify-content:unset;flex-direction:column}}@media screen and (max-width: 1068px) and (max-height: 600px){.burger-menu-content{overflow-y:scroll;height:calc(100vh - 110px)}.burger-menu-content::-webkit-scrollbar{width:6px}.burger-menu-content::-webkit-scrollbar-thumb{background:#f83800;border-radius:16px}.burger-menu-content::-webkit-scrollbar-track{background:transparent}}@media screen and (max-width: 576px){.burger-menu-content{margin-bottom:32px;padding-bottom:42px}}.burger-menu-content>div{display:flex;justify-content:space-between}@media screen and (min-width: 1068px){.burger-menu-content>div.is-single-page{gap:100px;justify-content:unset}}@media screen and (max-width: 1068px){.burger-menu-content>div{justify-content:unset;display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 576px){.burger-menu-content>div{grid-template-columns:repeat(2,1fr);row-gap:24px}}.burger-menu-content>div:first-child{max-width:688px;width:100%}@media screen and (max-width: 1440px){.burger-menu-content>div:first-child{max-width:588px}}@media screen and (max-width: 1068px){.burger-menu-content>div:first-child{max-width:unset;margin-bottom:24px}}.burger-menu-content>div:last-child{max-width:452px;width:100%}@media screen and (max-width: 1440px){.burger-menu-content>div:last-child{max-width:386px}}@media screen and (max-width: 1068px){.burger-menu-content>div:last-child{max-width:unset}}.burger-menu-content>div:last-child>div{max-width:216px;width:100%}.burger-menu-content>div>div{display:flex;flex-direction:column}.burger-menu-content>div>div .h3{color:#f83800;margin-bottom:12px}@media screen and (max-width: 576px){.burger-menu-content>div>div .h3{font-size:16px;line-height:22px}}.burger-menu-content>div>div a{margin-bottom:12px;display:flex;align-items:center;color:#2b2121;text-decoration:none;width:fit-content;transition:color .3s ease-in-out}@media screen and (max-width: 576px){.burger-menu-content>div>div a{margin-bottom:8px}}.burger-menu-content>div>div a svg{width:20px;height:20px;margin-right:8px}.burger-menu-content>div>div a svg .fill-color{fill:#2b2121;transition:fill .3s ease-in-out}.burger-menu-content>div>div a:hover{color:#f83800}.burger-menu-content>div>div a:hover svg .fill-color{fill:#f83800}.burger-menu-content>div>div a:last-child{margin-bottom:0}footer{background:#2b2121}footer .container{padding:22px 0}@media screen and (max-width: 576px){footer .container{padding:24px 0}}footer .footer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:56px}@media screen and (max-width: 576px){footer .footer-header{flex-direction:column;justify-content:unset;align-items:unset;margin-bottom:36px}}footer .footer-header div{display:flex}footer .footer-header div:first-child img{width:135px}@media screen and (max-width: 576px){footer .footer-header div:first-child{margin-bottom:36px}}@media screen and (max-width: 576px){footer .footer-header div:last-child a{width:100%}}footer .footer-menu{display:flex;justify-content:space-between;margin-bottom:56px}@media screen and (max-width: 1068px){footer .footer-menu{flex-direction:column;margin-bottom:48px}}footer .footer-menu>div:first-child{max-width:688px;width:100%;display:flex;justify-content:space-between}@media screen and (min-width: 1068px){footer .footer-menu>div:first-child.is-single-page{justify-content:unset;gap:100px}}@media screen and (max-width: 1440px){footer .footer-menu>div:first-child{max-width:588px}}@media screen and (max-width: 1068px){footer .footer-menu>div:first-child{max-width:100%;margin-bottom:24px}}@media screen and (max-width: 1068px){footer .footer-menu>div:first-child,footer .footer-menu>div:last-child{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 576px){footer .footer-menu>div:first-child,footer .footer-menu>div:last-child{grid-template-columns:repeat(2,1fr);row-gap:24px}}footer .footer-menu>div:first-child>div,footer .footer-menu>div:last-child>div{display:flex;flex-direction:column}footer .footer-menu>div:first-child>div .h4,footer .footer-menu>div:last-child>div .h4{color:#646464;margin-bottom:12px}footer .footer-menu>div:first-child>div .h6,footer .footer-menu>div:last-child>div .h6{color:#fff;margin-bottom:8px;text-decoration:none;transition:color .3s ease-in-out;display:flex;align-items:center;width:fit-content}footer .footer-menu>div:first-child>div .h6 svg,footer .footer-menu>div:last-child>div .h6 svg{width:18px;height:18px;margin-right:6px}footer .footer-menu>div:first-child>div .h6 svg .fill-color,footer .footer-menu>div:last-child>div .h6 svg .fill-color{transition:fill .3s ease-in-out;fill:#fff}footer .footer-menu>div:first-child>div .h6:hover,footer .footer-menu>div:last-child>div .h6:hover{color:#f83800}footer .footer-menu>div:first-child>div .h6:hover svg .fill-color,footer .footer-menu>div:last-child>div .h6:hover svg .fill-color{fill:#f83800}footer .footer-menu>div:first-child>div .h6:last-child,footer .footer-menu>div:last-child>div .h6:last-child{margin-bottom:0}footer .footer-menu>div:last-child{max-width:452px;width:100%;display:flex;justify-content:space-between}@media screen and (max-width: 1440px){footer .footer-menu>div:last-child{max-width:368px}}@media screen and (max-width: 1068px){footer .footer-menu>div:last-child{max-width:100%;display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 576px){footer .footer-menu>div:last-child{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1440px){footer .footer-menu>div:last-child>div{max-width:194px;width:100%}}@media screen and (max-width: 1068px){footer .footer-menu>div:last-child>div{max-width:unset}}footer .footer-menu>div:last-child>div:last-child{margin-right:65px}@media screen and (max-width: 1440px){footer .footer-menu>div:last-child>div:last-child{margin-right:0}}footer .footer-policy{display:flex;align-items:flex-end;justify-content:space-between;position:relative}@media screen and (max-width: 1068px){footer .footer-policy{display:grid;grid-template-columns:1fr}}footer .footer-policy>div{display:flex}@media screen and (max-width: 1068px){footer .footer-policy>div{justify-content:center;margin-bottom:16px}footer .footer-policy>div:first-child{margin-bottom:0}}footer .footer-policy>div:first-child{color:#646464}@media screen and (max-width: 1068px){footer .footer-policy>div:first-child{grid-row-start:3}}footer .footer-policy>div:nth-child(2){display:flex;flex-direction:column;align-items:center}footer .footer-policy>div:nth-child(2)>div:first-child{margin-bottom:30px}@media screen and (max-width: 1068px){footer .footer-policy>div:nth-child(2)>div:first-child{margin-bottom:16px}}footer .footer-policy>div:nth-child(2) .footer-widget{height:40px}footer .footer-policy>div:nth-child(2) img:first-child{width:400px}@media screen and (max-width: 576px){footer .footer-policy>div:nth-child(2) img:first-child{display:none}}footer .footer-policy>div:nth-child(2) img:last-child{display:none}@media screen and (max-width: 576px){footer .footer-policy>div:nth-child(2) img:last-child{display:block;width:188px}}footer .footer-policy>div:last-child a{color:#fff;transition:color .3s ease-in-out;text-decoration:none}footer .footer-policy>div:last-child a:hover{color:#f83800}footer .footer-legal-info{display:flex;margin-top:36px}footer .footer-legal-info>div{max-width:100%;text-align:center;color:#646464}footer hr{border-top:none;border-left:none;border-right:none;border-bottom:1px solid #646464;margin-bottom:56px}@media screen and (max-width: 576px){footer hr{margin-bottom:48px}}#welcome{padding-top:82px;margin-bottom:100px}@media screen and (max-width: 812px){#welcome{margin-bottom:72px}}@media screen and (max-width: 576px){#welcome{padding-top:68px}}#welcome .img-block{overflow:hidden;display:flex;flex-direction:column;min-height:700px;max-height:832px;width:100%;height:100%;background-image:url(/build/assets/Aiuto%20stesura%20tesi-i45hKpDG.webp);border-radius:16px;background-size:contain;background-repeat:no-repeat;background-position:124% 0;position:relative}@media screen and (max-width: 1440px){#welcome .img-block{background-position:154% 0}}@media screen and (max-width: 1264px){#welcome .img-block{background-position:220% 0;max-height:unset;height:720px}}@media screen and (max-width: 1068px){#welcome .img-block{background-image:none;min-height:unset;max-height:unset;padding-top:424px;position:relative;border-radius:0;height:auto}#welcome .img-block:before{content:"";top:0;left:50%;transform:translate(-50%);width:100%;height:400px;position:absolute;background-image:url(/build/assets/Aiuto%20stesura%20tesi-i45hKpDG.webp);border-radius:16px;background-size:cover;background-repeat:no-repeat}}@media screen and (max-width: 812px){#welcome .img-block{padding-top:216px;max-height:unset}#welcome .img-block:before{max-width:330px;height:200px}}#welcome .img-block-info{margin:36px 0 auto 24px;max-width:782px}@media screen and (max-width: 1440px){#welcome .img-block-info{max-width:716px}}@media screen and (max-width: 1068px){#welcome .img-block-info{margin:0;max-width:100%}}#welcome .img-block-info h1{margin-bottom:52px;font-weight:600;color:#2b2121}@media screen and (max-width: 1440px){#welcome .img-block-info h1{margin-bottom:32px}}@media screen and (max-width: 1068px){#welcome .img-block-info h1{margin-bottom:12px;color:#2b2121}}#welcome .img-block-info .h2-additional{color:#2b2121;margin-bottom:90px}@media screen and (max-width: 1440px){#welcome .img-block-info .h2-additional{margin-bottom:42px}}@media screen and (max-width: 1068px){#welcome .img-block-info .h2-additional{color:#2b2121}}@media screen and (max-width: 812px){#welcome .img-block-info .h2-additional{margin-bottom:22px}}#welcome .img-block-info .marker-buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:8px;grid-row-gap:16px;margin-bottom:74px}@media screen and (max-width: 1068px){#welcome .img-block-info .marker-buttons{display:none}}#welcome .img-block-info .marker-buttons .marker-button{cursor:default;border-radius:20px;background:#f83800;color:#fff;display:flex;align-items:center;padding:8px}#welcome .img-block-info .marker-buttons .marker-button span{width:30px;height:30px;background:#eeebe5;border-radius:50%;margin-right:8px;position:relative}#welcome .img-block-info .marker-buttons .marker-button span svg{width:30px;position:absolute;top:-3px;left:6px}#welcome .img-block-info-buttons{display:flex;justify-content:center}@media screen and (max-width: 1068px){#welcome .img-block-info-buttons{justify-content:space-between}}@media screen and (max-width: 812px){#welcome .img-block-info-buttons{flex-direction:column}}@media screen and (max-width: 1068px){#welcome .img-block-info-buttons a{width:calc(50% - 46px)!important}}@media screen and (max-width: 812px){#welcome .img-block-info-buttons a{width:calc(100% - 42px)!important;max-width:100%!important}}#welcome .img-block-info-buttons a:first-child{max-width:430px;width:100%}@media screen and (min-width: 1068px){#welcome .img-block-info-buttons a:first-child{background:#fff;color:#f83800;max-width:260px;padding:14px 20px}#welcome .img-block-info-buttons a:first-child:hover{background:#f83800;color:#fff}}@media screen and (max-width: 812px){#welcome .img-block-info-buttons a:first-child{margin-bottom:8px}}#welcome .img-block-info-buttons a:last-child{display:none}@media screen and (max-width: 1068px){#welcome .img-block-info-buttons a:last-child{display:unset}}#welcome .img-block-footer{position:absolute;right:16px;bottom:0;display:flex;background:#0009;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);padding:20px 24px 24px;border-radius:14px}@media screen and (max-width: 1068px){#welcome .img-block-footer{display:none}}#welcome .img-block-footer-col{max-width:196px;width:100%;display:flex;flex-direction:column;align-items:center;margin-right:20px}#welcome .img-block-footer-col:last-child{margin-right:0}#welcome .img-block-footer-col div{text-align:center}#welcome .img-block-footer-col div:first-child{color:#f83800;margin-bottom:5px}#welcome .img-block-footer-col div:last-child{color:#fff}#garanzie{margin-bottom:100px}@media screen and (max-width: 812px){#garanzie{margin-bottom:72px}}#garanzie .garanzie-row{display:grid;grid-template-columns:repeat(3,1fr);row-gap:20px;column-gap:20px}@media screen and (max-width: 1068px){#garanzie .garanzie-row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 812px){#garanzie .garanzie-row{grid-template-columns:repeat(1,1fr)}}#garanzie .garanzie-row-col{background:#fff5f2;padding:12px;border-radius:12px}#garanzie .garanzie-row-col svg{width:52px;height:52px;margin-bottom:16px}#garanzie .garanzie-row-col div:nth-child(2){margin-bottom:6px}#garanzie .garanzie-row-col div:last-child{color:#646464}#about-us{margin-bottom:100px}@media screen and (max-width: 812px){#about-us{margin-bottom:72px}}#about-us .container{display:flex}@media screen and (max-width: 1068px){#about-us .container{flex-direction:column-reverse}}#about-us .container .about-left-side{max-width:686px;width:100%;margin-right:44px}@media screen and (max-width: 1440px){#about-us .container .about-left-side{max-width:486px;margin-right:22px}}@media screen and (max-width: 1068px){#about-us .container .about-left-side{display:flex;justify-content:center;max-width:100%;margin-right:0;margin-top:24px}}@media screen and (max-width: 812px){#about-us .container .about-left-side{margin-top:16px}}@media screen and (max-width: 576px){#about-us .container .about-left-side{margin-top:24px}}#about-us .container .about-left-side img{width:auto;height:auto;border-radius:16px;max-height:480px}@media screen and (max-width: 1068px){#about-us .container .about-left-side img:first-child{display:none}}#about-us .container .about-left-side img:last-child{display:none}@media screen and (max-width: 1068px){#about-us .container .about-left-side img:last-child{display:unset}}@media screen and (max-width: 1068px){#about-us .container .about-left-side img{max-height:400px;object-fit:contain}}@media screen and (max-width: 812px){#about-us .container .about-left-side img{max-height:300px}}#about-us .container .about-right-side{margin-top:56px;flex:1}@media screen and (max-width: 1440px){#about-us .container .about-right-side{margin-top:0}}#about-us .container .about-right-side .h2{margin-bottom:32px}@media screen and (max-width: 1068px){#about-us .container .about-right-side .h2{margin-bottom:24px}}#about-us .container .about-right-side-card-header{cursor:pointer;display:flex;padding:12px 0;position:relative}#about-us .container .about-right-side-card-header div:first-child{transition:color .3s ease-in-out}#about-us .container .about-right-side-card-header:hover div:first-child{color:#f83800}#about-us .container .about-right-side-card-header div:last-child{width:20px;height:20px;position:absolute;top:50%;right:4px;transform:translateY(-50%)}#about-us .container .about-right-side-card-header div:last-child svg{width:100%;transform:rotate(45deg);transition:transform .3s ease-in-out}#about-us .container .about-right-side-card-header div:last-child svg .fill-color{fill:#f83800;transition:fill .3s ease-in-out}#about-us .container .about-right-side-card-header.border-top{border-top:1px solid #E2E2E2}#about-us .container .about-right-side-card-header.active div:last-child svg{transform:rotate(0)}#about-us .container .about-right-side-card-header.active div:last-child svg .fill-color{fill:#646464}#about-us .container .about-right-side-card-content{border-bottom:1px solid #E2E2E2;height:0;overflow:hidden;transition:height .3s ease-out;font-weight:500;color:#646464}#services{margin-bottom:100px}@media screen and (max-width: 812px){#services{margin-bottom:72px}}#services .services-row{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:24px}@media screen and (max-width: 1440px){#services .services-row{column-gap:18px;row-gap:22px}}@media screen and (max-width: 1068px){#services .services-row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 576px){#services .services-row{grid-template-columns:repeat(1,1fr)}}#services .services-row-col img{width:100%;height:auto;margin-bottom:10px;border-radius:12px}#services .services-row-col .h4{margin-bottom:6px;color:#2b2121}#services .services-row-col div:nth-child(3){font-weight:500;color:#646464;margin-bottom:10px;display:-webkit-box;max-width:100%;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#services .services-row-col div:nth-child(4){display:flex}#services .services-row-col div:nth-child(4) a:first-child{margin-right:8px}#how-we-work .how-we-work-steps{position:relative;margin-bottom:48px}@media screen and (max-width: 812px){#how-we-work .how-we-work-steps{margin-bottom:32px;padding-left:26px}#how-we-work .how-we-work-steps:nth-child(3) .how-we-work-steps-line{height:calc(100% - 112px)}}@media screen and (max-width: 576px){#how-we-work .how-we-work-steps{margin-bottom:24px}#how-we-work .how-we-work-steps:nth-child(3) .how-we-work-steps-line{height:calc(100% - 124px)}}#how-we-work .how-we-work-steps.first-row-margin{margin-bottom:32px}@media screen and (max-width: 812px){#how-we-work .how-we-work-steps.first-row-margin{margin-bottom:0;padding-bottom:24px}}#how-we-work .how-we-work-steps-line{position:absolute;width:100%;height:1px;left:0;top:6.5px;background:#f83800}@media screen and (max-width: 812px){#how-we-work .how-we-work-steps-line{height:100%;width:1px;left:6px;top:11px}}#how-we-work .how-we-work-steps-row{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px}@media screen and (max-width: 812px){#how-we-work .how-we-work-steps-row{grid-template-columns:repeat(1,1fr);grid-row-gap:24px}}#how-we-work .how-we-work-steps-row-col{padding-top:26px;display:flex;position:relative;flex-direction:column}@media screen and (max-width: 812px){#how-we-work .how-we-work-steps-row-col{padding-top:0}}#how-we-work .how-we-work-steps-row-col .circle-point{position:absolute;top:0;left:0;width:14px;height:14px;border-radius:50%;background:#f83800;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 812px){#how-we-work .how-we-work-steps-row-col .circle-point{left:-26px;top:11px}}#how-we-work .how-we-work-steps-row-col .circle-point span{width:6px;height:6px;background:#eaded9;border-radius:50%}#how-we-work .how-we-work-steps-row-col div:nth-child(2){font-weight:600;text-shadow:1px 0 1px rgb(248,56,0),0 1px 1px rgb(248,56,0),-1px 0 1px rgb(248,56,0),0 -1px 1px rgb(248,56,0);color:#eaded9;margin-bottom:10px}#how-we-work .how-we-work-steps-row-col div:nth-child(3){margin-bottom:6px}#how-we-work .how-we-work-steps-row-col div:nth-child(4){font-weight:500;color:#646464}#how-we-work .documents-header{margin-bottom:24px}#how-we-work #legal-documents{margin-bottom:100px}@media screen and (max-width: 812px){#how-we-work #legal-documents{margin-bottom:72px}}#how-we-work #legal-documents .slick-slide{display:flex}#how-we-work #legal-documents .document{display:flex;width:calc(100% - 20px)}@media screen and (max-width: 576px){#how-we-work #legal-documents .document{width:auto;margin:0 4px}}#how-we-work #legal-documents .document img{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23F83800' stroke-width='2' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");border-radius:16px;padding:9px;width:calc(100% - 18px);cursor:pointer}@media screen and (max-width: 576px){#how-we-work #legal-documents .document img{width:220px}}#deadlines{margin-bottom:100px}@media screen and (max-width: 812px){#deadlines{margin-bottom:72px}#deadlines .container{position:relative;padding-bottom:80px}}@media screen and (max-width: 576px){#deadlines .container{padding-bottom:100px}}#deadlines .h2{margin-bottom:24px}#deadlines .deadlines-header-text{max-width:924px;width:100%;display:flex;justify-content:space-between;margin-bottom:32px}@media screen and (max-width: 812px){#deadlines .deadlines-header-text{margin-bottom:24px}}#deadlines .deadlines-header-text div{width:calc(50% - 20px);color:#646464}@media screen and (max-width: 812px){#deadlines .deadlines-header-text div{width:100%}#deadlines .deadlines-header-text div:last-child{position:absolute;bottom:0}}@media screen and (max-width: 576px){#deadlines .deadlines-header-text div:last-child{bottom:unset;top:calc(100% - 100px)}}@media screen and (max-width: 812px){#deadlines .deadlines-row{margin-bottom:24px}}@media screen and (max-width: 1440px){#deadlines .deadlines-row .slick-slide{transform:translate(-8px)}}#deadlines .deadlines-row-col{background:#fff5f2;margin-right:20px;padding:16px;border-radius:12px;height:calc(100% - 32px)}@media screen and (max-width: 812px){#deadlines .deadlines-row-col{margin-right:8px}}#deadlines .deadlines-row-col-header{min-height:48px;margin-bottom:16px;display:flex}#deadlines .deadlines-row-col-header svg{white-space:nowrap;width:48px;height:48px;margin-right:12px}#deadlines .deadlines-row-col-header div{display:flex;flex:1;align-items:center;color:#f83800}#deadlines .deadlines-row-col .h6{color:#f83800}#reviews{margin-bottom:100px}@media screen and (max-width: 812px){#reviews{margin-bottom:72px}}#reviews .h2{margin-bottom:12px}#reviews .reviews-info{margin-bottom:32px;max-width:452px;color:#646464}@media screen and (max-width: 812px){#reviews .reviews-info{margin-bottom:24px;max-width:100%}}#reviews .reviews-slider .slick-slide{display:flex;align-items:center}#reviews .reviews-slider .slick-slide img{width:334px;margin:0 8px}@media screen and (max-width: 1440px){#reviews .reviews-slider .slick-slide img{width:220px}}@media screen and (max-width: 576px){#reviews .reviews-slider .slick-slide img{width:270px}}#faq{margin-bottom:100px}@media screen and (max-width: 812px){#faq{margin-bottom:72px}}#faq .faq-header{margin-bottom:32px}@media screen and (max-width: 812px){#faq .faq-header{margin-bottom:24px}}#faq .faq-items-point-header{display:flex;align-items:center;position:relative;padding:12px 0;cursor:pointer}#faq .faq-items-point-header span{padding-left:28px;margin-right:26px}@media screen and (max-width: 1068px){#faq .faq-items-point-header span{margin-right:60px}}#faq .faq-items-point-header span:nth-child(2){transition:color .3s ease-in-out}#faq .faq-items-point-header:hover span:nth-child(2){color:#f83800}#faq .faq-items-point-header:hover .arrow-svg .stroke-color{stroke:#f83800}#faq .faq-items-point-header .arrow-svg{position:absolute;top:50%;left:0;transform:translateY(-50%);width:20px;height:20px}#faq .faq-items-point-header .arrow-svg .stroke-color{stroke:#2b2121;transition:stroke .3s ease-in-out}#faq .faq-items-point-header .close-button{width:24px;height:24px;position:absolute;right:0;top:50%;transform:translateY(-50%)}#faq .faq-items-point-header .close-button svg{transform:rotate(45deg);transition:transform .3s ease-in-out}#faq .faq-items-point-header .close-button .fill-color{fill:#f83800;transition:fill .3s ease-in-out}#faq .faq-items-point-text{overflow:hidden;height:0;color:#646464;font-weight:500;transition:height .3s ease-out;border-bottom:1px solid #E2E2E2;padding-right:118px}#faq .faq-items-point-text a{color:#f83800;text-decoration:none}@media screen and (max-width: 576px){#faq .faq-items-point-text{padding-right:0}}#faq .faq-items-point-header.active .arrow-svg .stroke-color{stroke:#f83800}#faq .faq-items-point-header.active .close-button svg{transform:rotate(0)}#faq .faq-items-point-header.active .close-button .fill-color{fill:#646464}#faq .faq-items-point-header.active .faq-items-point-text{max-height:600px;opacity:1}#discounts{margin-bottom:100px}@media screen and (max-width: 812px){#discounts{margin-bottom:72px}}#discounts .img-block{display:flex;flex-direction:column;background-image:url(/build/assets/Correzione%20tesi%20di%20laurea-BypTCepv.png);background-size:cover;padding:20px 24px;border-radius:16px}@media screen and (max-width: 1068px){#discounts .img-block{background-image:unset;background-size:unset;padding:424px 0 0;position:relative}#discounts .img-block:before{content:"";position:absolute;top:0;left:0;width:100%;height:400px;background-image:url(/build/assets/discounts-bg-mob-cmh-WK20.png);background-size:cover;border-radius:16px}}@media screen and (max-width: 812px){#discounts .img-block{padding:316px 0 0}#discounts .img-block:before{height:300px}}@media screen and (max-width: 576px){#discounts .img-block{padding:224px 0 0}#discounts .img-block:before{height:200px}}#discounts .img-block .h2{color:#2b2121;margin-bottom:48px}@media screen and (max-width: 1068px){#discounts .img-block .h2{margin-bottom:24px}}#discounts .img-block .discounts-points{display:flex;justify-content:space-between;margin-bottom:48px}@media screen and (max-width: 1068px){#discounts .img-block .discounts-points{flex-direction:column;margin-bottom:24px}}#discounts .img-block .discounts-points>div{max-width:428px;width:100%}@media screen and (max-width: 1440px){#discounts .img-block .discounts-points>div{max-width:340px}}@media screen and (max-width: 1264px){#discounts .img-block .discounts-points>div{max-width:320px}}@media screen and (max-width: 1068px){#discounts .img-block .discounts-points>div{max-width:100%;margin-bottom:12px}#discounts .img-block .discounts-points>div:last-child{margin-bottom:0}}#discounts .img-block .discounts-points>div div:first-child{color:#f83800;margin-bottom:6px}#discounts .img-block .discounts-points>div div:last-child{color:#2b2121}@media screen and (max-width: 1068px){#discounts .img-block .discounts-points>div div:last-child{opacity:1;color:#646464}}#discounts .img-block .discounts-description{display:flex;justify-content:space-between}@media screen and (max-width: 1068px){#discounts .img-block .discounts-description{flex-direction:column}}#discounts .img-block .discounts-description>div:first-child{max-width:782px;width:100%;margin-right:30px}@media screen and (max-width: 1068px){#discounts .img-block .discounts-description>div:first-child{margin-bottom:20px;margin-right:0;max-width:unset}}#discounts .img-block .discounts-description>div:first-child .h4{color:#2b2121;margin-bottom:6px}@media screen and (max-width: 1068px){#discounts .img-block .discounts-description>div:first-child .h4{color:#2b2121}}#discounts .img-block .discounts-description>div:first-child .h6{color:#2b2121;margin-bottom:4px;font-weight:500}@media screen and (max-width: 1068px){#discounts .img-block .discounts-description>div:first-child .h6{opacity:1;color:#646464}}#discounts .img-block .discounts-description>div:first-child .h6:nth-child(2){margin-bottom:20px}#discounts .img-block .discounts-description>div:last-child{max-width:428px;width:100%;display:flex;flex-direction:column}@media screen and (max-width: 1440px){#discounts .img-block .discounts-description>div:last-child{max-width:340px}}@media screen and (max-width: 1264px){#discounts .img-block .discounts-description>div:last-child{max-width:320px}}@media screen and (max-width: 1068px){#discounts .img-block .discounts-description>div:last-child{max-width:unset}}#discounts .img-block .discounts-description>div:last-child .h4{color:#2b2121;margin-bottom:6px}@media screen and (max-width: 1068px){#discounts .img-block .discounts-description>div:last-child .h4{color:#2b2121}}#discounts .img-block .discounts-description>div:last-child .h6{color:#2b2121;margin-bottom:4px;font-weight:500}@media screen and (max-width: 1068px){#discounts .img-block .discounts-description>div:last-child .h6{opacity:1;color:#646464}}#discounts .img-block .discounts-description>div:last-child .h6:nth-child(5){margin-bottom:6px}#discounts .img-block .discounts-button{display:flex;margin-top:auto}@media screen and (max-width: 1068px){#discounts .img-block .discounts-button{margin-top:24px}}#disciplines{margin-bottom:100px}@media screen and (max-width: 812px){#disciplines{margin-bottom:72px;display:none}}#disciplines .h2{margin-bottom:32px}@media screen and (max-width: 812px){#disciplines .h2{margin-bottom:24px}}#disciplines .disciplines-row{display:flex;justify-content:space-between}@media screen and (max-width: 812px){#disciplines .disciplines-row{flex-direction:column;justify-content:unset}}#disciplines .disciplines-row>div{max-width:452px;width:100%}@media screen and (max-width: 1440px){#disciplines .disciplines-row>div{max-width:280px}}@media screen and (max-width: 1068px){#disciplines .disciplines-row>div{max-width:230px}}@media screen and (max-width: 812px){#disciplines .disciplines-row>div{max-width:100%}}#disciplines .disciplines-row .h4{margin-bottom:5px}#work-with-us{margin-bottom:100px}@media screen and (max-width: 812px){#work-with-us{margin-bottom:72px}}#work-with-us .img-block{padding:56px 32px 60px;border-radius:16px;background-image:url(/build/assets/Support%20tesi%20di%20laurea-BAe7Y24p.png);background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 1068px){#work-with-us .img-block{border-radius:0;background-image:unset;background-size:unset;background-repeat:unset;position:relative;padding:424px 0 0}#work-with-us .img-block:before{content:"";position:absolute;top:0;left:0;width:100%;height:400px;background-image:url(/build/assets/work-with-us-bg-mob-DB0qLUTs.png);background-size:cover;background-repeat:no-repeat;border-radius:16px}}@media screen and (max-width: 812px){#work-with-us .img-block{padding-top:316px}#work-with-us .img-block:before{height:300px}}@media screen and (max-width: 576px){#work-with-us .img-block{padding-top:224px}#work-with-us .img-block:before{height:200px}}#work-with-us .img-block .work-with-us-desc{max-width:666px;width:100%}@media screen and (max-width: 1068px){#work-with-us .img-block .work-with-us-desc{max-width:100%}}#work-with-us .img-block .h1{color:#2b2121;margin-bottom:20px}@media screen and (max-width: 1068px){#work-with-us .img-block .h1{color:#2b2121;margin-bottom:12px}}#work-with-us .img-block .h4{color:#2b2121}@media screen and (max-width: 1068px){#work-with-us .img-block .h4{color:#646464}}#work-with-us .img-block .h4:nth-child(2){margin-bottom:28px}@media screen and (max-width: 1068px){#work-with-us .img-block .h4:nth-child(2){margin-bottom:22px}}#work-with-us .img-block .h4:nth-child(4){margin-bottom:6px}@media screen and (max-width: 1068px){#work-with-us .img-block .h4:nth-child(4){color:#2b2121}}#work-with-us .img-block .button-block{display:flex;margin-bottom:40px}@media screen and (max-width: 1068px){#work-with-us .img-block .button-block{margin-bottom:24px}}#work-with-us .img-block .h6{color:#2b2121;margin-bottom:4px}@media screen and (max-width: 1068px){#work-with-us .img-block .h6{color:#646464}#work-with-us .img-block .h6:last-child{margin-bottom:0}}#contacts{margin-bottom:100px}#contacts .h2{margin-bottom:20px}@media screen and (max-width: 1068px){#contacts .h2{margin-bottom:12px}}#contacts .h4{max-width:688px;width:100%;margin-bottom:48px;color:#646464}@media screen and (max-width: 1068px){#contacts .h4{max-width:100%;margin-bottom:24px}}#contacts .h4 span{color:#f83800;cursor:pointer}#contacts .contacts-info{display:flex;justify-content:space-between}@media screen and (max-width: 1068px){#contacts .contacts-info{flex-direction:column}}#contacts .contacts-info>div{display:flex;flex-direction:column}@media screen and (max-width: 1068px){#contacts .contacts-info>div:first-child{margin-bottom:24px}}#contacts .contacts-info>div:first-child .h6{margin-bottom:4px;color:#646464}#contacts .contacts-info>div:first-child a.h3{margin-bottom:24px;text-decoration:none;color:#2b2121;transition:color .3s ease-in-out}@media screen and (max-width: 1068px){#contacts .contacts-info>div:first-child a.h3{margin-bottom:20px}}#contacts .contacts-info>div:first-child a.h3:hover{color:#f83800}#contacts .contacts-info>div:first-child .socials-list{display:flex}#contacts .contacts-info>div:first-child .socials-list a{margin-right:14px}#contacts .contacts-info>div:first-child .socials-list a svg{width:32px;height:32px}#contacts .contacts-info>div:first-child .socials-list a svg .fill-color{fill:#2b2121;transition:fill .3s ease-in-out}#contacts .contacts-info>div:first-child .socials-list a:hover svg .fill-color{fill:#f83800}#contacts .contacts-info>div:last-child{max-width:688px;width:100%}
