.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-f0085b91-4d83-41b4-b03e-4e0c45943a45 {
  margin-top: -30px;
min-height: 50px;
background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0085b91-4d83-41b4-b03e-4e0c45943a45 {
  
}
}@media (max-width: 767px){#s-f0085b91-4d83-41b4-b03e-4e0c45943a45 {
  
}
}







#s-f0085b91-4d83-41b4-b03e-4e0c45943a45 > .shg-box-overlay {
  background-color: rgba(50, 50, 50, 1);
  opacity: 0;
}#s-f0085b91-4d83-41b4-b03e-4e0c45943a45.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-28e25da6-d3c6-4a34-a868-59f797e8ba1d {
  text-align: center;
opacity: 1;
}
#s-28e25da6-d3c6-4a34-a868-59f797e8ba1d:hover {opacity: 1 !important;}




#s-28e25da6-d3c6-4a34-a868-59f797e8ba1d .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32aa5f47-dd25-46a6-9b02-cd8065ddc5ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-82226cab-ff9c-4cb6-a7da-fbb7421a069e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82226cab-ff9c-4cb6-a7da-fbb7421a069e .shogun-heading-component h1 {
  color: rgba(0, 77, 113, 1);
  font-weight:   ;
  font-family: "Bebas Neue";
  font-style:   ;
  font-size: 65px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f654ce5c-4cfc-4167-8cf1-ba55720f4008 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f654ce5c-4cfc-4167-8cf1-ba55720f4008 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f654ce5c-4cfc-4167-8cf1-ba55720f4008 {
  
}
}







#s-f654ce5c-4cfc-4167-8cf1-ba55720f4008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f654ce5c-4cfc-4167-8cf1-ba55720f4008.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc94e1c6-998c-401a-8a3e-acbb685ea213 {
  
}








#s-fc94e1c6-998c-401a-8a3e-acbb685ea213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc94e1c6-998c-401a-8a3e-acbb685ea213.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0568ddcf-222c-4823-a826-d80bf1d5773a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (max-width: 767px){#s-0568ddcf-222c-4823-a826-d80bf1d5773a {
  display: none;
}
#s-0568ddcf-222c-4823-a826-d80bf1d5773a, #wrap-s-0568ddcf-222c-4823-a826-d80bf1d5773a { display:none !important; }}
@media (min-width: 0px) {
[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-0568ddcf-222c-4823-a826-d80bf1d5773a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-31d2bc0a-bd49-47c5-9bbd-ecb05f4efbfa {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-31d2bc0a-bd49-47c5-9bbd-ecb05f4efbfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31d2bc0a-bd49-47c5-9bbd-ecb05f4efbfa.shg-box.shg-c {
  justify-content: center;
}

#s-ad5264d3-5631-4373-a258-51e583b53051 {
  margin-top: 10px;
text-align: center;
}




  #s-ad5264d3-5631-4373-a258-51e583b53051 img.shogun-image {
    
    width: px;
  }


#s-ad5264d3-5631-4373-a258-51e583b53051 .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-afd6afcb-9e92-4df9-a808-dadda1e7fbf7 {
  margin-top: 0px;
}

#s-399c186e-5644-4fde-b018-6ac97d22a305 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-399c186e-5644-4fde-b018-6ac97d22a305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-399c186e-5644-4fde-b018-6ac97d22a305.shg-box.shg-c {
  justify-content: center;
}

#s-cdd6c9ae-0c30-427a-bba3-e1c6e5b7d19a {
  margin-top: 10px;
text-align: center;
}




  #s-cdd6c9ae-0c30-427a-bba3-e1c6e5b7d19a img.shogun-image {
    
    width: px;
  }


#s-cdd6c9ae-0c30-427a-bba3-e1c6e5b7d19a .shogun-image-content {
  
    align-items: center;
  
}

#s-042c66f3-43db-4f7d-94af-15a03846c8c2 {
  margin-top: 0px;
}

#s-150a3de7-6896-49df-b955-2b1d99f60539 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-150a3de7-6896-49df-b955-2b1d99f60539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-150a3de7-6896-49df-b955-2b1d99f60539.shg-box.shg-c {
  justify-content: center;
}

#s-47281b38-f659-44e8-927f-f3e4d46e3755 {
  margin-top: 10px;
text-align: center;
}




  #s-47281b38-f659-44e8-927f-f3e4d46e3755 img.shogun-image {
    
    width: px;
  }


#s-47281b38-f659-44e8-927f-f3e4d46e3755 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8ca5e9c-829b-40d3-bd8e-f9db6bb165d4 {
  margin-top: 0px;
}

#s-3095715e-336b-4e80-a6dc-f7f4ea0fe50e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-3095715e-336b-4e80-a6dc-f7f4ea0fe50e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3095715e-336b-4e80-a6dc-f7f4ea0fe50e.shg-box.shg-c {
  justify-content: center;
}

#s-23768f50-b027-4170-8b59-354d5b0468f3 {
  margin-top: 10px;
text-align: center;
}




  #s-23768f50-b027-4170-8b59-354d5b0468f3 img.shogun-image {
    
    width: px;
  }


#s-23768f50-b027-4170-8b59-354d5b0468f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-144f1779-fbc5-4e42-ad4c-e3b5204df7a7 {
  margin-top: 0px;
}

#s-c244929d-9d15-49a3-8f48-24a67014d6ff {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-c244929d-9d15-49a3-8f48-24a67014d6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c244929d-9d15-49a3-8f48-24a67014d6ff.shg-box.shg-c {
  justify-content: center;
}

#s-2ed20b78-5821-4cdf-8266-0def8a5b9eaf {
  margin-top: 10px;
text-align: center;
}




  #s-2ed20b78-5821-4cdf-8266-0def8a5b9eaf img.shogun-image {
    
    width: px;
  }


#s-2ed20b78-5821-4cdf-8266-0def8a5b9eaf .shogun-image-content {
  
    align-items: center;
  
}

#s-2fc45dfc-7e7a-46b2-b284-3d11e6517cda {
  margin-top: 0px;
}

#s-32577e7f-2370-45c2-840f-5721491a5ad5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-32577e7f-2370-45c2-840f-5721491a5ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32577e7f-2370-45c2-840f-5721491a5ad5.shg-box.shg-c {
  justify-content: center;
}

#s-753f5b32-c2b1-476c-8675-3185ea5c993d {
  margin-top: 10px;
text-align: center;
}




  #s-753f5b32-c2b1-476c-8675-3185ea5c993d img.shogun-image {
    
    width: px;
  }


#s-753f5b32-c2b1-476c-8675-3185ea5c993d .shogun-image-content {
  
    align-items: center;
  
}

#s-1d136f5d-7ebb-4fab-85a7-238cae17878f {
  margin-top: 0px;
}

#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 {
  display: none;
}
#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3, #wrap-s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 {
  display: none;
}
#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3, #wrap-s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 {
  display: none;
}
#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3, #wrap-s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 { display:none !important; }}@media (max-width: 767px){#s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3 {
  
}
}
@media (min-width: 0px) {
[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-130a7a5b-2ea1-4194-9b33-d0647cc98fb3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b99e00a0-4f4c-44cb-855a-1ed85fcb0e9c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-b99e00a0-4f4c-44cb-855a-1ed85fcb0e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99e00a0-4f4c-44cb-855a-1ed85fcb0e9c.shg-box.shg-c {
  justify-content: center;
}

#s-ef22c938-0235-4950-9dc0-9807a10a9054 {
  margin-top: 10px;
text-align: center;
}




  #s-ef22c938-0235-4950-9dc0-9807a10a9054 img.shogun-image {
    
    width: px;
  }


#s-ef22c938-0235-4950-9dc0-9807a10a9054 .shogun-image-content {
  
    align-items: center;
  
}

#s-950bcb04-62b9-48e2-b087-fba13b7ef733 {
  margin-top: 0px;
}

#s-9115d185-4c8f-438c-b028-5d4e801dc7d4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-9115d185-4c8f-438c-b028-5d4e801dc7d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9115d185-4c8f-438c-b028-5d4e801dc7d4.shg-box.shg-c {
  justify-content: center;
}

#s-114ab31c-ee5c-45ca-a471-ed149bca3b4d {
  margin-top: 10px;
text-align: center;
}




  #s-114ab31c-ee5c-45ca-a471-ed149bca3b4d img.shogun-image {
    
    width: px;
  }


#s-114ab31c-ee5c-45ca-a471-ed149bca3b4d .shogun-image-content {
  
    align-items: center;
  
}

#s-d68ac0eb-ff5a-4c9a-b250-0d3175944608 {
  margin-top: 0px;
}

#s-a3e11c69-c66b-45dd-8662-6a1e0f27e8f4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-a3e11c69-c66b-45dd-8662-6a1e0f27e8f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e11c69-c66b-45dd-8662-6a1e0f27e8f4.shg-box.shg-c {
  justify-content: center;
}

#s-b218f719-2d9f-4afc-ba8f-95f89d27a715 {
  margin-top: 10px;
text-align: center;
}




  #s-b218f719-2d9f-4afc-ba8f-95f89d27a715 img.shogun-image {
    
    width: px;
  }


#s-b218f719-2d9f-4afc-ba8f-95f89d27a715 .shogun-image-content {
  
    align-items: center;
  
}

#s-635fbd36-9f44-4248-b5fb-63337438ea7c {
  margin-top: 0px;
}

#s-453eade1-8a54-4e68-b518-11ee7c9d25a7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-453eade1-8a54-4e68-b518-11ee7c9d25a7 {
  display: none;
}
#s-453eade1-8a54-4e68-b518-11ee7c9d25a7, #wrap-s-453eade1-8a54-4e68-b518-11ee7c9d25a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-453eade1-8a54-4e68-b518-11ee7c9d25a7 {
  display: none;
}
#s-453eade1-8a54-4e68-b518-11ee7c9d25a7, #wrap-s-453eade1-8a54-4e68-b518-11ee7c9d25a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-453eade1-8a54-4e68-b518-11ee7c9d25a7 {
  display: none;
}
#s-453eade1-8a54-4e68-b518-11ee7c9d25a7, #wrap-s-453eade1-8a54-4e68-b518-11ee7c9d25a7 { display:none !important; }}@media (max-width: 767px){#s-453eade1-8a54-4e68-b518-11ee7c9d25a7 {
  
}
}
@media (min-width: 0px) {
[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-453eade1-8a54-4e68-b518-11ee7c9d25a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-198575c6-a015-4542-85e4-7cd8ee662d07 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-198575c6-a015-4542-85e4-7cd8ee662d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-198575c6-a015-4542-85e4-7cd8ee662d07.shg-box.shg-c {
  justify-content: center;
}

#s-ccd2dfeb-e7e0-40ca-917e-db1ffb0d7bff {
  margin-top: 10px;
text-align: center;
}




  #s-ccd2dfeb-e7e0-40ca-917e-db1ffb0d7bff img.shogun-image {
    
    width: px;
  }


#s-ccd2dfeb-e7e0-40ca-917e-db1ffb0d7bff .shogun-image-content {
  
    align-items: center;
  
}

#s-a82aa4ff-8be7-47a3-a475-9720ccf2517a {
  margin-top: 0px;
}

#s-2a90fd28-a545-40bb-beca-f1fe049b3539 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-2a90fd28-a545-40bb-beca-f1fe049b3539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a90fd28-a545-40bb-beca-f1fe049b3539.shg-box.shg-c {
  justify-content: center;
}

#s-1b21c688-18d7-4986-a1db-d03e5ec4f498 {
  margin-top: 10px;
text-align: center;
}




  #s-1b21c688-18d7-4986-a1db-d03e5ec4f498 img.shogun-image {
    
    width: px;
  }


#s-1b21c688-18d7-4986-a1db-d03e5ec4f498 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4643970-3c37-441b-8b3f-73871305424c {
  margin-top: 0px;
}

#s-6f1af7a0-39cf-4aa2-be99-329a7c06edbd {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
min-height: 50px;
}








#s-6f1af7a0-39cf-4aa2-be99-329a7c06edbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1af7a0-39cf-4aa2-be99-329a7c06edbd.shg-box.shg-c {
  justify-content: center;
}

#s-4b1eb8c2-aa83-4e99-9903-05994f82abaa {
  margin-top: 10px;
text-align: center;
}




  #s-4b1eb8c2-aa83-4e99-9903-05994f82abaa img.shogun-image {
    
    width: px;
  }


#s-4b1eb8c2-aa83-4e99-9903-05994f82abaa .shogun-image-content {
  
    align-items: center;
  
}

#s-b08af438-366f-4159-b2b3-73712df30b6c {
  margin-top: 0px;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a10cf899-3619-4554-ba26-bf6a81806889 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(172, 172, 172, 1);
border-style: solid;
min-height: 50px;
}








#s-a10cf899-3619-4554-ba26-bf6a81806889 > .shg-box-overlay {
  background-color: rgba(226, 226, 226, 1);
  opacity: 0.2;
}#s-a10cf899-3619-4554-ba26-bf6a81806889.shg-box.shg-c {
  justify-content: center;
}

#s-92ac1025-9dfa-48cc-8b59-5c88b7b09b4c {
  margin-top: 4px;
margin-left: 5px;
margin-bottom: 4px;
margin-right: 5px;
padding-top: 5px;
padding-bottom: 0px;
text-align: center;
}

#s-92ac1025-9dfa-48cc-8b59-5c88b7b09b4c .shogun-heading-component h2 {
  color: rgba(0, 77, 113, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-919caca2-ce15-4399-ab85-03abedb8b874 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-919caca2-ce15-4399-ab85-03abedb8b874 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-919caca2-ce15-4399-ab85-03abedb8b874 .shg-sld-nav-button.shg-sld-left,
#s-919caca2-ce15-4399-ab85-03abedb8b874 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-13343456-0cfa-486e-8552-39f4e4b40100 {
  border-style: solid;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(172, 172, 172, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 0px) {
[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-13343456-0cfa-486e-8552-39f4e4b40100"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-12271dd5-e238-4fbf-b446-fd9e460ed43a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-12271dd5-e238-4fbf-b446-fd9e460ed43a {
  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-1770a650-051b-4455-85ba-d245bf530763 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 {
  max-width: 100%;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom,
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 {
  max-width: 100%;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom,
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 {
  max-width: 100%;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom,
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 {
  max-width: 100%;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom,
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 {
  max-width: 100%;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom,
.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1770a650-051b-4455-85ba-d245bf530763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-fe16fe3c-acec-4bee-8c91-f2c9ff5c087e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fe16fe3c-acec-4bee-8c91-f2c9ff5c087e .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-65604b35-1c27-4a45-be91-576fb8ee2d6d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-65604b35-1c27-4a45-be91-576fb8ee2d6d {
  display: none;
}
#s-165df570-0830-45a1-9637-a3e304c399c2 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 {
  max-width: 100%;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom,
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 {
  max-width: 100%;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom,
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 {
  max-width: 100%;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom,
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 {
  max-width: 100%;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom,
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 {
  max-width: 100%;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom,
.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-165df570-0830-45a1-9637-a3e304c399c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1501e400-d111-4c93-bd07-96aa2f84b9ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1501e400-d111-4c93-bd07-96aa2f84b9ef .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-95193b0a-a2f4-4ef4-bba4-dee2a6cd32d3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-95193b0a-a2f4-4ef4-bba4-dee2a6cd32d3 {
  display: none;
}
#s-fc9ce226-c0ce-4723-b689-91063d15bdcc {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc {
  max-width: 100%;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom,
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc {
  max-width: 100%;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom,
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc {
  max-width: 100%;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom,
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc {
  max-width: 100%;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom,
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc {
  max-width: 100%;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom,
.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc9ce226-c0ce-4723-b689-91063d15bdcc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-de6e3f32-3ef5-48e0-965c-46fb33aa31c7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-de6e3f32-3ef5-48e0-965c-46fb33aa31c7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-872b994d-c552-49e2-bd66-fb1a5d0bb796 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-872b994d-c552-49e2-bd66-fb1a5d0bb796 {
  display: none;
}
#s-41e68759-e67b-4835-be3a-1ebaaaffea27 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 {
  max-width: 100%;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom,
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 {
  max-width: 100%;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom,
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 {
  max-width: 100%;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom,
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 {
  max-width: 100%;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom,
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 {
  max-width: 100%;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom,
.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41e68759-e67b-4835-be3a-1ebaaaffea27 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bebf9209-c07c-4892-b74c-6bfb87f6b8b7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bebf9209-c07c-4892-b74c-6bfb87f6b8b7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-41d1a949-02ca-4739-ae8c-48c661f3b8b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41d1a949-02ca-4739-ae8c-48c661f3b8b5 {
  display: none;
}
#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 {
  max-width: 100%;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom,
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 {
  max-width: 100%;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom,
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 {
  max-width: 100%;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom,
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 {
  max-width: 100%;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom,
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 {
  max-width: 100%;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom,
.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d5c7d78-6c5d-48c2-a703-520e3def1f16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d7d448c-61dd-4a51-a4d9-86c65c17a352 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1d7d448c-61dd-4a51-a4d9-86c65c17a352 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-050c508d-4793-49b8-acae-e68f23d26262 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-050c508d-4793-49b8-acae-e68f23d26262 {
  display: none;
}
#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(216, 216, 216, 1);
border-style: solid;
text-align: left;
}


.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 {
  max-width: 100%;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom,
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 {
  max-width: 100%;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom,
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 {
  max-width: 100%;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom,
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 {
  max-width: 100%;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom,
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 {
  max-width: 100%;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom,
.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ae3645-2c10-4c58-b913-8eb1c85b0b97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8a2dad4b-c88a-45e1-8fe5-3ba2a1c9829e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8a2dad4b-c88a-45e1-8fe5-3ba2a1c9829e .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8480f936-b1c9-43d2-b4c4-4593d94b3ef8 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
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(18, 92, 96, 1);
text-align: center;
}

#s-8480f936-b1c9-43d2-b4c4-4593d94b3ef8 .shogun-heading-component h2 {
  color: rgba(0, 77, 113, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-310863be-757b-4e94-9b32-855a265e19ad {
  margin-bottom: 15px;
}

#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  display: none;
}
#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00, #wrap-s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 { display:none !important; }}
@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-5f15e0ef-70d3-4a6d-ada8-f2945fe1fa47 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-5f15e0ef-70d3-4a6d-ada8-f2945fe1fa47 {
  display: none;
}
#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 {
  text-align: left;
}


.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 {
  max-width: 100%;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom,
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 {
  max-width: 100%;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom,
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 {
  max-width: 100%;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom,
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 {
  max-width: 100%;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom,
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 {
  max-width: 100%;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom,
.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4eb8b5fb-69fb-40af-b6b3-2a66b2a42252 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7a37e723-beb6-4a0f-bd2d-a596c5d0d1a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a37e723-beb6-4a0f-bd2d-a596c5d0d1a8 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6ea320aa-e02b-472e-aa6a-9b648a48df57 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-6ea320aa-e02b-472e-aa6a-9b648a48df57 {
  display: none;
}
#s-8a968208-039c-421d-83c6-92cb7953397b {
  text-align: left;
}


.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b {
  max-width: 100%;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom,
.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a968208-039c-421d-83c6-92cb7953397b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-579ba7b7-7e84-4a85-8751-1cffd0c6074a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-579ba7b7-7e84-4a85-8751-1cffd0c6074a .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-49deffe7-1e07-4f12-8bd7-299ac90f4be5 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-49deffe7-1e07-4f12-8bd7-299ac90f4be5 {
  display: none;
}
#s-bead3f56-c73d-4c11-990e-7f877dac9c05 {
  text-align: left;
}


.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 {
  max-width: 100%;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom,
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 {
  max-width: 100%;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom,
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 {
  max-width: 100%;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom,
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 {
  max-width: 100%;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom,
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 {
  max-width: 100%;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom,
.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bead3f56-c73d-4c11-990e-7f877dac9c05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8a959dea-a201-4757-a51b-7f94c37d8950 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a959dea-a201-4757-a51b-7f94c37d8950 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b1857bf8-fcd6-47d4-97e4-834fccbefa20 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b1857bf8-fcd6-47d4-97e4-834fccbefa20 {
  display: none;
}
#s-c4259ce8-f000-4519-9495-1307ff804be2 {
  text-align: left;
}


.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 {
  max-width: 100%;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom,
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 {
  max-width: 100%;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom,
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 {
  max-width: 100%;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom,
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 {
  max-width: 100%;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom,
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 {
  max-width: 100%;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom,
.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c4259ce8-f000-4519-9495-1307ff804be2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e43bc036-3779-4589-a1e6-a76865e52b6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e43bc036-3779-4589-a1e6-a76865e52b6d .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6f5977bd-7b87-4e98-a770-2375956ac4c9 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-6f5977bd-7b87-4e98-a770-2375956ac4c9 {
  display: none;
}
#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 {
  text-align: left;
}


.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 {
  max-width: 100%;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom,
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 {
  max-width: 100%;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom,
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 {
  max-width: 100%;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom,
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 {
  max-width: 100%;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom,
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 {
  max-width: 100%;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom,
.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53cbb57e-e9ac-47fd-8eb8-91958797bad1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-76793a18-2849-4410-9cd3-82a69db325b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76793a18-2849-4410-9cd3-82a69db325b6 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8d1680ac-6175-4316-9a99-11dea9bcec10 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-8d1680ac-6175-4316-9a99-11dea9bcec10 {
  display: none;
}
#s-436b1976-1787-4a20-948b-c2e0b53adc48 {
  text-align: left;
}


.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 {
  max-width: 100%;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom,
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 {
  max-width: 100%;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom,
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 {
  max-width: 100%;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom,
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 {
  max-width: 100%;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom,
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 {
  max-width: 100%;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom,
.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-436b1976-1787-4a20-948b-c2e0b53adc48 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9b517795-d239-4810-9abc-2ab957296675 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b517795-d239-4810-9abc-2ab957296675 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9 {
  display: none;
}
#s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9, #wrap-s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9 {
  display: none;
}
#s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9, #wrap-s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9 {
  display: none;
}
#s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9, #wrap-s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fd0787ff-5f8a-436d-8f46-0ce8d42eb0a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6a45f244-bb5b-4c9c-a3a3-fb97fe2140de {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-6a45f244-bb5b-4c9c-a3a3-fb97fe2140de {
  display: none;
}
#s-d6a22fbf-f321-4399-9465-7e2559fa7711 {
  text-align: left;
}


.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 {
  max-width: 100%;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom,
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 {
  max-width: 100%;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom,
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 {
  max-width: 100%;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom,
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 {
  max-width: 100%;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom,
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 {
  max-width: 100%;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom,
.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d6a22fbf-f321-4399-9465-7e2559fa7711 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7816a221-b122-4ab2-9fa7-8bd31a47f5bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7816a221-b122-4ab2-9fa7-8bd31a47f5bc .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-cedebcb3-e1c4-4c44-9378-64f8b9a7d33c {
  text-align: center;
}

#s-cedebcb3-e1c4-4c44-9378-64f8b9a7d33c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cedebcb3-e1c4-4c44-9378-64f8b9a7d33c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-cedebcb3-e1c4-4c44-9378-64f8b9a7d33c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e0622d6-39ef-49f7-a0b7-0e8749c7ab2a {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-0e0622d6-39ef-49f7-a0b7-0e8749c7ab2a {
  display: none;
}
#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 {
  text-align: left;
}


.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 {
  max-width: 100%;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom,
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 {
  max-width: 100%;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom,
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 {
  max-width: 100%;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom,
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 {
  max-width: 100%;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom,
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 {
  max-width: 100%;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom,
.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1af4a4-ef80-42b7-b5c6-3b911926f2e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b603f99-8606-4b1d-b2ca-e6e61f1a7a3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b603f99-8606-4b1d-b2ca-e6e61f1a7a3f .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-31ee6af3-9724-44d4-9cfc-a7b5b89c70a4 {
  text-align: center;
}

#s-31ee6af3-9724-44d4-9cfc-a7b5b89c70a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31ee6af3-9724-44d4-9cfc-a7b5b89c70a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-31ee6af3-9724-44d4-9cfc-a7b5b89c70a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f2d2a6e-45c7-4357-87df-a3066dbcdcce {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-3f2d2a6e-45c7-4357-87df-a3066dbcdcce {
  display: none;
}
#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 {
  text-align: left;
}


.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 {
  max-width: 100%;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom,
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 {
  max-width: 100%;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom,
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 {
  max-width: 100%;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom,
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 {
  max-width: 100%;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom,
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 {
  max-width: 100%;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom,
.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e06e9ead-bbfd-4041-9262-e3c1cc984d26 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74e04c66-af4e-4c4a-a7e3-e57362685e6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74e04c66-af4e-4c4a-a7e3-e57362685e6f .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c2fe3a8d-1498-46b0-a132-40e2efc1b098 {
  text-align: center;
}

#s-c2fe3a8d-1498-46b0-a132-40e2efc1b098 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c2fe3a8d-1498-46b0-a132-40e2efc1b098 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-c2fe3a8d-1498-46b0-a132-40e2efc1b098 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-46dc83e1-9209-4072-b03f-f923f6b32dfb {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-46dc83e1-9209-4072-b03f-f923f6b32dfb {
  display: none;
}
#s-46dc83e1-9209-4072-b03f-f923f6b32dfb, #wrap-s-46dc83e1-9209-4072-b03f-f923f6b32dfb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46dc83e1-9209-4072-b03f-f923f6b32dfb {
  display: none;
}
#s-46dc83e1-9209-4072-b03f-f923f6b32dfb, #wrap-s-46dc83e1-9209-4072-b03f-f923f6b32dfb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46dc83e1-9209-4072-b03f-f923f6b32dfb {
  display: none;
}
#s-46dc83e1-9209-4072-b03f-f923f6b32dfb, #wrap-s-46dc83e1-9209-4072-b03f-f923f6b32dfb { display:none !important; }}
@media (min-width: 0px) {
[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-46dc83e1-9209-4072-b03f-f923f6b32dfb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-efe9e8ac-22fd-43d3-a27b-ec39be39bc39 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-efe9e8ac-22fd-43d3-a27b-ec39be39bc39 {
  display: none;
}
#s-325e43c6-6d98-414e-8901-b02b201777fd {
  text-align: left;
}


.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd {
  max-width: 100%;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom,
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd {
  max-width: 100%;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom,
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd {
  max-width: 100%;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom,
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd {
  max-width: 100%;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom,
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd {
  max-width: 100%;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom,
.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-325e43c6-6d98-414e-8901-b02b201777fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d410893b-fa31-442c-b7e6-ab23694e52c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d410893b-fa31-442c-b7e6-ab23694e52c4 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-cc6d650a-d746-4a05-9854-4ed2f9904d6e {
  text-align: center;
}

#s-cc6d650a-d746-4a05-9854-4ed2f9904d6e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc6d650a-d746-4a05-9854-4ed2f9904d6e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-cc6d650a-d746-4a05-9854-4ed2f9904d6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a028855-edb8-4a78-94df-e5b6e0a0651c {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-7a028855-edb8-4a78-94df-e5b6e0a0651c {
  display: none;
}
#s-9c727054-1332-43e9-a970-a2fc00584a8a {
  text-align: left;
}


.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a {
  max-width: 100%;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom,
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a {
  max-width: 100%;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom,
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a {
  max-width: 100%;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom,
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a {
  max-width: 100%;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom,
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a {
  max-width: 100%;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom,
.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c727054-1332-43e9-a970-a2fc00584a8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c784e6b5-d6ec-439f-8751-ea294232fd88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c784e6b5-d6ec-439f-8751-ea294232fd88 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-854979ca-75c8-40b3-b276-09679d4cecaf {
  text-align: center;
}

#s-854979ca-75c8-40b3-b276-09679d4cecaf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-854979ca-75c8-40b3-b276-09679d4cecaf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-854979ca-75c8-40b3-b276-09679d4cecaf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9e472d6-4ccf-49d5-b2a2-20f0160d9a56 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b9e472d6-4ccf-49d5-b2a2-20f0160d9a56 {
  display: none;
}
#s-856ae815-aa56-405e-a523-ee4441affaa6 {
  text-align: left;
}


.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 {
  max-width: 100%;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom,
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 {
  max-width: 100%;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom,
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 {
  max-width: 100%;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom,
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 {
  max-width: 100%;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom,
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 {
  max-width: 100%;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom,
.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-856ae815-aa56-405e-a523-ee4441affaa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a6f19d67-2ace-42e1-93ff-7db060550243 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6f19d67-2ace-42e1-93ff-7db060550243 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f9b2e4de-5bbc-462a-af08-3270d2ed5d2d {
  text-align: center;
}

#s-f9b2e4de-5bbc-462a-af08-3270d2ed5d2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9b2e4de-5bbc-462a-af08-3270d2ed5d2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-f9b2e4de-5bbc-462a-af08-3270d2ed5d2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3 {
  display: none;
}
#s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3, #wrap-s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-0911b577-2f9a-4ec9-9530-f8fb07e46cc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-92cb60d6-82f6-4710-a8c6-8091457cb0aa {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-92cb60d6-82f6-4710-a8c6-8091457cb0aa {
  display: none;
}
#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 {
  text-align: left;
}


.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 {
  max-width: 100%;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom,
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 {
  max-width: 100%;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom,
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 {
  max-width: 100%;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom,
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 {
  max-width: 100%;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom,
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 {
  max-width: 100%;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom,
.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8125469f-04d0-4bbf-8c7f-c477c2bed784 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1601546c-4540-454a-9a4b-4fc30a3cf39e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1601546c-4540-454a-9a4b-4fc30a3cf39e .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-da79bbed-46ef-4dc9-b98d-7fb92de121d7 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-da79bbed-46ef-4dc9-b98d-7fb92de121d7 {
  display: none;
}
#s-8e835f99-471e-4916-a676-4caf6baad437 {
  text-align: left;
}


.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 {
  max-width: 100%;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom,
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 {
  max-width: 100%;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom,
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 {
  max-width: 100%;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom,
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 {
  max-width: 100%;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom,
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 {
  max-width: 100%;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom,
.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e835f99-471e-4916-a676-4caf6baad437 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0fda4732-379d-4759-9194-3c66ac7f295b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fda4732-379d-4759-9194-3c66ac7f295b .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0e9e5983-4b67-41d2-a36e-17d5aca52976 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-0e9e5983-4b67-41d2-a36e-17d5aca52976 {
  display: none;
}
#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a {
  text-align: left;
}


.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a {
  max-width: 100%;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom,
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a {
  max-width: 100%;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom,
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a {
  max-width: 100%;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom,
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a {
  max-width: 100%;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom,
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a {
  max-width: 100%;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom,
.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fee6aa4-b7cf-4e4e-bd07-43a4f640c28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e9d00dc-8bc7-4ec9-91ac-9c1f19fa49bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e9d00dc-8bc7-4ec9-91ac-9c1f19fa49bf .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-392797e3-16b3-4b74-a9ee-35b96929943b {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-392797e3-16b3-4b74-a9ee-35b96929943b {
  display: none;
}
#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 {
  text-align: left;
}


.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 {
  max-width: 100%;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom,
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 {
  max-width: 100%;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom,
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 {
  max-width: 100%;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom,
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 {
  max-width: 100%;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom,
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 {
  max-width: 100%;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom,
.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c928939-49ee-4c55-ada4-c1a3f8ec29d0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-123fae82-18c3-4b29-91af-83c9a2ceb37c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-123fae82-18c3-4b29-91af-83c9a2ceb37c .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6a14fa32-73a3-4f45-93f7-07a75072d737 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-6a14fa32-73a3-4f45-93f7-07a75072d737 {
  display: none;
}
#s-825af398-f596-4eb3-a146-37f75b78635b {
  text-align: left;
}


.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b {
  max-width: 100%;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom,
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b {
  max-width: 100%;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom,
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b {
  max-width: 100%;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom,
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b {
  max-width: 100%;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom,
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b {
  max-width: 100%;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom,
.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-825af398-f596-4eb3-a146-37f75b78635b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88d45066-998c-4721-8cbf-14459a3a5aec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88d45066-998c-4721-8cbf-14459a3a5aec .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6c1b4d69-7785-4e00-844f-a4beaed9b904 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-6c1b4d69-7785-4e00-844f-a4beaed9b904 {
  display: none;
}
#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc {
  text-align: left;
}


.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc {
  max-width: 100%;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom,
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc {
  max-width: 100%;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom,
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc {
  max-width: 100%;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom,
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc {
  max-width: 100%;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom,
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc {
  max-width: 100%;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom,
.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a2829a73-140f-4bec-b184-cb83e8d3c2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e0ac316c-668a-41fd-b2ed-c9f240aabf21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0ac316c-668a-41fd-b2ed-c9f240aabf21 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-5b40b732-4bda-4048-96c5-7fc97b1c5383 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b40b732-4bda-4048-96c5-7fc97b1c5383 {
  display: none;
}
#s-5b40b732-4bda-4048-96c5-7fc97b1c5383, #wrap-s-5b40b732-4bda-4048-96c5-7fc97b1c5383 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b40b732-4bda-4048-96c5-7fc97b1c5383 {
  display: none;
}
#s-5b40b732-4bda-4048-96c5-7fc97b1c5383, #wrap-s-5b40b732-4bda-4048-96c5-7fc97b1c5383 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b40b732-4bda-4048-96c5-7fc97b1c5383 {
  display: none;
}
#s-5b40b732-4bda-4048-96c5-7fc97b1c5383, #wrap-s-5b40b732-4bda-4048-96c5-7fc97b1c5383 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5b40b732-4bda-4048-96c5-7fc97b1c5383"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c48d4f25-7882-41a5-b926-e616fed0e5f5 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-c48d4f25-7882-41a5-b926-e616fed0e5f5 {
  display: none;
}
#s-8dd1cc22-5117-426c-b9fa-236c14623b72 {
  text-align: left;
}


.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 {
  max-width: 100%;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom,
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 {
  max-width: 100%;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom,
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 {
  max-width: 100%;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom,
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 {
  max-width: 100%;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom,
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 {
  max-width: 100%;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom,
.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd1cc22-5117-426c-b9fa-236c14623b72 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-163f249e-d414-4616-a48c-48abbd527f6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-163f249e-d414-4616-a48c-48abbd527f6b .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-823c91ef-086b-4e78-ad61-be70f2fc9cb0 {
  text-align: center;
}

#s-823c91ef-086b-4e78-ad61-be70f2fc9cb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-823c91ef-086b-4e78-ad61-be70f2fc9cb0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-823c91ef-086b-4e78-ad61-be70f2fc9cb0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0373a5ac-1764-44f9-9f8d-aef2982dbba0 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-0373a5ac-1764-44f9-9f8d-aef2982dbba0 {
  display: none;
}
#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b {
  text-align: left;
}


.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b {
  max-width: 100%;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom,
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b {
  max-width: 100%;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom,
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b {
  max-width: 100%;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom,
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b {
  max-width: 100%;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom,
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b {
  max-width: 100%;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom,
.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70b5d50b-7d1d-4c58-a54e-d8d8dbeb916b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b84d45c0-ad01-47f9-bd9f-d6bad62db41c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b84d45c0-ad01-47f9-bd9f-d6bad62db41c .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0d216ea1-1058-4812-9086-2ec3717f480a {
  text-align: center;
}

#s-0d216ea1-1058-4812-9086-2ec3717f480a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0d216ea1-1058-4812-9086-2ec3717f480a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-0d216ea1-1058-4812-9086-2ec3717f480a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1152ca07-f096-4388-9ccb-ec011c730ddd {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-1152ca07-f096-4388-9ccb-ec011c730ddd {
  display: none;
}
#s-d2200308-3adc-416b-87ec-b1b33cdf335c {
  text-align: left;
}


.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c {
  max-width: 100%;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom,
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c {
  max-width: 100%;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom,
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c {
  max-width: 100%;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom,
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c {
  max-width: 100%;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom,
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c {
  max-width: 100%;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom,
.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2200308-3adc-416b-87ec-b1b33cdf335c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-48d9ee70-4928-41d6-8bf4-3ee3ab388999 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48d9ee70-4928-41d6-8bf4-3ee3ab388999 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-03192232-9f78-4330-b07a-e9ece0916aaa {
  text-align: center;
}

#s-03192232-9f78-4330-b07a-e9ece0916aaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-03192232-9f78-4330-b07a-e9ece0916aaa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-03192232-9f78-4330-b07a-e9ece0916aaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-98239d9a-8125-4fa1-9266-26744cf285f1 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-98239d9a-8125-4fa1-9266-26744cf285f1 {
  display: none;
}
#s-98239d9a-8125-4fa1-9266-26744cf285f1, #wrap-s-98239d9a-8125-4fa1-9266-26744cf285f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98239d9a-8125-4fa1-9266-26744cf285f1 {
  display: none;
}
#s-98239d9a-8125-4fa1-9266-26744cf285f1, #wrap-s-98239d9a-8125-4fa1-9266-26744cf285f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98239d9a-8125-4fa1-9266-26744cf285f1 {
  display: none;
}
#s-98239d9a-8125-4fa1-9266-26744cf285f1, #wrap-s-98239d9a-8125-4fa1-9266-26744cf285f1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-98239d9a-8125-4fa1-9266-26744cf285f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7822c1e3-60b2-42d7-ae02-e3bdcf89d621 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-7822c1e3-60b2-42d7-ae02-e3bdcf89d621 {
  display: none;
}
#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 {
  text-align: left;
}


.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 {
  max-width: 100%;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom,
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 {
  max-width: 100%;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom,
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 {
  max-width: 100%;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom,
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 {
  max-width: 100%;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom,
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 {
  max-width: 100%;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom,
.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c3f3b8-c336-4da8-b506-9722c97c6776 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3114e3d8-84d6-4973-94f7-cb171c9b8551 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3114e3d8-84d6-4973-94f7-cb171c9b8551 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-23a6af14-8526-4b2f-b856-f9436fc0e796 {
  text-align: center;
}

#s-23a6af14-8526-4b2f-b856-f9436fc0e796 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-23a6af14-8526-4b2f-b856-f9436fc0e796 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-23a6af14-8526-4b2f-b856-f9436fc0e796 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4dac7640-a8df-4f1b-9d64-443bb31f3bb9 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-4dac7640-a8df-4f1b-9d64-443bb31f3bb9 {
  display: none;
}
#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 {
  text-align: left;
}


.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 {
  max-width: 100%;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom,
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 {
  max-width: 100%;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom,
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 {
  max-width: 100%;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom,
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 {
  max-width: 100%;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom,
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 {
  max-width: 100%;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom,
.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec4dc312-7931-4033-ab69-fc0a3e609e87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aad1de83-b96e-4f78-ba62-0a8bc860fa22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aad1de83-b96e-4f78-ba62-0a8bc860fa22 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-84cc1152-07ba-45a4-a247-447f77a7a348 {
  text-align: center;
}

#s-84cc1152-07ba-45a4-a247-447f77a7a348 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84cc1152-07ba-45a4-a247-447f77a7a348 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-84cc1152-07ba-45a4-a247-447f77a7a348 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3035e203-56f1-45f8-9ce3-6094f125d31b {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-3035e203-56f1-45f8-9ce3-6094f125d31b {
  display: none;
}
#s-15a6122d-5885-42b8-b1df-65d359e79d60 {
  text-align: left;
}


.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 {
  max-width: 100%;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom,
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 {
  max-width: 100%;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom,
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 {
  max-width: 100%;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom,
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 {
  max-width: 100%;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom,
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 {
  max-width: 100%;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom,
.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15a6122d-5885-42b8-b1df-65d359e79d60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0bfee447-aa47-453f-b4d5-5c2fea3f1b15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bfee447-aa47-453f-b4d5-5c2fea3f1b15 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4bdab13d-8324-42d3-af2d-adebc278a6df {
  text-align: center;
}

#s-4bdab13d-8324-42d3-af2d-adebc278a6df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4bdab13d-8324-42d3-af2d-adebc278a6df .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-4bdab13d-8324-42d3-af2d-adebc278a6df .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9fdfb9c8-6605-4555-91df-e95b14244426 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9fdfb9c8-6605-4555-91df-e95b14244426 {
  display: none;
}
#s-9fdfb9c8-6605-4555-91df-e95b14244426, #wrap-s-9fdfb9c8-6605-4555-91df-e95b14244426 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-9fdfb9c8-6605-4555-91df-e95b14244426"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-2f7c1471-8498-4498-86ef-9502129506bc {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-2f7c1471-8498-4498-86ef-9502129506bc {
  display: none;
}
#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 {
  text-align: left;
}


.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 {
  max-width: 100%;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom,
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 {
  max-width: 100%;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom,
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 {
  max-width: 100%;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom,
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 {
  max-width: 100%;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom,
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 {
  max-width: 100%;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom,
.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f149afd-cf7f-4143-97ab-4510fdb824a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-18157f35-b4eb-4b78-9a27-3d621cf9daad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18157f35-b4eb-4b78-9a27-3d621cf9daad .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8f242bc7-9d12-42d0-b48f-d566bb6e37f5 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-8f242bc7-9d12-42d0-b48f-d566bb6e37f5 {
  display: none;
}
#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f {
  text-align: left;
}


.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f {
  max-width: 100%;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom,
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f {
  max-width: 100%;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom,
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f {
  max-width: 100%;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom,
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f {
  max-width: 100%;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom,
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f {
  max-width: 100%;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom,
.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba3a2d20-7052-4f08-b49d-5e7b3f08c19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b399e2c-7ae9-4793-8771-0fd30406dd51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b399e2c-7ae9-4793-8771-0fd30406dd51 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-5483c3ee-6aea-49e4-86d3-724e020f04d7 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-5483c3ee-6aea-49e4-86d3-724e020f04d7 {
  display: none;
}
#s-5d3b3ac8-969a-405b-b992-604e9e287580 {
  text-align: left;
}


.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 {
  max-width: 100%;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom,
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 {
  max-width: 100%;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom,
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 {
  max-width: 100%;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom,
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 {
  max-width: 100%;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom,
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 {
  max-width: 100%;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom,
.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d3b3ac8-969a-405b-b992-604e9e287580 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-55011bcb-2783-431c-9d0e-14d3e7dbd128 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55011bcb-2783-431c-9d0e-14d3e7dbd128 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-43946bc6-962b-4c4b-9210-49972c05c456 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-43946bc6-962b-4c4b-9210-49972c05c456 {
  display: none;
}
#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 {
  text-align: left;
}


.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 {
  max-width: 100%;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom,
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 {
  max-width: 100%;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom,
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 {
  max-width: 100%;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom,
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 {
  max-width: 100%;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom,
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 {
  max-width: 100%;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom,
.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-da41f9cf-d88c-4c5d-9848-84d7b159e623 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-35dad7c9-5523-48a7-b460-3879767404ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35dad7c9-5523-48a7-b460-3879767404ae .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-9739d63c-05d4-4c87-8f81-f60ae7f68f08 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-9739d63c-05d4-4c87-8f81-f60ae7f68f08 {
  display: none;
}
#s-c5e209f1-9aba-4ff0-97da-ac132430c795 {
  text-align: left;
}


.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 {
  max-width: 100%;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom,
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 {
  max-width: 100%;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom,
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 {
  max-width: 100%;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom,
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 {
  max-width: 100%;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom,
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 {
  max-width: 100%;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom,
.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5e209f1-9aba-4ff0-97da-ac132430c795 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ed7f50f8-28a8-484e-b134-8745cf4e737b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ed7f50f8-28a8-484e-b134-8745cf4e737b .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-12f9e970-7eab-4e5a-a843-495bb34e339d {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-12f9e970-7eab-4e5a-a843-495bb34e339d {
  display: none;
}
#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 {
  text-align: left;
}


.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 {
  max-width: 100%;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom,
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 {
  max-width: 100%;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom,
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 {
  max-width: 100%;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom,
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 {
  max-width: 100%;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom,
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 {
  max-width: 100%;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom,
.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5496ee4-ac6f-466d-81fd-3eaf233c1c95 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3a3405f9-254d-475e-9c23-f8931b76c299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a3405f9-254d-475e-9c23-f8931b76c299 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a0960236-76ad-4bdb-b289-83a71a0fd672 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a0960236-76ad-4bdb-b289-83a71a0fd672 {
  display: none;
}
#s-a0960236-76ad-4bdb-b289-83a71a0fd672, #wrap-s-a0960236-76ad-4bdb-b289-83a71a0fd672 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0960236-76ad-4bdb-b289-83a71a0fd672 {
  display: none;
}
#s-a0960236-76ad-4bdb-b289-83a71a0fd672, #wrap-s-a0960236-76ad-4bdb-b289-83a71a0fd672 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0960236-76ad-4bdb-b289-83a71a0fd672 {
  display: none;
}
#s-a0960236-76ad-4bdb-b289-83a71a0fd672, #wrap-s-a0960236-76ad-4bdb-b289-83a71a0fd672 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-a0960236-76ad-4bdb-b289-83a71a0fd672"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-b263a84f-342f-4e57-93ef-615afb02f411 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b263a84f-342f-4e57-93ef-615afb02f411 {
  display: none;
}
#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 {
  text-align: left;
}


.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 {
  max-width: 100%;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom,
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 {
  max-width: 100%;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom,
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 {
  max-width: 100%;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom,
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 {
  max-width: 100%;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom,
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 {
  max-width: 100%;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom,
.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e09cdc1-66eb-453d-8ba8-dc4e7af8c602 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-342af6f5-4fcd-4180-b43d-4252c539cafe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-342af6f5-4fcd-4180-b43d-4252c539cafe .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e4a9ed54-e712-4adc-8027-8fab8047144f {
  text-align: center;
}

#s-e4a9ed54-e712-4adc-8027-8fab8047144f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4a9ed54-e712-4adc-8027-8fab8047144f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-e4a9ed54-e712-4adc-8027-8fab8047144f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-55d8d502-d08b-4983-ad93-9620f2fa11e7 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-55d8d502-d08b-4983-ad93-9620f2fa11e7 {
  display: none;
}
#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 {
  text-align: left;
}


.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 {
  max-width: 100%;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom,
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 {
  max-width: 100%;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom,
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 {
  max-width: 100%;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom,
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 {
  max-width: 100%;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom,
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 {
  max-width: 100%;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom,
.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f762ac4d-3ef1-44f4-8418-10c279038aa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-34c2d969-b6c9-4466-b2bd-9c89c010fbbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34c2d969-b6c9-4466-b2bd-9c89c010fbbb .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-545de802-67a5-48e7-857b-17320e4479fc {
  text-align: center;
}

#s-545de802-67a5-48e7-857b-17320e4479fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-545de802-67a5-48e7-857b-17320e4479fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-545de802-67a5-48e7-857b-17320e4479fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd0c3a9a-c605-4871-ae38-3111239574c6 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-dd0c3a9a-c605-4871-ae38-3111239574c6 {
  display: none;
}
#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa {
  text-align: left;
}


.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa {
  max-width: 100%;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom,
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa {
  max-width: 100%;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom,
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa {
  max-width: 100%;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom,
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa {
  max-width: 100%;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom,
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa {
  max-width: 100%;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom,
.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84ed188b-3890-42c3-8ba0-e28b73d1aaaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1d59a6d1-9431-4eef-b507-c8ada55c8e4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d59a6d1-9431-4eef-b507-c8ada55c8e4e .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-04b8bc27-9dd0-4968-b128-2d8bdc3410c6 {
  text-align: center;
}

#s-04b8bc27-9dd0-4968-b128-2d8bdc3410c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-04b8bc27-9dd0-4968-b128-2d8bdc3410c6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-04b8bc27-9dd0-4968-b128-2d8bdc3410c6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59 {
  display: none;
}
#s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59, #wrap-s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59 {
  display: none;
}
#s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59, #wrap-s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59 {
  display: none;
}
#s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59, #wrap-s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59 { display:none !important; }}
@media (min-width: 0px) {
[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-39e41f8a-81b8-43d2-99e3-a3d4b3bf4e59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-7fc4ab0f-7490-461f-8f7e-40e4c377a3c5 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-7fc4ab0f-7490-461f-8f7e-40e4c377a3c5 {
  display: none;
}
#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 {
  text-align: left;
}


.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 {
  max-width: 100%;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom,
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 {
  max-width: 100%;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom,
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 {
  max-width: 100%;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom,
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 {
  max-width: 100%;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom,
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 {
  max-width: 100%;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom,
.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5d7afa9-91a3-4a1b-9267-bf2209e2ec90 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0fa736c0-159a-4994-b86f-8d12852fad26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fa736c0-159a-4994-b86f-8d12852fad26 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-362a81d3-c212-4fa1-83c5-84112ea86c3c {
  text-align: center;
}

#s-362a81d3-c212-4fa1-83c5-84112ea86c3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-362a81d3-c212-4fa1-83c5-84112ea86c3c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-362a81d3-c212-4fa1-83c5-84112ea86c3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-009843ce-fb6b-4211-b55a-1998ea013ffb {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-009843ce-fb6b-4211-b55a-1998ea013ffb {
  display: none;
}
#s-bae12077-b2e1-4c98-9136-9c05ab08f104 {
  text-align: left;
}


.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 {
  max-width: 100%;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom,
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 {
  max-width: 100%;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom,
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 {
  max-width: 100%;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom,
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 {
  max-width: 100%;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom,
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 {
  max-width: 100%;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom,
.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae12077-b2e1-4c98-9136-9c05ab08f104 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-de3f64fe-f112-4208-95cc-6a7e8215aa90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de3f64fe-f112-4208-95cc-6a7e8215aa90 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7e772a0f-6b85-47f2-b013-975162727260 {
  text-align: center;
}

#s-7e772a0f-6b85-47f2-b013-975162727260 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e772a0f-6b85-47f2-b013-975162727260 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-7e772a0f-6b85-47f2-b013-975162727260 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-58274fdd-ec4c-4039-ab6a-2695257edea2 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-58274fdd-ec4c-4039-ab6a-2695257edea2 {
  display: none;
}
#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 {
  text-align: left;
}


.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 {
  max-width: 100%;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom,
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 {
  max-width: 100%;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom,
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 {
  max-width: 100%;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom,
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 {
  max-width: 100%;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom,
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 {
  max-width: 100%;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom,
.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dcbbfa6c-b468-43b9-9746-bfce02f910b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a3090be0-d7a8-43fc-ba12-befed92ea0a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3090be0-d7a8-43fc-ba12-befed92ea0a4 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-71bd93f8-50a6-4e82-b189-235295cc07fd {
  text-align: center;
}

#s-71bd93f8-50a6-4e82-b189-235295cc07fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-71bd93f8-50a6-4e82-b189-235295cc07fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-71bd93f8-50a6-4e82-b189-235295cc07fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c3ff34a-1c76-40b3-9eda-08537b42dd7a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-8c3ff34a-1c76-40b3-9eda-08537b42dd7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3ff34a-1c76-40b3-9eda-08537b42dd7a.shg-box.shg-c {
  justify-content: center;
}

#s-69c0a1a8-aa66-47cc-bfed-4263d2d47ae6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-69c0a1a8-aa66-47cc-bfed-4263d2d47ae6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-69c0a1a8-aa66-47cc-bfed-4263d2d47ae6 .shg-sld-nav-button.shg-sld-left,
#s-69c0a1a8-aa66-47cc-bfed-4263d2d47ae6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-058eda42-bcc6-4bc5-bf51-a0b6c6b4dca6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -10px;
margin-bottom: 15px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-058eda42-bcc6-4bc5-bf51-a0b6c6b4dca6 {
  
}
}@media (max-width: 767px){#s-058eda42-bcc6-4bc5-bf51-a0b6c6b4dca6 {
  
}
}







#s-058eda42-bcc6-4bc5-bf51-a0b6c6b4dca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-058eda42-bcc6-4bc5-bf51-a0b6c6b4dca6.shg-box.shg-c {
  justify-content: center;
}

#s-e7fbf6b3-3cfb-459a-9648-59955237dd1b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
text-align: center;
}

#s-e7fbf6b3-3cfb-459a-9648-59955237dd1b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-300c8e7e-866c-4897-af6d-3c78d924215e {
  margin-top: 5px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-300c8e7e-866c-4897-af6d-3c78d924215e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0ed76a0b-a250-46b3-9618-e0b96c2fd38c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 153, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0ed76a0b-a250-46b3-9618-e0b96c2fd38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ed76a0b-a250-46b3-9618-e0b96c2fd38c.shg-box.shg-c {
  justify-content: center;
}

#s-aee514bb-b410-48ae-9daa-2eba147106b5 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
text-align: center;
}

#s-aee514bb-b410-48ae-9daa-2eba147106b5 .shogun-heading-component h3 {
  color: rgba(7, 42, 72, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-aee514bb-b410-48ae-9daa-2eba147106b5 .shogun-heading-component h3 a {
  color: rgba(7, 42, 72, 1);
}


#s-9ed84521-a653-4044-bae8-77b441925620 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 153, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ed84521-a653-4044-bae8-77b441925620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed84521-a653-4044-bae8-77b441925620.shg-box.shg-c {
  justify-content: center;
}

#s-d0d65d28-8924-4d26-8db7-f2dee2ce4013 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
text-align: center;
}

#s-d0d65d28-8924-4d26-8db7-f2dee2ce4013 .shogun-heading-component h3 {
  color: rgba(7, 42, 72, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d0d65d28-8924-4d26-8db7-f2dee2ce4013 .shogun-heading-component h3 a {
  color: rgba(7, 42, 72, 1);
}


#s-0e070383-6695-47bc-b028-9bc2440d4a10 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 153, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0e070383-6695-47bc-b028-9bc2440d4a10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e070383-6695-47bc-b028-9bc2440d4a10.shg-box.shg-c {
  justify-content: center;
}

#s-a92e77b4-d455-4689-b7a4-eac97bfc76b7 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
text-align: center;
}

#s-a92e77b4-d455-4689-b7a4-eac97bfc76b7 .shogun-heading-component h3 {
  color: rgba(7, 42, 72, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a92e77b4-d455-4689-b7a4-eac97bfc76b7 .shogun-heading-component h3 a {
  color: rgba(7, 42, 72, 1);
}


#s-d7bf991f-4fd4-40ae-bc1c-5529640ee927 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7bf991f-4fd4-40ae-bc1c-5529640ee927"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-930bda2b-2b4a-4921-85be-67ded53de866 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 153, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-930bda2b-2b4a-4921-85be-67ded53de866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-930bda2b-2b4a-4921-85be-67ded53de866.shg-box.shg-c {
  justify-content: center;
}

#s-6f659ad1-5aa6-4247-aa0e-6497c33166ff {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
text-align: center;
}

#s-6f659ad1-5aa6-4247-aa0e-6497c33166ff .shogun-heading-component h3 {
  color: rgba(7, 42, 72, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6f659ad1-5aa6-4247-aa0e-6497c33166ff .shogun-heading-component h3 a {
  color: rgba(7, 42, 72, 1);
}


#s-be4463a8-0ed2-430e-be1d-92e8d71dd37d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 153, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-be4463a8-0ed2-430e-be1d-92e8d71dd37d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be4463a8-0ed2-430e-be1d-92e8d71dd37d.shg-box.shg-c {
  justify-content: center;
}

#s-c5ca9204-1a66-48cd-8038-479edef38e2f {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
text-align: center;
}

#s-c5ca9204-1a66-48cd-8038-479edef38e2f .shogun-heading-component h3 {
  color: rgba(7, 42, 72, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-c5ca9204-1a66-48cd-8038-479edef38e2f .shogun-heading-component h3 a {
  color: rgba(7, 42, 72, 1);
}


#s-2b7b13e1-da98-43f6-81b5-e99990509437 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 153, 0, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b7b13e1-da98-43f6-81b5-e99990509437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7b13e1-da98-43f6-81b5-e99990509437.shg-box.shg-c {
  justify-content: center;
}

#s-db1f9711-c949-4042-996a-709ca90fadd8 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
text-align: center;
}

#s-db1f9711-c949-4042-996a-709ca90fadd8 .shogun-heading-component h3 {
  color: rgba(7, 42, 72, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-db1f9711-c949-4042-996a-709ca90fadd8 .shogun-heading-component h3 a {
  color: rgba(7, 42, 72, 1);
}


#s-a0f8e11f-968f-48ec-b6f2-f610b646f7be {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 35px;
padding-left: 35px;
padding-bottom: 0px;
padding-right: 35px;
background-color: rgba(0, 77, 113, 0);
}

@media (min-width: 0px) {
[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0f8e11f-968f-48ec-b6f2-f610b646f7be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-05f06f56-5aa8-4026-b141-9fa1cc76b562 {
  margin-top: 10px;
}

#s-05b2dc36-fe4d-4176-b963-b3cede2c045b {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-8db1c4bd-4822-4574-9ac1-b2d20f59029c {
  margin-top: 10px;
}

#s-258d8522-1a66-4080-b7e4-9197c0e884b2 {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-7c1d6ca0-eb04-49b2-bde1-8bcc80a89880 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
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(18, 92, 96, 1);
text-align: center;
}

#s-7c1d6ca0-eb04-49b2-bde1-8bcc80a89880 .shogun-heading-component h2 {
  color: rgba(0, 77, 113, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-ce38b08d-5133-4996-875d-ab5309111017 {
  min-height: 50px;
}








#s-ce38b08d-5133-4996-875d-ab5309111017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce38b08d-5133-4996-875d-ab5309111017.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1c831d0e-c07c-4564-97ee-4a7260dc0eba {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1c831d0e-c07c-4564-97ee-4a7260dc0eba {
  display: none;
}
#s-1c831d0e-c07c-4564-97ee-4a7260dc0eba, #wrap-s-1c831d0e-c07c-4564-97ee-4a7260dc0eba { display:none !important; }}
@media (min-width: 0px) {
[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-1c831d0e-c07c-4564-97ee-4a7260dc0eba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-5af3652d-96b5-4e80-881d-72d13a2f66e3 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-5af3652d-96b5-4e80-881d-72d13a2f66e3 {
  display: none;
}
#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc {
  text-align: left;
}


.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc {
  max-width: 100%;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom,
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc {
  max-width: 100%;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom,
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc {
  max-width: 100%;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom,
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc {
  max-width: 100%;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom,
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc {
  max-width: 100%;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom,
.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e28f6f8-e00b-4f20-92c1-13bde5b0dbdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a1fa2346-6820-4781-b548-2cf95c425513 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1fa2346-6820-4781-b548-2cf95c425513 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0da8a5d8-6234-4f92-9fc9-bf5aea59ddb2 {
  text-align: center;
}

#s-0da8a5d8-6234-4f92-9fc9-bf5aea59ddb2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0da8a5d8-6234-4f92-9fc9-bf5aea59ddb2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-0da8a5d8-6234-4f92-9fc9-bf5aea59ddb2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4ecd3627-87e3-47e5-b7af-2d1270b8bdec {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-4ecd3627-87e3-47e5-b7af-2d1270b8bdec {
  display: none;
}
#s-795cdd4c-1e94-4b65-8f33-67620b0d761c {
  text-align: left;
}


.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c {
  max-width: 100%;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom,
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c {
  max-width: 100%;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom,
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c {
  max-width: 100%;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom,
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c {
  max-width: 100%;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom,
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c {
  max-width: 100%;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom,
.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-795cdd4c-1e94-4b65-8f33-67620b0d761c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-851e4ba6-d378-412f-af74-ae3ec4216238 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-851e4ba6-d378-412f-af74-ae3ec4216238 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3340bab3-5ef8-4b78-b799-d9b99e8489fb {
  text-align: center;
}

#s-3340bab3-5ef8-4b78-b799-d9b99e8489fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3340bab3-5ef8-4b78-b799-d9b99e8489fb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3340bab3-5ef8-4b78-b799-d9b99e8489fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd983b83-b3c0-4f1d-bc3a-4f90f9e6c783 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-dd983b83-b3c0-4f1d-bc3a-4f90f9e6c783 {
  display: none;
}
#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 {
  text-align: left;
}


.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 {
  max-width: 100%;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom,
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 {
  max-width: 100%;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom,
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 {
  max-width: 100%;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom,
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 {
  max-width: 100%;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom,
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 {
  max-width: 100%;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom,
.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab4634e0-4dfe-4475-a85f-8d66c899d8e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-53a7912b-73af-4b03-903b-e1e52d5b7bf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53a7912b-73af-4b03-903b-e1e52d5b7bf4 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-72b0b24a-a801-43d7-bc05-b67ebf66e994 {
  text-align: center;
}

#s-72b0b24a-a801-43d7-bc05-b67ebf66e994 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-72b0b24a-a801-43d7-bc05-b67ebf66e994 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-72b0b24a-a801-43d7-bc05-b67ebf66e994 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34aa89b7-5a10-4e9d-8859-102c18c2d5f3 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-34aa89b7-5a10-4e9d-8859-102c18c2d5f3 {
  display: none;
}
#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 {
  text-align: left;
}


.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 {
  max-width: 100%;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom,
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 {
  max-width: 100%;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom,
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 {
  max-width: 100%;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom,
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 {
  max-width: 100%;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom,
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 {
  max-width: 100%;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom,
.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1ceadce5-a3c6-4899-8d0d-6b3aaf226a32 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9252bf32-0ba7-4a48-8c31-a32f0f1d8540 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9252bf32-0ba7-4a48-8c31-a32f0f1d8540 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-35e3d048-74df-43a4-a3cc-0f8f4363f6fe {
  text-align: center;
}

#s-35e3d048-74df-43a4-a3cc-0f8f4363f6fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-35e3d048-74df-43a4-a3cc-0f8f4363f6fe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-35e3d048-74df-43a4-a3cc-0f8f4363f6fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-76d63424-8578-4443-9e02-65f5f2e064c7 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-76d63424-8578-4443-9e02-65f5f2e064c7 {
  display: none;
}
#s-e9a393c1-0ae4-4872-8b0d-62787743be83 {
  text-align: left;
}


.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 {
  max-width: 100%;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom,
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 {
  max-width: 100%;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom,
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 {
  max-width: 100%;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom,
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 {
  max-width: 100%;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom,
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 {
  max-width: 100%;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom,
.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9a393c1-0ae4-4872-8b0d-62787743be83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-110e599a-7dfe-435b-b1e0-48aee0b72df6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-110e599a-7dfe-435b-b1e0-48aee0b72df6 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a34668c8-c8d2-4762-bbfa-10b896d595e9 {
  text-align: center;
}

#s-a34668c8-c8d2-4762-bbfa-10b896d595e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a34668c8-c8d2-4762-bbfa-10b896d595e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a34668c8-c8d2-4762-bbfa-10b896d595e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d6c2bb47-9afb-4a6e-842e-0b3cb3d9e262 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-d6c2bb47-9afb-4a6e-842e-0b3cb3d9e262 {
  display: none;
}
#s-33ee1afe-2694-4ba6-bb01-37fb7320129b {
  text-align: left;
}


.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b {
  max-width: 100%;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom,
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b {
  max-width: 100%;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom,
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b {
  max-width: 100%;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom,
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b {
  max-width: 100%;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom,
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b {
  max-width: 100%;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom,
.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ee1afe-2694-4ba6-bb01-37fb7320129b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1a4c2fb7-4007-4244-a6c9-75be950512d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a4c2fb7-4007-4244-a6c9-75be950512d2 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-544db7ed-8233-4518-81a3-804b668541c9 {
  text-align: center;
}

#s-544db7ed-8233-4518-81a3-804b668541c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-544db7ed-8233-4518-81a3-804b668541c9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-544db7ed-8233-4518-81a3-804b668541c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8344eb5-43df-4a6a-b900-018a864a1651 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a8344eb5-43df-4a6a-b900-018a864a1651 {
  display: none;
}
#s-a8344eb5-43df-4a6a-b900-018a864a1651, #wrap-s-a8344eb5-43df-4a6a-b900-018a864a1651 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8344eb5-43df-4a6a-b900-018a864a1651 {
  display: none;
}
#s-a8344eb5-43df-4a6a-b900-018a864a1651, #wrap-s-a8344eb5-43df-4a6a-b900-018a864a1651 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8344eb5-43df-4a6a-b900-018a864a1651 {
  display: none;
}
#s-a8344eb5-43df-4a6a-b900-018a864a1651, #wrap-s-a8344eb5-43df-4a6a-b900-018a864a1651 { display:none !important; }}







#s-a8344eb5-43df-4a6a-b900-018a864a1651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8344eb5-43df-4a6a-b900-018a864a1651.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d7f9647c-d337-4460-8f8b-328011ca793f {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d7f9647c-d337-4460-8f8b-328011ca793f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-14deff07-8814-42c4-9482-21912abc2118 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-14deff07-8814-42c4-9482-21912abc2118 {
  display: none;
}
#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 {
  text-align: left;
}


.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 {
  max-width: 100%;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom,
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 {
  max-width: 100%;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom,
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 {
  max-width: 100%;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom,
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 {
  max-width: 100%;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom,
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 {
  max-width: 100%;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom,
.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e20dc4ba-b245-426c-adfe-53d16ed5dd11 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d15ed420-49d3-451b-ad9d-a498b620e739 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d15ed420-49d3-451b-ad9d-a498b620e739 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f69e6f22-2afc-4eee-8a9c-76bfd2763ee7 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-f69e6f22-2afc-4eee-8a9c-76bfd2763ee7 {
  display: none;
}
#s-25fac89a-7334-4546-9ddc-d6d762ac4370 {
  text-align: left;
}


.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 {
  max-width: 100%;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom,
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 {
  max-width: 100%;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom,
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 {
  max-width: 100%;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom,
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 {
  max-width: 100%;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom,
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 {
  max-width: 100%;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom,
.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-25fac89a-7334-4546-9ddc-d6d762ac4370 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-213d9b61-51f4-4a07-a5a5-dc003d7eb751 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-213d9b61-51f4-4a07-a5a5-dc003d7eb751 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-57bf8e88-1601-47da-9148-27d906ea3e4e {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-57bf8e88-1601-47da-9148-27d906ea3e4e {
  display: none;
}
#s-db229d2d-14dd-409d-b470-1a0299efeb97 {
  text-align: left;
}


.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 {
  max-width: 100%;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom,
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 {
  max-width: 100%;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom,
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 {
  max-width: 100%;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom,
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 {
  max-width: 100%;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom,
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 {
  max-width: 100%;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom,
.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-db229d2d-14dd-409d-b470-1a0299efeb97 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-68123891-367b-4362-954f-132b67e13190 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68123891-367b-4362-954f-132b67e13190 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-f357ecf7-66fc-4d6c-acd9-32ca5f30fc44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-085c5e76-f19c-4ca9-84fa-0b4802de32aa {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-085c5e76-f19c-4ca9-84fa-0b4802de32aa {
  display: none;
}
#s-1119683d-89c0-4fee-a0e3-47e4ec31966c {
  text-align: left;
}


.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c {
  max-width: 100%;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom,
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c {
  max-width: 100%;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom,
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c {
  max-width: 100%;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom,
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c {
  max-width: 100%;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom,
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c {
  max-width: 100%;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom,
.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1119683d-89c0-4fee-a0e3-47e4ec31966c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e20e4620-09b2-4993-98f7-071012ece5fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e20e4620-09b2-4993-98f7-071012ece5fa .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-c455bfb6-8427-4f5f-a8fa-b1b2d7389ffd {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-c455bfb6-8427-4f5f-a8fa-b1b2d7389ffd {
  display: none;
}
#s-4c001e42-e768-4598-8dd4-d25ae373c754 {
  text-align: left;
}


.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 {
  max-width: 100%;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom,
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 {
  max-width: 100%;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom,
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 {
  max-width: 100%;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom,
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 {
  max-width: 100%;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom,
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 {
  max-width: 100%;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom,
.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c001e42-e768-4598-8dd4-d25ae373c754 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c0193347-62b1-4427-b2da-de12168f75f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0193347-62b1-4427-b2da-de12168f75f1 .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b8501130-2138-4aef-98b9-c637d7c6bdf4 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b8501130-2138-4aef-98b9-c637d7c6bdf4 {
  display: none;
}
#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 {
  text-align: left;
}


.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 {
  max-width: 100%;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom,
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 {
  max-width: 100%;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom,
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 {
  max-width: 100%;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom,
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 {
  max-width: 100%;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom,
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 {
  max-width: 100%;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom,
.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a1aa9e9-909c-4149-b1c5-33ef6301e159 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a781e17b-4acc-4d2e-a6ce-e92d7a6c77dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a781e17b-4acc-4d2e-a6ce-e92d7a6c77dc .shg-product-title-component h3 {
  color: rgba(16, 16, 16, 1);
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-14e00f8b-88ac-46b8-a603-76025628788c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 50px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(161, 161, 161, 1);
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-14e00f8b-88ac-46b8-a603-76025628788c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14e00f8b-88ac-46b8-a603-76025628788c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14e00f8b-88ac-46b8-a603-76025628788c {
  
}
}@media (max-width: 767px){#s-14e00f8b-88ac-46b8-a603-76025628788c {
  
}
}







#s-14e00f8b-88ac-46b8-a603-76025628788c > .shg-box-overlay {
  background-color: rgba(0, 77, 113, 1);
  opacity: 0;
}#s-14e00f8b-88ac-46b8-a603-76025628788c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d80bbec-7d25-4c5e-bf17-fce34d409123 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d80bbec-7d25-4c5e-bf17-fce34d409123 .shogun-heading-component h2 {
  color: rgba(248, 113, 25, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-279e5976-545c-41ef-9f46-990f5253f560 {
  border-style: solid;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
}

#s-279e5976-545c-41ef-9f46-990f5253f560 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-279e5976-545c-41ef-9f46-990f5253f560 .shg-sld-nav-button.shg-sld-left,
#s-279e5976-545c-41ef-9f46-990f5253f560 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9b188b41-b63c-4245-8453-b56912a93b51 {
  text-align: center;
}




  #s-9b188b41-b63c-4245-8453-b56912a93b51 img.shogun-image {
    
    width: px;
  }


#s-9b188b41-b63c-4245-8453-b56912a93b51 .shogun-image-content {
  
    align-items: center;
  
}

#s-5844ec19-6f2b-42c7-bc64-77606ca5ed99 {
  text-align: center;
}




  #s-5844ec19-6f2b-42c7-bc64-77606ca5ed99 img.shogun-image {
    
    width: px;
  }


#s-5844ec19-6f2b-42c7-bc64-77606ca5ed99 .shogun-image-content {
  
    align-items: center;
  
}

#s-041575f9-6ee8-411c-bb24-7dba7916d017 {
  text-align: center;
}




  #s-041575f9-6ee8-411c-bb24-7dba7916d017 img.shogun-image {
    
    width: px;
  }


#s-041575f9-6ee8-411c-bb24-7dba7916d017 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2fd0cd2-ea16-4688-acb1-9dccd7f6302f {
  text-align: center;
}




  #s-a2fd0cd2-ea16-4688-acb1-9dccd7f6302f img.shogun-image {
    
    width: px;
  }


#s-a2fd0cd2-ea16-4688-acb1-9dccd7f6302f .shogun-image-content {
  
    align-items: center;
  
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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