.spin-wheel-wrapper .spin-wheel-spin-wrapper{background:linear-gradient(35deg, #f24101, #f7994c)}.spin-wheel-wrapper .spin-wheel-spin-wrapper-el{display:grid;grid-template-columns:55% 45%;grid-gap:.625em;align-items:center}.spin-wheel-wrapper .spin-wheel{min-height:14em}.spin-wheel-wrapper .spin-wheel-hidden{display:none}.spin-wheel-wrapper .spin-wheel-close-icon{position:absolute;top:0;right:0;margin:1.25em;z-index:9999}.spin-wheel-wrapper .spin-wheel-close-icon svg{width:1.25em;height:1.25em;display:block;color:#2d2f36}.spin-wheel-wrapper .spin-wheel-close-icon a:hover svg{color:#fff}.spin-wheel-wrapper .spin-wheel-spin-wrapper{padding:3.25em}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper{position:relative;width:100%}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin h2{margin:0 0 .875em;font-size:clamp(1.25em, 2.5vw, 1.75em);color:#fff;font-weight:600;text-align:center}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin p{margin:0 0 1.25em;color:#fefefe;font-size:.875em;text-align:center;font-weight:600}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin a{color:#fff;font-size:.875em;font-weight:600}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin ahover{text-decoration:underline}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin input{padding:.9em .9375em;border:.0625em solid #eaeaea;border-radius:.375em;height:auto;box-shadow:none;background-color:#fcfcfc;font-size:.875em;color:#55555c;width:100%;box-sizing:border-box}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin input:focus{border-color:#007bff;outline:.0625em solid #007bff}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin .spin-wheel-control-item{margin-bottom:1.25em;display:flex;align-items:center;gap:1.25em;justify-content:space-between;font-size:.875em}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin .spin-wheel-checkbox{display:flex;align-items:center;gap:.5em}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin .spin-wheel-checkbox input{width:auto}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin button{padding:1em 1.25em;border:.0625em solid #3f3f3f;border-radius:.375em;background:#3f3f3f;color:#fff;cursor:pointer;font-size:.9375em;font-weight:600;box-shadow:none;width:100%}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-forms-wrapper .spin-wheel-forms-spin button:focus{border-color:#99c6f6;outline:.0625em solid #99c6f6}.spin-wheel-wrapper .spin-wheel-spin-wrapper .spin-wheel-form-loader:not(.spin-wheel-hidden){position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:1.25em}.spin-wheel-wrapper .spin-wheel-win-step:not(.spin-wheel-hidden){display:flex;flex-direction:column}.spin-wheel-wrapper .spin-wheel-win-step{text-align:center}.spin-wheel-wrapper .spin-wheel-win-step h2{font-size:clamp(1.25em, 2.5vw, 1.75em);color:#ffffff;margin:0 0 .625em}.spin-wheel-wrapper .spin-wheel-win-step p{margin:0 0 1.25em;font-size:.875em;color:#fefefe}.spin-wheel-wrapper .spin-wheel-win-step .spin-wheel-win-coupon-wrap{position:relative}.spin-wheel-wrapper .spin-wheel-win-step .spin-wheel-win-coupon-wrap pre{padding:1em 1.125em;text-align:left;border-radius:.375em;margin:0;background-color:#f4f8ff;font-weight:600;color:#3f3f3f}.spin-wheel-wrapper .spin-wheel-win-step .spin-wheel-win-coupon-wrap button{position:absolute;top:50%;right:.375em;transform:translateY(-50%);background-color:#3f3f3f;color:#fff;border:.0625em solid #3f3f3f;border-radius:.375em;padding:.9375em 1.25em;font-size:.875em;cursor:pointer;box-shadow:none;font-weight:700}.spin-wheel-wrapper .spin-wheel-win-step .spin-wheel-win-coupon-wrap button:focus{border-color:#99c6f6;outline:.0625em solid #99c6f6}@media (max-width:48em){.spin-wheel-wrapper.spin-wheel-mobile{display:block}}@media (min-width:48em) and (max-width:64em){.spin-wheel-wrapper.spin-wheel-tablet{display:block}}@media (min-width:64em){.spin-wheel-wrapper.spin-wheel-desktop{display:block}}@media (max-width:47.9375em){.spin-wheel-wrapper .spin-wheel-spin-wrapper-el{grid-template-columns:100%}.wof__modal__overlay{position:absolute}}.wof__modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:flex;justify-content:center;align-items:center;max-width:100%;z-index:999 !important}.wof__modal__container{width:100%;max-width:60em;border-radius:.25em;overflow-y:auto;box-sizing:border-box}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__close{background:transparent;border:0}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.wof__micromodal-slide{display:none}.wof__micromodal-slide.is-open{display:block}.wof__micromodal-slide[aria-hidden="false"] .wof__modal__overlay{animation:mmfadeIn .3s cubic-bezier(0, 0, .2, 1)}.wof__micromodal-slide[aria-hidden="false"] .wof__modal__container{animation:mmslideIn .3s cubic-bezier(0, 0, .2, 1)}.wof__micromodal-slide[aria-hidden="true"] .wof__modal__overlay{animation:mmfadeOut .3s cubic-bezier(0, 0, .2, 1)}.wof__micromodal-slide[aria-hidden="true"] .wof__modal__container{animation:mmslideOut .3s cubic-bezier(0, 0, .2, 1)}.wof__micromodal-slide .wof__modal__container,.wof__micromodal-slide .wof__modal__overlay{will-change:transform}@media (min-width:1540px){.spin-wheel-wrapper .spin-wheel{min-height:27em}}