.melindres-button{transition:all .3s ease-in-out 0s;background-color:#fff;border:1px solid #dbdbdb;color:#7a7a7a;padding:calc(.5em - 1px) 1em;white-space:nowrap}.melindres-button.is-primary{border-color:transparent;background-color:#ff1a98;color:#fff}.melindres-button.is-primary:focus,.melindres-button.is-primary:hover{background-color:#ff0d92;border-color:transparent;color:#fff}.melindres-button.is-primary:focus:not(:active){box-shadow:0 0 0 .25em rgba(255,26,152,.25)}.melindres-button.is-primary:active{background-color:#ff008c;border-color:transparent;color:#fff}.melindres-buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.melindres-buttons.is-list .melindres-button:not(:last-child){margin-right:.5em}.melindres-buttons.is-stack .melindres-button{display:flex;width:100%;justify-content:center;white-space:nowrap;align-items:center}.melindres-buttons.is-stack .melindres-button:not(:last-child){margin-bottom:.5em}.melindres-switch .v-switch-core{background-color:#7a7a7a}.melindres-switch.toggled .v-switch-core{background-color:#ff1a98}.melindres{position:relative;z-index:9998}.melindres-banner{background-color:#fff;position:fixed;bottom:0;width:100vw;color:#7a7a7a;border-top:1px solid #dbdbdb;box-shadow:0 0 15px rgba(0,0,0,.15)}.melindres-banner .melindres-banner-content{padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:stretch;align-content:stretch}.melindres-banner p.title{font-size:1.25em;font-weight:600;line-height:1.125}.melindres-banner p:not(:last-child){margin-bottom:.66em}.melindres-banner .melindres-banner-info{margin-bottom:.75rem}.melindres-banner .melindres-banner-buttons{margin-top:.75rem}@media screen and (min-width:769px){.melindres-banner .melindres-banner-content{flex-direction:row;justify-content:center;align-items:center;align-content:stretch}.melindres-banner .melindres-banner-info{margin-bottom:0;margin-right:.75rem;flex:1 1 auto}.melindres-banner .melindres-banner-buttons{margin-top:0;margin-left:.75rem}}body.melindres-modal-open{height:100vh;overflow-y:hidden;position:fixed}.melindres-modal{display:flex;align-items:center;flex-direction:column;justify-content:center;position:fixed;bottom:0;left:0;right:0;top:0}.melindres-modal .melindres-modal-background{background-color:rgba(10,10,10,.86);position:absolute;bottom:0;left:0;right:0;top:0}.melindres-modal .melindres-modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:90%;width:calc(100% - 4rem);overflow:auto;position:relative;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.33)}@media screen and (min-width:769px){.melindres-modal .melindres-modal-content{width:640px}}.melindres-modal .melindres-modal-box{background-color:#fff;border-radius:4px;font-family:Helvetica,Arial,sans-serif}.melindres-modal .melindres-modal-body p.title,.melindres-modal .melindres-modal-footer p.title,.melindres-modal .melindres-modal-header p.title{font-size:1.25em;font-weight:600;line-height:1.125}.melindres-modal .melindres-modal-body p:not(:last-child),.melindres-modal .melindres-modal-footer p:not(:last-child),.melindres-modal .melindres-modal-header p:not(:last-child){margin-bottom:.66em}.melindres-modal .melindres-modal-footer,.melindres-modal .melindres-modal-header{background-color:#ededed;padding:1rem}.melindres-modal .melindres-modal-body{padding:1.5rem;max-height:calc(100vh - 15rem);overflow-y:auto;scrollbar-width:thin;font-size:.85em}.melindres-consent{margin:1rem 0}.melindres-consent .melindres-consent-header{background-color:#ededed;padding:1rem;display:flex;justify-content:space-between;align-items:center}.melindres-consent .melindres-consent-header a{flex:1 0 auto}.melindres-consent .melindres-consent-body{border:1px solid #ededed}.melindres-consent .melindres-consent-body .melindres-consent-body-content{padding:1.5rem}.melindres-consent-section .menlindres-consent-section-description,.melindres-consent-section:not(:last-child){margin-bottom:1rem}.melindres-consent-section .menlindres-consent-section-table-wrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:thin}.melindres-consent-section .menlindres-consent-section-table-wrapper table{border-collapse:collapse;width:100%;max-width:100%}.melindres-consent-section .menlindres-consent-section-table-wrapper table th{background-color:#ededed;font-weight:700}.melindres-consent-section .menlindres-consent-section-table-wrapper table td,.melindres-consent-section .menlindres-consent-section-table-wrapper table th{padding:.5rem;border:1px solid #dbdbdb}.melindres-consent-section .menlindres-consent-section-table-wrapper .melindres-consent-section-cookie-name{font-family:monospace}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.fade-move{transition:transform .3s ease-out}.collapse-move{transition:transform .3s ease-in-out}