/** Shopify CDN: Minification failed

Line 1815:0 Unexpected "}"

**/


/*
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }
*/

#hc-events {display:none}

.notransform {
    transform: none;
}
#hc-xmascalendar{
  opacity:0;
  margin:0;
  background-size:cover;
  background-position:center top;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background-color: #f0f0f0;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  padding: 10px 0;
  
  -webkit-box-shadow: 0px 0px 44px 0px rgba(200,200,200,1);
  -moz-box-shadow: 0px 0px 44px 0px rgba(200,200,200,1);
  box-shadow: 0px 0px 44px 0px rgba(200,200,200,1);
  
  -webkit-transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s;
  -moz-transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s;
  -o-transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s; 
}
#hc-xmascalendar.loaded{
    opacity:1;
}
#hc-events{
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
}
#hc-events.hide #hc-xmascalendar{
    height:0;
    overflow:hidden;
    z-index: -1
}
#hc-xmascalendar:before, #hc-xmascalendar:after {
  content: " ";
  display: table;
  clear:both;
}
#hc-xmascalendar .window {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin: 7px;
  -webkit-perspective: 850px;
          perspective: 850px;
  z-index: 2;
  width: 100%;
  width: -moz-calc(100% - 14px); 
  width: -webkit-calc(100% - 14px);
  width: -o-calc(100% - 14px); 
  width: calc(100% - 14px);
}
#hc-xmascalendar .col__window {    
    width: 50.0%;
    position: relative;
    float: left;
    text-align: center;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
/*     display: block; */
    display:inline-block;
}
@media only screen and (min-width: 768px){
  #hc-xmascalendar .col__window {
    width: 16.66%;
  }
}

#hc-xmascalendar .window__pane,
#hc-xmascalendar .window__content {
  width: 100%;
  height: 100%;
}
#hc-xmascalendar .window__pane {
  position: relative;
  background-color: #cccccc;
  border:2px dashed #ffffff;
  border-left:2px solid #ffffff;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-perspective: 850px;
          perspective: 850px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#hc-xmascalendar, #hc-xmascalendar .window__pane {
    background-image: url(https://xmascalendar-assets.fra1.digitaloceanspaces.com/sampleimages/bg_1.jpg);
}

@media only screen and (max-width: 768px){
  #hc-events{overflow:hidden}
}



#hc-xmascalendar .window__date, #hc-xmascalendar .window__content_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 48px;
  line-height: 1.1;
  color: #ffffff;
  font-weight:bold;
  
  padding: 7px; /* adjust this setting to change change the text size of the front view of the windows */
  
  
  text-shadow:
       0px 0px 0 #000000,
     -1px -1px 0 #000000,  
      1px -1px 0 #000000,
      -1px 1px 0 #000000,
       1px 1px 0 #000000;
  
  
  font-family: Abel;
  
}
#hc-xmascalendar .window__content_text {
    overflow:hidden;
}
#hc-xmascalendar .window__img{
  width:  100%;
  height: 100%; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hc-xmascalendar .window.hoveropen:hover, #hc-xmascalendar .window.open {
  z-index: 3;
}

#hc-xmascalendar .window.hoveropen:hover .window__pane, #hc-xmascalendar .window.open .window__pane{
  -webkit-transform: rotateY(-97deg)!important;
          transform: rotateY(-97deg)!important;
  -webkit-perspective-origin: 0!important;
          perspective-origin: 0!important;
  -webkit-transition: all .25s ease-in!important;
  transition: all .25s ease-in!important;
  background-image:none!important;
}

#hc-xmascalendar .window.hoveropen:hover .window__date, #hc-xmascalendar .window.open .window__date {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#hc-xmascalendar .window.hoveropen:hover .window__content,#hc-xmascalendar .window.open .window__content {
  display: inline-block;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

#hc-xmascalendar .window.closed:hover, 
#hc-xmascalendar .window.clickopen:hover {
  z-index: 2;
}

#hc-xmascalendar .window.closed:hover .window__pane,
#hc-xmascalendar .window.clickopen:hover .window__pane{
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg);
  -webkit-perspective-origin: 0;
          perspective-origin: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

#hc-xmascalendar .window__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background-color: rgba(0,0,0,1)
}
#hc-xmascalendar .window__content img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width:100%;
  height:auto;
  margin-top:0!important;
  margin-bottom:0!important;
}

#hc-xmascalendar .shadow {
position: absolute;
width: 100%;
height: 100%;
-webkit-box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.30);
-moz-box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.30);
box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.30);
top: 0;
left: 0;
}
#hc-xmascalendar a {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  border: none;
}
#hc-events a {
    text-decoration: none;
}
#hc-xmascalendar a:hover {
  opacity: 1;
}
/* popup version */
/*
#hc-events.opened {
    overflow:hidden
}
*/
#hc-events.opened #hc-xmascalendar{
    transform: scale(2.5);
    opacity: 0.1;
    z-index:0;
}
#hc-events.opened .hc-countdown{
    opacity:0;
}
#hc-events.opened .event__overlay .hc-countdown {
    opacity: 1;
}


/* modal Styles */

#hc-events .event__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;
}

#hc-events .event__container {
  background-color: #fff;
  padding: 34px 0 20px;
  max-width: 500px;
  max-height: 84vh;
  overflow-y: auto;
  box-sizing: border-box;
  width: 95%;
}

#hc-events .event__title {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
}

#hc-events .event__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: black;
    color: #FFF;  
    border:0;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    border: none;
    cursor: pointer;
}
#hc-events .event__content {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
  text-align: center;
}
#hc-events .event__content p {
    margin: 0;
}
#hc-events .event__description, #hc-events .event__title{
    margin-bottom: 1.6rem;
    padding-left:1.6rem;
    padding-right:1.6rem;
    line-height:1.2;
}
#hc-events .event__discount_code{
    display: block;
    position: relative;
    margin: 0 1.6rem 1.6rem;
}
#hc-events .event__discount_code .hc-dc_code{
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding: 15px;
    color: #000000;
    border: 2px dashed #000000;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
#hc-events .event__image {
  max-width: 500px;
  max-width: 100%;
  display: block; 
  margin: 0 auto;
  margin-bottom:15px;
}
#hc-events .event__btn {
  display: inline-block;
  padding: 12px 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  text-transform: none;
  overflow: visible;
  line-height: 1.2;
  margin: 0 auto;
  display: inline-block;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  font-weight: 700;
  font-family: inherit;
}

#hc-events .event__btn:focus, #hc-events .event__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@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%); }
}

#hc-events .event {
  display: none;
}

#hc-events .event.is-open {
  display: block;
  z-index:2147483647;
}
#hc-events .event.is-open .event__overlay {
    z-index: 2147483647;
}

#hc-events .event[aria-hidden="false"] .event__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

#hc-events .event[aria-hidden="false"] .event__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

#hc-events .event[aria-hidden="true"] .event__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

#hc-events .event[aria-hidden="true"] .event__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

#hc-events .event .event__container,
#hc-events .event .event__overlay {
  will-change: transform;
}
.hc-countdown{
    color: #ffffff;
    display: block;
    margin: 0 auto;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    opacity: 1;
}

.hc-countdown > div{
    padding: 5px;
    margin: 0 5px;
    border-radius: 3px;
    background-color: rgba(3, 71, 120, 0.7);
    
/*     background: rgba(0,0,0,0.6); */
    display: inline-block;
    font-size: 30px;
    min-width: 60px;
    
    font-family: Abel;
     
}

.hc-countdown div > span{
    padding: 10px;
    min-width: 50px;
    border-radius: 3px;
    line-height: 1;
    background-color: #034778;
    display: inline-block;
}

.hc-countdown .smalltext{
    font-size: 16px;
} 
#hc-events .hc-countdown + .event__title{
    margin-top:2rem;
}

#hc-e_10350 .event__title {
    font-size: 111px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10350 .event__image{
    max-width:100%;
}
#hc-e_10350 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10350 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10350 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10350 {
    color: #ffffff;
}
#hc-countdown_10350 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10350 div > span{
    background-color: #034778;
}
#hc-e_10350 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10351 .event__title {
    font-size: 36px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10351 .event__image{
    max-width:100%;
}
#hc-e_10351 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10351 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10351 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10351 {
    color: #ffffff;
}
#hc-countdown_10351 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10351 div > span{
    background-color: #034778;
}
#hc-e_10351 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10352 .event__title {
    font-size: 36px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10352 .event__image{
    max-width:100%;
}
#hc-e_10352 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10352 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10352 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10352 {
    color: #ffffff;
}
#hc-countdown_10352 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10352 div > span{
    background-color: #034778;
}
#hc-e_10352 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10353 .event__title {
    font-size: 49px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10353 .event__image{
    max-width:100%;
}
#hc-e_10353 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10353 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10353 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10353 {
    color: #ffffff;
}
#hc-countdown_10353 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10353 div > span{
    background-color: #034778;
}
#hc-e_10353 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10354 .event__title {
    font-size: 44px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10354 .event__image{
    max-width:76%;
}
#hc-e_10354 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10354 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10354 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10354 {
    color: #ffffff;
}
#hc-countdown_10354 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10354 div > span{
    background-color: #034778;
}
#hc-e_10354 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10355 .event__title {
    font-size: 58px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10355 .event__image{
    max-width:100%;
}
#hc-e_10355 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10355 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10355 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10355 {
    color: #ffffff;
}
#hc-countdown_10355 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10355 div > span{
    background-color: #034778;
}
#hc-e_10355 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10356 .event__title {
    font-size: 58px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10356 .event__image{
    max-width:64%;
}
#hc-e_10356 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10356 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10356 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10356 {
    color: #ffffff;
}
#hc-countdown_10356 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10356 div > span{
    background-color: #034778;
}
#hc-e_10356 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10357 .event__title {
    font-size: 49px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10357 .event__image{
    max-width:62%;
}
#hc-e_10357 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10357 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10357 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10357 {
    color: #ffffff;
}
#hc-countdown_10357 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10357 div > span{
    background-color: #034778;
}
#hc-e_10357 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10358 .event__title {
    font-size: 34px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10358 .event__image{
    max-width:18%;
}
#hc-e_10358 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10358 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10358 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10358 {
    color: #ffffff;
}
#hc-countdown_10358 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10358 div > span{
    background-color: #034778;
}
#hc-e_10358 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10359 .event__title {
    font-size: 58px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10359 .event__image{
    max-width:80%;
}
#hc-e_10359 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10359 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10359 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10359 {
    color: #ffffff;
}
#hc-countdown_10359 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10359 div > span{
    background-color: #034778;
}
#hc-e_10359 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10360 .event__title {
    font-size: 58px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10360 .event__image{
    max-width:54%;
}
#hc-e_10360 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10360 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10360 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10360 {
    color: #ffffff;
}
#hc-countdown_10360 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10360 div > span{
    background-color: #034778;
}
#hc-e_10360 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10361 .event__title {
    font-size: 36px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10361 .event__image{
    max-width:32%;
}
#hc-e_10361 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10361 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10361 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10361 {
    color: #ffffff;
}
#hc-countdown_10361 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10361 div > span{
    background-color: #034778;
}
#hc-e_10361 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10362 .event__title {
    font-size: 44px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10362 .event__image{
    max-width:62%;
}
#hc-e_10362 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10362 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10362 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10362 {
    color: #ffffff;
}
#hc-countdown_10362 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10362 div > span{
    background-color: #034778;
}
#hc-e_10362 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10363 .event__title {
    font-size: 58px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10363 .event__image{
    max-width:53%;
}
#hc-e_10363 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10363 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10363 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10363 {
    color: #ffffff;
}
#hc-countdown_10363 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10363 div > span{
    background-color: #034778;
}
#hc-e_10363 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10364 .event__title {
    font-size: 36px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10364 .event__image{
    max-width:28%;
}
#hc-e_10364 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10364 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10364 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10364 {
    color: #ffffff;
}
#hc-countdown_10364 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10364 div > span{
    background-color: #034778;
}
#hc-e_10364 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10365 .event__title {
    font-size: 53px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10365 .event__image{
    max-width:74%;
}
#hc-e_10365 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10365 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10365 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10365 {
    color: #ffffff;
}
#hc-countdown_10365 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10365 div > span{
    background-color: #034778;
}
#hc-e_10365 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10366 .event__title {
    font-size: 36px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10366 .event__image{
    max-width:50%;
}
#hc-e_10366 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10366 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10366 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10366 {
    color: #ffffff;
}
#hc-countdown_10366 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10366 div > span{
    background-color: #034778;
}
#hc-e_10366 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10367 .event__title {
    font-size: 47px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10367 .event__image{
    max-width:69%;
}
#hc-e_10367 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10367 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10367 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10367 {
    color: #ffffff;
}
#hc-countdown_10367 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10367 div > span{
    background-color: #034778;
}
#hc-e_10367 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10368 .event__title {
    font-size: 53px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10368 .event__image{
    max-width:74%;
}
#hc-e_10368 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10368 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10368 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10368 {
    color: #ffffff;
}
#hc-countdown_10368 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10368 div > span{
    background-color: #034778;
}
#hc-e_10368 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10369 .event__title {
    font-size: 44px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10369 .event__image{
    max-width:49%;
}
#hc-e_10369 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10369 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10369 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10369 {
    color: #ffffff;
}
#hc-countdown_10369 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10369 div > span{
    background-color: #034778;
}
#hc-e_10369 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10370 .event__title {
    font-size: 44px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10370 .event__image{
    max-width:49%;
}
#hc-e_10370 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10370 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10370 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10370 {
    color: #ffffff;
}
#hc-countdown_10370 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10370 div > span{
    background-color: #034778;
}
#hc-e_10370 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10371 .event__title {
    font-size: 58px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10371 .event__image{
    max-width:80%;
}
#hc-e_10371 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10371 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10371 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10371 {
    color: #ffffff;
}
#hc-countdown_10371 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10371 div > span{
    background-color: #034778;
}
#hc-e_10371 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10372 .event__title {
    font-size: 53px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10372 .event__image{
    max-width:75%;
}
#hc-e_10372 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10372 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10372 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10372 {
    color: #ffffff;
}
#hc-countdown_10372 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10372 div > span{
    background-color: #034778;
}
#hc-e_10372 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}


#hc-e_10373 .event__title {
    font-size: 58px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}
#hc-e_10373 .event__image{
    max-width:80%;
}
#hc-e_10373 .event__description {
    font-size:30px;
    text-align: center;
    color: #034778;
    
    font-family: Abel;
    
}

#hc-e_10373 .event__btn{
    font-size:40px;
    color: #034778;
    background-color: #ffffff;
    border: 2px solid #034778;
    
    border-radius: 40px;
    
    
    font-family: Abel;
    
}
#hc-e_10373 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_10373 {
    color: #ffffff;
}
#hc-countdown_10373 > div{
    background-color: rgba(3, 71, 120, 0.7);
}
#hc-countdown_10373 div > span{
    background-color: #034778;
}
#hc-e_10373 .event__discount_code .hc-dc_code{
    font-size: 30px;
    color: #034778;
    border-color: #034778;
    
    font-family: Abel;
    
}



#hc-events{max-width: 1024px;}
.notransform .shopify-section__header,
.notransform #shopify-section__header, 
.notransform #shopify-section-header,
.notransform .site-header,
.notransform .shopify-section__announcement-bar{
  position:relative;
  z-index:1;
}

}
