.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-f35e4561-5912-443c-8ff4-7bd245bd89a4 {
  margin-top: 40px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f35e4561-5912-443c-8ff4-7bd245bd89a4 {
  display: none;
}
#s-f35e4561-5912-443c-8ff4-7bd245bd89a4, #wrap-s-f35e4561-5912-443c-8ff4-7bd245bd89a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f35e4561-5912-443c-8ff4-7bd245bd89a4 {
  display: none;
}
#s-f35e4561-5912-443c-8ff4-7bd245bd89a4, #wrap-s-f35e4561-5912-443c-8ff4-7bd245bd89a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f35e4561-5912-443c-8ff4-7bd245bd89a4 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-f35e4561-5912-443c-8ff4-7bd245bd89a4, #wrap-s-f35e4561-5912-443c-8ff4-7bd245bd89a4 { display:none !important; }}@media (max-width: 767px){#s-f35e4561-5912-443c-8ff4-7bd245bd89a4 {
  display: none;
}
#s-f35e4561-5912-443c-8ff4-7bd245bd89a4, #wrap-s-f35e4561-5912-443c-8ff4-7bd245bd89a4 { display:none !important; }}







#s-f35e4561-5912-443c-8ff4-7bd245bd89a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f35e4561-5912-443c-8ff4-7bd245bd89a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.fd-home-tier8 .tablet, 
.fd-home-tier8 .mobile {
    display: none;
}
.fd-home-tier8 {
    position: relative;
}
.fd-home-tier8 p {
    padding: 0px;
    margin: 0px;
}
.fd-home-tier8 img {
    width: 100%;
}
.fd-home-tier8 .tier8-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.fd-home-tier8 .tier8-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: white;
    color: #040404;
}

@media (max-width: 991px) {
    .fd-home-tier8 .desktop {
        display: none;
    }
    .fd-home-tier8 .tablet {
        display: block;
    }
}

@media (max-width: 767px) {
    .fd-home-tier8 .tablet {
        display: none;
    }
    .fd-home-tier8 .mobile {
        display: block;
    }
    .fd-home-tier8 .tier8-content {
        width: 100%;
        height: auto;
        justify-content: center;
    }
}
@media (min-width: 1200px){#s-577466e3-f77a-4bba-a507-3f806bf55764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-577466e3-f77a-4bba-a507-3f806bf55764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-577466e3-f77a-4bba-a507-3f806bf55764 {
  
}
}@media (max-width: 767px){#s-577466e3-f77a-4bba-a507-3f806bf55764 {
  
}
}
#s-32d6a882-3992-40e7-8a51-5ca9b9a3731f {
  min-height: 50px;
}
@media (max-width: 767px){#s-32d6a882-3992-40e7-8a51-5ca9b9a3731f {
  margin-top: 38px;
}
}







#s-32d6a882-3992-40e7-8a51-5ca9b9a3731f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d6a882-3992-40e7-8a51-5ca9b9a3731f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier1 .tablet,
.home-tier1 .mobile {
    display: none;
}
.home-tier1 {
    position: relative;
}
.home-tier1 img {
    width: 100%;
    height: calc(100vh - 104px);
    object-fit: cover;
}
.home-tier1 p {
    padding: 0px;
    margin: 0px;
}
.home-tier1 video {
    display: none;
}
.home-tier1.true video {
    display: block;
}
.home-tier1.true video.mobile-video {
    display: none;
}
.home-tier1.true img {
    display: none !important;
}
.home-tier1 .mobile-image {
    display: none;
}
.home-tier1 .tier1-content {
    position: absolute;
    left: 10%;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.home-tier1 .title {
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 64px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 1.1;
    margin: 10px 0 0 0;
}
.home-tier1 .info {
    color: #ffffff;
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 24px;
    letter-spacing: 1px;
}
.home-tier1 a {
    font-family: TradeGothicLTPro-BdCn20;
    width: 230px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #111;
    padding-top: 5px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .home-tier1 .tablet {
        display: block;
    }
    .home-tier1 .desktop {
        display: none;
    }
    .home-tier1 img {
        width: 100%;
        height: auto;
    }
    .home-tier1 .tier1-content {
        left: 5%;
    }
    .home-tier1 .title {
        font-size: 36px;
        margin: 5px 0 0 0;
    }
    .home-tier1 .info {
        font-size: 12px;
    }
    .home-tier1 a {
        width: 150px;
        height: 40px;
        font-size: 16px;
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .home-tier1 .tablet {
        display: none;
    }
    .home-tier1 .mobile {
        display: block;
    }
    .home-tier1 .desktop-image {
        display: none;
    }
    .home-tier1 .mobile-image {
        display: block;
    }
    .home-tier1 .tier1-content {
        left: 10px;
        top: 50px;
        height: auto;
        width: calc(100% - 20px);
        justify-content: center;
    }
    .home-tier1 .title {
        font-size: 36px;
        text-align: center;
    }
    .home-tier1 .title br {
        display: none;
    }
    .home-tier1 .info {
        text-align: center;
        font-size: 20px;
        margin: 10px 0;
    }
    .home-tier1 a {
        width: 180px;
        height: 50px;
        font-size: 16px;
        letter-spacing: 1px;
        margin: auto;
    }
    .home-tier1.true video.desktop-video {
        display: none;
    }
    .home-tier1.true video.mobile-video {
        display: block;
    }
}
#s-d0119710-54c3-41e9-a712-3021ff6ed95f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 96px;
padding-left: 50px;
padding-bottom: 96px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0119710-54c3-41e9-a712-3021ff6ed95f {
  padding-top: 48px;
padding-left: 30px;
padding-bottom: 48px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d0119710-54c3-41e9-a712-3021ff6ed95f {
  margin-bottom: -8px;
padding-top: 44px;
padding-left: 10px;
padding-bottom: 44px;
padding-right: 10px;
}
}







#s-d0119710-54c3-41e9-a712-3021ff6ed95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0119710-54c3-41e9-a712-3021ff6ed95f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier2 p {
    padding: 0px;
    margin: 0px;
}
.home-tier2 .home-tier2-title {
    display: block;
    text-align: center;
}
.home-tier2 .home-tier2-title .title-item {
    width: 100%;
}
.home-tier2 .home-tier2-title a.title-item {
    width: auto;
}
.home-tier2 .home-tier2-title .title-item.title {
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 20px;
    color: #232323;
    letter-spacing: 0px;
}
.home-tier2 .home-tier2-title .title-item.best-sellers {
    color: #232323;
    font-family: RobotoMono-Regular;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}
.home-tier2 .home-tier2-wallets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    margin-top: 48px;
}
.home-tier2 img {
    width: 100%;
}
.home-tier2 .item-image {
    position: relative;
    display: block;
}
.home-tier2 .bk-image {
    opacity: 0;
}
.home-tier2 .bk-image-normal {
    /*transition: opacity .8s;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-tier2 .bk-image-hover {
    opacity: 0;
    transition: opacity .8s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-tier2 .item-image:hover .bk-image-hover {
    opacity: 1;
}
.home-tier2 .slick-slider .slick-list {
    padding-right: 50px;
}
.home-tier2 .home-tier2-wallet .item-review {
    margin-top: 10px;
    width: 72px;
}
.home-tier2 .home-tier2-wallet .item-title {
    margin: 5px 0 0px 0;
    font-family: RobotoMono-Regular;
    font-size: 14px;
    color: #232323;
}
.home-tier2 .home-tier2-wallet .item-price {
    font-family: TradeGothicNextLtPro-Bd;
    font-size: 14px;
    color: #232323;
    display: flex;
    align-items: center;
}
.home-tier2 .home-tier2-wallet .item-price span {
    font-family: TradeGothicNextLtPro-Bd;
    text-decoration: line-through;
    color: #999999;
    margin-left: 3px;
}

@media (max-width: 991px) {
    .home-tier2 .home-tier2-title .title-item.title {
        font-size: 16px;
    }
    .home-tier2 .home-tier2-wallets {
        margin-top: 40px;
        column-gap: 5px;
    }
    .home-tier2 .home-tier2-wallet .item-review {
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .home-tier2 .home-tier2-title .title-item.title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .home-tier2 .home-tier2-title .title-item.best-sellers {
        font-size: 14px;
    }
    .home-tier2 .home-tier2-wallets {
        margin: 20px auto 0 auto;
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 30px;
    }
    .home-tier2 .home-tier2-wallet .item-review {
        width: 70px;
    }
    .home-tier2 .home-tier2-wallet .item-title {
        margin: 8px 0 0px 0;
    }
}
#s-01777fa4-03d6-4484-98ec-b3ad5444acbc {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-01777fa4-03d6-4484-98ec-b3ad5444acbc {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
}
}







#s-01777fa4-03d6-4484-98ec-b3ad5444acbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01777fa4-03d6-4484-98ec-b3ad5444acbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier3 {
    position: relative;
}
.home-tier3 p {
    padding: 0px;
    margin: 0px;
}
.home-tier3 img {
    width: 100%;
}
.home-tier3 .tier3-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
.home-tier3 .tier3-item {
    position: relative;
    cursor: pointer;
}
.home-tier3 .item-content {
    position: absolute;
    left: 30px;
    bottom: 40px;
    max-width: 320px;
    color: #ffffff;
}
.home-tier3 .item-content .item-title {
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 52px;
}
.home-tier3 .item-content .item-sub-title {
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 26px;
    letter-spacing: 1px;
}
.home-tier3 .item-content .item-info {
    font-family: TradeGothicNextLtPro-Rg;
    font-size: 18px;
}
.home-tier3 .tier3-item.second video {
    display: none;
}
.home-tier3.tier3-item.second.true video {
    display: block;
}
.home-tier3 .tier3-item.second.true .tier3-image {
    display: none;
}

@media (max-width: 991px) {
    .home-tier3 .tier3-items  {
        column-gap: 10px;
    }
    .home-tier3 .item-content {
        left: 10px;
        bottom: 20px;
        max-width: 210px;
    }
    .home-tier3 .item-content .item-title {
        font-size: 32px;
    }
    .home-tier3 .item-content .item-sub-title {
        margin: 0px;
        font-size: 18px;
    }
    .home-tier3 .item-content .item-info {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .home-tier3 .tier3-items  {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .home-tier3.true .tier3-items  {
        display: flex;
        flex-direction: column;
    }
    .home-tier3.true .tier3-item.second {
        order: 1;
    }
    .home-tier3.true .tier3-item.third {
        order: 2;
    }
    .home-tier3.true .tier3-item.first {
        order: 3;
    }
    .home-tier3 .item-content {
        left: 20px;
        bottom: 20px;
        max-width: 320px;
    }
    .home-tier3 .item-content .item-title {
        font-size: 52px;
    }
    .home-tier3 .item-content .item-sub-title {
        font-size: 26px;
    }
    .home-tier3 .item-content .item-info {
        font-size: 18px;
    }
}
@media (max-width: 767px){#s-706b1408-bbb6-4d88-8d82-0904e0dbc9f4 {
  
}
}
#s-7f11c30d-6a72-4ccd-b2c2-a3406382aa2e {
  margin-top: 96px;
margin-left: 30px;
margin-bottom: 96px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7f11c30d-6a72-4ccd-b2c2-a3406382aa2e {
  margin-top: 64px;
margin-bottom: 64px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f11c30d-6a72-4ccd-b2c2-a3406382aa2e {
  margin-top: 40px;
margin-bottom: 96px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f11c30d-6a72-4ccd-b2c2-a3406382aa2e {
  margin-top: 48px;
margin-bottom: 48px;
}
}@media (max-width: 767px){#s-7f11c30d-6a72-4ccd-b2c2-a3406382aa2e {
  margin-top: 45px;
margin-left: 10px;
margin-bottom: 45px;
margin-right: 10px;
}
}







#s-7f11c30d-6a72-4ccd-b2c2-a3406382aa2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f11c30d-6a72-4ccd-b2c2-a3406382aa2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier4 p,
.home-tier4 h1,
.home-tier4 h2 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.home-tier4 h1 a,
.home-tier4 h2 a {
    color: white !important;
}
.home-tier4 .tier4-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 60px;
}
.home-tier4 .tier4-item {
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.home-tier4 img {
    width: 100%;
}
.home-tier4 .bk-image {
    opacity: 0;
}
.home-tier4 .mobile-image {
    display: none;
}
.home-tier4 .bk-image-normal {
    /*transition: opacity .8s;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-tier4 .bk-image-hover {
    opacity: 0;
    transition: opacity .8s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-tier4 .tier4-item:hover .bk-image-hover {
    opacity: 1;
}
.home-tier4 .tier4-item-content {
    position: absolute;
}
.home-tier4 .tier4-item.full {
    grid-column: 1 / 3;
}
.home-tier4 .tier4-item.full .tier4-item-content {
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.home-tier4 .tier4-item.full.first .tier4-item-content {
    left: 15%;
}
.home-tier4 .tier4-item.full.fourth .tier4-item-content {
    right: 15%;
}
.home-tier4 .tier4-item.second .tier4-item-content {
    right: 30px;
    bottom: 32px;
}
.home-tier4 .tier4-item.third .tier4-item-content {
    left: 30px;
    bottom: 32px
}
.home-tier4 .tier4-item .item-label {
    font-family: RobotoMono-Bold;
    font-size: 14px;
    color: #a78f56;
    letter-spacing: 2px;
}
.home-tier4 .tier4-item .item-title {
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 20px 0;
}
.home-tier4 .tier4-item-content .item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #101010;
    border: 1px solid white;
    transition-duration: 0.3s;
    margin: auto;
    font-family: RobotoMono-Medium;
    width: 180px;
    height: 55px;
    font-size: 14px;
    letter-spacing: 1px;
}
.home-tier4 .tier4-item-content .item-button:hover {
    background: transparent;
    color: white;
}
.home-tier4 .tier4-item video {
    display: none;
}
.home-tier4 .tier4-item.true video {
    display: block;
}
.home-tier4 .tier4-item.true video.mobile-video {
    display: none;
}
.home-tier4 .tier4-item.true img {
    display: none !important;
}

@media (max-width: 991px) {
    .home-tier4 .tier4-items {
        column-gap: 20px;
        row-gap: 20px;
    }
    .home-tier4 .tier4-item.full.first .tier4-item-content {
        left: 10%;
    }
    .home-tier4 .tier4-item.full.fourth .tier4-item-content {
        right: 10%;
    }
    .home-tier4 .tier4-item.second .tier4-item-content {
        right: 15px;
        bottom: 20px;
    }
    .home-tier4 .tier4-item.third .tier4-item-content {
        left: 15px;
        bottom: 20px
    }
    .home-tier4 .tier4-item .item-label {
        font-size: 10px;
    }
    .home-tier4 .tier4-item .item-title {
        font-size: 28px;
        margin: 10px 0;
    }
    .home-tier4 .tier4-item-content .item-button {
        width: 120px;
        height: 36px;
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    .home-tier4 .desktop-image {
        display: none;
    }
    .home-tier4 .mobile-image {
        display: block;
    }
    .home-tier4 .tier4-items {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .home-tier4 .tier4-item.full.first .tier4-item-content,
    .home-tier4 .tier4-item.full.fourth .tier4-item-content {
        top: 48px !important;
        left: 0px !important;
        right: unset !important;
        width: 100% !important;
        height: auto !important;
        justify-content: center !important;
    }
    .home-tier4 .tier4-item.second .tier4-item-content,
    .home-tier4 .tier4-item.third .tier4-item-content {
        left: 0px !important;
        right: 0 !important;
        bottom: 30px;
        width: 100% !important;
        justify-content: center !important;
    }
    .home-tier4 .tier4-item .item-label {
        font-size: 14px;
    }
    .home-tier4 .tier4-item .item-title {
        font-size: 36px;
        margin: 15px 0;
    }
    .home-tier4 .tier4-item-content .item-button {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }
    .home-tier4 .tier4-item.full {
        grid-column: unset
    }
    .home-tier4 .tier4-item.true video.desktop-video {
        display: none;
    }
    .home-tier4 .tier4-item.true video.mobile-video {
        display: block;
    }
}
#s-43658153-5864-4b5e-8a76-c9c3c10bddc4 {
  min-height: 50px;
}








#s-43658153-5864-4b5e-8a76-c9c3c10bddc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43658153-5864-4b5e-8a76-c9c3c10bddc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier5 {
    background: #111111;
    padding: 0 10px;
}
.home-tier5 p {
    padding: 0px;
    margin: 0px;
}
.home-tier5 .tier5-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1040px;
    margin: auto;
    padding: 50px 0 50px 0;
}
.home-tier5 .tier5-title {
    line-height: normal;
    font-family: TradeGothicNextLtPro-Lt;
    font-size: 32px;
    color: #f3f3f3;
}
.home-tier5 .tier5-info1 {
    margin-bottom: 35px;
    font-family: TradeGothicNextLtPro-Rg;
    font-size: 16px;
    color: #f3f3f3;
}
.home-tier5 .tier5-info2 {
    font-family: TradeGothicNextLtPro-Rg;
    font-size: 16px;
    color: #f3f3f3;
}

@media (max-width: 991px) {
    .home-tier5 .tier5-content {
        max-width: 700px;
        margin: auto;
        padding: 40px 0 40px 0;
    }
    .home-tier5 .tier5-title {
        font-size: 24px;
    }
    .home-tier5 .tier5-info {
        max-width: 380px;
    }
    .home-tier5 .tier5-info1 {
        margin-bottom: 25px;
        font-size: 14px;
    }
    .home-tier5 .tier5-info1 br {
        display: none;
    }
    .home-tier5 .tier5-info2 {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .home-tier5 .tier5-content {
        display: block;
        max-width: 320px;
        margin: auto;
        padding: 40px 0 40px 0;
    }
    .home-tier5 .tier5-title {
        font-size: 30px;
    }
    .home-tier5 .tier5-info1 {
        margin: 24px 0;
        font-size: 16px;
    }
    .home-tier5 .tier5-info2 {
        font-size: 18px;
    }
}
#s-2b9a7150-38b0-45c3-a3ff-dc8809779ed9 {
  margin-top: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b9a7150-38b0-45c3-a3ff-dc8809779ed9 {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-2b9a7150-38b0-45c3-a3ff-dc8809779ed9 {
  margin-top: 50px;
}
}







#s-2b9a7150-38b0-45c3-a3ff-dc8809779ed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b9a7150-38b0-45c3-a3ff-dc8809779ed9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier6 p {
    padding: 0px;
    margin: 0px;
}
.home-tier6 .tier6-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    max-width: 1200px;
    column-gap: 55px;
}
.home-tier6 {
    text-align: center;
}
.home-tier6 img {
    width: 100%;
}
.home-tier6 .tier6-items img {
    width: auto;
    height: 100%;
}
.home-tier6 .label {
    font-family: RobotoMono-Medium;
    font-size: 16px;
    color: #ef704e;
}
.home-tier6 .title {
    font-family: TradeGothicNextLtPro-Rg;
    font-size: 56px;
    color: #333333;
    line-height: 1.1;
    margin: 48px 0;
    letter-spacing: 0px;
}
.home-tier6 .logo {
    margin: 0 auto 96px auto;
    width: 100px;
    float: unset;
}
.home-tier6 .tier6-items-block {
    padding: 56px 10px 56px 10px;
    background: #f3f3f3;
}
.home-tier6 .item-logo {
    height: 24px;
    margin-bottom: 20px;
}
.home-tier6 .item-info {
    font-family: TradeGothicNextLtPro-Rg;
    font-size: 16px;
    color: #333333;
}
@media (max-width: 991px) {
    .home-tier6 .label {
        font-size: 12px;
    }
    .home-tier6 .title {
        font-size: 40px;
        line-height: 1.1;
        margin: 15px 0;
    }
    .home-tier6 .logo {
        margin: 0 auto 30px auto;
        width: 60px;
    }
    .home-tier6 .tier6-items-block {
        padding: 20px 10px;
    }
    .home-tier6 .tier6-items {
        max-width: 700px;
        column-gap: 20px;
    }
    .home-tier6 .item-logo {
        height: 20px;
        margin-bottom: 10px;
    }
    .home-tier6 .item-info {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .home-tier6 .label {
        font-size: 14px;
    }
    .home-tier6 .title {
        font-size: 36px;
        line-height: 1.1;
        margin: 24px 0 32px 0;
    }
    .home-tier6 .logo {
        margin: 0 auto 48px auto;
        width: 100px;
    }
    .home-tier6 .tier6-items-block {
        padding: 56px 10px;
    }
    .home-tier6 .tier6-items {
        max-width: 350px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 48px;
    }
    .home-tier6 .item-logo {
        height: 20px;
        margin-bottom: 10px;
    }
    .home-tier6 .item-info {
        font-size: 16px;
        line-height: 22px;
    }
}
#s-e5fe4fe4-a642-4ad6-88ed-320435193596 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e5fe4fe4-a642-4ad6-88ed-320435193596 {
  margin-top: 16px;
margin-bottom: 16px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5fe4fe4-a642-4ad6-88ed-320435193596 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-e5fe4fe4-a642-4ad6-88ed-320435193596 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-e5fe4fe4-a642-4ad6-88ed-320435193596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5fe4fe4-a642-4ad6-88ed-320435193596.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier7 p {
    padding: 0px;
    margin: 0px;
}
.home-tier7 .tier7-content {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 230px 10px 230px 10px;
}
.home-tier7 .tier7-content div {
    max-width: 540px;
    margin: auto;
}
.home-tier7 .tier7-content .label {
    font-family: RobotoMono-SemiBold;
    font-size: 16px;
    color: #ef704e;
    text-align: center;
}
.home-tier7 .tier7-content .title {
    margin: 32px 0 20px 0;
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0px;
}
.home-tier7 .tier7-content .info {
    font-family: TradeGothicNextLtPro-Rg;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.home-tier7 .mobile-image {
    display: none;
}
@media (max-width: 991px) {
    .home-tier7 .tier7-content {
        padding: 100px 10px 100px 10px;
    }
    .home-tier7 .tier7-content .label {
        font-size: 12px;
    }
    .home-tier7 .tier7-content .title {
        margin: 16px 0 8px 0;
        font-size: 24px;
    }
    .home-tier7 .tier7-content .info {
        font-size: 14px;
    }
    .home-tier7 .tier7-content div {
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .home-tier7 .mobile-image {
        display: block;
    }
    .home-tier7 .tier7-content {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        background-image: unset !important;
        padding: 0px;
    }
    .home-tier7 .tier7-content div {
        margin: auto;
        max-width: 315px;
    }
    .home-tier7 .tier7-content .label {
        font-size: 14px;
    }
    .home-tier7 .tier7-content .title {
        margin: 18px 0 14px 0;
        font-size: 30px;
    }
    .home-tier7 .tier7-content .info {
        font-size: 14px;
    }
}
#s-e70f141b-a8b7-4b12-b221-f4b1b92e78e2 {
  min-height: 50px;
}








#s-e70f141b-a8b7-4b12-b221-f4b1b92e78e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70f141b-a8b7-4b12-b221-f4b1b92e78e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.home-tier8 {
    background: #111111;
}
.home-tier8 p {
    padding: 0px;
    margin: 0px;
}
.home-tier8 .tier8-items {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1260px;
    padding: 72px 10px 72px 10px;
    column-gap: 32px;
}
.home-tier8 .tier8-item.first {
    max-width: 180px;
}
.home-tier8 .tier8-item.second {
    max-width: 220px;
}
.home-tier8 .tier8-item.third {
    max-width: 234px;
}
.home-tier8 .tier8-item.fourth {
    max-width: 270px;
}
.home-tier8 .title {
    font-family: TradeGothicNextLtPro-Lt;
    font-size: 32px;
    color: #f3f3f3;
    line-height: normal;
    letter-spacing: 0px;
}
.home-tier8 .item-header .item-name {
    display: none;
}
.home-tier8 .item-title {
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 16px;
    color: #f3f3f3;
    letter-spacing: 1px;
}
.home-tier8 .item-info {
    margin: 10px 0 10px 0;
    font-family: TradeGothicNextLtPro-Rg;
    font-size: 16px;
    color: #f3f3f3;
}
.home-tier8 .item-name {
    font-family: RobotoMono-Bold;
    font-size: 14px;
    color: #f3f3f3;
}

@media (max-width: 991px) {
    .home-tier8 .tier8-items {
        max-width: 720px;
        padding: 40px 10px 40px 10px;
        column-gap: 24px;
    }
    .home-tier8 .tier8-item.first {
        max-width: 140px;
    }
    .home-tier8 .tier8-item.second {
        max-width: 90%;
    }
    .home-tier8 .tier8-item.third {
        max-width: 90%;
    }
    .home-tier8 .tier8-item.fourth {
        max-width: 100%;
    }
    .home-tier8 .title {
        font-size: 24px;
    }
    .home-tier8 .item-title {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .home-tier8 .item-info {
        margin: 5px 0;
        font-size: 12px;
        line-height: 16px;
    }
    .home-tier8 .item-name {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    .tablet {
        display: none;
    }
    .mobile {
        display: block;
    }
    .home-tier8 .tier8-items {
        max-width: 340px;
        padding: 48px 10px 50px 10px;
        margin: auto;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 48px
    }
    .home-tier8 .tier8-item {
        max-width: 100% !important;
    }
    .home-tier8 .title {
        font-size: 30px;
    }
    .home-tier8 .item-title {
        font-size: 14px;
    }
    .home-tier8 .item-info {
        margin: 8px 0 0 0;
        font-size: 14px;
        line-height: 20px;
    }
    .home-tier8 .item-name {
        display: none;
        font-size: 14px;
    }
    .home-tier8 .item-header {
        display: flex;
        align-items: center;
    }
    .home-tier8 .item-header .item-name {
        display: block;
        margin: -5px 0 0 3px;
    }
}
/*
  $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}
