@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aste33-widget *{margin:0;padding:0;font-family:Poppins,sans-serif;color:#231f20}.aste33-widget .hidden{display:none!important}.no-wrap{white-space:nowrap}.widget-icon{display:inline-flex;position:relative;align-items:center}.widget-icon.widget-icon--clock:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.25'%20stroke='%231D1D1B'%20stroke-width='1.5'/%3e%3cpath%20d='M10%205.625V10.625L15.625%2013.125'%20stroke='%231D1D1B'%20stroke-width='1.5'/%3e%3c/svg%3e") no-repeat center;background-size:contain;width:16px;height:16px;margin-right:8px;display:inline-block}.aste33-widget a{text-decoration:none}.aste33-widget--color-gray{color:#555}.aste33-widget--color-red{color:#b42318}.aste33-widget--color-green{color:#00a19a}.aste33-widget--color-orange{color:#e19a11}.aste33-widget strong{font-weight:600}.aste33-widget p strong{font-weight:500}.aste33-widget--text-23{font-size:1.0625rem;line-height:1.5625rem}.aste33-widget--text-15{font-size:.9375rem}.aste33-widget--text-13{font-size:.8125rem;line-height:1.1875rem}.aste33-widget--text-15-semi-bold{font-size:.9375rem;line-height:1.5rem;font-weight:600}.aste33-widget--text-18-semi-bold{font-size:1.125rem;line-height:1.5rem;font-weight:600}@media screen and (min-width: 62rem){.aste33-widget--text-23{font-size:1.4375rem;line-height:1.9375rem}}.aste33-widget--button{font-size:1rem;line-height:1.5rem;color:#fff;font-weight:500;text-decoration:none;padding:15px 24px;border:0;border-radius:4px;background-color:#7f54f1;width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.aste33-widget--button:disabled{background-color:#7f54f14d}.aste33-widget--cursor-pointer{cursor:pointer}.aste33-widget--hr{height:1px;background:#e6e6e6;border:0;margin:0 12px}.aste33-widget--bet{font-family:Asap,sans-serif;font-size:1.25rem;line-height:1.625rem;color:#231f20;font-weight:600;box-sizing:border-box;border-radius:0;padding:18px 16px;background-color:#fff;border:1px solid #C9C9C9;display:block;width:100%;text-align:left}.aste33-widget--bet.active,input.aste33-widget--bet:focus,input.aste33-widget--bet:focus-visible{outline:none;background-color:#7f54f11a;border-color:#7f54f1}.aste33-widget--bet:after,.aste33-widget--bet-wrap:after{content:"€";font-size:1.125rem;line-height:1.5rem;font-weight:600;display:block;position:absolute;color:#231f20;right:16px;top:50%;transform:translateY(-50%)}.loading{border-bottom:4px solid rgba(0,0,0,.2);border-left:4px solid rgba(0,0,0,.2);border-right:4px solid rgba(0,0,0,.2);border-top:4px solid rgba(0,0,0,.5);border-radius:4px;height:32px;width:32px;animation:spin .6s infinite linear;display:block;margin:3em auto;position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.tooltip{position:relative;display:inline-block;cursor:pointer;width:24px;height:24px}.tooltip:before{content:attr(data-tooltip);visibility:hidden;background-color:#fff;color:#231f20;text-align:center;padding:12px 16px;border-radius:8px;font-size:12px;line-height:18px;font-weight:600;position:absolute;bottom:130%;left:50%;transform:translate(-50%);z-index:1;width:max-content;max-width:200px;box-shadow:0 4px 8px #0000001a;opacity:0;transition:opacity .3s ease-in-out}.tooltip:after{content:"";position:absolute;top:-30%;left:20%;border-width:5px;border-style:solid;border-color:white transparent transparent transparent;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.tooltip:hover:before,.tooltip:hover:after{visibility:visible;opacity:1}.tooltip:before,.tooltip:after{visibility:hidden;opacity:0;transition:opacity .3s ease-out,visibility 0s .3s}.tooltip:hover:before,.tooltip:hover:after{visibility:visible;transition-delay:0s}.custom-alert{color:#231f20;position:fixed;top:5%;right:5%;width:fit-content;z-index:9999;opacity:0;transition:opacity .5s ease;padding:16px;margin-bottom:24px;border-radius:8px;background-color:#00a19a80;border:1px solid #00a19a;display:flex;align-items:center}.custom-alert p{margin:0}.custom-alert.show{opacity:1}.close{display:inline-block;cursor:pointer;padding:0;background:none;border:none;font:inherit;color:inherit;text-align:inherit;width:16px;height:16px;line-height:0;margin:0 0 0 16px}.close img{width:100%;height:auto}.aste33-widget{width:100%;background-color:transparent;margin:0 auto;position:relative}.aste33-widget--pre-head{padding:10px 16px;margin-bottom:5px;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center}.aste33-widget--pre-head{font-size:.9375rem;line-height:1.3125rem;font-weight:600;color:#555}.aste33-widget--head{padding:12px 16px;margin-bottom:12px;border-radius:4px;background-color:#fff;position:relative}.aste33-widget--head:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #FFFFFF}@media screen and (min-width: 62rem){.aste33-widget--head{padding:10px 16px}}.aste33-widget--timetable{display:flex;justify-content:space-between}.aste33-widget--timetable>div{display:flex;flex-direction:column;position:relative}.aste33-widget--timetable>div:nth-child(1){padding-left:36px;justify-content:start}.aste33-widget--timetable>div:nth-child(1):before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%207.4H1M12.5556%201V4.2M5.44444%201V4.2M5.26667%2017H12.7333C14.2268%2017%2014.9735%2017%2015.544%2016.7384C16.0457%2016.5083%2016.4537%2016.1412%2016.7094%2015.6896C17%2015.1762%2017%2014.5041%2017%2013.16V6.44C17%205.09587%2017%204.42381%2016.7094%203.91042C16.4537%203.45883%2016.0457%203.09168%2015.544%202.86158C14.9735%202.6%2014.2268%202.6%2012.7333%202.6H5.26667C3.77319%202.6%203.02646%202.6%202.45603%202.86158C1.95426%203.09168%201.54631%203.45883%201.29065%203.91042C1%204.42381%201%205.09587%201%206.44V13.16C1%2014.5041%201%2015.1762%201.29065%2015.6896C1.54631%2016.1412%201.95426%2016.5083%202.45603%2016.7384C3.02646%2017%203.77319%2017%205.26667%2017Z'%20stroke='%231D1D1B'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;top:0;left:0}.aste33-widget--timetable>div:nth-child(2){padding-right:36px;text-align:right;justify-content:end}.aste33-widget--timetable>div:nth-child(2):after{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%207.4H1M12.5556%201V4.2M5.44444%201V4.2M5.26667%2017H12.7333C14.2268%2017%2014.9735%2017%2015.544%2016.7384C16.0457%2016.5083%2016.4537%2016.1412%2016.7094%2015.6896C17%2015.1762%2017%2014.5041%2017%2013.16V6.44C17%205.09587%2017%204.42381%2016.7094%203.91042C16.4537%203.45883%2016.0457%203.09168%2015.544%202.86158C14.9735%202.6%2014.2268%202.6%2012.7333%202.6H5.26667C3.77319%202.6%203.02646%202.6%202.45603%202.86158C1.95426%203.09168%201.54631%203.45883%201.29065%203.91042C1%204.42381%201%205.09587%201%206.44V13.16C1%2014.5041%201%2015.1762%201.29065%2015.6896C1.54631%2016.1412%201.95426%2016.5083%202.45603%2016.7384C3.02646%2017%203.77319%2017%205.26667%2017Z'%20stroke='%231D1D1B'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;top:0;right:0}.aste33-widget--timetable-label{font-size:.9375rem;line-height:1.3125rem;color:#231f20}.aste33-widget--timetable-date{font-size:1rem;line-height:1.375rem;font-weight:600;color:#231f20}.aste33-widget--timetable-year{font-size:.6875rem;line-height:.75rem;color:#8e8e8d;margin-top:10px}.aste33-widget--head.aste33-widget--countdown{padding:14px 40px}.aste33-widget--head.aste33-widget--countdown p{font-size:.8125rem;line-height:1.1875rem;font-weight:600;text-align:center}.aste33-widget--countdown-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:6}.aste33-widget--countdown-progress{display:flex;height:100%;position:absolute;top:0;left:0;border-radius:4px 0 0 4px;z-index:5}.aste33-widget--countdown--far .aste33-widget--countdown-progress{background-color:#dbef7d}.aste33-widget--countdown.aste33-widget--countdown--close ul li{column-gap:8px;flex-direction:row-reverse}.aste33-widget--countdown.aste33-widget--countdown--close ul li .count-hours{font-size:2.5rem;line-height:3.125rem}.aste33-widget--countdown--close{background-color:#fed7d7}.aste33-widget--head.aste33-widget--countdown--close:after{border-top-color:#fed7d7}.aste33-widget--head.aste33-widget--countdown--far.aste33-widget--countdown--ending:after{border-top-color:#dbef7d}.aste33-widget--head.aste33-widget--countdown--close.aste33-widget--countdown--ending:after{border-top-color:#f98b7b}.aste33-widget--head.aste33-widget--countdown--far:after{border-top-color:#fff}.aste33-widget--countdown--close .aste33-widget--countdown-progress{background-color:#f98b7b}.aste33-widget--countdown-label{font-size:1.25rem;line-height:1.625rem;font-weight:600;display:inline-flex}.aste33-widget--countdown-label .tooltip{transform:translateY(-5px) translate(6px);position:relative}.aste33-widget--countdown ul{list-style-type:none;display:flex;flex-direction:row;column-gap:33px}.aste33-widget--countdown ul li{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;min-width:35px}.aste33-widget--countdown ul li:not(:last-child):after{content:":";position:absolute;top:50%;right:-16px;transform:translateY(-50%)}.aste33-widget--countdown ul li .count-hours{font-size:1.75rem;line-height:2rem;font-weight:600}.aste33-widget--countdown ul li .count-label{font-size:.8125rem;line-height:1.125rem;font-weight:400}.aste33-widget--head.aste33-widget--countdown.aste33-widget--countdown--end{padding-top:26px;padding-bottom:26px}.aste33-widget--costs{font-size:.9375rem;line-height:1.3125rem;font-weight:600;color:#231f20;margin-top:5px;padding:10px 16px;border-radius:4px;background-color:#fff;display:flex;flex-direction:column;transform:translateY(-8px)}.aste33-widget--costs .aste33-widget--aste33-widget--costs-head{display:flex;justify-content:space-between}.aste33-widget--aste33-widget--costs-body{max-height:0;overflow:hidden;transition:max-height .5s ease-out;will-change:max-height}.aste33-widget--aste33-widget--costs-body.active{max-height:none}.arrow-icon{display:inline-block;margin-left:10px;transform:rotate(0);transition:transform .3s ease-in-out}.toggle-trigger{position:relative;display:flex;align-items:center;cursor:pointer}.toggle-trigger:after{content:"";position:relative;display:flex;align-items:center;width:16px;height:16px;margin-left:5px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%204.5L8%2010.5L2%204.5'%20stroke='%231D1D1B'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;background-size:contain;transition:transform .3s ease-in-out}.toggle-trigger.active:after{transform:rotate(180deg)}.table{width:100%;margin-top:10px}.table td{font-weight:400;padding:5px 0}.table tr:not(:first-child) td{border-top:1px solid #E1E1E1}.table tr td:last-child{text-align:right}.table tr:last-child td{font-weight:600}@media screen and (min-width: 62rem){.aste33-widget--head.aste33-widget--countdown p{font-size:1.25rem;line-height:1.625rem}.aste33-widget--costs{padding:10px 40px}}.aste33-widget--countdown-mini{padding:7px 40px;border-radius:0 0 4px 4px;transform:translateY(-8px);border-top:1px solid #E6E6E6;background-color:#fff;z-index:11}.aste33-widget--countdown-mini-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:6}.aste33-widget--countdown-mini-label{font-size:.9375rem;line-height:1.3125rem;font-weight:600}.aste33-widget--countdown-mini.aste33-widget--countdown--close{background-color:#fed7d7}.aste33-widget--countdown-mini .aste33-widget--countdown-progress{border-radius:0 0 0 4px}.aste33-widget--countdown-mini.aste33-widget--countdown--closed .aste33-widget--countdown-progress{border-radius:0 0 4px 4px}.aste33-widget--body{padding:4px;border-radius:4px;background-color:#fff}.aste33-widget--text-center p{justify-content:center}.aste33-widget--body-image-title{display:flex;align-items:center;flex-direction:column;gap:24px;padding:4px 4px 0;margin-bottom:12px;transition:max-height 1.5s ease}.aste33-widget--body-image{flex:1;width:100%}.aste33-widget--body-title{margin:0 12px}.aste33-widget--body-image-title img{width:100%;border-radius:6px;height:255px;max-height:255px;transition:max-height .5s ease;object-fit:cover}.aste33-widget--body-image-title.reduce-body-image-title img{max-height:110px}@media screen and (min-width: 62rem){.aste33-widget--body{display:flex;flex-direction:column;flex:1 1 auto;justify-content:space-between;position:relative}.aste33-widget--body-image{flex:0 0 37%}.aste33-widget--body-title{margin:0}.aste33-widget--body-image-title{padding:24px 36px 0}.aste33-widget--body-image-title img{width:auto;max-width:100%;height:auto;height:174px;max-height:174px}}.aste33-widget--body-title-code{font-size:.8125rem;line-height:19px;color:#555;margin-bottom:8px;display:none}.aste33-widget--body-title-text{font-size:1.1875rem;line-height:1.75rem;font-weight:600;color:#231f20;transition:.15s ease-in-out;display:block}.aste33-widget--body-title-text:hover{color:#00a19a!important}.aste33-widget--body-price{flex:1;position:relative}.aste33-widget--body-price p{display:flex;align-items:center;gap:16px}.aste33-widget--body-price.aste33-widget--body-price-evidence{padding:0;margin:0 4px 16px}.aste33-widget--body-price-evidence:before{content:"";background-color:#7f54f114;display:flex;border-radius:4px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.aste33-widget--body-price-evidence p{color:#7f54f1;position:relative;z-index:1}.aste33-widget--body-price-evidence .aste33-widget--body-price-value{color:#7f54f1}.aste33-widget--body-price-evidence .aste33-widget--text-15{color:#231f20}.aste33-widget--body-price-evidence.aste33-widget--body-price-evidence-warning:before{background-color:#e19a110d}.aste33-widget--body-price-evidence.aste33-widget--body-price-evidence-warning .aste33-widget--text-18-semi-bold,.aste33-widget--body-price-evidence.aste33-widget--body-price-evidence-warning .aste33-widget--body-price-value{color:#e19a11}.aste33-widget--body-price-label{font-size:1.125rem;font-weight:600}.aste33-widget--body-price-value{font-size:2.0625rem;line-height:2.5rem;font-weight:600}.aste33-widget--body-price.aste33-widget--body-price-high-offer.aste33-widget--body-price-evidence .aste33-widget--head.aste33-widget--countdown.aste33-widget--countdown--end{justify-content:center;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#7f54f11a}.aste33-widget--body-price.aste33-widget--body-price-high-offer.aste33-widget--body-price-evidence .aste33-widget--head.aste33-widget--countdown.aste33-widget--countdown--end p{color:#231f20}@media screen and (min-width: 62rem){.aste33-widget--body-price.aste33-widget--body-price-evidence{padding:32px 0;margin:0}}.aste33-widget--body-price-high-offer .aste33-widget--body-price-high-offer-inner{padding:36px 0 40px;margin:0 36px;display:flex;justify-content:space-between;gap:16px;position:relative;z-index:1}.aste33-widget--body-price-high-offer.aste33-widget--body-price p{margin-bottom:4px}.aste33-widget--body-price-high-offer.aste33-widget--body-price-evidence .aste33-widget--body-price-high-offer-inner{padding-top:0;padding-bottom:0;border-bottom:none}.aste33-widget--body-price-high-offer .aste33-widget--text-13{margin-left:16px;text-decoration:underline}.aste33-widget--body-text{text-align:center;padding:12px}.aste33-widget--body-button,.aste33-widget--body-button-mobile{padding:24px 12px;position:relative}.aste33-widget--body-button-mobile{display:block}@media screen and (min-width: 62rem){.aste33-widget--body-text{padding:24px 36px}.aste33-widget--body-button,.aste33-widget--body-button-mobile{padding:24px 36px 36px;position:relative;z-index:0}}.aste33-widget--make-offer{padding:16px 36px 0;display:flex;flex-direction:column;align-items:center;position:relative}.aste33-widget--make-offer-inner{width:100%;display:grid;grid-template-columns:repeat(3,1fr);column-gap:12px}.aste33-widget--make-offer-inner>div{position:relative}.aste33-widget--bet-wrap{margin-top:16px;position:relative;width:100%;display:none}.aste33-widget--bet-wrap.show-bet-wrap{display:block}.aste33-widget--make-offer-text{font-size:1rem;font-weight:600;margin-top:22px;display:flex;align-items:center;justify-content:center;width:100%;position:relative}.aste33-widget--make-offer-text .yourBestOffer,.aste33-widget--make-offer-text .aste33-widget--color-green{color:#231f20!important}.aste33-widget--make-offer-text a{text-decoration:underline;display:inline-flex;align-items:center;background-color:#fff;z-index:2;padding:0 16px}.aste33-widget--body-text .check-icon path{stroke:#fff;color:#fff}.aste33-widget--body-text .check-icon{background-color:#7f54f1;border-radius:999px;padding:9px}.aste33-widget--make-offer-text .offer-icon path{fill:#fff;color:#fff}.aste33-widget--make-offer-text .offer-icon{background-color:#7f54f1;border-radius:999px;padding:9px;margin-right:8px}.aste33-widget--make-offer-text.active:after{content:"";width:100%;height:1px;background-color:#dadada;top:50%;left:0;transform:translateY(-50%);position:absolute}.aste33-widget--body-price-highest-offer .aste33-widget--body-button:after,.aste33-widget--body-price-highest-offer .aste33-widget--make-offer:after{content:"";z-index:10;width:100%;height:100%;display:flex;background-color:#ffffffb3;position:absolute;top:0;left:0}.aste33-widget .aste33-widget--no-connection{position:absolute;top:0;left:0;z-index:999;background:#fffffff2;display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.aste33-widget .aste33-widget--no-connection .aste33-widget--no-connection-icon{width:100px;height:100px;max-width:100px}.aste33-widget .aste33-widget--no-connection .aste33-widget--no-connection-icon path{fill:#b42318;color:#b42318}.aste33-widget .aste33-widget--no-connection .aste33-widget--text-23{margin-top:30px;font-weight:500}.aste33-widget .aste33-widget--no-connection p{text-align:center;margin-top:20px}.aste33-widget--grid{display:grid;grid-template-columns:repeat(1,1fr);gap:64px 0}.aste33-widget--grid .aste33-widget--body-dettaglio{text-align:center;padding:0 0 16px}.aste33-widget--grid .aste33-widget--body-dettaglio a{font-size:.8125rem;line-height:1.1875rem;color:#231f20;text-decoration:none}.aste33-widget--grid .aste33-widget--button{font-size:.9375rem;line-height:1.3125rem;font-weight:500;padding:15px 24px}.aste33-widget--grid .aste33-widget--body-price-high-offer .aste33-widget--body-price-high-offer-inner{padding:16px 0;margin:0 12px}.aste33-widget--grid .aste33-widget--bet{font-size:1.125rem;line-height:1.375rem;padding:12px 16px}.aste33-widget--grid .aste33-widget--body-price-value{font-size:1.5rem;line-height:1.875rem;font-weight:600}.aste33-widget--grid .aste33-widget--body-price-high-offer.aste33-widget--body-price p{font-size:.8125rem;line-height:1.1875rem}.aste33-widget--grid .aste33-widget--body-price-high-offer.aste33-widget--body-price p.aste33-widget--text-15{font-size:.75rem;line-height:1.125rem;font-weight:400}.aste33-widget--grid .aste33-widget--make-offer-text{font-size:.9375rem;line-height:1.3125rem}.aste33-widget--grid .aste33-widget--make-offer,.aste33-widget--grid .aste33-widget--body-button{display:block}.aste33-widget--grid .aste33-widget--body-button-mobile{padding-bottom:16px}.aste33-widget--grid .aste33-widget--body-price-high-offer.aste33-widget--body-price.aste33-widget--body-price-evidence p{font-weight:600}@media screen and (min-width: 62rem){.aste33-widget--grid{grid-template-columns:repeat(2,1fr);gap:56px 20px}.aste33-widget--grid>div{display:flex}.aste33-widget--grid .aste33-widget{height:100%;display:flex;flex-direction:column;justify-content:space-between}.aste33-widget--body-image-title{flex-direction:row}.aste33-widget--body-title-code{display:block}.aste33-widget--grid .aste33-widget--body-price-high-offer .aste33-widget--body-price-high-offer-inner{padding:20px 0 16px;margin:0 36px}.aste33-widget--grid .aste33-widget--body-price-high-offer .aste33-widget--body-price-high-offer-inner>div{flex:1 1 50%}.aste33-widget--grid .aste33-widget--body-price-high-offer .aste33-widget--body-price-high-offer-inner>div:last-child{text-align:end;justify-content:end;display:flex;align-items:start}.aste33-widget--grid .aste33-widget--body-price-high-offer.aste33-widget--body-price-evidence .aste33-widget--body-price-high-offer-inner{padding-top:0;padding-bottom:0}.aste33-widget--grid .aste33-widget--body-dettaglio{display:none}.aste33-widget--grid .aste33-widget--button{font-size:1rem;line-height:1.375rem}.aste33-widget--grid .aste33-widget--body-price-value{font-size:1.75rem;line-height:2.25rem}.aste33-widget--grid .aste33-widget--body-price-high-offer.aste33-widget--body-price p{font-size:.9375rem;line-height:1.3125rem;font-weight:600}.aste33-widget--grid .aste33-widget--body-price-high-offer.aste33-widget--body-price p.aste33-widget--text-15{font-size:.8125rem;line-height:1.1875rem}.aste33-widget--grid .aste33-widget--make-offer,.aste33-widget--grid .aste33-widget--body-button{display:block}.aste33-widget--body-button-mobile{display:none}}#makeOfferMask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .5s ease;z-index:1000;pointer-events:none}#makeOfferMask.show{opacity:1;pointer-events:auto}.aste33-widget--make-offer-mobile{border-radius:12px 12px 0 0;background-color:#fff;padding:16px 0;position:fixed;left:0;bottom:-100%;width:100%;transition:all .5s ease;z-index:9999;opacity:0}.aste33-widget--make-offer-mobile.show{bottom:0;opacity:1}#timetableMobile{display:none}#timetableMobile.show{display:block}.aste33-widget--make-offer-mobile .aste33-widget--pre-head{background-color:#f7f6f6;margin:0 16px;justify-content:space-between;border-radius:6px}.aste33-widget--make-offer-mobile .aste33-widget--pre-head.active{border-bottom-right-radius:0;border-bottom-left-radius:0}.aste33-widget--make-offer-mobile .aste33-widget--pre-head-info-label{font-size:.75rem;line-height:1.125rem;font-weight:400;color:#231f20}.aste33-widget--make-offer-mobile .aste33-widget--pre-head-info-label:before{content:"+";margin-right:5px}.aste33-widget--make-offer-mobile .aste33-widget--pre-head-info-label.active:before{content:"-"}.aste33-widget--make-offer-mobile .aste33-widget--head:not(.aste33-widget--countdown){margin:0 16px;padding:16px;border-top:1px solid #DADADA;border-top-left-radius:0;border-top-right-radius:0;background-color:#f7f6f6}.aste33-widget--make-offer-mobile .aste33-widget--timetable-label,.aste33-widget--make-offer-mobile .aste33-widget--timetable-date{font-size:.8125rem;line-height:1.0625rem}.aste33-widget--make-offer-mobile .aste33-widget--timetable-year{margin-top:5px}.aste33-widget--make-offer-mobile .aste33-widget--body{padding:0;margin:12px 16px 24px;position:relative}.aste33-widget--make-offer-mobile .aste33-widget--body .aste33-widget--body-price.aste33-widget--body-price-evidence{width:calc(100% + 16px);margin-left:-8px;margin-right:-8px}.aste33-widget--make-offer-mobile .aste33-widget--body-price p{align-items:start;flex-direction:column;gap:0}.aste33-widget--make-offer-mobile .aste33-widget--body-price p .aste33-widget--body-price-label{font-size:.75rem;line-height:1.125rem;font-weight:600}.aste33-widget--make-offer-mobile .aste33-widget--button{align-self:flex-start;padding:12px 24px}.aste33-widget--grid .aste33-widget--make-offer-mobile .aste33-widget--make-offer,.aste33-widget--grid .aste33-widget--make-offer-mobile .aste33-widget--body-button{display:flex}.aste33-widget--make-offer-mobile .aste33-widget--body-price-high-offer .aste33-widget--body-price-high-offer-inner{margin:0}.aste33-widget--make-offer-mobile .aste33-widget--body-price-evidence .aste33-widget--body-price-evidence-inner,.aste33-widget--make-offer-mobile .aste33-widget--body-price-high-offer.aste33-widget--body-price-evidence .aste33-widget--body-price-high-offer-inner{margin:0 16px}.aste33-widget--make-offer-mobile .aste33-widget--body-price-high-offer .aste33-widget--body-button,.aste33-widget--make-offer-mobile .aste33-widget--make-offer{padding:0}.aste33-widget--make-offer-mobile .aste33-widget--body-button,.aste33-widget--make-offer-mobile .aste33-widget--body-button-mobile{padding:24px 0}.aste33-widget--grid .aste33-widget--make-offer-mobile .aste33-widget--body-price-high-offer .aste33-widget--body-price-high-offer-inner{padding:12px 0}.aste33-widget--make-offer-mobile .aste33-widget--body-price-evidence .aste33-widget--body-price-evidence-inner,.aste33-widget--grid .aste33-widget--make-offer-mobile .aste33-widget--body-price-high-offer.aste33-widget--body-price-evidence .aste33-widget--body-price-high-offer-inner{padding:24px 0}.aste33-widget--make-offer-mobile .aste33-widget--head.aste33-widget--countdown{padding:4px 16px;margin:0 8px;background-color:#f7f6f6}.aste33-widget--make-offer-mobile .aste33-widget--head.aste33-widget--countdown.aste33-widget--countdown--end{padding:12px 16px}.aste33-widget--make-offer-mobile .aste33-widget--bet{font-size:.9375rem;line-height:1.4375rem}.aste33-widget--make-offer-mobile .aste33-widget--body-price-value{font-size:1.375rem;line-height:1.875rem}.aste33-widget--make-offer-mobile .aste33-widget--bet:after,.aste33-widget--make-offer-mobile .aste33-widget--bet-wrap:after{font-size:.75rem;line-height:1.125rem}.aste33-widget--make-offer-mobile .aste33-widget--body-price-high-offer.aste33-widget--body-price p.aste33-widget--text-15{font-size:.75rem;line-height:1.125rem}.aste33-widget--make-offer-mobile .aste33-widget--make-offer-text{font-size:.8125rem;line-height:1.1875rem;font-weight:500}.aste33-widget--make-offer-mobile .aste33-widget--head.aste33-widget--countdown .aste33-widget--countdown-label{font-size:.8125rem;line-height:1.1875rem}.aste33-widget--make-offer-mobile .aste33-widget--head.aste33-widget--countdown ul li .count-hours{font-size:1.125rem;line-height:1.25rem}.aste33-widget--make-offer-mobile .aste33-widget--head.aste33-widget--countdown ul li .count-label{font-size:.5625rem;line-height:.9375rem}.aste33-widget--make-offer-mobile .aste33-widget--head:after{content:none}.loading-wrap{display:flex;width:100%;height:100%;position:absolute;top:0;left:0;align-items:center;justify-content:center;border-radius:12px}.loading-wrap .loading{z-index:998}.loading-wrap:before{background:#fff;content:"";position:absolute;top:0;left:0;width:100%;height:calc(100% - 8px);opacity:.75;display:flex;z-index:997;border-radius:12px}.aste33-widget--button.button-highlight:after{content:"";width:100%;height:56px;border-radius:4px;border:4px solid #7F54F1;position:absolute;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%);animation:ring 1.5s infinite}.aste33-widget--button.button-highlight:hover:after,.aste33-widget--button.button-highlight:focus:after{animation:none;display:none}@keyframes ring{0%{width:95%;height:46px;opacity:1}to{width:calc(100% + 30px);height:86px;opacity:0}}
