.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;
}

.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-03d5e622-5105-46fd-84f0-2c99810cb19e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-03d5e622-5105-46fd-84f0-2c99810cb19e {
  padding-bottom: 40px;
}
}







#s-03d5e622-5105-46fd-84f0-2c99810cb19e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03d5e622-5105-46fd-84f0-2c99810cb19e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.hp-hero-left-v1 .tablet,
.hp-hero-left-v1 .mobile {
  display: none;
}

/*Desktop*/
.hp-hero-left-v1 .desktop .tier-info {
  width: 100%;
  max-width: 1330px;
}

.hp-hero-left-v1 .desktop h1 {
  max-width: 500px;
  font-family: "tradegothicbold";
  color: #fff;
  font-size: 64px;
  line-height: 60px;
}

.hp-hero-left-v1 .desktop p {
  font-family: Roboto;
  color: #fff;
  font-size: 20px;
}

.hp-hero-left-v1 .desktop .tier-btn {
  font-family: "tradegothicbold";
  color: black;
  background: #fff;
  width: 268px;
  height: 46px;
  font-size: 20px;
  line-height: 24px;

}

/*tablet*/
.hp-hero-left-v1 .tablet .tier-info {
  width: 100%;
  max-width: 1330px;
}

.hp-hero-left-v1 .tablet h1 {
  max-width: 500px;
  font-family: "tradegothicbold";
  color: #fff;
  font-size: 48px;
  line-height: 47.76px;
}

.hp-hero-left-v1 .tablet p {
  max-width: 265px !important;
  font-family: Roboto;
  color: #fff;
  font-size: 14px;
  max-width: 450px;
}

.hp-hero-left-v1 .tablet .tier-btn {
  font-family: "tradegothicbold";
  color: #000;
  background: #fff;
  width: 268px;
  height: 46px;
  font-size: 20px;
  line-height: 24px;
}

/*Mobile*/
/*.hp-hero-left-v1 .mobile .tier-info{*/
/*    max-width:300px;*/
/*}*/
.hp-hero-left-v1 .mobile h1 {
  max-width: 490px;
  font-family: "tradegothicbold";
  color: #fff;
  font-size: 48px;
  line-height: 47.76px;
}

.hp-hero-left-v1 .mobile p {
  max-width: 290px !important;
  font-family: Roboto;
  color: #fff;
  font-size: 18px;
  max-width: 100%;
  line-height: 1.15;
}

.hp-hero-left-v1 .mobile .tier-btn {
  font-family: "tradegothicbold";
  color: #000;
  background: #fff;
  width: 100%;
  height: 46px;
  font-size: 20px;
  height: 46px;
  line-height: 24px;
}




.hp-hero-left-v1.bl_hero .tier-content {
  left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bl_hero h1 {
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.hp-hero-left-v1.bl_hero p {
  max-width: 500px;
  margin: 24px 0 24px;
  line-height: 18.75px;
  font-weight: 400;
  text-align: left;
}

.hp-hero-left-v1.bl_hero .tier-btn {
  text-transform: uppercase;
}

.hp-hero-left-v1 {
  position: relative;
}

.hp-hero-left-v1 h1,
.hp-hero-left-v1 p {
  padding: 0px;
  margin: 0px;
  letter-spacing: 0px;
  line-height: 1;
}

.hp-hero-left-v1 img {
  width: 100%;
}

.hp-hero-left-v1 .tier-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
}

.hp-hero-left-v1 .tier-info {
  max-width: 100%;
}

.hp-hero-left-v1 p {
  line-height: 1.5;
  margin: 15px 0;
}

.hp-hero-left-v1 .tier-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hp-hero-left-v1 .tier-info h4 {
  font-family: tradegothicbold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 0 0 28px 0;
  margin-bottom: 0;
  color: #fff;
}

.mobile .tier-sub-info {
  width: 100%;
}

@media (max-width: 1399px) {
  .hp-hero-left-v1 .tier-content {
    left: 32px;
  }
}

@media (max-width: 991px) {
  .hp-hero-left-v1 .desktop {
    display: none;
  }

  .hp-hero-left-v1 .tablet {
    display: block;
  }

  .hp-hero-left-v1 .tier-content {
    padding: 0 32px;
  }

  .hp-hero-left-v1 p {
    margin: 5px 0;
  }

}

@media (max-width: 767px) {
  .hp-hero-left-v1 .tablet {
    display: none;
  }

  .tier-info h4 {
    padding: 0 0 24px 0;
  }

  .hp-hero-left-v1 .mobile {
    display: block;
  }

  .hp-hero-left-v1 .tier-content {
    left: 0px;
    width: 100%;
    justify-content: center;
    padding: 40px 16px;
  }

  .hp-hero-left-v1 .tier-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hp-hero-left-v1 p {
    margin: 0px auto 10px auto;
    text-align: center;
  }

  .hp-hero-left-v1 .tier-btn {
    margin: auto;
  }

  .hp-hero-left-v1 .tier-info h4 {
    padding: 0 0 24px 0;
  }

  .hp-hero-left-v1.bl_hero p {
    margin: 24px 0 24px;
    line-height: 1.15;
  }

  .hp-hero-left-v1 .mobile h1 {
    /*line-height: 32px;*/
  }
}

@media (max-width: 767px) {
  .hp-hero-left-v1.bl_hero .tier-content {
    top: unset;
    bottom: 40px;
    height: auto;
    padding: 0 16px;
  }
}
#s-d0f1d1c9-3eda-4dea-9234-9be87783df6c {
  padding-top: 40px;
}

#s-569364cb-d95b-4857-9f73-26ce157fddad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-569364cb-d95b-4857-9f73-26ce157fddad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-569364cb-d95b-4857-9f73-26ce157fddad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.magsafe-tier7 .tablet,
.magsafe-tier7 .mobile {
    display: none;
}
.magsafe-tier7 {
    position: relative;
}
.magsafe-tier7 img {
    width: 100%;
}
.magsafe-tier7 h2,
.magsafe-tier7 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.magsafe-tier7 .tier-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
}
.magsafe-tier7 .desktop .tier-info {
    width: 100%;
    max-width: 1330px;
}
.magsafe-tier7 .tablet .tier-info {
    max-width: 300px;
}

.magsafe-tier7 p {
    margin: 24px 0;
    line-height: 1.2;
    max-width: 500px;
}
.magsafe-tier7 .tier-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


 @media (min-width: 768px) and (max-width: 991px)
{
.magsafe-tier7 .tier-content {

    justify-content: left;

}  
}


 @media only screen and (max-width: 1230px) and (min-width: 990px)
{
 .magsafe-tier7 .desktop .tier-info {
    /*max-width: 34.7vw;*/
}   
}
@media (max-width: 991px) {
    .magsafe-tier7 .desktop {
        display: none;
    }
    .magsafe-tier7 .tablet {
        display: block;
    }
    .magsafe-tier7 .tier-content {
        /*padding: 0 32px;*/
    }
    .magsafe-tier7 p {
        margin: 12px 0;
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .magsafe-tier7 .tablet {
        display: none;
    }
    .magsafe-tier7 .mobile {
        display: block;
    }
    .magsafe-tier7 .tier-content {
        top: unset;
        bottom: 40px;
        height: auto;
        padding: 0 16px;
        justify-content: center;
    }
    .magsafe-tier7 .tier-info {
        width: 100%;
    }
    .magsafe-tier7 p {
        margin: 24px 0;
        max-width: 100%;
    }
    .magsafe-tier7 .tier-btn {
        width: 100%;

    }
}
#s-027dfa1b-bd5c-4ad2-95c7-2c810f49e4d1 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-027dfa1b-bd5c-4ad2-95c7-2c810f49e4d1 {
  text-align: left;
}
}
#s-07fac89a-c8d0-4f45-8319-8383ecb8dc02 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-07fac89a-c8d0-4f45-8319-8383ecb8dc02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07fac89a-c8d0-4f45-8319-8383ecb8dc02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07fac89a-c8d0-4f45-8319-8383ecb8dc02 {
  
}
}@media (max-width: 767px){#s-07fac89a-c8d0-4f45-8319-8383ecb8dc02 {
  
}
}







#s-07fac89a-c8d0-4f45-8319-8383ecb8dc02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07fac89a-c8d0-4f45-8319-8383ecb8dc02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.recommendation-section-four-products {
    --primary-font: "tradegothicbold", "TradeGothic", "Trade Gothic LT Bold", "Roboto", "Arial", san-serif;
    --secondary-font: "Roboto", "Arial", san-serif;
    --pdp-flare-default-bg: #827E6A;
    --pdp-flare-black-bg: #070A09;
    --pdp-flare-red-bg: #F40303;
    --pdp-flare-blue-bg: #457580;
    --pdp-flare-light-brown-bg: #ADAA9D;
    --pdp-flare-dark-brown-bg: #827E6A;
    --pdp-flare-tan-bg: #D6D1C4;
    --pdp-flare-orange-bg: #FF9E18;
}
.recommendation-section-four-products {
    padding: 30px 15px;
}
.recommendation-section-four-products h2,
.recommendation-section-four-products p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    line-height: normal;
}
.recommendation-section-four-products .rec-title {
    font-family: var(--primary-font);
    font-size: 30px;
    color: #090909;
    margin-bottom: 24px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-weight: normal;
}
.recommendation-section-four-products .rec-subtitle {
    font-family: var(--secondary-font);
    color: #090909;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}
.recommendation-section-four-products .rec-list .product-image {
    width: 100%;
    height: 100%
}

.recommendation-section-four-products .rec-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    grid-row-gap: 1.5rem;
    margin-top: 24px;
}
.recommendation-section-four-products h2 {
    text-transform: uppercase;
}

.recommendation-section-four-products .rec-list .product-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.recommendation-section-four-products .rec-list .product-card .product-flare-container {
  display: inline-block;
  position: absolute;
  z-index: 2;
  background-color: var(--pdp-flare-dark-brown-bg);
  color: #f1f1f1;
  left: 7px;
  top: 7px;
  font-size: 16px;
  padding: 5px 8px;
  font-family: "tradegothicbold";
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
}

.recommendation-section-four-products .rec-list .product-card .product-flare-container .product-flare-text {
  letter-spacing: 0.6px;
}

.recommendation-section-four-products .rec-list .product-card .product-flare-container.flare-bg-black {
  background-color: var(--pdp-flare-black-bg);
}
.recommendation-section-four-products .rec-list .product-card .product-flare-container.flare-bg-red {
  background-color: var(--pdp-flare-red-bg);
}
.recommendation-section-four-products .rec-list .product-card .product-flare-container.flare-bg-blue {
  background-color: var(--pdp-flare-blue-bg);
}
.recommendation-section-four-products .rec-list .product-card .product-flare-container.flare-bg-lightbrown {
  background-color: var(--pdp-flare-light-brown-bg);
}
.recommendation-section-four-products .rec-list .product-card .product-flare-container.flare-bg-darkbrown {
  background-color: var(--pdp-flare-dark-brown-bg);
}
.recommendation-section-four-products .rec-list .product-card .product-flare-container.flare-bg-tan {
  background-color: var(--pdp-flare-tan-bg);
}
.recommendation-section-four-products .rec-list .product-card .product-flare-container.flare-bg-orange {
  background-color: var(--pdp-flare-orange-bg);
}

.recommendation-section-four-products .rec-list .product-card .product-info-container {
    width: 100%;
    margin-top: 10px;
}

.recommendation-section-four-products .rec-list .product-card .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.recommendation-section-four-products .rec-list .product-card .product-info .product-archetype {
    font-family: var(--primary-font);
    font-size: 9px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #999;
    font-weight: normal;
}

.recommendation-section-four-products .rec-list .product-card .product-info .product-colorway {
    color: #393939;
    font-family: "tradegothicbold";
    font-weight: normal;
    letter-spacing: 0;
    font-size: 13px;
    margin: 0;
    line-height: normal;
}

.recommendation-section-four-products .rec-list .product-card .product-info .product-subtext {
    font-family: var(--secondary-font);
    color: #5c5c5c;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
}
.recommendation-section-four-products .rec-list .product-card .product-info .product-price-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.recommendation-section-four-products .rec-list .product-card .product-info .product-price,
.recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
    font-family: var(--secondary-font);
    color: #393939;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 700;
}
.recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
    text-decoration: line-through;
}

@media (min-width: 390px) {
    .recommendation-section-four-products {
        padding: 40px 16px;
    }
    .recommendation-section-four-products .rec-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .recommendation-section-four-products .rec-subtitle {
        font-size: 14px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info-container {
        margin-top: 14px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-archetype {
        font-size: 10px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-colorway {
        font-size: 14px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-subtext {
        font-size: 12px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-price,
    .recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
        font-size: 12px;
    }
}

@media (min-width: 500px) {
    .recommendation-section-four-products {
    }
    .recommendation-section-four-products .rec-title {
        font-size: 35px;
        margin-bottom: 24px;
    }
    .recommendation-section-four-products .rec-subtitle {
        font-size: 15px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info-container {
        margin-top: 14px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-colorway {
        font-size: 15px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-subtext {
        font-size: 13px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-price,
    .recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .recommendation-section-four-products {
    }
    .recommendation-section-four-products .rec-title {
    }

    .recommendation-section-four-products .rec-subtitle {
    }
    .recommendation-section-four-products .rec-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 15px;
        margin-top: 40px;
    }
    .recommendation-section-four-products .rec-list .product-card:last-child {
        display: flex;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info-container {
        margin-top: 9px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-archetype {
        font-size: 10px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-colorway {
        font-size: 12px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-subtext {
        font-size: 11px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-price,
    .recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
        font-size: 13px;
    }
}
@media (min-width: 1000px) {
    .recommendation-section-four-products {
        padding: 50px 50px;
    }
    .recommendation-section-four-products .rec-title {
        font-size: 36px;
    }
    .recommendation-section-four-products .rec-subtitle {
        font-size: 16px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info-container {
        margin-top: 15px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-archetype {
        font-size: 10px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-colorway {
        font-size: 15px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-subtext {
        font-size: 13px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-price,
    .recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .recommendation-section-four-products {
        padding: 60px;
    }
    .recommendation-section-four-products .rec-title {
        font-size: 36px;
    }
    .recommendation-section-four-products .rec-subtitle {
        font-size: 16px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info-container {
        margin-top: 16px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info {
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-archetype {
        font-size: 11px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-colorway {
        font-size: 16px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-subtext {
        font-size: 14px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-price,
    .recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    .recommendation-section-four-products  {
        max-width: 1440px;
        margin: auto;
    }
}

@media (min-width: 1500px) {
    .recommendation-section-four-products .rec-list .product-card .product-info .product-archetype {
        font-size: 12px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-colorway {
        font-size: 17px;
    }

    .recommendation-section-four-products .rec-list .product-card .product-info .product-subtext {
        font-size: 15px;
    }
    .recommendation-section-four-products .rec-list .product-card .product-info .product-price,
    .recommendation-section-four-products .rec-list .product-card .product-info .product-compare-at-price {
        font-size: 14px;
    }
}
#s-61a5bc6a-afbb-4ecb-ba26-325303e7742b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-61a5bc6a-afbb-4ecb-ba26-325303e7742b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61a5bc6a-afbb-4ecb-ba26-325303e7742b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-235b9359-1e57-481b-bd9d-992e35393586 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-235b9359-1e57-481b-bd9d-992e35393586 {
  text-align: left;
}
}
#s-49e8faf5-ce9f-436d-81df-97f3df39dde4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-49e8faf5-ce9f-436d-81df-97f3df39dde4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49e8faf5-ce9f-436d-81df-97f3df39dde4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49e8faf5-ce9f-436d-81df-97f3df39dde4 {
  
}
}@media (max-width: 767px){#s-49e8faf5-ce9f-436d-81df-97f3df39dde4 {
  
}
}







#s-49e8faf5-ce9f-436d-81df-97f3df39dde4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49e8faf5-ce9f-436d-81df-97f3df39dde4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8be9a03-9370-4623-b1b5-3c8ea7525d62 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f8be9a03-9370-4623-b1b5-3c8ea7525d62 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8be9a03-9370-4623-b1b5-3c8ea7525d62 {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8be9a03-9370-4623-b1b5-3c8ea7525d62 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-f8be9a03-9370-4623-b1b5-3c8ea7525d62 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-f8be9a03-9370-4623-b1b5-3c8ea7525d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8be9a03-9370-4623-b1b5-3c8ea7525d62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a84c485-7449-4b15-88e9-247e1f333b83 {
  padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5a84c485-7449-4b15-88e9-247e1f333b83 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a84c485-7449-4b15-88e9-247e1f333b83 {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a84c485-7449-4b15-88e9-247e1f333b83 {
  padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-5a84c485-7449-4b15-88e9-247e1f333b83 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-079996f4-8114-4d95-a8f2-27c8670359b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-079996f4-8114-4d95-a8f2-27c8670359b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-079996f4-8114-4d95-a8f2-27c8670359b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-079996f4-8114-4d95-a8f2-27c8670359b7 {
  
}
}@media (max-width: 767px){#s-079996f4-8114-4d95-a8f2-27c8670359b7 {
  
}
}







#s-079996f4-8114-4d95-a8f2-27c8670359b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-079996f4-8114-4d95-a8f2-27c8670359b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71059a7f-9802-436c-a81b-d3ca43837578 {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 56px;
padding-left: 56px;
padding-bottom: 56px;
padding-right: 56px;
min-height: 50px;
background-color: rgba(15, 15, 15, 1);
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-71059a7f-9802-436c-a81b-d3ca43837578 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (max-width: 767px){#s-71059a7f-9802-436c-a81b-d3ca43837578 {
  margin-top: 40px;
padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}







#s-71059a7f-9802-436c-a81b-d3ca43837578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71059a7f-9802-436c-a81b-d3ca43837578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-71059a7f-9802-436c-a81b-d3ca43837578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71059a7f-9802-436c-a81b-d3ca43837578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.travel-tier9 .tablet,
.travel-tier9 .mobile {
    display: none;
}
.travel-tier9 h2,
.travel-tier9 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.travel-tier9 h2 {
    text-transform: uppercase;
}
.travel-tier9 .tier-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
}
.travel-tier9 .tier-block {
    width: 50%;
    max-width: 550px;
    margin-right: 20px;
}
.travel-tier9 .tier-items {
    width: 50%;
    max-width: 640px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
}
.travel-tier9 .tier-block p {
    line-height: 1.5;
    margin-top: 10px;
}
.travel-tier9 .tier-items div {
    padding-bottom: 24px;
    border-bottom: 1px solid white;
}

@media (max-width: 991px) {
    .travel-tier9 .desktop {
        display: none;
    }
    .travel-tier9 .tablet {
        display: block;
    }
    .travel-tier9 .tier-items div {
        padding-bottom: 10px;
    }
    
}
@media (max-width: 767px) {
    .travel-tier9 .tablet {
        display: none;
    }
    .travel-tier9 .mobile {
        display: block;
    }
    .travel-tier9 .tier-content {
        display: block;
        max-width: 358px;
    }
    .travel-tier9 .tier-block {
        width: 100%;
        max-width: 100%;
        margin: 0 0 32px 0;
    }
    .travel-tier9 .tier-items {
        width: 100%;
        max-width: 100%;
    }
    .travel-tier9 .tier-items div {
        padding-bottom: 24px;
    }
    .travel-tier9.true .tier-content {
        display: flex;
        flex-wrap: wrap;
    }
    .travel-tier9.true .tier-block {
        margin: 32px 0 0 0;
        order: 2;
    }
    .travel-tier9.true .tier-items {
        order: 1;
    }
}
/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
