.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-c46b1154-5f50-49bb-8c7c-28deb2ed0db1 {
  background-image: url(https://i.shgcdn.com/8458cb06-5808-4d71-8a46-d3ecd1829570/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c46b1154-5f50-49bb-8c7c-28deb2ed0db1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c46b1154-5f50-49bb-8c7c-28deb2ed0db1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c46b1154-5f50-49bb-8c7c-28deb2ed0db1 {
  
}
}@media (max-width: 767px){#s-c46b1154-5f50-49bb-8c7c-28deb2ed0db1 {
  
}
}







#s-c46b1154-5f50-49bb-8c7c-28deb2ed0db1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-c46b1154-5f50-49bb-8c7c-28deb2ed0db1.shg-box.shg-c {
  justify-content: 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: 0px) {
[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d357c0b-4aad-47aa-b12b-ec7597fb902e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a15cde5c-e104-4853-b8c1-f8222a12c08c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a15cde5c-e104-4853-b8c1-f8222a12c08c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a15cde5c-e104-4853-b8c1-f8222a12c08c.shg-box.shg-c {
  justify-content: 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-d8c7911c-220d-4106-8b0b-fafbdf091ec7 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8c7911c-220d-4106-8b0b-fafbdf091ec7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-87167f28-8189-47e3-b802-1f656293d991 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87167f28-8189-47e3-b802-1f656293d991 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-79eee04b-3416-4d31-ab8f-3ccba9830703 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(4, 4, 4, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-79eee04b-3416-4d31-ab8f-3ccba9830703:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-79eee04b-3416-4d31-ab8f-3ccba9830703:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-79eee04b-3416-4d31-ab8f-3ccba9830703-btn-wrapper {
    text-align: center;
  }


#s-79eee04b-3416-4d31-ab8f-3ccba9830703.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3 {
  display: none;
}
#s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3, #wrap-s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3 { display:none !important; }}@media (max-width: 767px){#s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3 {
  display: none;
}
#s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3, #wrap-s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3 { display:none !important; }}







#s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27c32fa6-07b5-4c8c-81f4-bfac1dbeecb3.shg-box.shg-c {
  justify-content: center;
}

#s-064c8b72-6adb-4f1e-b00d-7500635e756e {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-064c8b72-6adb-4f1e-b00d-7500635e756e {
  display: none;
}
#s-064c8b72-6adb-4f1e-b00d-7500635e756e, #wrap-s-064c8b72-6adb-4f1e-b00d-7500635e756e { display:none !important; }}@media (max-width: 767px){#s-064c8b72-6adb-4f1e-b00d-7500635e756e {
  display: none;
}
#s-064c8b72-6adb-4f1e-b00d-7500635e756e, #wrap-s-064c8b72-6adb-4f1e-b00d-7500635e756e { display:none !important; }}







#s-064c8b72-6adb-4f1e-b00d-7500635e756e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-064c8b72-6adb-4f1e-b00d-7500635e756e.shg-box.shg-c {
  justify-content: center;
}

#s-817e1487-98ed-47f6-a917-1b82ed3b480b {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-817e1487-98ed-47f6-a917-1b82ed3b480b {
  display: none;
}
#s-817e1487-98ed-47f6-a917-1b82ed3b480b, #wrap-s-817e1487-98ed-47f6-a917-1b82ed3b480b { display:none !important; }}@media (max-width: 767px){#s-817e1487-98ed-47f6-a917-1b82ed3b480b {
  display: none;
}
#s-817e1487-98ed-47f6-a917-1b82ed3b480b, #wrap-s-817e1487-98ed-47f6-a917-1b82ed3b480b { display:none !important; }}
@media (min-width: 0px) {
[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 768px) {
[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-817e1487-98ed-47f6-a917-1b82ed3b480b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-f4c0c550-5648-4791-9a43-e967104fd83a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 340px;
max-width: 300px;
background-position: center center;
}








#s-f4c0c550-5648-4791-9a43-e967104fd83a > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-f4c0c550-5648-4791-9a43-e967104fd83a {
  cursor: pointer;
}#s-f4c0c550-5648-4791-9a43-e967104fd83a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-12ef8802-159c-465d-af5c-87c134eee397 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-12ef8802-159c-465d-af5c-87c134eee397 .shogun-heading-component h2 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dccf641e-b8a2-41a2-8259-62f925fbccca {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 340px;
max-width: 300px;
background-position: center center;
}








#s-dccf641e-b8a2-41a2-8259-62f925fbccca > .shg-box-overlay {
  background-color: rgba(120, 187, 110, 1);
  opacity: 0;
}#s-dccf641e-b8a2-41a2-8259-62f925fbccca {
  cursor: pointer;
}#s-dccf641e-b8a2-41a2-8259-62f925fbccca.shg-box.shg-c {
  justify-content: flex-end;
}

#s-fab0325b-bf20-4b16-b213-9546ac64274f {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-fab0325b-bf20-4b16-b213-9546ac64274f .shogun-heading-component h2 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-7377650e-309e-4190-8890-31c69728a740 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 340px;
max-width: 300px;
background-position: center center;
}








#s-7377650e-309e-4190-8890-31c69728a740 > .shg-box-overlay {
  background-color: rgba(62, 38, 24, 0);
  opacity: 0;
}#s-7377650e-309e-4190-8890-31c69728a740 {
  cursor: pointer;
}#s-7377650e-309e-4190-8890-31c69728a740.shg-box.shg-c {
  justify-content: flex-end;
}

#s-e063a2a0-efe5-447f-b0bf-a79a0877b847 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-e063a2a0-efe5-447f-b0bf-a79a0877b847 .shogun-heading-component h2 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6958fc2c-9c94-4d27-b3fd-f51573d4fe62 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 340px;
max-width: 300px;
background-position: center center;
}








#s-6958fc2c-9c94-4d27-b3fd-f51573d4fe62 > .shg-box-overlay {
  background-color: rgba(62, 38, 24, 0);
  opacity: 0;
}#s-6958fc2c-9c94-4d27-b3fd-f51573d4fe62 {
  cursor: pointer;
}#s-6958fc2c-9c94-4d27-b3fd-f51573d4fe62.shg-box.shg-c {
  justify-content: flex-end;
}

#s-385fca6f-5cdd-429b-86cc-bcf3376431ad {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-385fca6f-5cdd-429b-86cc-bcf3376431ad .shogun-heading-component h2 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1cf847e2-becb-4fb4-9035-3ddadab7e283 {
  box-shadow:0px 0px 0px 0px rgba(134, 134, 134, 0.5);
padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1cf847e2-becb-4fb4-9035-3ddadab7e283 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cf847e2-becb-4fb4-9035-3ddadab7e283 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cf847e2-becb-4fb4-9035-3ddadab7e283 {
  display: none;
}
#s-1cf847e2-becb-4fb4-9035-3ddadab7e283, #wrap-s-1cf847e2-becb-4fb4-9035-3ddadab7e283 { display:none !important; }}@media (max-width: 767px){#s-1cf847e2-becb-4fb4-9035-3ddadab7e283 {
  display: none;
}
#s-1cf847e2-becb-4fb4-9035-3ddadab7e283, #wrap-s-1cf847e2-becb-4fb4-9035-3ddadab7e283 { display:none !important; }}







#s-1cf847e2-becb-4fb4-9035-3ddadab7e283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cf847e2-becb-4fb4-9035-3ddadab7e283.shg-box.shg-c {
  justify-content: flex-start;
}

#s-845f2e2e-d04a-4661-b541-62b1da9aecf5 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-845f2e2e-d04a-4661-b541-62b1da9aecf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-d1e347de-c4cf-4d60-ae68-20e255d27c75 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d1e347de-c4cf-4d60-ae68-20e255d27c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1e347de-c4cf-4d60-ae68-20e255d27c75.shg-box.shg-c {
  justify-content: flex-start;
}

.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-03922f03-d822-4b9f-b421-dbabc912e9f5 {
  margin-bottom: 30px;
text-align: center;
}




  #s-03922f03-d822-4b9f-b421-dbabc912e9f5 img.shogun-image {
    
    width: px;
  }


#s-03922f03-d822-4b9f-b421-dbabc912e9f5 .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-723e21f9-ea28-44ec-8832-4704aaffa023 {
  min-height: 60px;
}

#s-bc3d792e-8b65-4da8-87f2-ac3601ebbd72 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bc3d792e-8b65-4da8-87f2-ac3601ebbd72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc3d792e-8b65-4da8-87f2-ac3601ebbd72.shg-box.shg-c {
  justify-content: flex-start;
}

#s-879ee510-612d-4490-b7a1-b732c7062a2c {
  margin-bottom: 30px;
text-align: center;
}




  #s-879ee510-612d-4490-b7a1-b732c7062a2c img.shogun-image {
    
    width: px;
  }


#s-879ee510-612d-4490-b7a1-b732c7062a2c .shogun-image-content {
  
    align-items: center;
  
}

#s-a6323c75-3de2-4eeb-961f-6fb609f75001 {
  min-height: 60px;
}

#s-9407735e-af0e-4fcf-b52a-e93ed065b0f7 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9407735e-af0e-4fcf-b52a-e93ed065b0f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9407735e-af0e-4fcf-b52a-e93ed065b0f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-92788266-ae0d-4749-ae01-115d7e1da700 {
  margin-bottom: 30px;
text-align: center;
}




  #s-92788266-ae0d-4749-ae01-115d7e1da700 img.shogun-image {
    
    width: px;
  }


#s-92788266-ae0d-4749-ae01-115d7e1da700 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb125093-5e8f-440c-8cb4-f4e35fe32735 {
  min-height: 60px;
}

#s-31c95432-874f-4592-b93d-0cdeba91b37c {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-31c95432-874f-4592-b93d-0cdeba91b37c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c95432-874f-4592-b93d-0cdeba91b37c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c9141d9-2001-4abe-b4d4-9fb75164cba6 {
  margin-bottom: 30px;
text-align: center;
}




  #s-7c9141d9-2001-4abe-b4d4-9fb75164cba6 img.shogun-image {
    
    width: px;
  }


#s-7c9141d9-2001-4abe-b4d4-9fb75164cba6 .shogun-image-content {
  
    align-items: center;
  
}

#s-59fe13a3-abdc-45ff-b0b5-a1b39deaea10 {
  min-height: 60px;
}

#s-4233195f-4bbf-4fa8-b22d-2f9826d21999 {
  min-height: 50px;
}








#s-4233195f-4bbf-4fa8-b22d-2f9826d21999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4233195f-4bbf-4fa8-b22d-2f9826d21999.shg-box.shg-c {
  justify-content: center;
}

#s-123cdc3b-0df4-401a-8d3b-009356b7d67a {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-123cdc3b-0df4-401a-8d3b-009356b7d67a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2 {
  display: none;
}
#s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2, #wrap-s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2 { display:none !important; }}@media (max-width: 767px){#s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2 {
  display: none;
}
#s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2, #wrap-s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7c0ccd55-cc47-40ad-8935-3067a3bb98d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0caa8cad-cb98-4068-be80-0fba038fc686 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-0caa8cad-cb98-4068-be80-0fba038fc686 {
  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-5e7d69d0-2c62-442d-9985-fd708df4536c {
  text-align: center;
}


.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c {
  max-width: 100%;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom,
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c {
  max-width: 100%;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom,
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c {
  max-width: 100%;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom,
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c {
  max-width: 100%;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom,
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c {
  max-width: 100%;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom,
.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e7d69d0-2c62-442d-9985-fd708df4536c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ca876ae1-8f9d-4a6e-9164-a318adbcf804 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ca876ae1-8f9d-4a6e-9164-a318adbcf804"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.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-3f9608be-757e-4d4e-ac8f-e1aa415b35ab {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f9608be-757e-4d4e-ac8f-e1aa415b35ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-96f1decc-37ce-4339-b78c-13c6a995f93d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-96f1decc-37ce-4339-b78c-13c6a995f93d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-96f1decc-37ce-4339-b78c-13c6a995f93d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-96f1decc-37ce-4339-b78c-13c6a995f93d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-b7667ca3-ecd4-4aa7-9607-b3524e2297f4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-b7667ca3-ecd4-4aa7-9607-b3524e2297f4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-b7667ca3-ecd4-4aa7-9607-b3524e2297f4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-b7667ca3-ecd4-4aa7-9607-b3524e2297f4.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-91c71af9-e73f-40f9-8962-192f944e0382 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-91c71af9-e73f-40f9-8962-192f944e0382 {
  display: none;
}
#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 {
  text-align: center;
}


.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 {
  max-width: 100%;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom,
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 {
  max-width: 100%;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom,
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 {
  max-width: 100%;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom,
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 {
  max-width: 100%;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom,
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 {
  max-width: 100%;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom,
.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-028b20f9-e526-478b-8b6f-6c4dcf5e3c87 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d9aa9fc5-ac93-4f26-8f13-84818de5823d {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9aa9fc5-ac93-4f26-8f13-84818de5823d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bb967ef2-b1e0-47f1-8420-82967202d8f6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb967ef2-b1e0-47f1-8420-82967202d8f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 15px;
}

#s-003267f3-899e-4672-abf2-547324b593d7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-003267f3-899e-4672-abf2-547324b593d7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-003267f3-899e-4672-abf2-547324b593d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-003267f3-899e-4672-abf2-547324b593d7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-4aaea2c5-83dc-4bc2-89b9-3db4cf670bea {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
}
#s-4aaea2c5-83dc-4bc2-89b9-3db4cf670bea:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-4aaea2c5-83dc-4bc2-89b9-3db4cf670bea:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-4aaea2c5-83dc-4bc2-89b9-3db4cf670bea.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-d65f2396-b213-47d4-95f6-c4cf6a499bf6 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-d65f2396-b213-47d4-95f6-c4cf6a499bf6 {
  display: none;
}
#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 {
  text-align: center;
}


.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 {
  max-width: 100%;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom,
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 {
  max-width: 100%;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom,
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 {
  max-width: 100%;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom,
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 {
  max-width: 100%;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom,
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 {
  max-width: 100%;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom,
.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65d2e1a2-c827-45b2-9d4f-0e8a9309eaf3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d1ce661c-f65d-4fd4-9e31-c63831407313 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d1ce661c-f65d-4fd4-9e31-c63831407313"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8e39721d-f1e9-4f48-b35b-b9736dfff06a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e39721d-f1e9-4f48-b35b-b9736dfff06a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 15px;
}

#s-0c0b76d9-b12b-4c90-8a66-019e52431a2f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-0c0b76d9-b12b-4c90-8a66-019e52431a2f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-0c0b76d9-b12b-4c90-8a66-019e52431a2f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-0c0b76d9-b12b-4c90-8a66-019e52431a2f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-228ec5c6-a352-49f4-b9f3-6a7e2f414029 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: 0px;
}
#s-228ec5c6-a352-49f4-b9f3-6a7e2f414029:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-228ec5c6-a352-49f4-b9f3-6a7e2f414029:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-228ec5c6-a352-49f4-b9f3-6a7e2f414029.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-4fcb09d7-39dd-4953-aeb6-007425642c13 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-4fcb09d7-39dd-4953-aeb6-007425642c13 {
  display: none;
}
#s-82e02d22-c383-43c1-bb0c-94b457cd5904 {
  text-align: center;
}


.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 {
  max-width: 100%;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom,
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 {
  max-width: 100%;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom,
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 {
  max-width: 100%;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom,
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 {
  max-width: 100%;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom,
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 {
  max-width: 100%;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom,
.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82e02d22-c383-43c1-bb0c-94b457cd5904 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2019f32e-98d9-436c-a46e-dd2b162f86bc {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2019f32e-98d9-436c-a46e-dd2b162f86bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f29a852e-54e6-4ad6-8ae3-dab7db4ab207 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f29a852e-54e6-4ad6-8ae3-dab7db4ab207 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 15px;
}

#s-32529538-ce68-4102-9d28-8b4d90902145 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-32529538-ce68-4102-9d28-8b4d90902145 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-32529538-ce68-4102-9d28-8b4d90902145 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-32529538-ce68-4102-9d28-8b4d90902145 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-481b4afe-afe0-4764-a63d-2099fd553db9 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
}
#s-481b4afe-afe0-4764-a63d-2099fd553db9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-481b4afe-afe0-4764-a63d-2099fd553db9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-481b4afe-afe0-4764-a63d-2099fd553db9.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-264eddf8-ff47-4485-9d91-1000210c8364 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-264eddf8-ff47-4485-9d91-1000210c8364 {
  display: none;
}
#s-264eddf8-ff47-4485-9d91-1000210c8364, #wrap-s-264eddf8-ff47-4485-9d91-1000210c8364 { display:none !important; }}@media (max-width: 767px){#s-264eddf8-ff47-4485-9d91-1000210c8364 {
  display: none;
}
#s-264eddf8-ff47-4485-9d91-1000210c8364, #wrap-s-264eddf8-ff47-4485-9d91-1000210c8364 { display:none !important; }}
@media (min-width: 0px) {
[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-264eddf8-ff47-4485-9d91-1000210c8364"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-80b8d59a-5355-42a1-b227-669d5f6e74f3 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-80b8d59a-5355-42a1-b227-669d5f6e74f3 {
  display: none;
}
#s-ef5faed5-b2a8-4377-b828-de2ded34057a {
  text-align: center;
}


.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a {
  max-width: 100%;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom,
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a {
  max-width: 100%;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom,
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a {
  max-width: 100%;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom,
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a {
  max-width: 100%;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom,
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a {
  max-width: 100%;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom,
.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef5faed5-b2a8-4377-b828-de2ded34057a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fc919d96-f2ff-45de-9490-84d2d8fc501c {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc919d96-f2ff-45de-9490-84d2d8fc501c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0a4da518-5c01-476d-93f5-e98580bf4e03 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a4da518-5c01-476d-93f5-e98580bf4e03 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-cdc52c12-33f0-4818-b367-76ab456b934b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-cdc52c12-33f0-4818-b367-76ab456b934b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-cdc52c12-33f0-4818-b367-76ab456b934b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-cdc52c12-33f0-4818-b367-76ab456b934b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-13101a79-804f-4e77-aa43-2d39c63f7313 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
}
#s-13101a79-804f-4e77-aa43-2d39c63f7313:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-13101a79-804f-4e77-aa43-2d39c63f7313:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-13101a79-804f-4e77-aa43-2d39c63f7313.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-3b019f10-d02d-4926-9838-78f3be02fd02 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-3b019f10-d02d-4926-9838-78f3be02fd02 {
  display: none;
}
#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e {
  text-align: center;
}


.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e {
  max-width: 100%;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom,
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e {
  max-width: 100%;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom,
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e {
  max-width: 100%;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom,
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e {
  max-width: 100%;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom,
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e {
  max-width: 100%;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom,
.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffd63104-ecad-4da5-a1b0-3b24d38a273e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e3c53be6-5dcf-4517-a908-48377561bd82 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3c53be6-5dcf-4517-a908-48377561bd82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f6702d4c-38f2-4d60-9a07-e68552ebcc5c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6702d4c-38f2-4d60-9a07-e68552ebcc5c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 15px;
}

#s-6cb6ab83-ab10-47db-83bb-97abd28d7686 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-6cb6ab83-ab10-47db-83bb-97abd28d7686 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-6cb6ab83-ab10-47db-83bb-97abd28d7686 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-6cb6ab83-ab10-47db-83bb-97abd28d7686 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-9d09e7ed-f435-4804-bc2e-d19675fcb1ef {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-9d09e7ed-f435-4804-bc2e-d19675fcb1ef:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-9d09e7ed-f435-4804-bc2e-d19675fcb1ef:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-9d09e7ed-f435-4804-bc2e-d19675fcb1ef.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-94060612-8566-4a2a-8185-d9c0ba2e5e30 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-94060612-8566-4a2a-8185-d9c0ba2e5e30 {
  display: none;
}
#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa {
  text-align: center;
}


.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa {
  max-width: 100%;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom,
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa {
  max-width: 100%;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom,
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa {
  max-width: 100%;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom,
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa {
  max-width: 100%;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom,
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa {
  max-width: 100%;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom,
.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cbe0dfa-bc6b-40c1-bf85-1118797433fa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b8b08892-0851-4ec4-ae15-72faecf39312 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b8b08892-0851-4ec4-ae15-72faecf39312"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f02a231f-de05-4f9f-b413-4d5166523ca9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f02a231f-de05-4f9f-b413-4d5166523ca9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 15px;
}

#s-2b1d6056-d024-4558-bf89-8a1806e73e57 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-2b1d6056-d024-4558-bf89-8a1806e73e57 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-2b1d6056-d024-4558-bf89-8a1806e73e57 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b1d6056-d024-4558-bf89-8a1806e73e57 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-50ef6277-7a43-4e08-be91-ea73236d86cb {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-50ef6277-7a43-4e08-be91-ea73236d86cb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-50ef6277-7a43-4e08-be91-ea73236d86cb:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-50ef6277-7a43-4e08-be91-ea73236d86cb.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-174f25a7-9ebb-4d99-9853-7a812d2d3be0 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-174f25a7-9ebb-4d99-9853-7a812d2d3be0 {
  display: none;
}
#s-d19f097c-50eb-422f-80e7-56527fb723f8 {
  text-align: center;
}


.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 {
  max-width: 100%;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom,
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 {
  max-width: 100%;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom,
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 {
  max-width: 100%;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom,
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 {
  max-width: 100%;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom,
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 {
  max-width: 100%;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom,
.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d19f097c-50eb-422f-80e7-56527fb723f8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f111ac9b-ba59-4055-b33f-d1cd2e4beb5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9b34748f-7c0d-4b58-bcb5-8e0e13187a2d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b34748f-7c0d-4b58-bcb5-8e0e13187a2d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 15px;
}

#s-5e7668c5-0142-4122-b4c7-7855dd4bcc61 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-5e7668c5-0142-4122-b4c7-7855dd4bcc61 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-5e7668c5-0142-4122-b4c7-7855dd4bcc61 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-5e7668c5-0142-4122-b4c7-7855dd4bcc61 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-b89b49b7-ab00-4d26-af7e-80f46c850c45 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-b89b49b7-ab00-4d26-af7e-80f46c850c45:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-b89b49b7-ab00-4d26-af7e-80f46c850c45:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-b89b49b7-ab00-4d26-af7e-80f46c850c45.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-a297dc0f-f801-4bb8-bf21-6b891687f98a {
  min-height: 50px;
}








#s-a297dc0f-f801-4bb8-bf21-6b891687f98a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a297dc0f-f801-4bb8-bf21-6b891687f98a.shg-box.shg-c {
  justify-content: center;
}

#s-ee6f9ca5-4f29-46c6-93b7-8d9190136312 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ee6f9ca5-4f29-46c6-93b7-8d9190136312 {
  display: none;
}
#s-ee6f9ca5-4f29-46c6-93b7-8d9190136312, #wrap-s-ee6f9ca5-4f29-46c6-93b7-8d9190136312 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee6f9ca5-4f29-46c6-93b7-8d9190136312 {
  display: none;
}
#s-ee6f9ca5-4f29-46c6-93b7-8d9190136312, #wrap-s-ee6f9ca5-4f29-46c6-93b7-8d9190136312 { display:none !important; }}







#s-ee6f9ca5-4f29-46c6-93b7-8d9190136312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee6f9ca5-4f29-46c6-93b7-8d9190136312.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-d982645a-9315-4286-8241-0f8dffed87f9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d982645a-9315-4286-8241-0f8dffed87f9 {
  display: none;
}
#s-d982645a-9315-4286-8241-0f8dffed87f9, #wrap-s-d982645a-9315-4286-8241-0f8dffed87f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d982645a-9315-4286-8241-0f8dffed87f9 {
  display: none;
}
#s-d982645a-9315-4286-8241-0f8dffed87f9, #wrap-s-d982645a-9315-4286-8241-0f8dffed87f9 { display:none !important; }}
#s-d982645a-9315-4286-8241-0f8dffed87f9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-d982645a-9315-4286-8241-0f8dffed87f9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d982645a-9315-4286-8241-0f8dffed87f9 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: inherit;
}

#s-d982645a-9315-4286-8241-0f8dffed87f9 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-d982645a-9315-4286-8241-0f8dffed87f9 td.shogun-table-column, #s-d982645a-9315-4286-8241-0f8dffed87f9 td.shogun-table-row {
  border: 0px solid rgba(213, 214, 215, 0);
}

#s-83b5f386-3e6a-4e8f-8464-dc642f49d469 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 80px;
padding-right: 80px;
min-height: 300px;
background-position: center center;
}








#s-83b5f386-3e6a-4e8f-8464-dc642f49d469 > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-83b5f386-3e6a-4e8f-8464-dc642f49d469 {
  cursor: pointer;
}#s-83b5f386-3e6a-4e8f-8464-dc642f49d469.shg-box.shg-c {
  justify-content: center;
}

#s-9a5ff8cf-232b-430a-a3b1-9ecf5b4194ad {
  margin-top: 200px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a5ff8cf-232b-430a-a3b1-9ecf5b4194ad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eec35f10-0966-4fa2-8c88-a901999cc588 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 80px;
padding-right: 80px;
min-height: 300px;
background-position: center center;
}








#s-eec35f10-0966-4fa2-8c88-a901999cc588 > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-eec35f10-0966-4fa2-8c88-a901999cc588 {
  cursor: pointer;
}#s-eec35f10-0966-4fa2-8c88-a901999cc588.shg-box.shg-c {
  justify-content: center;
}

#s-c22f8fee-fab5-4896-8771-ea3be10f7991 {
  margin-top: 200px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c22f8fee-fab5-4896-8771-ea3be10f7991 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e1a73ac4-05f0-4230-9fd4-3dee23f39e74 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 100px;
padding-right: 100px;
min-height: 300px;
background-position: center center;
}








#s-e1a73ac4-05f0-4230-9fd4-3dee23f39e74 > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-e1a73ac4-05f0-4230-9fd4-3dee23f39e74 {
  cursor: pointer;
}#s-e1a73ac4-05f0-4230-9fd4-3dee23f39e74.shg-box.shg-c {
  justify-content: center;
}

#s-41cda856-11af-4d81-8756-acfec4a4fe7f {
  margin-top: 200px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41cda856-11af-4d81-8756-acfec4a4fe7f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1130eb5f-aa0d-4fff-98bc-cba24bf0de42 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 80px;
padding-right: 80px;
min-height: 300px;
background-position: center center;
}








#s-1130eb5f-aa0d-4fff-98bc-cba24bf0de42 > .shg-box-overlay {
  background-color: rgba(0, 65, 111, 1);
  opacity: 0;
}#s-1130eb5f-aa0d-4fff-98bc-cba24bf0de42 {
  cursor: pointer;
}#s-1130eb5f-aa0d-4fff-98bc-cba24bf0de42.shg-box.shg-c {
  justify-content: center;
}

#s-821cf7e1-4f5c-4e19-bddd-a72c1a8dcb19 {
  margin-top: 200px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-821cf7e1-4f5c-4e19-bddd-a72c1a8dcb19 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6620b438-e2f5-4dc0-b86f-ac9826030c17 {
  box-shadow:0px 0px 0px 0px rgba(134, 134, 134, 0.5);
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6620b438-e2f5-4dc0-b86f-ac9826030c17 {
  display: none;
}
#s-6620b438-e2f5-4dc0-b86f-ac9826030c17, #wrap-s-6620b438-e2f5-4dc0-b86f-ac9826030c17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6620b438-e2f5-4dc0-b86f-ac9826030c17 {
  display: none;
}
#s-6620b438-e2f5-4dc0-b86f-ac9826030c17, #wrap-s-6620b438-e2f5-4dc0-b86f-ac9826030c17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6620b438-e2f5-4dc0-b86f-ac9826030c17 {
  
}
}@media (max-width: 767px){#s-6620b438-e2f5-4dc0-b86f-ac9826030c17 {
  
}
}







#s-6620b438-e2f5-4dc0-b86f-ac9826030c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6620b438-e2f5-4dc0-b86f-ac9826030c17.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3d7bfebe-8577-45e6-8013-03411e3752e6 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3d7bfebe-8577-45e6-8013-03411e3752e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d7bfebe-8577-45e6-8013-03411e3752e6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2508ed21-d8d3-4d86-9420-e10e67979792 {
  text-align: center;
}




  #s-2508ed21-d8d3-4d86-9420-e10e67979792 img.shogun-image {
    
    width: px;
  }


#s-2508ed21-d8d3-4d86-9420-e10e67979792 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a53d5a-de78-4767-abf7-7ac2b7e4f107 {
  min-height: 40px;
}

#s-88b556a0-04c8-433f-a453-2e7a3d631299 {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-88b556a0-04c8-433f-a453-2e7a3d631299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88b556a0-04c8-433f-a453-2e7a3d631299.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b84ee13-b80d-42e0-9ba4-ec2988320614 {
  text-align: center;
}
@media (max-width: 767px){#s-3b84ee13-b80d-42e0-9ba4-ec2988320614 {
  margin-top: 20px;
margin-bottom: 20px;
}
}



  #s-3b84ee13-b80d-42e0-9ba4-ec2988320614 img.shogun-image {
    
    width: px;
  }


#s-3b84ee13-b80d-42e0-9ba4-ec2988320614 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4593e16-dd9e-4adf-a8f5-a52cc6c8c503 {
  min-height: 40px;
}

#s-3418b837-985a-41f1-bfb0-eb848646325f {
  margin-top: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3418b837-985a-41f1-bfb0-eb848646325f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3418b837-985a-41f1-bfb0-eb848646325f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a0da84a-9a64-4ae5-a70f-749a4ac17f99 {
  text-align: center;
}




  #s-0a0da84a-9a64-4ae5-a70f-749a4ac17f99 img.shogun-image {
    
    width: px;
  }


#s-0a0da84a-9a64-4ae5-a70f-749a4ac17f99 .shogun-image-content {
  
    align-items: center;
  
}

#s-5101afb5-0471-447d-a8d4-b64cb14eb325 {
  min-height: 40px;
}

#s-e5ad216f-cd38-41e9-a281-26a2792089be {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e5ad216f-cd38-41e9-a281-26a2792089be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5ad216f-cd38-41e9-a281-26a2792089be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-96742240-6742-4528-afa5-aaca1f634f87 {
  text-align: center;
}




  #s-96742240-6742-4528-afa5-aaca1f634f87 img.shogun-image {
    
    width: px;
  }


#s-96742240-6742-4528-afa5-aaca1f634f87 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9e1a37a-b4cf-4bf7-b7c4-3b08659143f2 {
  min-height: 40px;
}

#s-15476551-79c0-422b-868a-42f7040c05fb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-15476551-79c0-422b-868a-42f7040c05fb {
  display: none;
}
#s-15476551-79c0-422b-868a-42f7040c05fb, #wrap-s-15476551-79c0-422b-868a-42f7040c05fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15476551-79c0-422b-868a-42f7040c05fb {
  display: none;
}
#s-15476551-79c0-422b-868a-42f7040c05fb, #wrap-s-15476551-79c0-422b-868a-42f7040c05fb { display:none !important; }}







#s-15476551-79c0-422b-868a-42f7040c05fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15476551-79c0-422b-868a-42f7040c05fb.shg-box.shg-c {
  justify-content: center;
}

#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 {
  background-size: cover;
padding-top: 0px;
min-height: 0px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 {
  display: none;
}
#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7, #wrap-s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 {
  display: none;
}
#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7, #wrap-s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 {
  
}
}@media (max-width: 767px){#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 {
  
}
}







#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-f7b6429c-c419-4d81-9887-c0ab167e1ca7.shg-box.shg-c {
  justify-content: center;
}

#s-ff695185-d11f-49c9-9799-61be353321b3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-ff695185-d11f-49c9-9799-61be353321b3 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-71b03134-d41c-4356-82a5-b45f935a3ea0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-71b03134-d41c-4356-82a5-b45f935a3ea0 {
  display: none;
}
#s-71b03134-d41c-4356-82a5-b45f935a3ea0, #wrap-s-71b03134-d41c-4356-82a5-b45f935a3ea0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71b03134-d41c-4356-82a5-b45f935a3ea0 {
  display: none;
}
#s-71b03134-d41c-4356-82a5-b45f935a3ea0, #wrap-s-71b03134-d41c-4356-82a5-b45f935a3ea0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71b03134-d41c-4356-82a5-b45f935a3ea0 {
  
}
}@media (max-width: 767px){#s-71b03134-d41c-4356-82a5-b45f935a3ea0 {
  
}
}







#s-71b03134-d41c-4356-82a5-b45f935a3ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b03134-d41c-4356-82a5-b45f935a3ea0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e718c011-43ea-4d53-825a-065a22b25167 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e718c011-43ea-4d53-825a-065a22b25167"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-659abe3b-9b48-48f0-a43b-3bcfd25454bb {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-659abe3b-9b48-48f0-a43b-3bcfd25454bb {
  display: none;
}
#s-07d478fa-7f4c-4d5d-99fe-9351556d038f {
  text-align: center;
}


.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f {
  max-width: 100%;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom,
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f {
  max-width: 100%;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom,
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f {
  max-width: 100%;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom,
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f {
  max-width: 100%;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom,
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f {
  max-width: 100%;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom,
.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07d478fa-7f4c-4d5d-99fe-9351556d038f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a3481d14-44a2-4212-8948-0e1310d44b37 {
  min-height: 5px;
}

@media (min-width: 0px) {
[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3481d14-44a2-4212-8948-0e1310d44b37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a624824f-0153-4277-8fbf-18d727c8033a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a624824f-0153-4277-8fbf-18d727c8033a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-49407db9-2cbb-4dd2-891d-5106f1d37a60 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-49407db9-2cbb-4dd2-891d-5106f1d37a60 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-49407db9-2cbb-4dd2-891d-5106f1d37a60 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-49407db9-2cbb-4dd2-891d-5106f1d37a60 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-a2337621-ea73-466f-9910-847fc8c45f70 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-a2337621-ea73-466f-9910-847fc8c45f70:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-a2337621-ea73-466f-9910-847fc8c45f70:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-a2337621-ea73-466f-9910-847fc8c45f70.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2211036b-f98f-48c6-b9ee-956db6f57653 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-2211036b-f98f-48c6-b9ee-956db6f57653 {
  display: none;
}
#s-66a80c14-775e-43ac-ace8-67dc23f4a162 {
  text-align: center;
}


.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 {
  max-width: 100%;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom,
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 {
  max-width: 100%;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom,
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 {
  max-width: 100%;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom,
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 {
  max-width: 100%;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom,
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 {
  max-width: 100%;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom,
.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66a80c14-775e-43ac-ace8-67dc23f4a162 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-049b8de4-2496-4f1c-a177-da4fef871377 {
  min-height: 13px;
}

@media (min-width: 0px) {
[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-049b8de4-2496-4f1c-a177-da4fef871377"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-88bc02dd-004c-44d6-b93e-b10da0204923 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88bc02dd-004c-44d6-b93e-b10da0204923 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-1d88b3d2-6a0b-4a05-837c-a1ae79d9400d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-1d88b3d2-6a0b-4a05-837c-a1ae79d9400d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-1d88b3d2-6a0b-4a05-837c-a1ae79d9400d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-1d88b3d2-6a0b-4a05-837c-a1ae79d9400d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-b2801b61-22bd-41aa-aa67-913d076ffcef {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-b2801b61-22bd-41aa-aa67-913d076ffcef:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-b2801b61-22bd-41aa-aa67-913d076ffcef:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-b2801b61-22bd-41aa-aa67-913d076ffcef.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ec9585e-f449-477e-b775-6feaf2e5af38 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-7ec9585e-f449-477e-b775-6feaf2e5af38 {
  display: none;
}
#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 {
  text-align: center;
}


.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 {
  max-width: 100%;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom,
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 {
  max-width: 100%;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom,
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 {
  max-width: 100%;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom,
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 {
  max-width: 100%;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom,
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 {
  max-width: 100%;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom,
.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bcc420f-3a5f-4b7a-b4c5-1de0e25f1305 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a1108f48-8115-4e23-9643-48138724384e {
  min-height: 5px;
}

@media (min-width: 0px) {
[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a1108f48-8115-4e23-9643-48138724384e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-14da68b4-e9b1-43d3-8c56-fd441afc1444 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14da68b4-e9b1-43d3-8c56-fd441afc1444 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-bf99741e-1d26-4df9-8b40-8a15b0f011a0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-bf99741e-1d26-4df9-8b40-8a15b0f011a0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-bf99741e-1d26-4df9-8b40-8a15b0f011a0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-bf99741e-1d26-4df9-8b40-8a15b0f011a0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-40ab6d16-3d75-420e-a450-8a53b3908ce0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-40ab6d16-3d75-420e-a450-8a53b3908ce0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-40ab6d16-3d75-420e-a450-8a53b3908ce0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-40ab6d16-3d75-420e-a450-8a53b3908ce0.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-937cf689-48ab-41b2-b996-34b2b38fea55 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-937cf689-48ab-41b2-b996-34b2b38fea55 {
  display: none;
}
#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 {
  text-align: center;
}


.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 {
  max-width: 100%;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom,
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 {
  max-width: 100%;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom,
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 {
  max-width: 100%;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom,
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 {
  max-width: 100%;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom,
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 {
  max-width: 100%;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom,
.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1656d1b3-d89e-48ed-a753-fd4e5a9d5d17 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9fe2ec01-300c-4e19-a328-ab591a7e2092 {
  min-height: 5px;
}

@media (min-width: 0px) {
[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9fe2ec01-300c-4e19-a328-ab591a7e2092"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e8177739-009d-4e4f-91ae-bf7977f9bd5a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8177739-009d-4e4f-91ae-bf7977f9bd5a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-03bc0fbd-1b92-4f72-a638-6bbf699962f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-03bc0fbd-1b92-4f72-a638-6bbf699962f3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-03bc0fbd-1b92-4f72-a638-6bbf699962f3 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-03bc0fbd-1b92-4f72-a638-6bbf699962f3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-2407dfe2-f40a-466d-8fb5-2c42b8b9403a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-2407dfe2-f40a-466d-8fb5-2c42b8b9403a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-2407dfe2-f40a-466d-8fb5-2c42b8b9403a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-2407dfe2-f40a-466d-8fb5-2c42b8b9403a.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4f2054a-5750-4429-9cac-743ec5482e29 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-c4f2054a-5750-4429-9cac-743ec5482e29 {
  display: none;
}
#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 {
  text-align: center;
}


.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 {
  max-width: 100%;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom,
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 {
  max-width: 100%;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom,
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 {
  max-width: 100%;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom,
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 {
  max-width: 100%;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom,
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 {
  max-width: 100%;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom,
.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8c6318e-3b44-4691-86c2-2f907b99d8f6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e18b6db6-437d-472c-82aa-cc6c52bc98e6 {
  min-height: 5px;
}

@media (min-width: 0px) {
[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e18b6db6-437d-472c-82aa-cc6c52bc98e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ec5e2355-2825-48da-ba44-0eff4cff863b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec5e2355-2825-48da-ba44-0eff4cff863b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-e8978c48-ac74-4218-98c6-53e9113c026c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-e8978c48-ac74-4218-98c6-53e9113c026c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-e8978c48-ac74-4218-98c6-53e9113c026c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8978c48-ac74-4218-98c6-53e9113c026c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-b42a0b61-1395-4f4e-b573-525362ee48a9 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-b42a0b61-1395-4f4e-b573-525362ee48a9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-b42a0b61-1395-4f4e-b573-525362ee48a9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-b42a0b61-1395-4f4e-b573-525362ee48a9.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd8da211-0395-4444-9d3f-33314d044bb4 {
  margin-bottom: 40px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

#s-dd8da211-0395-4444-9d3f-33314d044bb4 {
  display: none;
}
#s-bc502517-858e-47e1-aa9c-d10c920e1131 {
  text-align: center;
}


.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 {
  max-width: 100%;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom,
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 {
  max-width: 100%;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom,
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 {
  max-width: 100%;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom,
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 {
  max-width: 100%;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom,
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 {
  max-width: 100%;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom,
.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc502517-858e-47e1-aa9c-d10c920e1131 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0 {
  min-height: 5px;
}

@media (min-width: 0px) {
[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c93a3efe-bfc6-49f0-93b4-449ddd70aee0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f0137921-7fcc-43c5-a06f-f5dea43767b4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0137921-7fcc-43c5-a06f-f5dea43767b4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: raleway;
  font-style:   ;
  font-size: 1em;
}

#s-6ebd51b6-b1ac-40d5-af43-3295bc344cc7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-6ebd51b6-b1ac-40d5-af43-3295bc344cc7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

#s-6ebd51b6-b1ac-40d5-af43-3295bc344cc7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 18px;
}

#s-6ebd51b6-b1ac-40d5-af43-3295bc344cc7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
#s-6b4a43a8-c90a-4094-b367-acfb8daf2d82 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(33, 33, 33, 1);
hover-type: color;
letter-spacing: -1px;
}
#s-6b4a43a8-c90a-4094-b367-acfb8daf2d82:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-6b4a43a8-c90a-4094-b367-acfb8daf2d82:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-6b4a43a8-c90a-4094-b367-acfb8daf2d82.shg-btn {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}
@media (min-width: 1200px){#s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4 {
  display: none;
}
#s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4, #wrap-s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4 {
  display: none;
}
#s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4, #wrap-s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4 { display:none !important; }}
#s-8903bdd9-c46d-4c7b-b0ed-eda989c29eb4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-c044db5e-ad38-4393-a481-9d657f00f92f {
  margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c044db5e-ad38-4393-a481-9d657f00f92f {
  display: none;
}
#s-c044db5e-ad38-4393-a481-9d657f00f92f, #wrap-s-c044db5e-ad38-4393-a481-9d657f00f92f { display:none !important; }}@media (max-width: 767px){#s-c044db5e-ad38-4393-a481-9d657f00f92f {
  display: none;
}
#s-c044db5e-ad38-4393-a481-9d657f00f92f, #wrap-s-c044db5e-ad38-4393-a481-9d657f00f92f { display:none !important; }}
#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad {
  margin-bottom: 50px;
}
@media (min-width: 1200px){#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad {
  display: none;
}
#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad, #wrap-s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad {
  display: none;
}
#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad, #wrap-s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad {
  
}
}@media (max-width: 767px){#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad {
  display: none;
}
#s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad, #wrap-s-fddc6da1-ce69-4894-b86f-3bc8d3ce61ad { display:none !important; }}
#s-43364964-061a-4f35-a6e2-8f8954d8ea73 {
  margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-43364964-061a-4f35-a6e2-8f8954d8ea73 {
  display: none;
}
#s-43364964-061a-4f35-a6e2-8f8954d8ea73, #wrap-s-43364964-061a-4f35-a6e2-8f8954d8ea73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43364964-061a-4f35-a6e2-8f8954d8ea73 {
  display: none;
}
#s-43364964-061a-4f35-a6e2-8f8954d8ea73, #wrap-s-43364964-061a-4f35-a6e2-8f8954d8ea73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43364964-061a-4f35-a6e2-8f8954d8ea73 {
  display: none;
}
#s-43364964-061a-4f35-a6e2-8f8954d8ea73, #wrap-s-43364964-061a-4f35-a6e2-8f8954d8ea73 { display:none !important; }}
#s-e26a4d7a-5432-4cd1-aef7-c1b7210e0f0e {
  border-style: solid;
margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-e26a4d7a-5432-4cd1-aef7-c1b7210e0f0e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0d49ee0-568c-4bef-acba-53e17fd1da5e {
  margin-bottom: 50px;
text-align: center;
}




  #s-e0d49ee0-568c-4bef-acba-53e17fd1da5e img.shogun-image {
    
    width: px;
  }


#s-e0d49ee0-568c-4bef-acba-53e17fd1da5e .shogun-image-content {
  
    align-items: center;
  
}

#s-68aae76f-9bf8-4027-94a6-d4f92b3bca14 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-68aae76f-9bf8-4027-94a6-d4f92b3bca14 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-68aae76f-9bf8-4027-94a6-d4f92b3bca14 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-895582d4-53ec-4245-b007-21e96a9a4cd6 {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-895582d4-53ec-4245-b007-21e96a9a4cd6 {
  display: none;
}
#s-895582d4-53ec-4245-b007-21e96a9a4cd6, #wrap-s-895582d4-53ec-4245-b007-21e96a9a4cd6 { display:none !important; }}@media (max-width: 767px){#s-895582d4-53ec-4245-b007-21e96a9a4cd6 {
  display: none;
}
#s-895582d4-53ec-4245-b007-21e96a9a4cd6, #wrap-s-895582d4-53ec-4245-b007-21e96a9a4cd6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-895582d4-53ec-4245-b007-21e96a9a4cd6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-99b9735e-3ef0-4a11-80e9-c9fd42704a3a {
  text-align: center;
}




  #s-99b9735e-3ef0-4a11-80e9-c9fd42704a3a img.shogun-image {
    
    width: px;
  }


#s-99b9735e-3ef0-4a11-80e9-c9fd42704a3a .shogun-image-content {
  
    align-items: center;
  
}

#s-04ce4a32-17a7-4559-ac17-5bf1193a4b65 {
  text-align: center;
}




  #s-04ce4a32-17a7-4559-ac17-5bf1193a4b65 img.shogun-image {
    
    width: px;
  }


#s-04ce4a32-17a7-4559-ac17-5bf1193a4b65 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bc1958e-03d7-494d-9765-008c2ef6d2af {
  text-align: center;
}




  #s-2bc1958e-03d7-494d-9765-008c2ef6d2af img.shogun-image {
    
    width: px;
  }


#s-2bc1958e-03d7-494d-9765-008c2ef6d2af .shogun-image-content {
  
    align-items: center;
  
}

#s-3580b8ca-d843-42e4-9c40-a24b10e15e84 {
  text-align: center;
}




  #s-3580b8ca-d843-42e4-9c40-a24b10e15e84 img.shogun-image {
    
    width: px;
  }


#s-3580b8ca-d843-42e4-9c40-a24b10e15e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-b16dd413-acc0-42d3-91f4-2c6a44b6be32 {
  text-align: center;
}




  #s-b16dd413-acc0-42d3-91f4-2c6a44b6be32 img.shogun-image {
    
    width: px;
  }


#s-b16dd413-acc0-42d3-91f4-2c6a44b6be32 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a523189-4a1a-439c-8372-2ede7ace1356 {
  text-align: center;
}




  #s-4a523189-4a1a-439c-8372-2ede7ace1356 img.shogun-image {
    
    width: px;
  }


#s-4a523189-4a1a-439c-8372-2ede7ace1356 .shogun-image-content {
  
    align-items: center;
  
}

#s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced {
  display: none;
}
#s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced, #wrap-s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced {
  display: none;
}
#s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced, #wrap-s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced {
  
}
}@media (max-width: 767px){#s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced {
  
}
}
@media (min-width: 0px) {
[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-548d06e6-73f6-4b39-9bc7-ef8aaaf30ced"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-0d46241d-4bc9-45c0-beee-87b6d057caa0 {
  text-align: center;
}




  #s-0d46241d-4bc9-45c0-beee-87b6d057caa0 img.shogun-image {
    
    width: px;
  }


#s-0d46241d-4bc9-45c0-beee-87b6d057caa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-218f1363-ca68-45c5-886c-eb94d367e583 {
  text-align: center;
}




  #s-218f1363-ca68-45c5-886c-eb94d367e583 img.shogun-image {
    
    width: px;
  }


#s-218f1363-ca68-45c5-886c-eb94d367e583 .shogun-image-content {
  
    align-items: center;
  
}

#s-941d466e-dda4-4565-9413-259e40a98a89 {
  text-align: center;
}




  #s-941d466e-dda4-4565-9413-259e40a98a89 img.shogun-image {
    
    width: px;
  }


#s-941d466e-dda4-4565-9413-259e40a98a89 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b7848a0-5907-4392-9a30-a3876275aa9f {
  text-align: center;
}




  #s-6b7848a0-5907-4392-9a30-a3876275aa9f img.shogun-image {
    
    width: px;
  }


#s-6b7848a0-5907-4392-9a30-a3876275aa9f .shogun-image-content {
  
    align-items: center;
  
}

#s-7e8df086-f9af-4963-8dfb-1f24a56f6397 {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e8df086-f9af-4963-8dfb-1f24a56f6397 {
  display: none;
}
#s-7e8df086-f9af-4963-8dfb-1f24a56f6397, #wrap-s-7e8df086-f9af-4963-8dfb-1f24a56f6397 { display:none !important; }}@media (max-width: 767px){#s-7e8df086-f9af-4963-8dfb-1f24a56f6397 {
  display: none;
}
#s-7e8df086-f9af-4963-8dfb-1f24a56f6397, #wrap-s-7e8df086-f9af-4963-8dfb-1f24a56f6397 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7e8df086-f9af-4963-8dfb-1f24a56f6397"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-62fe4c90-c6c7-432c-af81-9cbd801e660a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(4, 4, 4, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-62fe4c90-c6c7-432c-af81-9cbd801e660a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-62fe4c90-c6c7-432c-af81-9cbd801e660a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-62fe4c90-c6c7-432c-af81-9cbd801e660a-btn-wrapper {
    text-align: center;
  }


#s-62fe4c90-c6c7-432c-af81-9cbd801e660a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-0128faf8-1cdf-4123-ac65-d203fae0211b {
  margin-bottom: 50px;
}
@media (min-width: 1200px){#s-0128faf8-1cdf-4123-ac65-d203fae0211b {
  display: none;
}
#s-0128faf8-1cdf-4123-ac65-d203fae0211b, #wrap-s-0128faf8-1cdf-4123-ac65-d203fae0211b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0128faf8-1cdf-4123-ac65-d203fae0211b {
  display: none;
}
#s-0128faf8-1cdf-4123-ac65-d203fae0211b, #wrap-s-0128faf8-1cdf-4123-ac65-d203fae0211b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0128faf8-1cdf-4123-ac65-d203fae0211b {
  
}
}@media (max-width: 767px){#s-0128faf8-1cdf-4123-ac65-d203fae0211b {
  display: none;
}
#s-0128faf8-1cdf-4123-ac65-d203fae0211b, #wrap-s-0128faf8-1cdf-4123-ac65-d203fae0211b { display:none !important; }}
@media (min-width: 0px) {
[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0128faf8-1cdf-4123-ac65-d203fae0211b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c5b428a5-6fce-4bf4-aa1b-b143e34ae8e8 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(4, 4, 4, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-c5b428a5-6fce-4bf4-aa1b-b143e34ae8e8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c5b428a5-6fce-4bf4-aa1b-b143e34ae8e8:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-c5b428a5-6fce-4bf4-aa1b-b143e34ae8e8-btn-wrapper {
    text-align: center;
  }


#s-c5b428a5-6fce-4bf4-aa1b-b143e34ae8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

#s-4307cf7c-d85d-45b6-b4ab-5227995e882e {
  margin-bottom: 50px;
}
@media (min-width: 1200px){#s-4307cf7c-d85d-45b6-b4ab-5227995e882e {
  display: none;
}
#s-4307cf7c-d85d-45b6-b4ab-5227995e882e, #wrap-s-4307cf7c-d85d-45b6-b4ab-5227995e882e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4307cf7c-d85d-45b6-b4ab-5227995e882e {
  display: none;
}
#s-4307cf7c-d85d-45b6-b4ab-5227995e882e, #wrap-s-4307cf7c-d85d-45b6-b4ab-5227995e882e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4307cf7c-d85d-45b6-b4ab-5227995e882e {
  display: none;
}
#s-4307cf7c-d85d-45b6-b4ab-5227995e882e, #wrap-s-4307cf7c-d85d-45b6-b4ab-5227995e882e { display:none !important; }}
@media (min-width: 0px) {
[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4307cf7c-d85d-45b6-b4ab-5227995e882e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c6549a00-c044-47ab-a0ab-2e5f7b685f36 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-style: solid;
border-radius: 30px;
max-width: 280px;
opacity: 1;
text-align: center;
background-color: rgba(4, 4, 4, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: -1px;
hover-type: color;
background-position: center center;
}
#s-c6549a00-c044-47ab-a0ab-2e5f7b685f36:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c6549a00-c044-47ab-a0ab-2e5f7b685f36:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-c6549a00-c044-47ab-a0ab-2e5f7b685f36-btn-wrapper {
    text-align: center;
  }


#s-c6549a00-c044-47ab-a0ab-2e5f7b685f36.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Raleway;
  display:  block ;
}

/*
  $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;
  }
}

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