.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-28c84fb6-9633-4013-93c9-60c06476eeeb {
  min-height: 50px;
}
@media (max-width: 767px){#s-28c84fb6-9633-4013-93c9-60c06476eeeb {
  margin-top: 38px;
}
}







#s-28c84fb6-9633-4013-93c9-60c06476eeeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c84fb6-9633-4013-93c9-60c06476eeeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-633da4de-a8fa-4c36-a071-01183a985c97 {
  min-height: 50px;
}








#s-633da4de-a8fa-4c36-a071-01183a985c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-633da4de-a8fa-4c36-a071-01183a985c97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.bfcm-tier1 .tablet,
.bfcm-tier1 .mobile {
    display: none;
}
.bfcm-tier1 .desktop,
.bfcm-tier1 .tablet,
.bfcm-tier1 .mobile {
    background-size: cover;
    background-position: center;
    padding: 20px;
}
.bfcm-tier1 img {
    width: 100%;
}
.bfcm-tier1 h2,
.bfcm-tier1 h3,
.bfcm-tier1 h4 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.bfcm-tier1 .tier-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bfcm-tier1 h2 {
    margin-top: 15px;
}
.bfcm-tier1 .tier-icon {
    margin: 0px 30px 0 20px;
}
.bfcm-tier1 .tier-timers {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 6px;
    border: 3px solid #FF9D34;
    padding: 10px 30px 7px 30px;
}
.bfcm-tier1 .tier-timer {
    text-align: center;
}
.bfcm-tier1 .tier-dot {
    margin: -5px 10px 0 10px;
}

@media (max-width: 991px) {
    .bfcm-tier1 .desktop {
        display: none;
    }
    .bfcm-tier1 .tablet {
        display: block;
    }
    .bfcm-tier1 .tier-icon {
        margin: 0 20px 0 10px;
    }
    .bfcm-tier1 .tier-timers {
        padding: 10px 20px 8px 20px;
    }
    .bfcm-tier1 h2 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .bfcm-tier1 .tablet {
        display: none;
    }
    .bfcm-tier1 .mobile {
        display: block;
        padding: 40px 20px;
    }
    .bfcm-tier1 .tier-content {
        flex-direction: column;
    }
    .bfcm-tier1 h2 {
        margin: 0px;
    }
    .bfcm-tier1 .tier-icon {
        margin: 10px 0 20px 0;
    }
    .bfcm-tier1 .tier-timers {
        padding: 10px 30px 8px 30px;
    }
}
.holiday-listicle-tier1 .tablet,
.holiday-listicle-tier1 .mobile {
    display: none;
}
.holiday-listicle-tier1 {
    position: relative;
}
.holiday-listicle-tier1 img {
    width: 100%;
}
.holiday-listicle-tier1 .tier-content {
    position: absolute;
    left: 5%;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.holiday-listicle-tier1 .tier-image img {
    min-height: 400px;
    object-fit: cover;
}
.holiday-listicle-tier1 h1 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
    max-width: 650px;
    text-transform: uppercase;
}
.holiday-listicle-tier1 .tier-arrow {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
}
.holiday-listicle-tier1 .tier-arrow .arrow-btn {
    width: 45px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .holiday-listicle-tier1 .desktop {
        display: none;
    }
    .holiday-listicle-tier1 .tablet {
        display: block;
    }
    .holiday-listicle-tier1 .tier-image img {
        min-height: unset;
    }
    .holiday-listicle-tier1 h1 {
        max-width: 350px;
    }
    .holiday-listicle-tier1 .tier-arrow {
        bottom: -15px;
    }
    .holiday-listicle-tier1 .tier-arrow .arrow-btn {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier1 .tablet {
        display: none;
    }
    .holiday-listicle-tier1 .mobile {
        display: block;
    }
    .holiday-listicle-tier1 .tier-content {
        position: absolute;
        left: 0px;
        top: 40px;
        height: auto;
        width: 100%;
        justify-content: center;
    }
    .holiday-listicle-tier1 h1 {
        max-width: 360px;
        text-align: center;
    }
    .holiday-listicle-tier1 .tier-arrow {
        bottom: -22px;
    }
    .holiday-listicle-tier1 .tier-arrow .arrow-btn {
        width: 45px;
    }
}
#s-5e4aa7c8-a64c-4734-b325-65a362020c85 {
  padding-top: 100px;
padding-left: 16px;
padding-bottom: 0px;
padding-right: 16px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e4aa7c8-a64c-4734-b325-65a362020c85 {
  padding-top: 50px;
}
}@media (max-width: 767px){#s-5e4aa7c8-a64c-4734-b325-65a362020c85 {
  padding-top: 50px;
}
}







#s-5e4aa7c8-a64c-4734-b325-65a362020c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e4aa7c8-a64c-4734-b325-65a362020c85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.holiday-listicle-tier2 .tablet,
.holiday-listicle-tier2 .mobile {
    display: none;
}
.holiday-listicle-tier2 img {
    width: 100%;
}
.holiday-listicle-tier2 h2,
.holiday-listicle-tier2 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.holiday-listicle-tier2 .tier-content {
    max-width: 795px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.holiday-listicle-tier2 .tier-image {
    width: calc(100% - 500px);
}
.holiday-listicle-tier2 .tier-info {
    width: 450px;
}
.holiday-listicle-tier2 h2 {
    line-height: 1.2;
    text-transform: uppercase;
}
.holiday-listicle-tier2 p {
    line-height: 1.5;
}

@media (max-width: 991px) {
    .holiday-listicle-tier2 .desktop {
        display: none;
    }
    .holiday-listicle-tier2 .tablet {
        display: block;
    }
    .holiday-listicle-tier2 .tier-content {
        max-width: 450px;
    }
    .holiday-listicle-tier2 .tier-image {
        width: calc(100% - 300px);
    }
    .holiday-listicle-tier2 .tier-info {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier2 .tablet {
        display: none;
    }
    .holiday-listicle-tier2 .mobile {
        display: block;
    }
    .holiday-listicle-tier2 .tier-content {
        max-width: 360px;
    }
    .holiday-listicle-tier2 .tier-image {
        width: 150px;
    }
    .holiday-listicle-tier2 .tier-info {
        width: calc(100% - 165px);
    }
}
#s-eb2fd4eb-6102-48a0-913d-a6ab7ec3e5ec {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb2fd4eb-6102-48a0-913d-a6ab7ec3e5ec {
  margin-bottom: 24px;
}
}@media (max-width: 767px){#s-eb2fd4eb-6102-48a0-913d-a6ab7ec3e5ec {
  margin-bottom: 24px;
}
}
#s-c8fa7c2e-9fdb-4923-a9bd-36c563a4b071 {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8fa7c2e-9fdb-4923-a9bd-36c563a4b071 {
  margin-bottom: 24px;
}
}@media (max-width: 767px){#s-c8fa7c2e-9fdb-4923-a9bd-36c563a4b071 {
  margin-bottom: 24px;
}
}
#s-98b06fa1-ff33-43cc-bc44-2fefeb3754dc {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98b06fa1-ff33-43cc-bc44-2fefeb3754dc {
  margin-bottom: 24px;
}
}@media (max-width: 767px){#s-98b06fa1-ff33-43cc-bc44-2fefeb3754dc {
  margin-bottom: 24px;
}
}
#s-3e335333-38ec-45f9-98e5-d649dd83203c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3e335333-38ec-45f9-98e5-d649dd83203c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e335333-38ec-45f9-98e5-d649dd83203c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.bfcm-tier4 .tablet,
.bfcm-tier4 .mobile {
    display: none;
}
.bfcm-tier4 {
    position: relative;
}
.bfcm-tier4 img {
    width: 100%;
}
.bfcm-tier4 .tier-section {
    display: flex;
}
.bfcm-tier4 .tier-image {
    font-size: 0px;
    width: 50%;
}
.bfcm-tier4 .tier-image img {
    object-fit: cover;
    height: 100%;
    width: 101%;
}
.bfcm-tier4 h2,
.bfcm-tier4 h3,
.bfcm-tier4 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.bfcm-tier4 .tier-content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    background-size: cover;
    background-position: center;
}
.bfcm-tier4 .tier-label {
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
}
.bfcm-tier4 .tier-label p {
    line-height: 1;
    text-transform: uppercase;
}
.bfcm-tier4 .tier-label div {
    margin-right: 10px;
}
.bfcm-tier4 .tier-line {
    width: 100%;
    margin: 20px 0;
    border: 1px dotted white;
    border-radius: 1px;
}
.bfcm-tier4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-top: 5px;
}
.bfcm-tier4 .tier-items {
    display: flex;
    align-items: center;
}
.bfcm-tier4 .tier-item {
    margin-right: 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
}
.bfcm-tier4 .tier-item p span {
    padding: 0 10px;
}
.bfcm-tier4 h3 span {
    text-decoration: line-through;
}

@media (max-width: 991px) {
    .bfcm-tier4 .desktop {
        display: none;
    }
    .bfcm-tier4 .tablet {
        display: block;
    }
    .bfcm-tier4 .tier-label {
        margin: 10px 0;
    }
    .bfcm-tier4 .tier-line {
        margin: 10px 0;
    }
    .bfcm-tier4 a {
        margin-top: 10px;
    }
    .bfcm-tier4 .tier-item p span {
        padding: 0 5px;
    }
    .bfcm-tier4 .tier-content {
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .bfcm-tier4 .tablet {
        display: none;
    }
    .bfcm-tier4 .mobile {
        display: block;
    }
    .bfcm-tier4 .tier-section {
        display: block;
    }
    .bfcm-tier4 .tier-content {
        width: 100%;
    }
    .bfcm-tier4 .tier-image {
        width: 100%;
    }
    .bfcm-tier4 .tier-label {
        margin: 5px 0 15px 0;
    }
    .bfcm-tier4 .tier-line {
        margin: 10px 0;
    }
    .bfcm-tier4 a {
        margin-top: 10px;
    }
    .bfcm-tier4 .tier-content {
        padding: 40px 10px;
    }
}
#s-c0e40e82-437e-43f9-8b38-1a88d9600619 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c0e40e82-437e-43f9-8b38-1a88d9600619 {
  display: unset;
}
#s-c0e40e82-437e-43f9-8b38-1a88d9600619, #wrap-s-c0e40e82-437e-43f9-8b38-1a88d9600619 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0e40e82-437e-43f9-8b38-1a88d9600619 {
  display: unset;
}
#s-c0e40e82-437e-43f9-8b38-1a88d9600619, #wrap-s-c0e40e82-437e-43f9-8b38-1a88d9600619 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0e40e82-437e-43f9-8b38-1a88d9600619 {
  display: unset;
}
#s-c0e40e82-437e-43f9-8b38-1a88d9600619, #wrap-s-c0e40e82-437e-43f9-8b38-1a88d9600619 { display: unset !important; }}@media (max-width: 767px){#s-c0e40e82-437e-43f9-8b38-1a88d9600619 {
  display: unset;
}
#s-c0e40e82-437e-43f9-8b38-1a88d9600619, #wrap-s-c0e40e82-437e-43f9-8b38-1a88d9600619 { display: unset !important; }}







#s-c0e40e82-437e-43f9-8b38-1a88d9600619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0e40e82-437e-43f9-8b38-1a88d9600619.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7879f3d-dfbf-44a3-851c-afe6c71d9def {
  min-height: 50px;
}








#s-d7879f3d-dfbf-44a3-851c-afe6c71d9def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7879f3d-dfbf-44a3-851c-afe6c71d9def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 {
  display: none;
}
#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7, #wrap-s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 {
  display: none;
}
#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7, #wrap-s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 {
  display: none;
}
#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7, #wrap-s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 { display: none !important; }}@media (max-width: 767px){#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 {
  display: none;
}
#s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7, #wrap-s-e45911a9-1544-41dd-9b7e-64d56fd4d7f7 { display: none !important; }}
#s-56a11378-2366-4225-bb59-e9a3a053d3be {
  padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
min-height: 50px;
}








#s-56a11378-2366-4225-bb59-e9a3a053d3be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a11378-2366-4225-bb59-e9a3a053d3be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.hyper-lime-tier5 .tablet,
.hyper-lime-tier5 .mobile {
    display: none;
}
.hyper-lime-tier5 p,
.hyper-lime-tier5 h2 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1;
}
.hyper-lime-tier5 p {
    max-width: 500px;
    margin: auto;
}
.hyper-lime-tier5 h2 {
    max-width: 600px;
    margin: 0 auto 10px auto;
    text-transform: uppercase;
}


@media (max-width: 991px) {
    .hyper-lime-tier5 .desktop {
        display: none;
    }
    .hyper-lime-tier5 .tablet {
        display: block;
    }
    .hyper-lime-tier5 p {
        max-width: 100%;
    }
    .hyper-lime-tier5 h2 {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .hyper-lime-tier5 .tablet {
        display: none;
    }
    .hyper-lime-tier5 .mobile {
        display: block;
    }
    .hyper-lime-tier5 h2 {
        max-width: 350px;
    }
}
.hyper-lime-tier2 .tablet,
.hyper-lime-tier2 .mobile {
    display: none;
}
.hyper-lime-tier2 {
    position: relative;
}
.hyper-lime-tier2 img {
    width: 100%;
}
.hyper-lime-tier2 p,
.hyper-lime-tier2 h1 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.hyper-lime-tier2 .tier2-content {
    position: absolute;
    left: 5%;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.hyper-lime-tier2 .tier2-content h1 {
    line-height: 1;
    margin: 20px 0 0 0;
    max-width: 750px;
}
.hyper-lime-tier2 .tier2-content p {
    max-width: 380px;
}
.hyper-lime-tier2 .tier2-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 20px;
    padding-top: 8px;
    cursor: pointer;
}
.hyper-lime-tier2.true .tier2-content a {
    display: none;
}


@media (max-width: 991px) {
    .hyper-lime-tier2 .desktop {
        display: none;
    }
    .hyper-lime-tier2 .tablet {
        display: block;
    }
    .hyper-lime-tier2 .tier2-content {
        left: 30px;
    }
    .hyper-lime-tier2 .tier2-content h1 {
        margin: 10px 0 0 0;
        max-width: 350px;
    }
    .hyper-lime-tier2 .tier2-content p {
        max-width: 270px;
    }
    .hyper-lime-tier2 .tier2-content a {
        margin-top: 10px;
        padding-top: 5px;
    }
}
@media (max-width: 767px) {
    .hyper-lime-tier2 .tablet {
        display: none;
    }
    .hyper-lime-tier2 .mobile {
        display: block;
    }
    .hyper-lime-tier2 .tier2-content {
        left: 0;
        top: unset;
        bottom: 20px;
        width: 100%;
        height: auto;
        justify-content: center;
    }
    .hyper-lime-tier2 .tier2-content div {
        padding: 0 15px;
        max-width: 380px;
        width: 100%;
    }
    .hyper-lime-tier2 .tier2-content h1 {
        margin: 15px 0 5px 0;
    }
    .hyper-lime-tier2 .tier2-content p {
        max-width: 100%;
    }
    .hyper-lime-tier2 .tier2-content a {
        margin-top: 15px;
        padding-top: 5px;
    }
}
#s-bee254bb-1101-43a2-bc2d-8be0a0402d4c {
  margin-top: 40px;
}

#s-4afa4200-5a47-465c-aa73-34056736b10d {
  margin-top: 30px;
padding-top: 56px;
padding-left: 56px;
padding-bottom: 56px;
padding-right: 56px;
min-height: 50px;
background-color: rgba(120, 117, 98, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4afa4200-5a47-465c-aa73-34056736b10d {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}@media (max-width: 767px){#s-4afa4200-5a47-465c-aa73-34056736b10d {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}







#s-4afa4200-5a47-465c-aa73-34056736b10d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4afa4200-5a47-465c-aa73-34056736b10d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.holiday-listicle-tier3 .tablet,
.holiday-listicle-tier3 .mobile {
    display: none;
}
.holiday-listicle-tier3 img {
    width: 100%;
}
.holiday-listicle-tier3 h2,
.holiday-listicle-tier3 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1.2;
}
.holiday-listicle-tier3 .tier-content {
    max-width: 1360px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.holiday-listicle-tier3 .tier-info {
    width: 50%;
    padding-right: 20px;
    max-width: 620px;
}
.holiday-listicle-tier3 h2 {
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.holiday-listicle-tier3 .tier-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
}
.holiday-listicle-tier3 .tier-item {
    display: flex;
    align-items: center;
}
.holiday-listicle-tier3 .tier-item div {
    width: 20px;
    margin-right: 20px;
}
.holiday-listicle-tier3 .tier-item p {
    max-width: calc(100% - 40px);
}
.holiday-listicle-tier3 .tier-image {
    width: 50%;
}
.holiday-listicle-tier3 .tier-image p {
    width: 95%;
    max-width: 600px;
    margin: -42px auto 0 auto;
    position: relative;
    z-index: 9;
    padding: 18px 30px;
    text-transform: uppercase;
    border: 2px solid #5F5C51;
    background: white;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .holiday-listicle-tier3 .desktop {
        display: none;
    }
    .holiday-listicle-tier3 .tablet {
        display: block;
    }
    .holiday-listicle-tier3 .tier-image p {
        padding: 10px;
        margin-top: -30px;
    }
    .holiday-listicle-tier3 .tier-item div {
        width: 15px;
        margin-right: 15px;
    }
    .holiday-listicle-tier3 .tier-item p {
        max-width: calc(100% - 30px);
    }
    .holiday-listicle-tier3 .tier-items {
        row-gap: 16px
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier3 .tablet {
        display: none;
    }
    .holiday-listicle-tier3 .mobile {
        display: block;
    }
    .holiday-listicle-tier3 .tier-content {
        display: block;
        max-width: 360px;
    }
    .holiday-listicle-tier3 h2 {
        text-align: center;
        margin: 0px;
    }
    .holiday-listicle-tier3 .tier-image {
        width: 100%;
        margin: 15px 0 24px 0;
    }
    .holiday-listicle-tier3 .tier-info {
        width: 100%;
        padding: 0px;
    }
    .holiday-listicle-tier3 .tier-item div {
        width: 20px;
        margin-right: 20px;
    }
    .holiday-listicle-tier3 .tier-item p {
        max-width: calc(100% - 40px);
    }
    .holiday-listicle-tier3 .tier-items {
        max-width: 320px;
        margin: auto;
    }
    .holiday-listicle-tier3 .tier-image p {
        max-width: 320px;
    }
}
#s-ebbcdc99-ec2a-44aa-906a-f57cded662aa {
  padding-top: 100px;
padding-left: 56px;
padding-bottom: 100px;
padding-right: 56px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebbcdc99-ec2a-44aa-906a-f57cded662aa {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}@media (max-width: 767px){#s-ebbcdc99-ec2a-44aa-906a-f57cded662aa {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}







#s-ebbcdc99-ec2a-44aa-906a-f57cded662aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebbcdc99-ec2a-44aa-906a-f57cded662aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.holiday-listicle-tier4 .tablet,
.holiday-listicle-tier4 .mobile {
    display: none;
}
.holiday-listicle-tier4 h2,
.holiday-listicle-tier4 h3,
.holiday-listicle-tier4 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
}
.holiday-listicle-tier4 h2 {
    text-transform: uppercase;
    margin-bottom: 32px;
}
.holiday-listicle-tier4 .tier-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    max-width: 1360px;
    margin: auto;
}
.holiday-listicle-tier4 .tier-item {
    background: #ECEBE5;
    padding: 24px 32px;
}
.holiday-listicle-tier4 h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
}
.holiday-listicle-tier4 p {
    line-height: 1.2;
    max-width: 360px;
    margin: auto;
}

@media (max-width: 991px) {
    .holiday-listicle-tier4 .desktop {
        display: none;
    }
    .holiday-listicle-tier4 .tablet {
        display: block;
    }
    .holiday-listicle-tier4 h2 {
        margin-bottom: 24px;
    }
    .holiday-listicle-tier4 .tier-items {
        column-gap: 16px;
    }
    .holiday-listicle-tier4 .tier-item {
        padding: 24px 16px;
    }
    .holiday-listicle-tier4 h3 {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier4 .tablet {
        display: none;
    }
    .holiday-listicle-tier4 .mobile {
        display: block;
    }
    .holiday-listicle-tier4 h2 {
        max-width: 360px;
        margin: 0 auto 24px auto;
    }
    .holiday-listicle-tier4 .tier-items {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 16px;
        max-width: 360px;
    }
    .holiday-listicle-tier4 h3,
    .holiday-listicle-tier4 p {
        text-align: left;
    }
    .holiday-listicle-tier4 h3 {
        margin-bottom: 5px;
    }
}
#s-39f771d5-1c39-4d37-87f1-41418fc8b7a7 {
  padding-top: 56px;
padding-left: 56px;
padding-bottom: 56px;
padding-right: 56px;
min-height: 50px;
background-color: rgba(120, 117, 98, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-39f771d5-1c39-4d37-87f1-41418fc8b7a7 {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}@media (max-width: 767px){#s-39f771d5-1c39-4d37-87f1-41418fc8b7a7 {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 85px;
padding-right: 16px;
}
}







#s-39f771d5-1c39-4d37-87f1-41418fc8b7a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f771d5-1c39-4d37-87f1-41418fc8b7a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: inline-block;
    border: unset !important;
    padding: 0px;
    cursor: pointer;

    color: transparent;
    outline: none;
    background: white !important;
    min-height: 2px;
    height: 0px;
    box-shadow: unset !important;
    z-index: 999;
    width: 16px;
    bottom: -44px;
    border-radius: 0px !important;
}

.slick-prev
{
    right: 90px;
}
.slick-prev:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    bottom: -5px;
    left: 0px;
}
.slick-next
{
    right: 30px;
}
.slick-next:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: -5px;
    right: 0px;
}

/* Dots */
.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: flex;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    align-items: flex-end;
    justify-content: flex-start;
    left: 12px;
}
.slick-dots li
{
    position: relative;

    display: inline-flex;

    width: auto;
    height: auto;
    margin: 0 8px 0 0;
    padding: 0;

    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    background-color: white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    min-height: 0px;
    padding: 0;
    opacity: 1;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
}
.slick-dots li.slick-active button
{
    opacity: 1;
    background: #827E6D;
}

.holiday-listicle-tier5 .tablet,
.holiday-listicle-tier5 .mobile {
    display: none;
}
.holiday-listicle-tier5 img {
    width: 100%;
}
.holiday-listicle-tier5 h2,
.holiday-listicle-tier5 h3,
.holiday-listicle-tier5 h4,
.holiday-listicle-tier5 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.holiday-listicle-tier5 h2,
.holiday-listicle-tier5 h3,
.holiday-listicle-tier5 h4 {
    text-transform: uppercase;
}
.holiday-listicle-tier5 .tier-content {
    max-width: 1360px;
    margin: auto;
    text-align: center;
}
.holiday-listicle-tier5 .tier-review {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    padding: 6px 18px;
    border-radius: 112px;
    margin: 24px auto 52px auto;
}
.holiday-listicle-tier5 .tier-review div {
    width: 170px;
    margin-right: 8px;
}
.holiday-listicle-tier5 .tier-review p span {
    text-decoration: underline;
}
.holiday-listicle-tier5 .tier-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    text-align: left;
}
.holiday-listicle-tier5 .tier-item h3 {
    margin: 16px 0 6px 0px;
}
.holiday-listicle-tier5 .tier-item .item-info {
    line-height: 1.2;
}
.holiday-listicle-tier5 .tier-item .item-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.holiday-listicle-tier5 .tier-item .item-reivew-info {
    display: flex;
    align-items: center;
}
.holiday-listicle-tier5 .tier-item .item-reivew-info div {
    width: 19px;
    margin-right: 4px;
}
.holiday-listicle-tier5 .tier-item .item-reivew-info h4 {
    margin-top: 4px;
}


@media (max-width: 991px) {
    .holiday-listicle-tier5 .desktop {
        display: none;
    }
    .holiday-listicle-tier5 .tablet {
        display: block;
    }
    .holiday-listicle-tier5 .tier-review {
        margin: 14px auto 24px auto;
    }
    .holiday-listicle-tier5 .tier-review div {
        width: 110px;
    }
    .holiday-listicle-tier5 .tier-item .item-reivew-info div {
        width: 16px;
    }
    .holiday-listicle-tier5 .tier-item .item-review {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier5 .tablet {
        display: none;
    }
    .holiday-listicle-tier5 .mobile {
        display: block;
    }
    .holiday-listicle-tier5 .tier-items {
        display: flex;
        margin-right: -16px;
        column-gap: 0px;
    }
    .holiday-listicle-tier5 .tier-item {
        padding-right: 24px;
    }
    .holiday-listicle-tier5 .slick-list {
        padding-right: 80px;
    }
}
#s-53c7d106-8025-424c-844a-885bf4773856 {
  min-height: 50px;
}








#s-53c7d106-8025-424c-844a-885bf4773856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53c7d106-8025-424c-844a-885bf4773856.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mens-tier8 {
    position: relative;
    background-color: rgba(19,19,19,1);
    padding: 60px 20px;
    text-align: center;
}
.mens-tier8 p,
.mens-tier8 h1,
.mens-tier8 h2 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.mens-tier8 img {
    width: 100%;
}
.mens-tier8 h1 {
    line-height: normal;
    font-family: "TradeGothicLTPro-BdCn20";
    color: rgba(255,255,255,1);
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.mens-tier8 .tier8-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 700px;
    margin: auto;
}
.mens-tier8 .tier8-item {
    width: 33.333%;
    max-width: 160px;
}
.mens-tier8 .tier8-item.second {
    max-width: 200px;
}
.mens-tier8 .item-image {
    width: 80px;
    margin: auto;
}
.mens-tier8 .tier8-item.second .item-image {
    width: 60px;
    margin-top: 10px;
}
.mens-tier8 h2 {
    font-family: "TradeGothicLTPro-BdCn20";
    color: rgba(255,255,255,1);
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.mens-tier8 .tier8-item.second h2 {
    margin-top: 10px;
}
.mens-tier8 p {
    line-height: 120%;
    font-family: "TradeGothicNextLTPro-Lt";
    color: rgba(255,255,255,1);
    font-size: 14px;
    text-align: center;
}
.mens-tier8 .tier8-button {
    padding: 10px 30px 5px 30px;
    margin-top: 40px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    font-family: "TradeGothicLTPro-Bold";
    font-size: 18px;
    display: inline-block;
}

@media (max-width: 991px) {
    .mens-tier8 {
        padding: 50px 20px;
    }
    .mens-tier8 h1 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .mens-tier8 .item-image {
        width: 40px;
    }
    .mens-tier8 h2 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .mens-tier8 p {
        font-size: 12px;
        line-height: 16px;
    }
    .mens-tier8 .tier8-item.second .item-image {
        width: 30px;
        margin-top: 5px;
    }
    .mens-tier8 .tier8-button {
        margin-top: 30px;
        font-size: 14px;
        line-height: 16px;
    }
    .mens-tier8 .tier8-item.second h2 {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .mens-tier8 h1 {
        font-size: 34px;
        max-width: 250px;
        margin: 0 auto 40px auto;
    }   
    .mens-tier8 .tier8-items {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .mens-tier8 .tier8-item {
        width: 100%;
        max-width: 240px;
        margin: auto;
    }
    .mens-tier8 .tier8-item.second {
        order: 3;
        max-width: 240px;
    }
    .mens-tier8 .tier8-item.third {
        max-width: 200px;
        margin: 20px auto 40px auto;
    }
    .mens-tier8 .item-image {
        width: 80px;
    }
    .mens-tier8 .tier8-item.second .item-image {
        width: 60px;
        margin: 0px auto;
    }
    .mens-tier8 h2 {
        font-size: 18px;
    }
    .mens-tier8 .tier8-item.second h2 {
        margin-top: 10px;
    }
    .mens-tier8 p {
        font-size: 14px;
        line-height: 120%;
    }
    .mens-tier8 .tier8-button {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
        font-size: 19px;
        line-height: 22px;
    }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
