
/* ===== IngramsSpark 4th of July Campaign - Compact No-Stars Version 
@keyframes ids-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
@keyframes ids-bg-pan{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes ids-glow{0%,100%{box-shadow:0 8px 22px rgba(49,217,205,.38),0 0 0 0 rgba(49,217,205,.42)}50%{box-shadow:0 10px 26px rgba(49,217,205,.58),0 0 0 10px rgba(49,217,205,0)}}
@keyframes ids-sheen{0%{transform:translateX(140%) skewX(-18deg)}100%{transform:translateX(-140%) skewX(-18deg)}}
@keyframes ids-flag-wave{0%,100%{background-position:0 0}50%{background-position:120px 0}}
@keyframes ids-soft-pulse{0%,100%{opacity:.42;transform:scale(.96)}50%{opacity:.75;transform:scale(1.04)}}

/* Sticky top banner 
.ids-site-banner{
  position:sticky;
  top:0;
  z-index:1000;
  min-height:48px;
  overflow:hidden;
  background:linear-gradient(90deg,#07175b,#12328f,#1a45be,#12328f,#07175b);
  background-size:300% 100%;
  animation:ids-bg-pan 14s ease infinite;
  color:#fff;
  box-shadow:0 4px 20px rgba(7,23,91,.30);
}
.ids-site-banner:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:160px;
  left:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  animation:ids-sheen 5s linear infinite;
  pointer-events:none;
}
.ids-site-banner__flagLeft{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:130px;
  background:linear-gradient(90deg,#142779 0%,#142779 55%,rgba(20,39,121,0) 100%);
  clip-path:polygon(0 0,100% 0,62% 100%,0 100%);
  opacity:.95;
}
.ids-site-banner__flagRight{
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:175px;
  clip-path:polygon(28% 0,100% 0,100% 100%,0 100%);
  background:repeating-linear-gradient(-16deg,#bf2639 0 8px,#f5f7ff 8px 16px);
  opacity:.96;
}
.ids-site-banner__flagRight:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#0d1f66 0%,rgba(13,31,102,0) 44%);
}
.ids-site-banner__inner{
  position:relative;
  z-index:2;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding:0 190px;
  text-align:center;
}
.ids-site-banner__offer{
  color:#dfe6ff;
  font-size:13.5px;
  font-weight:600;
  white-space:nowrap;
}
.ids-site-banner__offer strong{color:#fff;font-weight:900}
.ids-site-banner__freedom{
  font-family:Impact, "Arial Narrow", Arial, sans-serif;
  font-size:20px;
  letter-spacing:2.4px;
  text-transform:uppercase;
  background:linear-gradient(90deg,#fff 0%,#bcd0ff 40%,#fff 60%,#fff 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:ids-shimmer 5s linear infinite;
  white-space:nowrap;
}
.ids-site-banner__btn{
  border:none;
  cursor:pointer;
  background:linear-gradient(180deg,#38dfd0,#16a99b);
  color:#04302c;
  font-weight:900;
  font-size:12px;
  padding:8px 16px;
  border-radius:999px;
  box-shadow:0 4px 14px rgba(23,169,155,.38);
  white-space:nowrap;
  animation:ids-glow 2.8s ease-in-out infinite;
}
.ids-site-banner__btn:hover{filter:brightness(1.08);transform:translateY(-1px)}

/* Popup 
.ids-popup{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  font-family:Poppins, Arial, Helvetica, sans-serif;
}
.ids-popup.ids-popup--show{display:flex}
.ids-popup__overlay{
  position:absolute;
  inset:0;
  background:rgba(6,12,34,.64);
  backdrop-filter:blur(5px);
}
.ids-popup__dialog{
  position:relative;
  z-index:2;
  width:min(900px,95vw);
  max-height:88vh;
  overflow:auto;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  border-radius:24px;
  background:#f7fbff;
  box-shadow:0 30px 90px rgba(4,8,30,.58);
}
.ids-popup__close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:10;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.10);
  color:#dbe3ff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.ids-popup__close:hover{background:rgba(255,255,255,.25);color:#fff}

.ids-popup__visual{
  position:relative;
  min-height:485px;
  overflow:hidden;
  border-radius:24px 0 0 24px;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(120% 100% at 70% 10%,rgba(52,80,174,.70) 0%,rgba(24,42,114,.82) 42%,rgba(10,22,63,.96) 100%),
    url("../images/popup/usa-flag-reference-bg.jpg") center/cover no-repeat;
}
.ids-popup__visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(105deg,transparent 32%,rgba(255,255,255,.16) 48%,transparent 64%),
    radial-gradient(125% 105% at 52% 40%,rgba(9,17,52,.48) 0%,rgba(9,17,52,.34) 44%,rgba(9,17,52,.66) 100%);
  pointer-events:none;
}
.ids-popup__visual:after{
  content:"";
  position:absolute;
  inset:-18%;
  background:
    repeating-linear-gradient(72deg,rgba(0,0,0,.13) 0 44px,rgba(255,255,255,0) 44px 88px,rgba(255,255,255,.11) 88px 132px,rgba(255,255,255,0) 132px 176px);
  background-size:260% 100%;
  animation:ids-flag-wave 10s ease-in-out infinite;
  pointer-events:none;
  opacity:.62;
}
.ids-popup__statueReal{
  position:absolute;
  left:-12px;
  top:0;
  height:100%;
  width:auto;
  opacity:.56;
  z-index:1;
  pointer-events:none;
}
.ids-popup__content{
  position:relative;
  z-index:4;
  min-height:485px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:34px 28px 30px;
}
.ids-popup__brandline{
  font-size:11px;
  font-weight:900;
  letter-spacing:4px;
  color:#7fe6da;
  text-transform:uppercase;
  margin-bottom:3px;
}
.ids-popup__content h2{
  font-family:Impact, "Arial Narrow", Arial, sans-serif;
  margin:6px 0 0;
  line-height:.88;
  letter-spacing:.4px;
  color:#fff;
  text-shadow:0 2px 24px rgba(120,150,255,.38);
  text-transform:uppercase;
}
.ids-popup__content h2 span{
  display:block;
  font-size:clamp(34px,5vw,50px);
}
.ids-popup__content h2 strong{
  display:block;
  font-size:clamp(43px,6vw,62px);
  font-weight:900;
  background:linear-gradient(180deg,#fff,#bcd0ff);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.ids-popup__offer{
  margin:18px 0 0;
  font-size:clamp(14px,2vw,17px);
  font-weight:700;
  color:#e7ecff;
}
.ids-popup__offer strong{color:#38dfd0}
.ids-popup__valid{
  margin:7px 0 0;
  font-size:13px;
  color:#f2f5ff;
  font-weight:500;
}
.ids-popup__valid strong{color:#fff}
.ids-countdown{
  margin-top:16px;
  display:flex;
  gap:9px;
  justify-content:center;
  flex-wrap:wrap;
}
.ids-countdown div{
  min-width:66px;
  border-radius:14px;
  padding:10px 8px 8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.ids-countdown strong{
  display:block;
  font-size:28px;
  line-height:1;
  color:#fff;
  font-weight:900;
}
.ids-countdown span{
  display:block;
  margin-top:4px;
  color:#b8c7ff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* Form area 
.ids-popup__formArea{
  position:relative;
  background:#f7fbff;
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:0 24px 24px 0;
}
.ids-popup__formIntro{
  text-align:left;
  margin-bottom:16px;
}
.ids-popup__formIntro h3{
  margin:0;
  color:#10235d;
  font-size:27px;
  line-height:1.08;
  font-weight:900;
}
.ids-popup__formIntro p{
  margin:8px 0 0;
  max-width:380px;
  color:#5d6884;
  font-size:13.5px;
  line-height:1.5;
}
.ids-popup-form{
  display:grid;
  grid-template-columns:1fr;
  gap:11px;
}
.ids-popup-form label span{
  display:block;
  margin-bottom:5px;
  color:#142044;
  font-size:12px;
  font-weight:800;
}
.ids-popup-form input{
  width:100%;
  height:46px;
  border:1px solid #d4def0;
  border-radius:13px;
  padding:0 13px;
  background:#fff;
  color:#142044;
  outline:none;
}
.ids-popup-form input:focus{
  border-color:#28c7bc;
  box-shadow:0 0 0 4px rgba(40,199,188,.13);
}
.ids-popup-form button{
  height:48px;
  border:none;
  cursor:pointer;
  border-radius:13px;
  background:linear-gradient(180deg,#38dfd0,#16a99b);
  color:#04302c;
  font-weight:900;
  font-size:15px;
  box-shadow:0 10px 24px rgba(23,169,155,.32);
  margin-top:2px;
}
.ids-popup-form button:hover{filter:brightness(1.06);transform:translateY(-1px)}
.ids-hp-field{display:none!important}
.ids-thankyou{
  display:none;
  text-align:center;
  background:#fff;
  border:1px solid #e4eaf3;
  border-radius:18px;
  padding:25px 20px;
}
.ids-thankyou__icon{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#16a99b;
  color:#04302c;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  font-size:29px;
  font-weight:900;
}
.ids-thankyou h3{
  margin:0 0 8px;
  color:#10235d;
  font-size:28px;
}
.ids-thankyou p{
  margin:0 auto 18px;
  max-width:400px;
  color:#5d6884;
}
.ids-thankyou button{
  border:none;
  border-radius:999px;
  background:#10235d;
  color:#fff;
  padding:12px 24px;
  font-weight:900;
  cursor:pointer;
}
.ids-popup.ids-submitted .ids-popup-form,
.ids-popup.ids-submitted .ids-popup__formIntro{display:none}
.ids-popup.ids-submitted .ids-thankyou{display:block}
body.ids-popup-open{overflow:hidden}

@media(max-width:900px){
  .ids-site-banner__inner{
    padding:0 18px;
    gap:12px;
  }
  .ids-site-banner__flagLeft,
  .ids-site-banner__flagRight{
    opacity:.35;
  }
  .ids-site-banner__freedom{
    display:none;
  }
  .ids-site-banner__offer{
    font-size:13px;
    white-space:normal;
  }
  .ids-popup{
    padding:12px;
    align-items:flex-start;
    padding-top:24px;
  }
  .ids-popup__dialog{
    width:min(520px,96vw);
    max-height:calc(100vh - 48px);
    grid-template-columns:1fr;
    border-radius:22px;
  }
  .ids-popup__visual{
    min-height:335px;
    border-radius:22px 22px 0 0;
  }
  .ids-popup__content{
    min-height:335px;
    padding:27px 18px 20px;
  }
  .ids-popup__content h2 span{
    font-size:36px;
  }
  .ids-popup__content h2 strong{
    font-size:44px;
  }
  .ids-popup__offer{
    margin-top:13px;
  }
    .ids-popup__statueReal{
    opacity:.30;
  }
  .ids-countdown{
    margin-top:12px;
    gap:7px;
  }
  .ids-countdown div{
    min-width:59px;
    padding:8px 6px 7px;
  }
  .ids-countdown strong{
    font-size:23px;
  }
  .ids-popup__formArea{
    border-radius:0 0 22px 22px;
    padding:18px 16px 20px;
  }
  .ids-popup__formIntro{
    text-align:center;
  }
  .ids-popup__formIntro h3{
    font-size:23px;
  }
  .ids-popup-form input{
    height:43px;
  }
  .ids-popup-form button{
    height:45px;
  }
}
@media(max-width:430px){
  .ids-popup__visual,
  .ids-popup__content{
    min-height:310px;
  }
  .ids-popup__brandline{
    font-size:10px;
    letter-spacing:3px;
  }
  .ids-popup__content h2 span{
    font-size:31px;
  }
  .ids-popup__content h2 strong{
    font-size:37px;
  }
  .ids-popup__offer{
    font-size:13px;
  }
  .ids-popup__valid{
    font-size:12px;
  }
  .ids-countdown div{
    min-width:52px;
  }
  .ids-countdown strong{
    font-size:21px;
  }
} ===== */
