“This Calls For Margs” Sweepstakes — Win $60,000 + Instant $20 Venmo Prizes!
/* ============================================================
ROOT SCOPE: .fm-scroll-page-casamigos-margs
All selectors prefixed — zero global bleed
============================================================ */
.fm-scroll-page-casamigos-margs {
font-family: ‘Georgia’, serif;
background: #fff;
color: #1a1a1a;
line-height: 1.7;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
/* HERO */
.fm-scroll-page-casamigos-margs .fm-hero {
background: linear-gradient(160deg, #1a3a1a 0%, #2d6a2d 45%, #3a8a3a 100%);
color: #fff;
padding: 44px 20px 40px;
text-align: center;
width: 100%;
}
.fm-scroll-page-casamigos-margs .fm-hero-eyebrow {
display: inline-block;
background: rgba(255,215,0,0.18);
color: #ffd700;
font-size: 0.75rem;
letter-spacing: 0.18em;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 14px;
}
.fm-scroll-page-casamigos-margs .fm-hero-title {
font-size: clamp(1.7rem, 5.5vw, 3rem);
font-weight: 700;
line-height: 1.2;
margin: 0 auto 12px;
max-width: 820px;
color: #fff;
}
.fm-scroll-page-casamigos-margs .fm-hero-sub {
font-size: 1.05rem;
color: rgba(255,255,255,0.88);
max-width: 600px;
margin: 0 auto 22px;
}
.fm-scroll-page-casamigos-margs .fm-countdown-wrap {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 24px;
}
.fm-scroll-page-casamigos-margs .fm-cd-box {
background: rgba(255,215,0,0.15);
border: 1px solid rgba(255,215,0,0.3);
border-radius: 10px;
padding: 10px 16px;
min-width: 64px;
text-align: center;
}
.fm-scroll-page-casamigos-margs .fm-cd-num {
font-size: 2rem;
font-weight: 700;
color: #ffd700;
display: block;
line-height: 1;
}
.fm-scroll-page-casamigos-margs .fm-cd-label {
font-size: 0.68rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: rgba(255,255,255,0.7);
margin-top: 4px;
display: block;
}
.fm-scroll-page-casamigos-margs .fm-hero-pills {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 28px;
}
.fm-scroll-page-casamigos-margs .fm-pill {
background: rgba(255,215,0,0.15);
border: 1px solid rgba(255,215,0,0.3);
color: #ffd700;
font-size: 0.82rem;
font-weight: 600;
padding: 5px 14px;
border-radius: 20px;
letter-spacing: 0.04em;
}
.fm-scroll-page-casamigos-margs .fm-hero-cta {
display: inline-block;
background: #ffd700;
color: #1a3a1a;
font-size: 1.15rem;
font-weight: 700;
padding: 16px 44px;
border-radius: 50px;
letter-spacing: 0.06em;
cursor: pointer;
border: none;
box-shadow: 0 4px 20px rgba(255,215,0,0.4);
transition: transform 0.15s, box-shadow 0.15s;
text-transform: uppercase;
text-decoration: none;
}
.fm-scroll-page-casamigos-margs .fm-hero-cta:hover {
transform: translateY(-2px);
box-shadow: 0 6px 28px rgba(255,215,0,0.5);
}
/* MARQUEE */
.fm-scroll-page-casamigos-margs .fm-marquee {
background: #ffd700;
color: #1a3a1a;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 9px 0;
overflow: hidden;
white-space: nowrap;
width: 100%;
}
.fm-scroll-page-casamigos-margs .fm-marquee-inner {
display: inline-block;
animation: fmCasaMarquee 55s linear infinite;
}
@keyframes fmCasaMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* ARTICLE BODY */
.fm-scroll-page-casamigos-margs .fm-body {
width: 100%;
background: #fff;
}
.fm-scroll-page-casamigos-margs .fm-section {
padding: 36px 24px;
border-bottom: 1px solid #f0f0f0;
max-width: 860px;
margin: 0 auto;
}
.fm-scroll-page-casamigos-margs .fm-section-title {
font-size: 1.4rem;
font-weight: 700;
color: #1a3a1a;
margin: 0 0 14px;
padding-bottom: 8px;
border-bottom: 2px solid #d4edda;
}
.fm-scroll-page-casamigos-margs .fm-p {
margin-bottom: 14px;
font-size: 1rem;
color: #1a1a1a;
}
.fm-scroll-page-casamigos-margs .fm-toc {
background: #f0f7f0;
border-left: 4px solid #2d6a2d;
border-radius: 8px;
padding: 20px 24px;
margin: 0 auto 0;
max-width: 860px;
}
.fm-scroll-page-casamigos-margs .fm-toc-title {
font-size: 0.9rem;
font-weight: 700;
color: #1a3a1a;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.fm-scroll-page-casamigos-margs .fm-toc-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px 20px;
}
.fm-scroll-page-casamigos-margs .fm-toc-list li {
font-size: 0.9rem;
color: #2d6a2d;
}
.fm-scroll-page-casamigos-margs .fm-toc-list li::before {
content: “→ “;
color: #2d6a2d;
}
/* HIGHLIGHT BOX */
.fm-scroll-page-casamigos-margs .fm-highlight {
background: #f0f7f0;
border: 1px solid #b8ddb8;
border-radius: 10px;
padding: 20px 22px;
margin: 18px 0;
}
.fm-scroll-page-casamigos-margs .fm-highlight-title {
font-size: 1rem;
font-weight: 700;
color: #1a3a1a;
margin-bottom: 8px;
}
.fm-scroll-page-casamigos-margs .fm-ul {
padding-left: 20px;
margin: 0;
}
.fm-scroll-page-casamigos-margs .fm-ul li {
margin-bottom: 8px;
font-size: 0.97rem;
color: #1a1a1a;
}
/* PRIZE TABLE */
.fm-scroll-page-casamigos-margs .fm-table-wrap {
overflow-x: auto;
margin: 16px 0;
}
.fm-scroll-page-casamigos-margs .fm-table {
width: 100%;
border-collapse: collapse;
font-size: 0.93rem;
}
.fm-scroll-page-casamigos-margs .fm-table th {
background: #1a3a1a;
color: #ffd700;
padding: 10px 14px;
text-align: left;
font-weight: 700;
}
.fm-scroll-page-casamigos-margs .fm-table td {
padding: 9px 14px;
border-bottom: 1px solid #f0f0f0;
color: #1a1a1a;
}
.fm-scroll-page-casamigos-margs .fm-table tr:nth-child(even) td {
background: #f0f7f0;
}
/* INSTANT WIN BADGE */
.fm-scroll-page-casamigos-margs .fm-instant-badge {
display: inline-block;
background: #2d6a2d;
color: #ffd700;
font-size: 0.78rem;
font-weight: 700;
padding: 3px 10px;
border-radius: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-left: 6px;
vertical-align: middle;
}
/* FAQ */
.fm-scroll-page-casamigos-margs .fm-faq-item {
border-bottom: 1px solid #f0f0f0;
padding: 14px 0;
}
.fm-scroll-page-casamigos-margs .fm-faq-q {
font-weight: 700;
color: #1a3a1a;
font-size: 1rem;
margin-bottom: 6px;
}
.fm-scroll-page-casamigos-margs .fm-faq-a {
font-size: 0.96rem;
color: #333;
margin: 0;
}
/* RELATED LINKS */
.fm-scroll-page-casamigos-margs .fm-related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 14px;
margin-top: 16px;
}
.fm-scroll-page-casamigos-margs .fm-related-card {
background: #f0f7f0;
border: 1px solid #b8ddb8;
border-radius: 10px;
padding: 16px 18px;
text-decoration: none;
color: #1a1a1a;
font-size: 0.9rem;
font-weight: 600;
transition: transform 0.15s, box-shadow 0.15s;
display: block;
}
.fm-scroll-page-casamigos-margs .fm-related-card:hover {
transform: translateY(-2px);
box-shadow: 0 4px 14px rgba(0,0,0,0.1);
text-decoration: none;
}
.fm-scroll-page-casamigos-margs .fm-related-card .fm-rc-label {
font-size: 0.72rem;
color: #2d6a2d;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 6px;
display: block;
}
/* ENTRY SECTION */
.fm-scroll-page-casamigos-margs .fm-entry-section {
background: linear-gradient(160deg, #1a3a1a 0%, #2d6a2d 100%);
padding: 48px 24px 52px;
text-align: center;
width: 100%;
}
.fm-scroll-page-casamigos-margs .fm-entry-title {
font-size: clamp(1.5rem, 5vw, 2.4rem);
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}
.fm-scroll-page-casamigos-margs .fm-entry-sub {
font-size: 1rem;
color: rgba(255,255,255,0.88);
max-width: 560px;
margin: 0 auto 28px;
}
.fm-scroll-page-casamigos-margs .fm-entry-cta {
display: inline-block;
background: #ffd700;
color: #1a3a1a;
font-size: 1.15rem;
font-weight: 700;
padding: 18px 50px;
border-radius: 50px;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none;
box-shadow: 0 4px 20px rgba(255,215,0,0.4);
transition: transform 0.15s, box-shadow 0.15s;
}
.fm-scroll-page-casamigos-margs .fm-entry-cta:hover {
transform: translateY(-2px);
box-shadow: 0 6px 28px rgba(255,215,0,0.5);
text-decoration: none;
}
.fm-scroll-page-casamigos-margs .fm-legal {
font-size: 0.78rem;
color: rgba(255,255,255,0.6);
margin-top: 20px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
/* NPN BANNER */
.fm-scroll-page-casamigos-margs .fm-npn {
background: #1a1a1a;
color: #fff;
text-align: center;
font-size: 0.8rem;
padding: 10px 20px;
letter-spacing: 0.05em;
font-weight: 600;
text-transform: uppercase;
}
/* AD BLOCKS */
.fm-scroll-page-casamigos-margs .fm-ad {
width: 100%;
margin: 24px 0;
text-align: center;
}
/* POPUPS */
.fm-scroll-page-casamigos-margs .fm-popup {
position: fixed;
bottom: 24px;
right: 24px;
background: #fff;
border: 2px solid #2d6a2d;
border-radius: 14px;
padding: 18px 22px;
max-width: 290px;
box-shadow: 0 8px 32px rgba(0,0,0,0.18);
z-index: 8888;
display: none;
animation: fmCasaSlideIn 0.4s ease;
}
@keyframes fmCasaSlideIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fm-scroll-page-casamigos-margs .fm-popup-icon { font-size: 1.6rem; margin-bottom: 6px; display: block; }
.fm-scroll-page-casamigos-margs .fm-popup-title { font-size: 0.95rem; font-weight: 700; color: #1a3a1a; margin-bottom: 4px; }
.fm-scroll-page-casamigos-margs .fm-popup-body { font-size: 0.85rem; color: #333; margin: 0; }
@media (max-width: 600px) {
.fm-scroll-page-casamigos-margs .fm-popup {
bottom: 12px;
right: 12px;
left: 12px;
max-width: none;
}
}
2,500 Instant Win Prizes
$20 Venmo Each
Ends Sept 30, 2026
US Residents 21+
- What the $60,000 Prize Means
- The Instant Win $20 Venmo Game
- How to Enter (Free)
- Who Is Eligible
- Making the Perfect Marg at Home
- FAQ
- Enter at the Bottom
The grand prize is framed in a clever way: Casamigos will pay your phone bill for life, calculated as $100 per month for 50 years — totaling $60,000 in cash. That’s not a gimmick. It’s a real $60,000 check, and you can use it however you want. The “phone bill for life” framing is just a fun way to think about what that money represents.
For most households, $60,000 is transformative. It’s a down payment on a home, a year or two of college tuition, a paid-off car, or a fully funded emergency fund with room to spare. The form of payment is determined by Casamigos’s sponsor (Diageo Americas), but the amount is fixed at $60,000 USD.
- Grand Prize (1 winner): $60,000 cash — “phone bill paid for life” ($100/month × 50 years)
- Instant Win Prizes (2,500 winners): $20 Venmo credit each
- Total prize pool value: $110,000
- Grand Prize drawing: On or about October 1, 2026
- Instant Win: Available at random times throughout the sweepstakes period
When you submit your entry form, you’re automatically entered into the instant win game. If you’re one of the lucky 2,500 players to hit a winning moment, you’ll see a “CONGRATULATIONS” message on screen with prize claim instructions. The $20 goes directly to your Venmo account — the same phone number you used to enter.
A few things to know: you need a US-based bank account and a mobile device with SMS capability to claim an instant win prize. If you don’t have a Venmo account, you’ll need to create one to receive the $20 — otherwise the prize is forfeited. Allow up to 48 hours after claiming for the deposit to show in your Venmo balance.
| Instant Win Detail | Info |
|---|---|
| Number of instant win prizes | 2,500 total |
| Prize value per win | $20 Venmo credit |
| How it’s delivered | Venmo to your entry phone number |
| Claim time limit | As determined by administrator |
| Deposit timeline | Up to 48 hours after claiming |
| Venmo account required? | Yes — must create one if you don’t have it |
| Max instant wins per person | 1 |
There are two entries available per person: one main entry and one bonus entry. The main entry comes from completing the form at casamigos.com/en-us/marg-plz-sweepstakes/. You’ll need your name, date of birth, city/state/zip, mobile phone number, and email address. After submitting, you’ll get your instant win game play automatically.
The bonus entry is available on the confirmation page after you submit your main entry. Look for the designated icon and click it to receive one additional entry into the grand prize drawing. The bonus entry does not give you another instant win game play — it only adds a second chance at the $60,000.
- Visit casamigos.com/en-us/marg-plz-sweepstakes/ and verify your age (21+)
- Fill out the form: name, DOB, city/state/zip, mobile number, email
- Submit — you’ll automatically play the instant win game
- On the confirmation page, click the bonus entry icon for a 2nd grand prize entry
- Limit: 1 main entry + 1 bonus entry per person per email address
- No purchase necessary — alcohol is not part of any prize
A good margarita doesn’t need to be complicated or expensive. The classic formula is simple: 2 oz tequila, 1 oz fresh lime juice, and 3/4 oz triple sec or orange liqueur. Shake over ice, strain into a salt-rimmed glass, and you’re done. The key is fresh lime juice — bottled lime juice is noticeably flat by comparison.
If you want to stretch your budget further, a house-brand triple sec works perfectly well in a shaken margarita. Save the premium orange liqueur for sipping neat. The tequila is where quality matters most — a blanco tequila with clean agave flavor makes the biggest difference in the final drink.
| Classic Margarita | Amount |
|---|---|
| Blanco tequila | 2 oz |
| Fresh lime juice | 1 oz (about 1 lime) |
| Triple sec or orange liqueur | 3/4 oz |
| Ice | For shaking + serving |
| Salt | For rim (optional) |
| Lime wedge | For garnish |
Batch margaritas are a great option for groups: multiply the recipe by the number of servings, mix in a pitcher, and refrigerate without ice. Add ice to individual glasses when serving. A pitcher for 8 people costs roughly $25–$35 in ingredients — far less than bar prices.
No. No purchase is necessary to enter or win. The rules explicitly state that making a purchase will not increase your chances of winning.
You can submit one main entry and one bonus entry (available on the confirmation page after your main entry), for a total of two entries per person per email address.
You need a mobile device with SMS capability, a US-based bank account, and a Venmo account linked to the phone number you used to enter. The $20 is sent directly to that Venmo number.
The grand prize drawing takes place on or about October 1, 2026. The winner will be notified by email and/or phone on or about October 2, 2026 and must respond within 5 days.
Yes. The prize is described as “$60,000 cash (calculated as $100 per month for a period of 50 years).” The form of payment is at the sponsor’s discretion, but the amount is $60,000 USD.
No. This promotion is not sponsored, endorsed, or administered by Meta Platforms, Inc. Your information goes to Diageo Americas, Inc. (Casamigos’s parent company), not to social media platforms.
ENTER HERE
Sponsor: Diageo Americas, Inc., New York, NY. Open to legal residents of the 50 United States and Washington, DC, 21 years of age or older. Sweepstakes Period: May 5, 2026 at 12:00 a.m. ET – September 30, 2026 at 11:59:59 p.m. ET. Limit 1 entry + 1 bonus entry per person. No purchase necessary. Void where prohibited. Must have a US-based bank account and SMS-capable mobile device to claim Instant Win Prize. Alcohol is not part of any prize. Please drink responsibly.
One winner gets $60,000 cash — your phone bill paid for life. Enter free before Sept 30!
2,500 instant win prizes of $20 via Venmo. You could win the moment you enter!
After submitting, click the bonus icon on the confirmation page for a 2nd grand prize entry!
$110,000 in total prizes — don’t miss your shot. Scroll down to enter free!
(function() {
// COUNTDOWN — Sept 30, 2026 11:59:59 PM ET = Oct 1 03:59:59 UTC
var deadline = new Date(“2026-10-01T03:59:59Z”);
function updateCountdown() {
var now = new Date();
var diff = deadline – now;
if (diff document.body.scrollHeight – window.innerHeight) {
targetPos = document.body.scrollHeight – window.innerHeight;
}
var distance = targetPos – startPos;
var duration = 10500;
var startTime = null;
isScrolling = true;
function step(timestamp) {
if (!startTime) { startTime = timestamp; }
var elapsed = timestamp – startTime;
var progress = Math.min(elapsed / duration, 1);
// Linear — no easing
var newPos = startPos + distance * progress;
window.scrollTo(0, newPos);
if (progress < 1) {
if (isScrolling) {
scrollAnimId = requestAnimationFrame(step);
}
} else {
isScrolling = false;
window.scrollTo(0, targetPos);
}
}
scrollAnimId = requestAnimationFrame(step);
}
function stopScroll() {
if (isScrolling) {
isScrolling = false;
if (scrollAnimId) { cancelAnimationFrame(scrollAnimId); }
}
}
if (heroCta) {
heroCta.addEventListener("click", function() {
easedScroll();
startPopups();
});
}
document.addEventListener("touchmove", function() { stopScroll(); }, { passive: true });
document.addEventListener("wheel", function() { stopScroll(); }, { passive: true });
window.addEventListener("resize", function() { stopScroll(); });
})();
Helpful Freebie Mom Guides
Keep going