.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  justify-content: center;
}

#s-a1c69654-da6c-47a0-a896-55e10a9bd996 {
  min-height: 50px;
}








#s-a1c69654-da6c-47a0-a896-55e10a9bd996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1c69654-da6c-47a0-a896-55e10a9bd996.shg-box.shg-c {
  justify-content: center;
}

#s-d57236ed-5fb4-4c6d-982c-b4e813f9226d {
  min-height: 50px;
}








#s-d57236ed-5fb4-4c6d-982c-b4e813f9226d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d57236ed-5fb4-4c6d-982c-b4e813f9226d.shg-box.shg-c {
  justify-content: center;
}

#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
min-height: 720px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  min-height: 480px;
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 276px;
max-width: 100%;
}
}







#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  cursor: pointer;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}

#s-10952472-011f-4875-bc04-c4e7a6206581 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-10952472-011f-4875-bc04-c4e7a6206581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10952472-011f-4875-bc04-c4e7a6206581.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-dd413c9d-6530-430f-9789-ffb135273636 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
max-width: 17%;
text-align: center;
}




  #s-dd413c9d-6530-430f-9789-ffb135273636 img.shogun-image {
    
    width: px;
  }


#s-dd413c9d-6530-430f-9789-ffb135273636 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccdb2139-e0a1-482d-a715-6dc5ff53f208 {
  margin-top: 3px;
margin-left: 34%;
margin-bottom: 3px;
margin-right: 34%;
padding-top: 4px;
padding-left: 1%;
padding-bottom: 4px;
padding-right: 1%;
max-width: 100%;
text-align: center;
}




  #s-ccdb2139-e0a1-482d-a715-6dc5ff53f208 img.shogun-image {
    
    width: px;
  }


#s-ccdb2139-e0a1-482d-a715-6dc5ff53f208 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 1200px){#s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa {
  display: none;
}
#s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa, #wrap-s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa {
  display: none;
}
#s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa, #wrap-s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa {
  display: none;
}
#s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa, #wrap-s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa { display:none !important; }}
@media (min-width: 0px) {
[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5291a5f-eeff-47a0-bc31-4bccb38e3ffa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8e5cf241-b6c4-4898-b5d5-02ac7f628463 {
  min-height: 50px;
}








#s-8e5cf241-b6c4-4898-b5d5-02ac7f628463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e5cf241-b6c4-4898-b5d5-02ac7f628463.shg-box.shg-c {
  justify-content: center;
}

#s-72c96023-a335-4ca4-9078-e4840677b58c {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 {
  text-align: left;
}


.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 {
  max-width: 100%;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom,
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 {
  max-width: 100%;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom,
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 {
  max-width: 100%;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom,
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 {
  max-width: 100%;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom,
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 {
  max-width: 100%;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom,
.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39750ca9-7f69-4346-81fd-bbe8c24878b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d0a3365a-b45c-40a4-9cac-91261850cf72 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d0a3365a-b45c-40a4-9cac-91261850cf72 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 3px;
}

#s-14fbd4a5-af27-42f6-b168-a241db4023f4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 100%;
text-align: center;
}

#s-14fbd4a5-af27-42f6-b168-a241db4023f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
}

#s-14fbd4a5-af27-42f6-b168-a241db4023f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
  font-size: 11px;
}

#s-14fbd4a5-af27-42f6-b168-a241db4023f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-cb46a374-2706-4562-bfbb-c2aa8d46c93f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 1, 1, 0.86);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
background-position: undefined 0px;
}
#s-cb46a374-2706-4562-bfbb-c2aa8d46c93f:hover {background-color: rgba(66, 66, 66, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb46a374-2706-4562-bfbb-c2aa8d46c93f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb46a374-2706-4562-bfbb-c2aa8d46c93f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb46a374-2706-4562-bfbb-c2aa8d46c93f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb46a374-2706-4562-bfbb-c2aa8d46c93f.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Didact Gothic;
  display:  block ;
}

#s-cb46a374-2706-4562-bfbb-c2aa8d46c93f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5dfd2b33-4e39-468a-b894-b4f97047aef0 {
  display: none;
}
#s-04917c2f-0f2c-4f35-b13c-126124a20736 {
  text-align: left;
}


.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 {
  max-width: 100%;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom,
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 {
  max-width: 100%;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom,
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 {
  max-width: 100%;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom,
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 {
  max-width: 100%;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom,
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 {
  max-width: 100%;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom,
.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-04917c2f-0f2c-4f35-b13c-126124a20736 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-08f27f79-664a-43b9-95c4-5fa5c7edea90 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-08f27f79-664a-43b9-95c4-5fa5c7edea90 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 3px;
}

#s-cd96c160-3c5e-4010-b1e5-af07495b200f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 100%;
text-align: center;
}

#s-cd96c160-3c5e-4010-b1e5-af07495b200f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
}

#s-cd96c160-3c5e-4010-b1e5-af07495b200f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
  font-size: 11px;
}

#s-cd96c160-3c5e-4010-b1e5-af07495b200f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7cb4cdc6-5204-49cb-a399-d3147df3819a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 1, 1, 0.86);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
background-position: undefined 0px;
}
#s-7cb4cdc6-5204-49cb-a399-d3147df3819a:hover {background-color: rgba(66, 66, 66, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7cb4cdc6-5204-49cb-a399-d3147df3819a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7cb4cdc6-5204-49cb-a399-d3147df3819a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7cb4cdc6-5204-49cb-a399-d3147df3819a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cb4cdc6-5204-49cb-a399-d3147df3819a.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Didact Gothic;
  display:  block ;
}

#s-7cb4cdc6-5204-49cb-a399-d3147df3819a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0d858e99-c24f-4817-bfcf-e891d17bb3ae {
  display: none;
}
#s-97553adc-9e48-44cc-a19c-261421b28134 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}


.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 {
  max-width: 100%;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom,
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 {
  max-width: 100%;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom,
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 {
  max-width: 100%;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom,
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 {
  max-width: 100%;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom,
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 {
  max-width: 100%;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom,
.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97553adc-9e48-44cc-a19c-261421b28134 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-609a0854-9b1c-4252-a0bb-4951d70b6cc6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-609a0854-9b1c-4252-a0bb-4951d70b6cc6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 3px;
}

#s-4bd30bc7-e22b-401c-9282-fd4dde397578 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 100%;
text-align: center;
}

#s-4bd30bc7-e22b-401c-9282-fd4dde397578 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 11px;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
}

#s-4bd30bc7-e22b-401c-9282-fd4dde397578 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
  font-size: 11px;
}

#s-4bd30bc7-e22b-401c-9282-fd4dde397578 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-598edb60-b8f4-4b21-aee3-9b3dbd1c8072 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 1, 1, 0.86);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
background-position: undefined 0px;
}
#s-598edb60-b8f4-4b21-aee3-9b3dbd1c8072:hover {background-color: rgba(66, 66, 66, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-598edb60-b8f4-4b21-aee3-9b3dbd1c8072:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-598edb60-b8f4-4b21-aee3-9b3dbd1c8072 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-598edb60-b8f4-4b21-aee3-9b3dbd1c8072.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-598edb60-b8f4-4b21-aee3-9b3dbd1c8072.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Didact Gothic;
  display:  block ;
}

#s-598edb60-b8f4-4b21-aee3-9b3dbd1c8072.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  background-attachment: fixed;
margin-top: -4%;
margin-bottom: -4%;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa.shg-box.shg-c {
  justify-content: center;
}

#s-52623d9f-2322-4c30-9d8b-8e11cdd6cf88 {
  display: none;
}
#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  text-align: left;
}
@media (max-width: 767px){#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  
}
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height: 0% !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height: 0% !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height: 0% !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height: 0% !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  max-width: 100%;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom,
.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  max-width:  !important;
  min-height: 0% !important;
}

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-106561e2-571f-4d2e-9637-dafc1663dfbf {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-106561e2-571f-4d2e-9637-dafc1663dfbf .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: 0.5em;
  letter-spacing: ;
}

#s-7b485b1d-9a29-4aa6-8f2c-43837f950bb6 {
  margin-bottom: 20px;
text-align: center;
}

#s-7b485b1d-9a29-4aa6-8f2c-43837f950bb6 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
}

#s-7b485b1d-9a29-4aa6-8f2c-43837f950bb6 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-7b485b1d-9a29-4aa6-8f2c-43837f950bb6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 1, 1, 0.86);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
background-position: undefined 0px;
}
#s-79226f50-82a9-4b72-ad70-68b23b38d50e:hover {background-color: rgba(66, 66, 66, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79226f50-82a9-4b72-ad70-68b23b38d50e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  min-height: 50px;
}
@media (max-width: 767px){#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-01d986d7-4f90-48c5-9c4e-dfe488035bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d986d7-4f90-48c5-9c4e-dfe488035bab.shg-box.shg-c {
  justify-content: center;
}

#s-8696c6de-796f-4e2b-ad1a-a8e7ee43afc3 {
  display: none;
}
#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  text-align: left;
}
@media (max-width: 767px){#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  display: none;
}
#s-578558e0-c894-45bf-9f70-9768cbaeb87e, #wrap-s-578558e0-c894-45bf-9f70-9768cbaeb87e { display:none !important; }}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  max-width: 100%;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom,
.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: 0.5em;
  letter-spacing: 0px;
}

#s-9e2d6356-6db4-4817-84f7-a42570fc25cd {
  margin-bottom: 20px;
text-align: center;
}

#s-9e2d6356-6db4-4817-84f7-a42570fc25cd .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
}

#s-9e2d6356-6db4-4817-84f7-a42570fc25cd .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-9e2d6356-6db4-4817-84f7-a42570fc25cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fcea617c-eaef-48e1-82d2-1f07d3ad0d15 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 1, 1, 0.86);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
background-position: undefined 0px;
}
#s-fcea617c-eaef-48e1-82d2-1f07d3ad0d15:hover {background-color: rgba(66, 66, 66, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fcea617c-eaef-48e1-82d2-1f07d3ad0d15:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcea617c-eaef-48e1-82d2-1f07d3ad0d15 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcea617c-eaef-48e1-82d2-1f07d3ad0d15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcea617c-eaef-48e1-82d2-1f07d3ad0d15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}

#s-fcea617c-eaef-48e1-82d2-1f07d3ad0d15.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  margin-top: 0px;
}
}







#s-4b98a257-7dfa-4549-aebb-713a6067a02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b98a257-7dfa-4549-aebb-713a6067a02d.shg-box.shg-c {
  justify-content: center;
}

#s-befc4af6-d6e8-4e06-b682-659273129a4c {
  display: none;
}
#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  display: none;
}
#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373, #wrap-s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 { display:none !important; }}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  max-width: 100%;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom,
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  max-width: 100%;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom,
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  max-width: 100%;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom,
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  max-width: 100%;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom,
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  max-width: 100%;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom,
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 {
  max-width: 100%;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom,
.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62ae91cf-ea6e-4195-9a62-d6d9fa33b373 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0b38d91f-30ee-4fd0-933f-aa93281bf233 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b38d91f-30ee-4fd0-933f-aa93281bf233 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 0.5em;
  letter-spacing: ;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e {
  margin-bottom: 20px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0099e951-5b9e-4f1f-99d2-1a5594974c41 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 1, 1, 0.86);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
background-position: undefined 0px;
}
#s-0099e951-5b9e-4f1f-99d2-1a5594974c41:hover {background-color: rgba(66, 66, 66, 0.77) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0099e951-5b9e-4f1f-99d2-1a5594974c41:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0099e951-5b9e-4f1f-99d2-1a5594974c41 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0099e951-5b9e-4f1f-99d2-1a5594974c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0099e951-5b9e-4f1f-99d2-1a5594974c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}

#s-0099e951-5b9e-4f1f-99d2-1a5594974c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 12%;
padding-left: 5%;
padding-bottom: 12%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  display: none;
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898, #wrap-s-3e077126-f2f8-466c-91bb-f2975e5c5898 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  display: none;
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898, #wrap-s-3e077126-f2f8-466c-91bb-f2975e5c5898 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  display: none;
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898, #wrap-s-3e077126-f2f8-466c-91bb-f2975e5c5898 { display:none !important; }}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0823c086-7475-4418-93bf-0b669650d622 {
  min-height: 50px;
}








#s-0823c086-7475-4418-93bf-0b669650d622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0823c086-7475-4418-93bf-0b669650d622.shg-box.shg-c {
  justify-content: center;
}

#s-c3a0b97e-3098-49b3-9159-4486142ecd76 {
  min-height: 50px;
}








#s-c3a0b97e-3098-49b3-9159-4486142ecd76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3a0b97e-3098-49b3-9159-4486142ecd76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a6849909-367d-4953-acc2-f8f772b69c37 {
  display: none;
}
#s-a6849909-367d-4953-acc2-f8f772b69c37, #wrap-s-a6849909-367d-4953-acc2-f8f772b69c37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6849909-367d-4953-acc2-f8f772b69c37 {
  display: none;
}
#s-a6849909-367d-4953-acc2-f8f772b69c37, #wrap-s-a6849909-367d-4953-acc2-f8f772b69c37 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6849909-367d-4953-acc2-f8f772b69c37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43bcb7c4-2953-43e5-b3b7-d97f47190e59 {
  min-height: 50px;
}








#s-43bcb7c4-2953-43e5-b3b7-d97f47190e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43bcb7c4-2953-43e5-b3b7-d97f47190e59.shg-box.shg-c {
  justify-content: center;
}

#s-4bce4eec-f12f-427e-9f93-92cfe7e33d61 {
  text-align: center;
}




  #s-4bce4eec-f12f-427e-9f93-92cfe7e33d61 img.shogun-image {
    
    width: px;
  }


#s-4bce4eec-f12f-427e-9f93-92cfe7e33d61 .shogun-image-content {
  
    align-items: center;
  
}

#s-8808cc61-2c71-4d24-a4b4-bd701ebe5a18 {
  text-align: center;
}




  #s-8808cc61-2c71-4d24-a4b4-bd701ebe5a18 img.shogun-image {
    
    width: px;
  }


#s-8808cc61-2c71-4d24-a4b4-bd701ebe5a18 .shogun-image-content {
  
    align-items: center;
  
}

#s-4332d922-821b-4071-814b-f89cfd121a5d {
  min-height: 50px;
}








#s-4332d922-821b-4071-814b-f89cfd121a5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4332d922-821b-4071-814b-f89cfd121a5d.shg-box.shg-c {
  justify-content: center;
}

#s-5f085659-8ac1-42ca-985e-ecba67703258 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-5f085659-8ac1-42ca-985e-ecba67703258 img.shogun-image {
    
    width: px;
  }


#s-5f085659-8ac1-42ca-985e-ecba67703258 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4b4571b-b338-4125-98cd-2094958bc827 {
  text-align: center;
}




  #s-c4b4571b-b338-4125-98cd-2094958bc827 img.shogun-image {
    
    width: px;
  }


#s-c4b4571b-b338-4125-98cd-2094958bc827 .shogun-image-content {
  
    align-items: center;
  
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  display: none;
}
#s-980cd831-fd34-4621-9a40-7f8afedd30c2, #wrap-s-980cd831-fd34-4621-9a40-7f8afedd30c2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c58808c-2b92-4262-9f64-fb72a05fb2b8 {
  text-align: center;
}
@media (max-width: 767px){#s-6c58808c-2b92-4262-9f64-fb72a05fb2b8 {
  display: none;
}
#s-6c58808c-2b92-4262-9f64-fb72a05fb2b8, #wrap-s-6c58808c-2b92-4262-9f64-fb72a05fb2b8 { display:none !important; }}



  #s-6c58808c-2b92-4262-9f64-fb72a05fb2b8 img.shogun-image {
    
    width: px;
  }


#s-6c58808c-2b92-4262-9f64-fb72a05fb2b8 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-13093c22-4228-4c20-a70b-c1759a7a188a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13093c22-4228-4c20-a70b-c1759a7a188a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 5px;
  text-align: center;
}


#s-13093c22-4228-4c20-a70b-c1759a7a188a .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-5f31c1a0-20c2-409c-80ee-20a411e68b77 {
  margin-left: 21%;
margin-right: 21%;
max-width: 380px;
text-align: center;
}




  #s-5f31c1a0-20c2-409c-80ee-20a411e68b77 img.shogun-image {
    
    width: px;
  }


#s-5f31c1a0-20c2-409c-80ee-20a411e68b77 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d3c765b-2905-4e6d-9f11-6fe3907995cd {
  text-align: center;
}
@media (max-width: 767px){#s-1d3c765b-2905-4e6d-9f11-6fe3907995cd {
  display: none;
}
#s-1d3c765b-2905-4e6d-9f11-6fe3907995cd, #wrap-s-1d3c765b-2905-4e6d-9f11-6fe3907995cd { display:none !important; }}



  #s-1d3c765b-2905-4e6d-9f11-6fe3907995cd img.shogun-image {
    
    width: px;
  }


#s-1d3c765b-2905-4e6d-9f11-6fe3907995cd .shogun-image-content {
  
    align-items: center;
  
}

#s-1a11d869-54dc-44f3-a38f-451f13cd15c0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1a11d869-54dc-44f3-a38f-451f13cd15c0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Didact Gothic;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 5px;
  text-align: center;
}


#s-1a11d869-54dc-44f3-a38f-451f13cd15c0 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-242fa8c1-7185-48ce-984f-849b3f4a88c8 {
  margin-left: 21%;
margin-right: 21%;
max-width: 380px;
text-align: center;
}




  #s-242fa8c1-7185-48ce-984f-849b3f4a88c8 img.shogun-image {
    
    width: px;
  }


#s-242fa8c1-7185-48ce-984f-849b3f4a88c8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4329b449-8efb-4df1-86d4-6ec805289498"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c7b1defe-b2ba-49c2-94f5-0b84d0582aa1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 50%;
text-align: center;
}
#s-c7b1defe-b2ba-49c2-94f5-0b84d0582aa1:hover {opacity: 0.6 !important;}



  #s-c7b1defe-b2ba-49c2-94f5-0b84d0582aa1 img.shogun-image {
    
    width: px;
  }


#s-c7b1defe-b2ba-49c2-94f5-0b84d0582aa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3c2e6fb-d41a-4d45-b958-24da8d4a5b3a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 50%;
text-align: center;
}
#s-c3c2e6fb-d41a-4d45-b958-24da8d4a5b3a:hover {opacity: 0.6 !important;}



  #s-c3c2e6fb-d41a-4d45-b958-24da8d4a5b3a img.shogun-image {
    
    width: px;
  }


#s-c3c2e6fb-d41a-4d45-b958-24da8d4a5b3a .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-af512086-715b-4691-ba99-cfbbefc85c35 {
  display: none;
}
#s-af512086-715b-4691-ba99-cfbbefc85c35, #wrap-s-af512086-715b-4691-ba99-cfbbefc85c35 { display:none !important; }}
@media (min-width: 0px) {
[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af512086-715b-4691-ba99-cfbbefc85c35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0ee66bef-4f6f-4081-a3cf-9c8d6c63a31d {
  min-height: 50px;
}








#s-0ee66bef-4f6f-4081-a3cf-9c8d6c63a31d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee66bef-4f6f-4081-a3cf-9c8d6c63a31d.shg-box.shg-c {
  justify-content: center;
}

#s-e87f585c-84ba-4327-8751-d25620692aa2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 75%;
text-align: center;
}
@media (max-width: 767px){#s-e87f585c-84ba-4327-8751-d25620692aa2 {
  display: none;
}
#s-e87f585c-84ba-4327-8751-d25620692aa2, #wrap-s-e87f585c-84ba-4327-8751-d25620692aa2 { display:none !important; }}



  #s-e87f585c-84ba-4327-8751-d25620692aa2 img.shogun-image {
    
    width: px;
  }


#s-e87f585c-84ba-4327-8751-d25620692aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f61d03f4-7785-4ce9-aa38-e3c732624c79 {
  max-width: 100%;
text-align: center;
}




  #s-f61d03f4-7785-4ce9-aa38-e3c732624c79 img.shogun-image {
    
    width: px;
  }


#s-f61d03f4-7785-4ce9-aa38-e3c732624c79 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2bb5594-57d7-48c6-82b8-77b7d999c945 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b2bb5594-57d7-48c6-82b8-77b7d999c945 {
  display: none;
}
#s-b2bb5594-57d7-48c6-82b8-77b7d999c945, #wrap-s-b2bb5594-57d7-48c6-82b8-77b7d999c945 { display:none !important; }}







#s-b2bb5594-57d7-48c6-82b8-77b7d999c945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2bb5594-57d7-48c6-82b8-77b7d999c945.shg-box.shg-c {
  justify-content: center;
}

#s-84974ba0-5aa3-4cb1-8b1b-1e3184d4bd26 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 75%;
text-align: center;
}
@media (max-width: 767px){#s-84974ba0-5aa3-4cb1-8b1b-1e3184d4bd26 {
  display: none;
}
#s-84974ba0-5aa3-4cb1-8b1b-1e3184d4bd26, #wrap-s-84974ba0-5aa3-4cb1-8b1b-1e3184d4bd26 { display:none !important; }}



  #s-84974ba0-5aa3-4cb1-8b1b-1e3184d4bd26 img.shogun-image {
    
    width: px;
  }


#s-84974ba0-5aa3-4cb1-8b1b-1e3184d4bd26 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdbcc996-0be9-4149-a3b5-347685ebcfdb {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 71%;
text-align: center;
}
@media (max-width: 767px){#s-bdbcc996-0be9-4149-a3b5-347685ebcfdb {
  
}
}



  #s-bdbcc996-0be9-4149-a3b5-347685ebcfdb img.shogun-image {
    
    width: px;
  }


#s-bdbcc996-0be9-4149-a3b5-347685ebcfdb .shogun-image-content {
  
    align-items: center;
  
}

#s-f1ba4514-6210-4385-84fd-2f318a97088a {
  min-height: 50px;
}








#s-f1ba4514-6210-4385-84fd-2f318a97088a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ba4514-6210-4385-84fd-2f318a97088a.shg-box.shg-c {
  justify-content: center;
}

#s-cdd2ffab-b567-4fad-a6ac-22ad16edfca3 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
min-height: 50px;
}








#s-cdd2ffab-b567-4fad-a6ac-22ad16edfca3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd2ffab-b567-4fad-a6ac-22ad16edfca3.shg-box.shg-c {
  justify-content: center;
}

#s-d13b9757-f456-4804-8406-4fbda80561fb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d13b9757-f456-4804-8406-4fbda80561fb {
  display: none;
}
#s-d13b9757-f456-4804-8406-4fbda80561fb, #wrap-s-d13b9757-f456-4804-8406-4fbda80561fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d13b9757-f456-4804-8406-4fbda80561fb {
  display: none;
}
#s-d13b9757-f456-4804-8406-4fbda80561fb, #wrap-s-d13b9757-f456-4804-8406-4fbda80561fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d13b9757-f456-4804-8406-4fbda80561fb {
  display: none;
}
#s-d13b9757-f456-4804-8406-4fbda80561fb, #wrap-s-d13b9757-f456-4804-8406-4fbda80561fb { display:none !important; }}







#s-d13b9757-f456-4804-8406-4fbda80561fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d13b9757-f456-4804-8406-4fbda80561fb.shg-box.shg-c {
  justify-content: center;
}

#s-d127268c-7802-4d86-960f-b1b21fcf30b3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d127268c-7802-4d86-960f-b1b21fcf30b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f8457468-b898-454b-960f-5a29f85dfad5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}
@media (max-width: 767px){#s-f8457468-b898-454b-960f-5a29f85dfad5 {
  padding-top: 3%;
padding-bottom: 3%;
}
}



  #s-f8457468-b898-454b-960f-5a29f85dfad5 img.shogun-image {
    
    width: px;
  }


#s-f8457468-b898-454b-960f-5a29f85dfad5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed344fe8-01c3-4453-9368-706d103d8e72 {
  min-height: 50px;
}








#s-ed344fe8-01c3-4453-9368-706d103d8e72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed344fe8-01c3-4453-9368-706d103d8e72.shg-box.shg-c {
  justify-content: center;
}

#s-442f9bad-bfd9-40db-96c7-ee28e4c7825f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-442f9bad-bfd9-40db-96c7-ee28e4c7825f img.shogun-image {
    
    width: px;
  }


#s-442f9bad-bfd9-40db-96c7-ee28e4c7825f .shogun-image-content {
  
    align-items: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-5775bbae-db07-4e6a-b01d-278c4fecd18c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}
@media (max-width: 767px){#s-5775bbae-db07-4e6a-b01d-278c4fecd18c {
  padding-top: 3%;
padding-bottom: 3%;
}
}



  #s-5775bbae-db07-4e6a-b01d-278c4fecd18c img.shogun-image {
    
    width: px;
  }


#s-5775bbae-db07-4e6a-b01d-278c4fecd18c .shogun-image-content {
  
    align-items: center;
  
}

#s-9a2d8501-41c8-4bdc-aa1c-4f8819b2325a {
  min-height: 50px;
}








#s-9a2d8501-41c8-4bdc-aa1c-4f8819b2325a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a2d8501-41c8-4bdc-aa1c-4f8819b2325a.shg-box.shg-c {
  justify-content: center;
}

#s-b5614150-ff7b-42ad-97ac-6d389efd5dd2 {
  text-align: center;
}




  #s-b5614150-ff7b-42ad-97ac-6d389efd5dd2 img.shogun-image {
    
    width: px;
  }


#s-b5614150-ff7b-42ad-97ac-6d389efd5dd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d900c3e2-ecb0-438f-9b96-22ccc8d637d4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}
@media (max-width: 767px){#s-d900c3e2-ecb0-438f-9b96-22ccc8d637d4 {
  padding-top: 3%;
padding-bottom: 3%;
}
}



  #s-d900c3e2-ecb0-438f-9b96-22ccc8d637d4 img.shogun-image {
    
    width: px;
  }


#s-d900c3e2-ecb0-438f-9b96-22ccc8d637d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c4d93f6-108a-4546-ad46-04301cdf8851 {
  text-align: center;
}




  #s-0c4d93f6-108a-4546-ad46-04301cdf8851 img.shogun-image {
    
    width: px;
  }


#s-0c4d93f6-108a-4546-ad46-04301cdf8851 .shogun-image-content {
  
    align-items: center;
  
}

#s-89920d97-fe97-4786-89a7-e8e2ab76a508 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-89920d97-fe97-4786-89a7-e8e2ab76a508 {
  display: none;
}
#s-89920d97-fe97-4786-89a7-e8e2ab76a508, #wrap-s-89920d97-fe97-4786-89a7-e8e2ab76a508 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89920d97-fe97-4786-89a7-e8e2ab76a508 {
  display: none;
}
#s-89920d97-fe97-4786-89a7-e8e2ab76a508, #wrap-s-89920d97-fe97-4786-89a7-e8e2ab76a508 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89920d97-fe97-4786-89a7-e8e2ab76a508 {
  display: none;
}
#s-89920d97-fe97-4786-89a7-e8e2ab76a508, #wrap-s-89920d97-fe97-4786-89a7-e8e2ab76a508 { display:none !important; }}







#s-89920d97-fe97-4786-89a7-e8e2ab76a508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89920d97-fe97-4786-89a7-e8e2ab76a508.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-52a4d101-3e70-4571-808f-61f7260a3734 {
  display: none;
}
#s-52a4d101-3e70-4571-808f-61f7260a3734, #wrap-s-52a4d101-3e70-4571-808f-61f7260a3734 { display:none !important; }}
@media (min-width: 0px) {
[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52a4d101-3e70-4571-808f-61f7260a3734"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4464be8e-08bd-4e59-b5d4-c477791e2d1a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 22%;
text-align: center;
}
#s-4464be8e-08bd-4e59-b5d4-c477791e2d1a:hover {opacity: 0.61 !important;}



  #s-4464be8e-08bd-4e59-b5d4-c477791e2d1a img.shogun-image {
    
    width: px;
  }


#s-4464be8e-08bd-4e59-b5d4-c477791e2d1a .shogun-image-content {
  
    align-items: center;
  
}

#s-148471d0-17ce-4d94-b5a0-de061ef85f3f {
  min-height: 50px;
}








#s-148471d0-17ce-4d94-b5a0-de061ef85f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-148471d0-17ce-4d94-b5a0-de061ef85f3f.shg-box.shg-c {
  justify-content: center;
}

#s-9e5b5086-11b4-4514-b7c1-de56adca5259 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 22%;
text-align: center;
opacity: 1;
}
#s-9e5b5086-11b4-4514-b7c1-de56adca5259:hover {opacity: 0.64 !important;}



  #s-9e5b5086-11b4-4514-b7c1-de56adca5259 img.shogun-image {
    
    width: px;
  }


#s-9e5b5086-11b4-4514-b7c1-de56adca5259 .shogun-image-content {
  
    align-items: center;
  
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc, #wrap-s-8da933a9-ddc0-4917-9680-8ff49c18f9fc { display:none !important; }}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: center;
}
}
#s-64bf1e47-31fd-4097-9554-524424cd4e69 {
  min-height: 50px;
}








#s-64bf1e47-31fd-4097-9554-524424cd4e69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64bf1e47-31fd-4097-9554-524424cd4e69.shg-box.shg-c {
  justify-content: center;
}

#s-4481e6ef-1667-4e11-8251-041d499692a7 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4481e6ef-1667-4e11-8251-041d499692a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ba353122-a032-4a74-b95b-5db4ae02d045 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0%;
max-width: 45%;
text-align: center;
}




  #s-ba353122-a032-4a74-b95b-5db4ae02d045 img.shogun-image {
    
    width: px;
  }


#s-ba353122-a032-4a74-b95b-5db4ae02d045 .shogun-image-content {
  
    align-items: center;
  
}

#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  margin-bottom: 40px;
}
}







#s-36b86bda-11b1-4f57-ad7b-048200c84e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b86bda-11b1-4f57-ad7b-048200c84e5f.shg-box.shg-c {
  justify-content: center;
}

#s-ee19518f-a4fe-4406-9eef-2fd14522ca2c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 0px;
max-width: 55%;
text-align: center;
}




  #s-ee19518f-a4fe-4406-9eef-2fd14522ca2c img.shogun-image {
    
    width: px;
  }


#s-ee19518f-a4fe-4406-9eef-2fd14522ca2c .shogun-image-content {
  
    align-items: center;
  
}

#s-4c24bbde-7aa9-440b-9a2b-3a289d71f172 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 3px;
max-width: 60%;
}

#s-69ed7fe9-4ab6-4939-9d54-8ba6ac7f289f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 41%;
text-align: center;
}




  #s-69ed7fe9-4ab6-4939-9d54-8ba6ac7f289f img.shogun-image {
    
    width: px;
  }


#s-69ed7fe9-4ab6-4939-9d54-8ba6ac7f289f .shogun-image-content {
  
    align-items: center;
  
}

#s-18ef6a9f-641b-422b-87aa-427288c918b1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 0px;
max-width: 55%;
text-align: center;
}




  #s-18ef6a9f-641b-422b-87aa-427288c918b1 img.shogun-image {
    
    width: px;
  }


#s-18ef6a9f-641b-422b-87aa-427288c918b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-de8ee136-07d7-4708-88f4-9dd571882bb2 {
  box-shadow:0px 0px 0px 0px ;
border-style: solid;
margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 0px;
max-width: 60%;
}

#s-325a42fa-1f53-4ff2-90b6-ad750f13fd68 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 45%;
text-align: center;
}




  #s-325a42fa-1f53-4ff2-90b6-ad750f13fd68 img.shogun-image {
    
    width: px;
  }


#s-325a42fa-1f53-4ff2-90b6-ad750f13fd68 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc13eea7-5786-40bc-8d5f-35d2d64731ae {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 55%;
text-align: center;
}




  #s-bc13eea7-5786-40bc-8d5f-35d2d64731ae img.shogun-image {
    
    width: px;
  }


#s-bc13eea7-5786-40bc-8d5f-35d2d64731ae .shogun-image-content {
  
    align-items: center;
  
}

#s-ba14dd0b-7047-44e1-8c46-c313bb8bcbc7 {
  margin-top: 0px;
margin-bottom: 0px;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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 {
  display: inline-block;
}
