.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-2f27008b-84e9-46d3-afc4-4292d4eb59a5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f27008b-84e9-46d3-afc4-4292d4eb59a5 {
  display: none;
}
#s-2f27008b-84e9-46d3-afc4-4292d4eb59a5, #wrap-s-2f27008b-84e9-46d3-afc4-4292d4eb59a5 { display:none !important; }}@media (max-width: 767px){#s-2f27008b-84e9-46d3-afc4-4292d4eb59a5 {
  display: none;
}
#s-2f27008b-84e9-46d3-afc4-4292d4eb59a5, #wrap-s-2f27008b-84e9-46d3-afc4-4292d4eb59a5 { display:none !important; }}



  #s-2f27008b-84e9-46d3-afc4-4292d4eb59a5 img.shogun-image {
    
    width: px;
  }


#s-2f27008b-84e9-46d3-afc4-4292d4eb59a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-c316c299-5e8c-453e-8b3f-1c816a70bc63 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-c316c299-5e8c-453e-8b3f-1c816a70bc63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c316c299-5e8c-453e-8b3f-1c816a70bc63.shg-box.shg-c {
  justify-content: flex-end;
}

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

#s-c3a33d35-5699-45ca-92b0-5550a72a06e2 {
  margin-top: 30px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3a33d35-5699-45ca-92b0-5550a72a06e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-7005fc00-e20f-4206-a00a-28b86b385664 {
  margin-bottom: 0px;
}

#s-63529853-2dda-49c6-9e19-1587afad18fb {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-ff100de7-8e05-4de3-ad26-3410942163b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-ff100de7-8e05-4de3-ad26-3410942163b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff100de7-8e05-4de3-ad26-3410942163b1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-16fb6fb4-88bc-48d3-85ce-77571a15f72b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-16fb6fb4-88bc-48d3-85ce-77571a15f72b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-16fb6fb4-88bc-48d3-85ce-77571a15f72b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16fb6fb4-88bc-48d3-85ce-77571a15f72b-btn-wrapper {
    text-align: right;
  }


#s-16fb6fb4-88bc-48d3-85ce-77571a15f72b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-3f065909-30d7-4447-bf61-715c2c01b793 {
  text-align: center;
}
@media (min-width: 1200px){#s-3f065909-30d7-4447-bf61-715c2c01b793 {
  display: none;
}
#s-3f065909-30d7-4447-bf61-715c2c01b793, #wrap-s-3f065909-30d7-4447-bf61-715c2c01b793 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f065909-30d7-4447-bf61-715c2c01b793 {
  display: none;
}
#s-3f065909-30d7-4447-bf61-715c2c01b793, #wrap-s-3f065909-30d7-4447-bf61-715c2c01b793 { display:none !important; }}



  #s-3f065909-30d7-4447-bf61-715c2c01b793 img.shogun-image {
    
    width: px;
  }


#s-3f065909-30d7-4447-bf61-715c2c01b793 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c6e4179a-82b0-4c94-a95f-65418b80cf17 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 355px;
}








#s-c6e4179a-82b0-4c94-a95f-65418b80cf17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6e4179a-82b0-4c94-a95f-65418b80cf17.shg-box.shg-c {
  justify-content: flex-end;
}

#s-89026d32-8609-4e17-84cb-402057d63c6f {
  margin-bottom: -5px;
}

#s-46629d4e-ab54-4541-99ae-57b9d6a22809 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-fb2180c8-757b-40c7-a4d0-1f148d2c5c11 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 350px;
background-color: rgba(255, 255, 255, 0);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-fb2180c8-757b-40c7-a4d0-1f148d2c5c11:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fb2180c8-757b-40c7-a4d0-1f148d2c5c11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb2180c8-757b-40c7-a4d0-1f148d2c5c11-btn-wrapper {
    text-align: right;
  }


#s-fb2180c8-757b-40c7-a4d0-1f148d2c5c11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ebb78dc-9511-457a-b758-eda539219e9d {
  min-height: 50px;
background-color: rgba(255, 237, 219, 1);
}








#s-5ebb78dc-9511-457a-b758-eda539219e9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ebb78dc-9511-457a-b758-eda539219e9d.shg-box.shg-c {
  justify-content: center;
}

#s-ee9c5364-dd03-401f-81d7-59954afda004 {
  margin-top: 70px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee9c5364-dd03-401f-81d7-59954afda004 {
  display: none;
}
#s-ee9c5364-dd03-401f-81d7-59954afda004, #wrap-s-ee9c5364-dd03-401f-81d7-59954afda004 { display:none !important; }}@media (max-width: 767px){#s-ee9c5364-dd03-401f-81d7-59954afda004 {
  display: none;
}
#s-ee9c5364-dd03-401f-81d7-59954afda004, #wrap-s-ee9c5364-dd03-401f-81d7-59954afda004 { display:none !important; }}
#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-262030a7-2b69-410c-a9d9-a7597dff5c6a, #wrap-s-262030a7-2b69-410c-a9d9-a7597dff5c6a { display:none !important; }}@media (max-width: 767px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-262030a7-2b69-410c-a9d9-a7597dff5c6a, #wrap-s-262030a7-2b69-410c-a9d9-a7597dff5c6a { display:none !important; }}







#s-262030a7-2b69-410c-a9d9-a7597dff5c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262030a7-2b69-410c-a9d9-a7597dff5c6a.shg-box.shg-c {
  justify-content: center;
}

#s-3a26bd31-112c-4875-a2f8-3e719017d516 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 90px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a26bd31-112c-4875-a2f8-3e719017d516 {
  
}
}@media (max-width: 767px){#s-3a26bd31-112c-4875-a2f8-3e719017d516 {
  
}
}
@media (min-width: 0px) {
[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3a26bd31-112c-4875-a2f8-3e719017d516"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-05448041-74d0-4f3a-99ec-f0f0639a1b83 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-05448041-74d0-4f3a-99ec-f0f0639a1b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05448041-74d0-4f3a-99ec-f0f0639a1b83 {
  cursor: pointer;
}#s-05448041-74d0-4f3a-99ec-f0f0639a1b83.shg-box.shg-c {
  justify-content: center;
}

#s-ea101897-7d07-4bb5-a375-e554c88c91c7 {
  margin-top: 50px;
}

#s-f5284389-fffb-4ab9-9db8-45e6dd486fa2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-f5284389-fffb-4ab9-9db8-45e6dd486fa2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f5284389-fffb-4ab9-9db8-45e6dd486fa2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5284389-fffb-4ab9-9db8-45e6dd486fa2-btn-wrapper {
    text-align: center;
  }


#s-f5284389-fffb-4ab9-9db8-45e6dd486fa2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6a04cc4-219c-432e-902b-8422b92ecb67 {
  min-height: 480px;
}








#s-d6a04cc4-219c-432e-902b-8422b92ecb67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6a04cc4-219c-432e-902b-8422b92ecb67.shg-box.shg-c {
  justify-content: center;
}








#s-28c9d8f7-875a-492c-bd2e-f097c6053fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c9d8f7-875a-492c-bd2e-f097c6053fd1.shg-box.shg-c {
  justify-content: center;
}

#s-de6ae491-97aa-4bc2-9364-f53d8c60604e {
  display: none;
}
#s-f0b2985d-8cfa-41c4-837f-e6d242ff42be {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
}

.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-9adaa647-609b-4655-8bfb-196e0fcd2542 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 {
  max-width: 100%;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom,
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 {
  max-width: 100%;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom,
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 {
  max-width: 100%;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom,
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 {
  max-width: 100%;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom,
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 {
  max-width: 100%;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom,
.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9adaa647-609b-4655-8bfb-196e0fcd2542 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cd124c30-7d33-427c-a59c-1a4b959583eb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
}

#s-fe3c6fb1-1882-462a-bcac-7f56c8a721a5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fe3c6fb1-1882-462a-bcac-7f56c8a721a5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe3c6fb1-1882-462a-bcac-7f56c8a721a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe3c6fb1-1882-462a-bcac-7f56c8a721a5-btn-wrapper {
    text-align: center;
  }


#s-fe3c6fb1-1882-462a-bcac-7f56c8a721a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e {
  margin-top: 40px;
margin-left: 15px;
margin-bottom: 5px;
margin-right: 15px;
}
@media (min-width: 1200px){#s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e {
  display: none;
}
#s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e, #wrap-s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e {
  display: none;
}
#s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e, #wrap-s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e {
  
}
}@media (max-width: 767px){#s-2e5c7e6c-377d-4bfa-9a48-51558d844e0e {
  
}
}
#s-3600378a-03c4-4a2d-81ab-8136ee7415b6 {
  min-height: 480px;
}
@media (min-width: 1200px){#s-3600378a-03c4-4a2d-81ab-8136ee7415b6 {
  display: none;
}
#s-3600378a-03c4-4a2d-81ab-8136ee7415b6, #wrap-s-3600378a-03c4-4a2d-81ab-8136ee7415b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3600378a-03c4-4a2d-81ab-8136ee7415b6 {
  display: none;
}
#s-3600378a-03c4-4a2d-81ab-8136ee7415b6, #wrap-s-3600378a-03c4-4a2d-81ab-8136ee7415b6 { display:none !important; }}







#s-3600378a-03c4-4a2d-81ab-8136ee7415b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3600378a-03c4-4a2d-81ab-8136ee7415b6.shg-box.shg-c {
  justify-content: center;
}








#s-8152f7a8-dca5-43c3-9518-d5a45e1e8b7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8152f7a8-dca5-43c3-9518-d5a45e1e8b7c.shg-box.shg-c {
  justify-content: center;
}

#s-aa6344a3-f1da-4865-a9cf-2a3e82d13b1f {
  display: none;
}
#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 {
  margin-top: 10px;
text-align: center;
}


.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 {
  max-width: 100%;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom,
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 {
  max-width: 100%;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom,
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 {
  max-width: 100%;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom,
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 {
  max-width: 100%;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom,
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 {
  max-width: 100%;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom,
.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8e58f1b1-b6c7-4ae4-abea-bbe367faaa02 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ae1ba83a-4a98-4c75-8c28-adac26c3fe08 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
}

#s-e2639222-b138-40d0-bebf-4b86ca777206 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e2639222-b138-40d0-bebf-4b86ca777206:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e2639222-b138-40d0-bebf-4b86ca777206:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2639222-b138-40d0-bebf-4b86ca777206-btn-wrapper {
    text-align: center;
  }


#s-e2639222-b138-40d0-bebf-4b86ca777206.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b3dce59-005a-465e-868e-d253abc937d0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-1b3dce59-005a-465e-868e-d253abc937d0 {
  display: none;
}
#s-1b3dce59-005a-465e-868e-d253abc937d0, #wrap-s-1b3dce59-005a-465e-868e-d253abc937d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b3dce59-005a-465e-868e-d253abc937d0 {
  display: none;
}
#s-1b3dce59-005a-465e-868e-d253abc937d0, #wrap-s-1b3dce59-005a-465e-868e-d253abc937d0 { display:none !important; }}







#s-1b3dce59-005a-465e-868e-d253abc937d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b3dce59-005a-465e-868e-d253abc937d0 {
  cursor: pointer;
}#s-1b3dce59-005a-465e-868e-d253abc937d0.shg-box.shg-c {
  justify-content: center;
}

#s-8a0b0d6e-8bfa-4bf1-9824-f9b1de44fa05 {
  margin-top: 30px;
margin-bottom: 0px;
}

#s-7aabec57-7832-409a-9dba-d90539015f5c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 350px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-7aabec57-7832-409a-9dba-d90539015f5c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7aabec57-7832-409a-9dba-d90539015f5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7aabec57-7832-409a-9dba-d90539015f5c-btn-wrapper {
    text-align: center;
  }


#s-7aabec57-7832-409a-9dba-d90539015f5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df6a4204-6de9-4691-b791-3a6f1780518c {
  margin-top: 10px;
margin-bottom: 40px;
min-height: 50px;
}








#s-df6a4204-6de9-4691-b791-3a6f1780518c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6a4204-6de9-4691-b791-3a6f1780518c.shg-box.shg-c {
  justify-content: center;
}

#s-89f0ea41-aee4-45d1-afdc-5fb0442b03cf {
  margin-top: 90px;
margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89f0ea41-aee4-45d1-afdc-5fb0442b03cf {
  display: none;
}
#s-89f0ea41-aee4-45d1-afdc-5fb0442b03cf, #wrap-s-89f0ea41-aee4-45d1-afdc-5fb0442b03cf { display:none !important; }}@media (max-width: 767px){#s-89f0ea41-aee4-45d1-afdc-5fb0442b03cf {
  display: none;
}
#s-89f0ea41-aee4-45d1-afdc-5fb0442b03cf, #wrap-s-89f0ea41-aee4-45d1-afdc-5fb0442b03cf { display:none !important; }}
#s-6380795c-761d-49e1-a35b-d5720569bb53 {
  margin-top: 60px;
margin-bottom: 40px;
}
@media (min-width: 1200px){#s-6380795c-761d-49e1-a35b-d5720569bb53 {
  display: none;
}
#s-6380795c-761d-49e1-a35b-d5720569bb53, #wrap-s-6380795c-761d-49e1-a35b-d5720569bb53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6380795c-761d-49e1-a35b-d5720569bb53 {
  display: none;
}
#s-6380795c-761d-49e1-a35b-d5720569bb53, #wrap-s-6380795c-761d-49e1-a35b-d5720569bb53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6380795c-761d-49e1-a35b-d5720569bb53 {
  
}
}@media (max-width: 767px){#s-6380795c-761d-49e1-a35b-d5720569bb53 {
  
}
}
#s-ddb24c48-db60-4778-ab51-d030c5513e14 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-ddb24c48-db60-4778-ab51-d030c5513e14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (max-width: 767px){#s-84473f95-8b49-448d-b6f6-f68bd1a45281 {
  margin-top: 0px;
margin-bottom: 60px;
}
}
#s-84473f95-8b49-448d-b6f6-f68bd1a45281 {
  display: none;
}
#s-02a10325-d785-4260-b778-21d5e0b7bae2 {
  text-align: left;
}


.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 {
  max-width: 100%;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom,
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 {
  max-width: 100%;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom,
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 {
  max-width: 100%;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom,
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 {
  max-width: 100%;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom,
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 {
  max-width: 100%;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .shg-image-zoom,
.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02a10325-d785-4260-b778-21d5e0b7bae2 .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-c1f0004f-f402-41ca-9383-c8eee3fee0d1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-c1f0004f-f402-41ca-9383-c8eee3fee0d1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-00d2915e-5f33-404c-b727-e5d9d3a195c5 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}





#s-00d2915e-5f33-404c-b727-e5d9d3a195c5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-638fca40-5af3-4bd2-bb9e-36e338b68294 {
  text-align: center;
}

#s-638fca40-5af3-4bd2-bb9e-36e338b68294 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-638fca40-5af3-4bd2-bb9e-36e338b68294 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-638fca40-5af3-4bd2-bb9e-36e338b68294 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-d2eb9dda-6cf6-4137-a4ab-86819fe28541 {
  margin-bottom: 60px;
}
}
#s-d2eb9dda-6cf6-4137-a4ab-86819fe28541 {
  display: none;
}
#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c {
  text-align: left;
}


.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c {
  max-width: 100%;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom,
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c {
  max-width: 100%;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom,
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c {
  max-width: 100%;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom,
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c {
  max-width: 100%;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom,
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c {
  max-width: 100%;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom,
.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bb7284b-c5ca-4e95-9887-3fc91a6b536c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-457fd4c9-65a0-4b83-bfb1-0946a16f1d0c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-457fd4c9-65a0-4b83-bfb1-0946a16f1d0c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-881f7ae6-e069-4f22-8adc-bed829a1e695 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}





#s-881f7ae6-e069-4f22-8adc-bed829a1e695 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e6913b71-371e-4256-8de8-14bcffea4ab3 {
  text-align: center;
}

#s-e6913b71-371e-4256-8de8-14bcffea4ab3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e6913b71-371e-4256-8de8-14bcffea4ab3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e6913b71-371e-4256-8de8-14bcffea4ab3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1710a514-d798-4a51-bf03-3eac90cd2365 {
  display: none;
}
#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee {
  text-align: left;
}


.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee {
  max-width: 100%;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom,
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee {
  max-width: 100%;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom,
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee {
  max-width: 100%;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom,
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee {
  max-width: 100%;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom,
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee {
  max-width: 100%;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom,
.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfc0579d-add9-47fc-9a71-4e66d6dea1ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c0212820-aa52-4a10-94e6-9782559396d5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-c0212820-aa52-4a10-94e6-9782559396d5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-11360913-7a61-46ea-8506-beb6a68c0245 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}





#s-11360913-7a61-46ea-8506-beb6a68c0245 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-07e89e46-9919-49c0-b487-ca25a46710f6 {
  text-align: center;
}

#s-07e89e46-9919-49c0-b487-ca25a46710f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07e89e46-9919-49c0-b487-ca25a46710f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-07e89e46-9919-49c0-b487-ca25a46710f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-626a1e4c-bb97-4c1a-8557-d09ebd164581 {
  display: none;
}
#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d {
  text-align: left;
}


.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d {
  max-width: 100%;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom,
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d {
  max-width: 100%;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom,
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d {
  max-width: 100%;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom,
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d {
  max-width: 100%;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom,
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d {
  max-width: 100%;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom,
.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e88ccd6-4ee8-4568-8d4e-32163f954e8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7e9d6d13-8130-495c-a144-f319c463312d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-7e9d6d13-8130-495c-a144-f319c463312d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-897bf243-a96d-432f-bbc3-60d10270f4db {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}





#s-897bf243-a96d-432f-bbc3-60d10270f4db .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9b54d083-5b23-42da-9cbb-8a1c45c9b516 {
  text-align: center;
}

#s-9b54d083-5b23-42da-9cbb-8a1c45c9b516 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9b54d083-5b23-42da-9cbb-8a1c45c9b516 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9b54d083-5b23-42da-9cbb-8a1c45c9b516 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65a6da4b-5998-4485-b09f-c5ce2628ca53 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-65a6da4b-5998-4485-b09f-c5ce2628ca53:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-65a6da4b-5998-4485-b09f-c5ce2628ca53:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-65a6da4b-5998-4485-b09f-c5ce2628ca53 {
  display: none;
}
#s-65a6da4b-5998-4485-b09f-c5ce2628ca53, #wrap-s-65a6da4b-5998-4485-b09f-c5ce2628ca53 { display:none !important; }}@media (max-width: 767px){#s-65a6da4b-5998-4485-b09f-c5ce2628ca53 {
  display: none;
}
#s-65a6da4b-5998-4485-b09f-c5ce2628ca53, #wrap-s-65a6da4b-5998-4485-b09f-c5ce2628ca53 { display:none !important; }}

  #s-65a6da4b-5998-4485-b09f-c5ce2628ca53-btn-wrapper {
    text-align: center;
  }


#s-65a6da4b-5998-4485-b09f-c5ce2628ca53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c94391e-1494-4c60-a78a-f3ecedfc4d16 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-e05eeac2-dbe8-408d-98e1-ff0fd75a1439 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 80px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e05eeac2-dbe8-408d-98e1-ff0fd75a1439 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e05eeac2-dbe8-408d-98e1-ff0fd75a1439 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e05eeac2-dbe8-408d-98e1-ff0fd75a1439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e05eeac2-dbe8-408d-98e1-ff0fd75a1439.shg-box.shg-c {
  justify-content: center;
}

#s-f401b69d-0441-43f6-98ac-3dcfd6f18234 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f401b69d-0441-43f6-98ac-3dcfd6f18234"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-15a38ad7-13fa-4754-a85f-4a040dad59fe {
  min-height: 200px;
}








#s-15a38ad7-13fa-4754-a85f-4a040dad59fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15a38ad7-13fa-4754-a85f-4a040dad59fe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f4cd0f9c-8fd9-4fd1-9326-9b3997169349 {
  text-align: center;
}




  #s-f4cd0f9c-8fd9-4fd1-9326-9b3997169349 img.shogun-image {
    
    width: px;
  }


#s-f4cd0f9c-8fd9-4fd1-9326-9b3997169349 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d15660a-0c3d-4e8a-9c49-5121777bc1a0 {
  margin-top: 20px;
}

#s-189d1fa5-d25f-4364-a2e5-fefafafbfb2c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-189d1fa5-d25f-4364-a2e5-fefafafbfb2c:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-189d1fa5-d25f-4364-a2e5-fefafafbfb2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-189d1fa5-d25f-4364-a2e5-fefafafbfb2c-btn-wrapper {
    text-align: left;
  }


#s-189d1fa5-d25f-4364-a2e5-fefafafbfb2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-93e74725-3e9e-4985-9c9b-032d925c5548 {
  text-align: center;
}




  #s-93e74725-3e9e-4985-9c9b-032d925c5548 img.shogun-image {
    
    width: px;
  }


#s-93e74725-3e9e-4985-9c9b-032d925c5548 .shogun-image-content {
  
    align-items: center;
  
}

#s-214d6e81-fe15-4025-a73e-8703f94e25a6 {
  min-height: 200px;
}








#s-214d6e81-fe15-4025-a73e-8703f94e25a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-214d6e81-fe15-4025-a73e-8703f94e25a6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e8720894-f855-446e-82ff-f94857c3acc5 {
  margin-top: 20px;
}

#s-39bd4a8a-5b41-4dab-aebc-780993d826d0 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-39bd4a8a-5b41-4dab-aebc-780993d826d0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-39bd4a8a-5b41-4dab-aebc-780993d826d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39bd4a8a-5b41-4dab-aebc-780993d826d0-btn-wrapper {
    text-align: left;
  }


#s-39bd4a8a-5b41-4dab-aebc-780993d826d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85aa1451-ad4b-4c73-8c49-c0bd407b1181 {
  text-align: center;
}




  #s-85aa1451-ad4b-4c73-8c49-c0bd407b1181 img.shogun-image {
    
    width: px;
  }


#s-85aa1451-ad4b-4c73-8c49-c0bd407b1181 .shogun-image-content {
  
    align-items: center;
  
}

#s-4028c711-6249-4de4-baee-446ac1a10767 {
  min-height: 200px;
}








#s-4028c711-6249-4de4-baee-446ac1a10767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4028c711-6249-4de4-baee-446ac1a10767.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e87cf4cf-a2d1-47ca-88ad-a8f7c21eb2d3 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-e6c51bc9-2fac-456b-97e6-1a29e800aee6 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e6c51bc9-2fac-456b-97e6-1a29e800aee6:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e6c51bc9-2fac-456b-97e6-1a29e800aee6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6c51bc9-2fac-456b-97e6-1a29e800aee6-btn-wrapper {
    text-align: left;
  }


#s-e6c51bc9-2fac-456b-97e6-1a29e800aee6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4cea374b-a198-43b1-a29f-65a51959d48a {
  text-align: center;
}




  #s-4cea374b-a198-43b1-a29f-65a51959d48a img.shogun-image {
    
    width: px;
  }


#s-4cea374b-a198-43b1-a29f-65a51959d48a .shogun-image-content {
  
    align-items: center;
  
}

#s-99c45087-a4fc-4146-9909-0cf5085977d7 {
  min-height: 200px;
}








#s-99c45087-a4fc-4146-9909-0cf5085977d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99c45087-a4fc-4146-9909-0cf5085977d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-254f8bb3-8dcb-451a-92db-374d1c2228a1 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-af7fe234-57ac-4e50-8479-ad57b52f1c89 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-af7fe234-57ac-4e50-8479-ad57b52f1c89:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-af7fe234-57ac-4e50-8479-ad57b52f1c89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af7fe234-57ac-4e50-8479-ad57b52f1c89-btn-wrapper {
    text-align: left;
  }


#s-af7fe234-57ac-4e50-8479-ad57b52f1c89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-67663557-db91-42d0-9ff2-de7feb76d743 {
  margin-top: 0px;
margin-bottom: 60px;
min-height: 50px;
}








#s-67663557-db91-42d0-9ff2-de7feb76d743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67663557-db91-42d0-9ff2-de7feb76d743.shg-box.shg-c {
  justify-content: center;
}

#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf, #wrap-s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf { display:none !important; }}@media (max-width: 767px){#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf, #wrap-s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf { display:none !important; }}







#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf {
  cursor: pointer;
}#s-e4df7f10-b11f-409f-b6d4-1edecf2f24cf.shg-box.shg-c {
  justify-content: center;
}

#s-f58f1711-2c0a-40e7-85b8-872766177a57 {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f58f1711-2c0a-40e7-85b8-872766177a57 {
  display: none;
}
#s-f58f1711-2c0a-40e7-85b8-872766177a57, #wrap-s-f58f1711-2c0a-40e7-85b8-872766177a57 { display:none !important; }}@media (max-width: 767px){#s-f58f1711-2c0a-40e7-85b8-872766177a57 {
  display: none;
}
#s-f58f1711-2c0a-40e7-85b8-872766177a57, #wrap-s-f58f1711-2c0a-40e7-85b8-872766177a57 { display:none !important; }}
#s-c6a66405-f148-48fb-a196-f78006e6e712 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-c6a66405-f148-48fb-a196-f78006e6e712 {
  display: none;
}
#s-c6a66405-f148-48fb-a196-f78006e6e712, #wrap-s-c6a66405-f148-48fb-a196-f78006e6e712 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6a66405-f148-48fb-a196-f78006e6e712 {
  display: none;
}
#s-c6a66405-f148-48fb-a196-f78006e6e712, #wrap-s-c6a66405-f148-48fb-a196-f78006e6e712 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6a66405-f148-48fb-a196-f78006e6e712 {
  
}
}@media (max-width: 767px){#s-c6a66405-f148-48fb-a196-f78006e6e712 {
  
}
}
#s-19807c15-56fc-4c3b-939d-f3afc4a1d56b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19807c15-56fc-4c3b-939d-f3afc4a1d56b {
  display: none;
}
#s-19807c15-56fc-4c3b-939d-f3afc4a1d56b, #wrap-s-19807c15-56fc-4c3b-939d-f3afc4a1d56b { display:none !important; }}@media (max-width: 767px){#s-19807c15-56fc-4c3b-939d-f3afc4a1d56b {
  display: none;
}
#s-19807c15-56fc-4c3b-939d-f3afc4a1d56b, #wrap-s-19807c15-56fc-4c3b-939d-f3afc4a1d56b { display:none !important; }}
#s-c4ece684-e45f-4638-a972-0b4fe5d0e92e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 1200px){#s-c4ece684-e45f-4638-a972-0b4fe5d0e92e {
  display: none;
}
#s-c4ece684-e45f-4638-a972-0b4fe5d0e92e, #wrap-s-c4ece684-e45f-4638-a972-0b4fe5d0e92e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4ece684-e45f-4638-a972-0b4fe5d0e92e {
  display: none;
}
#s-c4ece684-e45f-4638-a972-0b4fe5d0e92e, #wrap-s-c4ece684-e45f-4638-a972-0b4fe5d0e92e { display:none !important; }}
#s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5000a4ec-a7b0-4000-8b6b-2c6c7cc31f84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0cf66afb-3fc6-4c25-95fa-0d3ae2706439 {
  
}
@media (max-width: 767px){#s-0cf66afb-3fc6-4c25-95fa-0d3ae2706439 {
  margin-bottom: 30px;
}
}







#s-0cf66afb-3fc6-4c25-95fa-0d3ae2706439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf66afb-3fc6-4c25-95fa-0d3ae2706439.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b355f7c-5d4f-40db-8195-d62cd5114c71 {
  text-align: center;
}




  #s-1b355f7c-5d4f-40db-8195-d62cd5114c71 img.shogun-image {
    
    width: px;
  }


#s-1b355f7c-5d4f-40db-8195-d62cd5114c71 .shogun-image-content {
  
    align-items: center;
  
}

#s-64f9d359-c266-46ea-9259-2d36c6b9dca3 {
  
}
@media (max-width: 767px){#s-64f9d359-c266-46ea-9259-2d36c6b9dca3 {
  margin-top: 30px;
}
}







#s-64f9d359-c266-46ea-9259-2d36c6b9dca3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64f9d359-c266-46ea-9259-2d36c6b9dca3.shg-box.shg-c {
  justify-content: center;
}

#s-71746d67-924e-42fe-b85c-b1c24bd0a405 {
  text-align: center;
}




  #s-71746d67-924e-42fe-b85c-b1c24bd0a405 img.shogun-image {
    
    width: px;
  }


#s-71746d67-924e-42fe-b85c-b1c24bd0a405 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7 {
  display: none;
}
#s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7, #wrap-s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7 { display:none !important; }}@media (max-width: 767px){#s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7 {
  display: none;
}
#s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7, #wrap-s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7 { display:none !important; }}



  #s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7 img.shogun-image {
    
    width: px;
  }


#s-6a7ebc25-cd3b-47c2-80af-117f2f4393f7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9d771438-2b80-493b-90e8-b07f3935b8c8 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(169, 97, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9d771438-2b80-493b-90e8-b07f3935b8c8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9d771438-2b80-493b-90e8-b07f3935b8c8:active {background-color: rgba(169, 97, 83, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9d771438-2b80-493b-90e8-b07f3935b8c8-btn-wrapper {
    text-align: center;
  }


#s-9d771438-2b80-493b-90e8-b07f3935b8c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-240ab60a-5caf-442b-a704-5effba48ea63 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-240ab60a-5caf-442b-a704-5effba48ea63 {
  display: none;
}
#s-240ab60a-5caf-442b-a704-5effba48ea63, #wrap-s-240ab60a-5caf-442b-a704-5effba48ea63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-240ab60a-5caf-442b-a704-5effba48ea63 {
  display: none;
}
#s-240ab60a-5caf-442b-a704-5effba48ea63, #wrap-s-240ab60a-5caf-442b-a704-5effba48ea63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-240ab60a-5caf-442b-a704-5effba48ea63 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-240ab60a-5caf-442b-a704-5effba48ea63 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-240ab60a-5caf-442b-a704-5effba48ea63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-240ab60a-5caf-442b-a704-5effba48ea63 {
  cursor: pointer;
}#s-240ab60a-5caf-442b-a704-5effba48ea63.shg-box.shg-c {
  justify-content: center;
}

#s-0d7cc39a-e744-4b88-8fab-a3e3c54f56d9 {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d7cc39a-e744-4b88-8fab-a3e3c54f56d9 {
  display: none;
}
#s-0d7cc39a-e744-4b88-8fab-a3e3c54f56d9, #wrap-s-0d7cc39a-e744-4b88-8fab-a3e3c54f56d9 { display:none !important; }}@media (max-width: 767px){#s-0d7cc39a-e744-4b88-8fab-a3e3c54f56d9 {
  display: none;
}
#s-0d7cc39a-e744-4b88-8fab-a3e3c54f56d9, #wrap-s-0d7cc39a-e744-4b88-8fab-a3e3c54f56d9 { display:none !important; }}
#s-6bace153-23ee-47ca-96b6-785e463d2a15 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-6bace153-23ee-47ca-96b6-785e463d2a15 {
  display: none;
}
#s-6bace153-23ee-47ca-96b6-785e463d2a15, #wrap-s-6bace153-23ee-47ca-96b6-785e463d2a15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6bace153-23ee-47ca-96b6-785e463d2a15 {
  display: none;
}
#s-6bace153-23ee-47ca-96b6-785e463d2a15, #wrap-s-6bace153-23ee-47ca-96b6-785e463d2a15 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6bace153-23ee-47ca-96b6-785e463d2a15 {
  
}
}@media (max-width: 767px){#s-6bace153-23ee-47ca-96b6-785e463d2a15 {
  
}
}
#s-766edf12-214c-47b6-9cd1-9ac428d4e50c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-766edf12-214c-47b6-9cd1-9ac428d4e50c {
  display: none;
}
#s-766edf12-214c-47b6-9cd1-9ac428d4e50c, #wrap-s-766edf12-214c-47b6-9cd1-9ac428d4e50c { display:none !important; }}@media (max-width: 767px){#s-766edf12-214c-47b6-9cd1-9ac428d4e50c {
  display: none;
}
#s-766edf12-214c-47b6-9cd1-9ac428d4e50c, #wrap-s-766edf12-214c-47b6-9cd1-9ac428d4e50c { display:none !important; }}
#s-1bd06626-6ad2-4ddf-bb6f-da1119415c4a {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 1200px){#s-1bd06626-6ad2-4ddf-bb6f-da1119415c4a {
  display: none;
}
#s-1bd06626-6ad2-4ddf-bb6f-da1119415c4a, #wrap-s-1bd06626-6ad2-4ddf-bb6f-da1119415c4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bd06626-6ad2-4ddf-bb6f-da1119415c4a {
  display: none;
}
#s-1bd06626-6ad2-4ddf-bb6f-da1119415c4a, #wrap-s-1bd06626-6ad2-4ddf-bb6f-da1119415c4a { display:none !important; }}
#s-5e8962b5-2b42-4b93-8069-fbaf58be5966 {
  text-align: center;
}




  #s-5e8962b5-2b42-4b93-8069-fbaf58be5966 img.shogun-image {
    
    width: px;
  }


#s-5e8962b5-2b42-4b93-8069-fbaf58be5966 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e34e8531-a937-4a88-b152-e3cd9d4766e6 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(169, 97, 83, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e34e8531-a937-4a88-b152-e3cd9d4766e6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e34e8531-a937-4a88-b152-e3cd9d4766e6:active {background-color: rgba(169, 97, 83, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e34e8531-a937-4a88-b152-e3cd9d4766e6-btn-wrapper {
    text-align: center;
  }


#s-e34e8531-a937-4a88-b152-e3cd9d4766e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e286081-8d41-4b79-ae97-6564e268045d {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e286081-8d41-4b79-ae97-6564e268045d {
  display: none;
}
#s-4e286081-8d41-4b79-ae97-6564e268045d, #wrap-s-4e286081-8d41-4b79-ae97-6564e268045d { display:none !important; }}@media (max-width: 767px){#s-4e286081-8d41-4b79-ae97-6564e268045d {
  display: none;
}
#s-4e286081-8d41-4b79-ae97-6564e268045d, #wrap-s-4e286081-8d41-4b79-ae97-6564e268045d { display:none !important; }}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-1c1b2569-2d55-402f-836c-be80e5fac920 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c1b2569-2d55-402f-836c-be80e5fac920 {
  display: none;
}
#s-1c1b2569-2d55-402f-836c-be80e5fac920, #wrap-s-1c1b2569-2d55-402f-836c-be80e5fac920 { display:none !important; }}@media (max-width: 767px){#s-1c1b2569-2d55-402f-836c-be80e5fac920 {
  display: none;
}
#s-1c1b2569-2d55-402f-836c-be80e5fac920, #wrap-s-1c1b2569-2d55-402f-836c-be80e5fac920 { display:none !important; }}
[id="s-1c1b2569-2d55-402f-836c-be80e5fac920"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 40px;
}

.shg-ig-posts-container {
  width: calc(100% + 40px) !important;
}

@media (min-width: 768px) {
  [id="s-1c1b2569-2d55-402f-836c-be80e5fac920"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 40px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 40px) !important;
  }
}

#s-4048f764-a38a-47fa-8cc9-594a4e225968 {
  margin-top: 60px;
}
@media (min-width: 1200px){#s-4048f764-a38a-47fa-8cc9-594a4e225968 {
  display: none;
}
#s-4048f764-a38a-47fa-8cc9-594a4e225968, #wrap-s-4048f764-a38a-47fa-8cc9-594a4e225968 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4048f764-a38a-47fa-8cc9-594a4e225968 {
  display: none;
}
#s-4048f764-a38a-47fa-8cc9-594a4e225968, #wrap-s-4048f764-a38a-47fa-8cc9-594a4e225968 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4048f764-a38a-47fa-8cc9-594a4e225968 {
  
}
}@media (max-width: 767px){#s-4048f764-a38a-47fa-8cc9-594a4e225968 {
  
}
}
#s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b {
  display: none;
}
#s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b, #wrap-s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b {
  display: none;
}
#s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b, #wrap-s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b {
  
}
}@media (max-width: 767px){#s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b {
  
}
}
[id="s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 40px;
}

.shg-ig-posts-container {
  width: calc(100% + 40px) !important;
}

@media (min-width: 768px) {
  [id="s-ca6dea2d-aa8c-4fcf-87f1-6656f8ce378b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 40px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 40px) !important;
  }
}

#s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6 {
  margin-top: 60px;
margin-bottom: 90px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6, #wrap-s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6 { display:none !important; }}@media (max-width: 767px){#s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6, #wrap-s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6 { display:none !important; }}







#s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b15b61-d975-4b1a-9102-0edf1d3e8cf6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-44402819-b00e-45d8-8bf1-1642cbdbce14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}








#s-4aa9a303-bef5-45fe-923e-0113ffcb3e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aa9a303-bef5-45fe-923e-0113ffcb3e68.shg-box.shg-c {
  justify-content: center;
}

#s-2fde2b15-442d-49b2-8a3a-bd58da39dfc8 {
  margin-bottom: 30px;
text-align: center;
}




  #s-2fde2b15-442d-49b2-8a3a-bd58da39dfc8 img.shogun-image {
    
    width: px;
  }


#s-2fde2b15-442d-49b2-8a3a-bd58da39dfc8 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-18d1a3ff-0a30-4adc-b6ad-0de0cf06fccf {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-18d1a3ff-0a30-4adc-b6ad-0de0cf06fccf .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



@media (max-width: 767px){#s-d3440b90-c7a4-42bb-9a7a-19e8c35c9215 {
  margin-bottom: 60px;
}
}







#s-d3440b90-c7a4-42bb-9a7a-19e8c35c9215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3440b90-c7a4-42bb-9a7a-19e8c35c9215.shg-box.shg-c {
  justify-content: center;
}

#s-b1afcbcf-5f69-4050-8bd3-6842a1996191 {
  margin-bottom: 30px;
text-align: center;
}




  #s-b1afcbcf-5f69-4050-8bd3-6842a1996191 img.shogun-image {
    
    width: px;
  }


#s-b1afcbcf-5f69-4050-8bd3-6842a1996191 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc8d91db-4d38-4ecb-854c-d15fa49288ca {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dc8d91db-4d38-4ecb-854c-d15fa49288ca .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



@media (max-width: 767px){#s-94be89fd-767f-4964-983e-4c71415f07c2 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-94be89fd-767f-4964-983e-4c71415f07c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94be89fd-767f-4964-983e-4c71415f07c2.shg-box.shg-c {
  justify-content: center;
}

#s-ed1d4b3b-20b3-4b3f-bc3f-f6e6ee148af8 {
  margin-bottom: 30px;
text-align: center;
}




  #s-ed1d4b3b-20b3-4b3f-bc3f-f6e6ee148af8 img.shogun-image {
    
    width: px;
  }


#s-ed1d4b3b-20b3-4b3f-bc3f-f6e6ee148af8 .shogun-image-content {
  
    align-items: center;
  
}

#s-85f02ed8-7254-4878-8d5c-320c906e394a {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-85f02ed8-7254-4878-8d5c-320c906e394a .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $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;
}
