*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.anton{font-family: 'Anton', sans-serif !important;}
.golos{font-family: 'Golos Text', sans-serif !important;}
.brevia{font-family: "brevia", sans-serif !important; }

header {
padding:50px 0px 20px 0px;
}
header .row{
  align-items: center;
}

.align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-image {
  width: 80%;
  height: auto;
  display: inline-block;
}

.band-4 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem 1rem 1rem;
  position: relative;
  z-index: 4;
  margin-top: -2%;
}
.band-4 .container-fluid{
  /*padding: 0 6rem;*/
}
.band-4 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-column {
  width: 11.111111%; /* Each column takes 1/9th of the available space */
  padding: 5px; /* Optional: Add padding to the columns */
}
.inner-footer-wrapper{
  padding: 100px 0 30px;
  width: 100%;
}
footer a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-size: 15px;
  white-space: nowrap;
}
footer a:hover{color:#fff; text-decoration: underline;}

footer p {
  font-size: 15px;
}

footer a:last-child {
  margin-right: 0;
}

.header_logo_left img {
  width: 70%;
  }
  .header_logo_left {
    margin: 2rem 0 0 7rem;
  }
.legal{
  color:#000;
   text-shadow:none;
   max-width:980px;
    margin:0px auto;
    padding-top: 30px;
}
.footer__bg{
  min-height:120px;
  background-size: cover;
}

/* LANDING STYLES */
.tictac-summer-landing .band-3 p{text-transform: none !important; font-family: inherit;}
.tictac-summer-landing .band-3 p a{color:#fff;}
.md-note{font-size:1.2em !important; margin-top:-20px;}
.group-dance-icon{margin-left:-100px;}

.custom-btn-primary {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0)); /* Initial state */
    transition: filter 0.2s ease; /* Transition property */
}

.custom-btn-primary:hover {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5)); /* Hover state */
}

.amoe-link { pointer-events: none;text-decoration:none; color:inherit; }
.amoe-link > a { text-decoration:none; color:inherit; }

/* INTERIOR STYLES */
.black{color:#000 !important;}
.white{color:#fff !important;}
#rules h5,#upc-locator h5{color:#009d4f; text-transform: uppercase; font-size: 2em;}
.modal table td{padding:8px;}
.modal .btn-close{ margin-top: -40px;}

.brand-2-content sup{vertical-align: sub;}


.main-content{

}
.main-content h2{ color:#fff; font-size:4em; text-transform: uppercase;}
.prize-title{font-size:3em; color: #fff;}
.prize-subtitle{color:#fff;}

.band-3-interior {

  background-size: 120% 100%;
  background-position: 60% 0%;
  background-repeat: no-repeat;
  padding: 5rem 1rem 7rem;
  position: relative;
  z-index: 4;
  margin-top: -2.5%;
}
.orange-bg{ padding-top:50px; min-height:400px;}
.band-3-interior-v2{margin-top:-25px;position: relative;z-index:999}
.band-3-interior-v2 h1{font-size: 4em; color:#000; text-transform: uppercase;}
.band-3-interior-v2 a{color:#fff;}
.band-3-interior-v2 p{font-size: 1.3em;color:#fff;}
.band-3-interior-v2 .checkbox-wrapper{font-size: 1.3em;color:#fff;}

.subhead-p {
    font-size: 1.7em !important;line-height: 1.2em;
}

.sm-note{font-size:1em;color:#fff;}
p.sm-note{font-size:.9em;}

.custom-form-control {
    font-size: 1.3em;
    border-radius: 0px;
    border: 1px solid #fff;
}
#agree, #agreeterms, #agreetoage {
    height: 20px;
    width: 20px;
}
.custom-sep{height:2px;line-height: 1px; background:#fff; width:100%;}
select.form-control { color: #6c757d; -webkit-appearance: none; background-image: url("../images/down-carat-ico.png") !important; background-position: 98% 55%; background-size: 14px; background-repeat: no-repeat; }
select::-ms-expand { display: none; }
select.form-control:focus{color:inherit;}
.inner-custom-form-label{position:absolute;right: 20px;top: 5px;font-size:1em;color:#ccc;}

.fwds3dcov-text{font-size:4em; color:#fff; text-transform: uppercase; max-width:630px; margin:0px auto;}
.amoe-header{padding-top:100px !important;}

@media screen and (max-width: 767px) {
  .orange-bg{padding-top:20px;}
.band-3 .container{width:100%; max-width:100%;}
.character-group{max-width:200px;}
.band-3-interior-v2 h1{font-size:2.35em; text-align: center;}
.inner-custom-form-label{font-size:.6em;}
.amoe-header{padding-top:10px !important;}
.fwds3dcov-large-next-button,.fwds3dcov-large-prev-button{
  top: 100px !important;
  position: absolute !important;
}
.fwds3dcov-large-prev-button img{ max-width:20px !important; height: auto !important; }
.fwds3dcov-large-next-button img{ max-width:20px !important; height: auto !important; }
.fwds3dcov-text{font-size:2em; color:#fff; text-transform: uppercase; max-width:630px; margin:0px auto;}


}
@media screen and (max-width: 992px){
  .group-dance-icon{margin-left:0px !important;}
  .md-note{margin-top:20px;}
  .details-txt{ padding:0px 0px 70px 0px;}
}
.custom-flex-container {
    display: flex;
}

.custom-flex-column1 {
    max-width: 300px;
    flex: 0 0 auto; /* Column 1 does not grow or shrink */
}

.custom-flex-column2 {
    flex: 1; /* Column 2 takes up remaining space */
    display: flex;
    align-items: center; /* Vertical centering */
}

@media screen and (min-width: 1921px){
  .header_logo_left {
    margin: 0rem 0 0 -3rem;
  }
  .header_logo_right {
    text-align: right;
  }
  header {
    background-position: 100% 5.4%;
  }
  .footer__bg{
    min-height: 135px;
    background-size: cover !important;
  }
  header {
    padding: 3rem 1rem 16rem;
  }
  .band-2 {
    background-size: 61% 106%, 100% 85%;
    padding: 10rem 1rem;
  }

}


@media screen and (max-width: 1600px){
  header{
    background-position: 100% 0%;
  }
  .header_logo_left {
    margin: 1rem 0 0 9rem;
    text-align: right;
  }
}
@media screen and (max-width: 1440px) {
  header {
    background-position: 100% 0.3%;
  }
  .header_logo_left {
    margin: 0rem 0 0 5rem;
  }
  footer p,
  footer a {
    font-size: 13px;
  }
  .band-2 {
    background-size: 66% 118%, 100% 95%;
  }
}
@media screen and (max-width: 1366px) {
  .header_logo_left {
    margin: -1rem 0 0 12rem;
  }
  .header_logo_left img {
    width: 100%;
  }
  .band-2{
    padding: 5rem 1rem 5rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    background-position: 100% 0%;
  }
  .header_logo_left {
    margin: -5rem 0 0 11rem;
  }
  .band-2 {
    background-size: 60% 112%, 100% 91%;
    margin-top: -11%;
  }
  .band-4 .row {
    justify-content: center;
  }
  .custom-column {
    width: 16%;
  }
}
@media screen and (max-width: 1025px) {
  .band-2 h1 {
    font-size: 2.5rem;
  }
  .band-2 p {
    font-size: 1.2rem;
  }
  .band-3 h1 {
    font-size: 2.7rem;
  }
  .band-3 p {
    font-size: 1.2rem;
  }
  .header_logo_left {
    margin: -2rem 0 0 11rem;
  }
  .header_logo_right {
    width: 50%;
    margin: 0 auto;
  }
  .images img {
    width: 14%;
  }
}
@media screen and (max-width: 992px){
  header .row{
    align-items: flex-end;
  }
  .header_logo_left {
    margin: 0rem 0 0 7rem;
  }
  .header_logo_right {
    width: 40%;
    margin: 0 auto;
  }
  .band-2 {
    background-size: 100% 56%, 100% 96%;
    padding: 35rem 1rem 5rem;
  }
  .brand-2-content{
    text-align: center;
    margin-top: -65%;
  }
  .images img {
    width: 18%;
  }
  .custom-column {
    width: 20%;
  }
  .inner-footer-wrapper{
    padding-top: 30px;
  }

}
@media screen and (max-width: 767px) {
  .header_logo_left {
    margin: -1rem 0 0 4rem;
  }
  .header_logo_right {
    width: 50%;
  }
  .band-2 {
    padding: 26rem 1rem 5rem;
    background-size: 100% 56%, 100% 97%;
  }
  .custom-column {
    width: 20%;
  }
  .band-3 {
    padding: 3rem 1rem 3rem;
    margin-top: -4%;
  }
  .band-2 h1
  ,.band-3 h1 {
    font-size: 2.3rem;
  }
  .band-2 p
  ,.band-3 p {
    font-size: 1rem;
  }
  header {
    padding: 2rem 1rem 5rem;
  }
}
@media screen and (max-width: 640px){
  header {
    padding: 1.5rem 1rem 2rem;
  }
  .header_logo_left {
    margin: -1rem 0 0 4rem;
  }
  .band-2{
    padding: 26rem 0rem 5rem;
    background-size: 100% 49%, 100% 88%;
    margin-top: -22%;
  }
  .brand-2-content{
    text-align: center;
    margin-top: -74%;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 1.5rem 0rem 3rem;
  }
  .custom-column {
    width: 20%;
  }
  .header_logo_left {
    margin: -5.7rem 0 0 5rem;
  }
  .header_logo_right {
    width: 50%;
  }
  .band-4 .container-fluid{
    padding: 0 4rem;
  }
  .band-2 h1
  ,.band-3 h1 {
    font-size: 2rem;
  }
  .footer_nav{
    order: -1;
    margin-bottom: 15px;
  }
  footer p, footer a {
    margin-bottom: 7px;
  }
  .inner-footer-wrapper{
    padding: unset;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 1.5rem 0rem 2rem;
  }
  .header_logo_right {
    width: 39%;
  }
  .header_logo_left {
    margin: -3rem 0 0 5rem;
    position: relative;
    z-index: 99;
  }
  .band-2 {
    padding: 27rem 0rem 5rem;
  }
  .band-2 h1, .band-3 h1 {
    font-size: 2rem;
  }
  .band-2 p, .band-3 p {
    font-size: 1.2rem;
  }
  .band-4 .container-fluid {
    padding: 0 1rem;
  }
  .legal{
    font-size: 14px !important;
  }
  footer p, footer a {
    font-size: 12px;
  }
  .footer{
    overflow-x: hidden;
  }
}
@media screen and (max-width: 425px){
  .band-2 {
    padding: 25rem 0rem 5rem;
  }
  .header_logo_left {
    margin: -3rem 0 0 4rem;
  }
}
@media screen and (max-width: 375px){
  .band-2 {
    padding: 21rem 0rem 5rem;
  }
}
@media screen and (max-width: 320px){
  .band-2 {
    padding: 18rem 0rem 5rem;
  }
  .header_logo_left {
    margin: -3rem 0 0 3.5rem;
  }
}
