.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-70c13118-2b7c-4e42-b6ec-9817ac5b8651 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}

#s-70c13118-2b7c-4e42-b6ec-9817ac5b8651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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: text;
  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-7358ee5d-154b-4846-934b-96cfa57ccdcd {
  margin-bottom: 31px;
}

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

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

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

@media (min-width: 1200px){#s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae {
  display: none;
}
#s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae, #wrap-s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae {
  display: none;
}
#s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae, #wrap-s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae {
  display: none;
}
#s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae, #wrap-s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae { display:none !important; }}@media (max-width: 767px){#s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae {
  
}
}
@media (min-width: 0px) {
[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-37f3ef3c-b26e-409d-bc03-84c4ceb441ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-2c3eb7ed-735c-4e69-af2e-100d167b9647 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}




  #s-2c3eb7ed-735c-4e69-af2e-100d167b9647 img.shogun-image {
    
    width: px;
  }


#s-2c3eb7ed-735c-4e69-af2e-100d167b9647 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d8192ac-a88f-4618-9abb-a5718bd60f78 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
background-color: rgba(239, 239, 235, 1);
}

#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e {
  display: none;
}
#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e, #wrap-s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e {
  display: none;
}
#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e, #wrap-s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e {
  display: none;
}
#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e, #wrap-s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e { display:none !important; }}
#s-a45006f8-ca2d-4ea1-b165-53ef3dd31c9e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(239, 239, 235, 1);
}
@media (max-width: 767px){#s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6 {
  display: none;
}
#s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6, #wrap-s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8924cf2d-9d16-47c9-abbd-9bf5e6ee6ed6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-213cec00-b2b3-43e5-be0f-1f6bde105181 {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 300px;
padding-bottom: 300px;
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-213cec00-b2b3-43e5-be0f-1f6bde105181 {
  display: none;
}
#s-213cec00-b2b3-43e5-be0f-1f6bde105181, #wrap-s-213cec00-b2b3-43e5-be0f-1f6bde105181 { display:none !important; }}@media (max-width: 767px){#s-213cec00-b2b3-43e5-be0f-1f6bde105181 {
  display: none;
}
#s-213cec00-b2b3-43e5-be0f-1f6bde105181, #wrap-s-213cec00-b2b3-43e5-be0f-1f6bde105181 { display:none !important; }}
#s-36929dc3-c9ab-46be-8ab7-f606c8ff5745 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-36929dc3-c9ab-46be-8ab7-f606c8ff5745 {
  display: none;
}
#s-36929dc3-c9ab-46be-8ab7-f606c8ff5745, #wrap-s-36929dc3-c9ab-46be-8ab7-f606c8ff5745 { display:none !important; }}@media (max-width: 767px){#s-36929dc3-c9ab-46be-8ab7-f606c8ff5745 {
  display: none;
}
#s-36929dc3-c9ab-46be-8ab7-f606c8ff5745, #wrap-s-36929dc3-c9ab-46be-8ab7-f606c8ff5745 { display:none !important; }}



  #s-36929dc3-c9ab-46be-8ab7-f606c8ff5745 img.shogun-image {
    
    width: px;
  }


#s-36929dc3-c9ab-46be-8ab7-f606c8ff5745 .shogun-image-content {
  
    align-items: center;
  
}

#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 {
  display: none;
}
#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775, #wrap-s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 { display:none !important; }}@media (max-width: 767px){#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 {
  display: none;
}
#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775, #wrap-s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 { display:none !important; }}
#s-0693fdd6-adcd-4e4e-9ebb-d2cb6a5b9775 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}
#s-e559f096-0baa-471d-a615-03b6dce1b723 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e559f096-0baa-471d-a615-03b6dce1b723"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-65e6ac89-8a5c-4bb8-822f-df477d28521b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 49px;
}

#s-65e6ac89-8a5c-4bb8-822f-df477d28521b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-61736dd1-6595-462a-92d0-8bee5c12711a {
  margin-top: 118px;
margin-left: 70px;
margin-right: 70px;
}

#s-470a6bc9-b91b-48de-8f15-3c9d29f9a888 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-470a6bc9-b91b-48de-8f15-3c9d29f9a888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a6a68b82-a481-4484-a4a6-e1f1e968e3bf {
  margin-top: 118px;
margin-left: 70px;
margin-right: 70px;
}

#s-95116294-822b-49f5-b258-8964a95ee690 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-95116294-822b-49f5-b258-8964a95ee690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c69f4b4f-84af-44ab-bace-264bbe5444b5 {
  margin-top: 118px;
margin-left: 70px;
margin-right: 70px;
}

#s-783d8849-8c19-4f6b-bc88-af02b5579e48 {
  min-height: 50px;
}

#s-783d8849-8c19-4f6b-bc88-af02b5579e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-800424a9-8077-43b3-8000-3cc525c1424f {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-800424a9-8077-43b3-8000-3cc525c1424f {
  display: none;
}
#s-800424a9-8077-43b3-8000-3cc525c1424f, #wrap-s-800424a9-8077-43b3-8000-3cc525c1424f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-800424a9-8077-43b3-8000-3cc525c1424f {
  display: none;
}
#s-800424a9-8077-43b3-8000-3cc525c1424f, #wrap-s-800424a9-8077-43b3-8000-3cc525c1424f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-800424a9-8077-43b3-8000-3cc525c1424f {
  display: none;
}
#s-800424a9-8077-43b3-8000-3cc525c1424f, #wrap-s-800424a9-8077-43b3-8000-3cc525c1424f { display:none !important; }}



  #s-800424a9-8077-43b3-8000-3cc525c1424f img.shogun-image {
    
    width: px;
  }


#s-800424a9-8077-43b3-8000-3cc525c1424f .shogun-image-content {
  
    align-items: center;
  
}

#s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 25px;
padding-bottom: 40px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3 {
  display: none;
}
#s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3, #wrap-s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3 {
  display: none;
}
#s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3, #wrap-s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3 {
  display: none;
}
#s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3, #wrap-s-2fdcc3db-e5d6-40dd-a46f-e789617bb5a3 { display:none !important; }}
#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 {
  display: none;
}
#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35, #wrap-s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 {
  display: none;
}
#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35, #wrap-s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 {
  display: none;
}
#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35, #wrap-s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 { display:none !important; }}



  #s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 img.shogun-image {
    
    width: px;
  }


#s-e4c8872c-44eb-401d-a3ae-bf1a6e69aa35 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e94fdc5-9c9d-4431-85e0-c884572d9345 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 25px;
padding-bottom: 40px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7e94fdc5-9c9d-4431-85e0-c884572d9345 {
  display: none;
}
#s-7e94fdc5-9c9d-4431-85e0-c884572d9345, #wrap-s-7e94fdc5-9c9d-4431-85e0-c884572d9345 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e94fdc5-9c9d-4431-85e0-c884572d9345 {
  display: none;
}
#s-7e94fdc5-9c9d-4431-85e0-c884572d9345, #wrap-s-7e94fdc5-9c9d-4431-85e0-c884572d9345 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e94fdc5-9c9d-4431-85e0-c884572d9345 {
  display: none;
}
#s-7e94fdc5-9c9d-4431-85e0-c884572d9345, #wrap-s-7e94fdc5-9c9d-4431-85e0-c884572d9345 { display:none !important; }}
#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c {
  display: none;
}
#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c, #wrap-s-a865ad54-5409-4171-9c91-95ed5c2c1a5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c {
  display: none;
}
#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c, #wrap-s-a865ad54-5409-4171-9c91-95ed5c2c1a5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c {
  display: none;
}
#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c, #wrap-s-a865ad54-5409-4171-9c91-95ed5c2c1a5c { display:none !important; }}



  #s-a865ad54-5409-4171-9c91-95ed5c2c1a5c img.shogun-image {
    
    width: px;
  }


#s-a865ad54-5409-4171-9c91-95ed5c2c1a5c .shogun-image-content {
  
    align-items: center;
  
}

#s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 25px;
padding-bottom: 40px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4 {
  display: none;
}
#s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4, #wrap-s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4 {
  display: none;
}
#s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4, #wrap-s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4 {
  display: none;
}
#s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4, #wrap-s-99eb1cbc-86db-401e-ae2f-2d36dab78ce4 { display:none !important; }}
#s-4c2cd817-f3c1-4838-a758-06f92827a25a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4c2cd817-f3c1-4838-a758-06f92827a25a {
  display: none;
}
#s-4c2cd817-f3c1-4838-a758-06f92827a25a, #wrap-s-4c2cd817-f3c1-4838-a758-06f92827a25a { display:none !important; }}@media (max-width: 767px){#s-4c2cd817-f3c1-4838-a758-06f92827a25a {
  display: none;
}
#s-4c2cd817-f3c1-4838-a758-06f92827a25a, #wrap-s-4c2cd817-f3c1-4838-a758-06f92827a25a { display:none !important; }}
#s-4c2cd817-f3c1-4838-a758-06f92827a25a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f805b566-ffcc-401a-bee3-172988f1928c {
  padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 70.0px);
}

}

@media (min-width: 992px) {
[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 70.0px);
}

}

@media (min-width: 1200px) {
[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-f805b566-ffcc-401a-bee3-172988f1928c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 70.0px);
}

}

#s-174b1985-6ece-4393-afa7-a4eb6a778fbf {
  text-align: center;
}




  #s-174b1985-6ece-4393-afa7-a4eb6a778fbf img.shogun-image {
    
    width: px;
  }


#s-174b1985-6ece-4393-afa7-a4eb6a778fbf .shogun-image-content {
  
    align-items: center;
  
}

#s-a74f29b7-8b59-4266-b006-050cac85a2ce {
  margin-top: 35px;
margin-left: 300px;
margin-bottom: 0px;
margin-right: 300px;
padding-top: 0px;
padding-left: 100px;
padding-right: 100px;
background-color: rgba(239, 239, 235, 1);
}

#s-08fd7e8b-afff-43c5-a323-980a136779f4 {
  margin-top: 0px;
margin-left: 300px;
margin-bottom: 0px;
margin-right: 300px;
padding-top: 0px;
padding-left: 200px;
padding-right: 200px;
background-color: rgba(239, 239, 235, 1);
}

#s-c1cd28fd-2560-4260-a47d-3c145b8d8faa {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-c1cd28fd-2560-4260-a47d-3c145b8d8faa {
  display: none;
}
#s-c1cd28fd-2560-4260-a47d-3c145b8d8faa, #wrap-s-c1cd28fd-2560-4260-a47d-3c145b8d8faa { display:none !important; }}
@media (min-width: 0px) {
[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-c1cd28fd-2560-4260-a47d-3c145b8d8faa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a768ed67-0a09-4702-b10b-e25e51937065 {
  text-align: center;
}




  #s-a768ed67-0a09-4702-b10b-e25e51937065 img.shogun-image {
    
    width: px;
  }


#s-a768ed67-0a09-4702-b10b-e25e51937065 .shogun-image-content {
  
    align-items: center;
  
}

#s-36746474-8c3a-44da-a980-20b019f68ae4 hr {
  border: 0;
  width: 100%;
  border-top: 76px solid rgba(255, 255, 255, 1);
}

#s-2ac6a34c-7488-49bf-b840-946e54c7a22e {
  text-align: center;
}




  #s-2ac6a34c-7488-49bf-b840-946e54c7a22e img.shogun-image {
    
    width: px;
  }


#s-2ac6a34c-7488-49bf-b840-946e54c7a22e .shogun-image-content {
  
    align-items: center;
  
}

#s-f8455e9b-80fa-4471-8c4a-2ed26271df1b {
  padding-top: 60px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-f8455e9b-80fa-4471-8c4a-2ed26271df1b {
  display: none;
}
#s-f8455e9b-80fa-4471-8c4a-2ed26271df1b, #wrap-s-f8455e9b-80fa-4471-8c4a-2ed26271df1b { display:none !important; }}
@media (min-width: 0px) {
[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f8455e9b-80fa-4471-8c4a-2ed26271df1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3cd23145-cae1-468c-8822-7c5651852456 {
  text-align: center;
}




  #s-3cd23145-cae1-468c-8822-7c5651852456 img.shogun-image {
    
    width: px;
  }


#s-3cd23145-cae1-468c-8822-7c5651852456 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-15bc5785-ee9e-435e-a907-57fae77e877a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-33c456f6-edac-4449-af29-1a68639263ad {
  margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-33c456f6-edac-4449-af29-1a68639263ad {
  display: none;
}
#s-33c456f6-edac-4449-af29-1a68639263ad, #wrap-s-33c456f6-edac-4449-af29-1a68639263ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33c456f6-edac-4449-af29-1a68639263ad {
  display: none;
}
#s-33c456f6-edac-4449-af29-1a68639263ad, #wrap-s-33c456f6-edac-4449-af29-1a68639263ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33c456f6-edac-4449-af29-1a68639263ad {
  display: none;
}
#s-33c456f6-edac-4449-af29-1a68639263ad, #wrap-s-33c456f6-edac-4449-af29-1a68639263ad { display:none !important; }}



  #s-33c456f6-edac-4449-af29-1a68639263ad img.shogun-image {
    
    width: px;
  }


#s-33c456f6-edac-4449-af29-1a68639263ad .shogun-image-content {
  
    align-items: center;
  
}

#s-e5b9c648-3727-418d-90d4-385c44c5adef {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 1200px){#s-e5b9c648-3727-418d-90d4-385c44c5adef {
  display: none;
}
#s-e5b9c648-3727-418d-90d4-385c44c5adef, #wrap-s-e5b9c648-3727-418d-90d4-385c44c5adef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5b9c648-3727-418d-90d4-385c44c5adef {
  display: none;
}
#s-e5b9c648-3727-418d-90d4-385c44c5adef, #wrap-s-e5b9c648-3727-418d-90d4-385c44c5adef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5b9c648-3727-418d-90d4-385c44c5adef {
  display: none;
}
#s-e5b9c648-3727-418d-90d4-385c44c5adef, #wrap-s-e5b9c648-3727-418d-90d4-385c44c5adef { display:none !important; }}
#s-4e538067-aca6-4aec-bdb4-826c292a07ba {
  margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 1200px){#s-4e538067-aca6-4aec-bdb4-826c292a07ba {
  display: none;
}
#s-4e538067-aca6-4aec-bdb4-826c292a07ba, #wrap-s-4e538067-aca6-4aec-bdb4-826c292a07ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e538067-aca6-4aec-bdb4-826c292a07ba {
  display: none;
}
#s-4e538067-aca6-4aec-bdb4-826c292a07ba, #wrap-s-4e538067-aca6-4aec-bdb4-826c292a07ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e538067-aca6-4aec-bdb4-826c292a07ba {
  display: none;
}
#s-4e538067-aca6-4aec-bdb4-826c292a07ba, #wrap-s-4e538067-aca6-4aec-bdb4-826c292a07ba { display:none !important; }}
#s-34f2aa9c-793b-4c79-a30f-4073cabd8120 {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34f2aa9c-793b-4c79-a30f-4073cabd8120 {
  display: none;
}
#s-34f2aa9c-793b-4c79-a30f-4073cabd8120, #wrap-s-34f2aa9c-793b-4c79-a30f-4073cabd8120 { display:none !important; }}@media (max-width: 767px){#s-34f2aa9c-793b-4c79-a30f-4073cabd8120 {
  display: none;
}
#s-34f2aa9c-793b-4c79-a30f-4073cabd8120, #wrap-s-34f2aa9c-793b-4c79-a30f-4073cabd8120 { display:none !important; }}
#s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43 {
  margin-left: 550px;
margin-right: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43 {
  display: none;
}
#s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43, #wrap-s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43 { display:none !important; }}@media (max-width: 767px){#s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43 {
  display: none;
}
#s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43, #wrap-s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43 { display:none !important; }}
#s-16b1dcf7-ba6c-4865-9c76-1d2524c8df43 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(166, 166, 166, 1);
}

#s-2c5478bf-4c71-4539-9cf2-4b4af9d8969d {
  min-height: 50px;
}
@media (max-width: 767px){#s-2c5478bf-4c71-4539-9cf2-4b4af9d8969d {
  display: none;
}
#s-2c5478bf-4c71-4539-9cf2-4b4af9d8969d, #wrap-s-2c5478bf-4c71-4539-9cf2-4b4af9d8969d { display:none !important; }}
#s-2c5478bf-4c71-4539-9cf2-4b4af9d8969d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-dc583ec7-240b-4e51-9e69-7973d22d9d97 {
  margin-left: 200px;
margin-right: 200px;
}

#s-5ddd40bc-8bdb-4b31-a669-2fddad693514 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-e75e9b6d-93f9-477f-ade0-9e8b870a2292 {
  text-align: left;
}


.shg-c#s-e75e9b6d-93f9-477f-ade0-9e8b870a2292 {
  max-width: 100%;
}

.shg-c#s-e75e9b6d-93f9-477f-ade0-9e8b870a2292 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e75e9b6d-93f9-477f-ade0-9e8b870a2292 .shg-image-zoom,
.shg-c#s-e75e9b6d-93f9-477f-ade0-9e8b870a2292 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



.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-df6631ac-c99e-412b-8eae-e6d8c682745e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df6631ac-c99e-412b-8eae-e6d8c682745e .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
}

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

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

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

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

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

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

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

#s-59d0bb7f-e287-4cab-8c7c-5982354a17e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(203, 156, 111, 1);
text-align: center;
cursor: pointer;
}
#s-59d0bb7f-e287-4cab-8c7c-5982354a17e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59d0bb7f-e287-4cab-8c7c-5982354a17e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59d0bb7f-e287-4cab-8c7c-5982354a17e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59d0bb7f-e287-4cab-8c7c-5982354a17e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59d0bb7f-e287-4cab-8c7c-5982354a17e1.shg-btn {
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}

#s-59d0bb7f-e287-4cab-8c7c-5982354a17e1.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  
  
}


  #s-59d0bb7f-e287-4cab-8c7c-5982354a17e1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3319d0f6-10be-4f15-9d64-9effe7628b0d {
  display: none;
}
#s-db7fb6ea-0ccf-4321-a5d8-3af225cae3f8 {
  text-align: left;
}


.shg-c#s-db7fb6ea-0ccf-4321-a5d8-3af225cae3f8 {
  max-width: 100%;
}

.shg-c#s-db7fb6ea-0ccf-4321-a5d8-3af225cae3f8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db7fb6ea-0ccf-4321-a5d8-3af225cae3f8 .shg-image-zoom,
.shg-c#s-db7fb6ea-0ccf-4321-a5d8-3af225cae3f8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-8c7ac70d-7ee2-47d4-9071-1f218d5b8795 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c7ac70d-7ee2-47d4-9071-1f218d5b8795 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0a17146c-a08d-4a05-b507-7bd29e8ecb83 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(203, 156, 111, 1);
text-align: center;
cursor: pointer;
}
#s-0a17146c-a08d-4a05-b507-7bd29e8ecb83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a17146c-a08d-4a05-b507-7bd29e8ecb83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a17146c-a08d-4a05-b507-7bd29e8ecb83 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a17146c-a08d-4a05-b507-7bd29e8ecb83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a17146c-a08d-4a05-b507-7bd29e8ecb83.shg-btn {
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0a17146c-a08d-4a05-b507-7bd29e8ecb83.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0a17146c-a08d-4a05-b507-7bd29e8ecb83.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ae3b049a-aeef-4806-b76d-75f91602065e {
  display: none;
}
#s-70340fc1-69a7-4c45-be44-beea99441ab1 {
  text-align: left;
}


.shg-c#s-70340fc1-69a7-4c45-be44-beea99441ab1 {
  max-width: 100%;
}

.shg-c#s-70340fc1-69a7-4c45-be44-beea99441ab1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70340fc1-69a7-4c45-be44-beea99441ab1 .shg-image-zoom,
.shg-c#s-70340fc1-69a7-4c45-be44-beea99441ab1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-ea0e07f6-8b7b-46f2-a141-69eae6181b86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea0e07f6-8b7b-46f2-a141-69eae6181b86 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e707537a-e836-46d6-b2b5-aa7da688fb17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(203, 156, 111, 1);
text-align: center;
cursor: pointer;
}
#s-e707537a-e836-46d6-b2b5-aa7da688fb17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e707537a-e836-46d6-b2b5-aa7da688fb17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e707537a-e836-46d6-b2b5-aa7da688fb17 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e707537a-e836-46d6-b2b5-aa7da688fb17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e707537a-e836-46d6-b2b5-aa7da688fb17.shg-btn {
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e707537a-e836-46d6-b2b5-aa7da688fb17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e707537a-e836-46d6-b2b5-aa7da688fb17.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0c50247d-399a-4f1f-97e5-07e9f23f0550 {
  display: none;
}
#s-fcbccd62-54d9-43a3-bda0-be7fc9f350d9 {
  text-align: left;
}


.shg-c#s-fcbccd62-54d9-43a3-bda0-be7fc9f350d9 {
  max-width: 100%;
}

.shg-c#s-fcbccd62-54d9-43a3-bda0-be7fc9f350d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcbccd62-54d9-43a3-bda0-be7fc9f350d9 .shg-image-zoom,
.shg-c#s-fcbccd62-54d9-43a3-bda0-be7fc9f350d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-b82b5dad-4164-472a-aad1-b1dbc80ccf91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b82b5dad-4164-472a-aad1-b1dbc80ccf91 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5f75be3f-fe52-4964-b47e-98ce51bb6ba9 {
  text-align: left;
}

#s-5f75be3f-fe52-4964-b47e-98ce51bb6ba9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5f75be3f-fe52-4964-b47e-98ce51bb6ba9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5f75be3f-fe52-4964-b47e-98ce51bb6ba9 .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-8fd564b7-2452-4fd8-b657-88e5aebd911b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8fd564b7-2452-4fd8-b657-88e5aebd911b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fd564b7-2452-4fd8-b657-88e5aebd911b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8fd564b7-2452-4fd8-b657-88e5aebd911b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8fd564b7-2452-4fd8-b657-88e5aebd911b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fd564b7-2452-4fd8-b657-88e5aebd911b.shg-btn {
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8fd564b7-2452-4fd8-b657-88e5aebd911b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-09289287-f78c-4405-828a-347054e6a64e {
  display: none;
}
#s-31e9228b-2e68-46f1-9d59-65da4687e8ac {
  text-align: left;
}


.shg-c#s-31e9228b-2e68-46f1-9d59-65da4687e8ac {
  max-width: 100%;
}

.shg-c#s-31e9228b-2e68-46f1-9d59-65da4687e8ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31e9228b-2e68-46f1-9d59-65da4687e8ac .shg-image-zoom,
.shg-c#s-31e9228b-2e68-46f1-9d59-65da4687e8ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-48bd5578-bd3c-4afc-84ce-e20faab98710 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48bd5578-bd3c-4afc-84ce-e20faab98710 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c813e42e-4c2e-48d9-adbf-12a2db73fed0 {
  text-align: left;
}

#s-c813e42e-4c2e-48d9-adbf-12a2db73fed0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c813e42e-4c2e-48d9-adbf-12a2db73fed0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c813e42e-4c2e-48d9-adbf-12a2db73fed0 .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-c4de2b72-51e9-4d2b-848e-dc99b71f32a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c4de2b72-51e9-4d2b-848e-dc99b71f32a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4de2b72-51e9-4d2b-848e-dc99b71f32a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4de2b72-51e9-4d2b-848e-dc99b71f32a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4de2b72-51e9-4d2b-848e-dc99b71f32a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4de2b72-51e9-4d2b-848e-dc99b71f32a4.shg-btn {
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4de2b72-51e9-4d2b-848e-dc99b71f32a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bf340846-1a21-4f83-b80a-6707fe639549 {
  display: none;
}
#s-d689a586-451d-4d47-bdfa-71da35679bdb {
  text-align: left;
}


.shg-c#s-d689a586-451d-4d47-bdfa-71da35679bdb {
  max-width: 100%;
}

.shg-c#s-d689a586-451d-4d47-bdfa-71da35679bdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d689a586-451d-4d47-bdfa-71da35679bdb .shg-image-zoom,
.shg-c#s-d689a586-451d-4d47-bdfa-71da35679bdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-344a4f98-e7cb-477e-b7d4-e4c82af11535 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-344a4f98-e7cb-477e-b7d4-e4c82af11535 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-98883c20-d29f-4226-a37f-cb8bfeb75614 {
  text-align: left;
}

#s-98883c20-d29f-4226-a37f-cb8bfeb75614 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-98883c20-d29f-4226-a37f-cb8bfeb75614 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-98883c20-d29f-4226-a37f-cb8bfeb75614 .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-89e3f712-0350-4846-bd9b-b22e6c129ae3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-89e3f712-0350-4846-bd9b-b22e6c129ae3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89e3f712-0350-4846-bd9b-b22e6c129ae3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89e3f712-0350-4846-bd9b-b22e6c129ae3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89e3f712-0350-4846-bd9b-b22e6c129ae3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89e3f712-0350-4846-bd9b-b22e6c129ae3.shg-btn {
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89e3f712-0350-4846-bd9b-b22e6c129ae3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-d3c48246-b504-42a2-abe3-9d50a3125530 {
  display: none;
}
#s-d3c48246-b504-42a2-abe3-9d50a3125530, #wrap-s-d3c48246-b504-42a2-abe3-9d50a3125530 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3c48246-b504-42a2-abe3-9d50a3125530 {
  display: none;
}
#s-d3c48246-b504-42a2-abe3-9d50a3125530, #wrap-s-d3c48246-b504-42a2-abe3-9d50a3125530 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3c48246-b504-42a2-abe3-9d50a3125530 {
  display: none;
}
#s-d3c48246-b504-42a2-abe3-9d50a3125530, #wrap-s-d3c48246-b504-42a2-abe3-9d50a3125530 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3c48246-b504-42a2-abe3-9d50a3125530"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0504eb6f-6963-484f-b036-ca98a7c7de3c {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-0504eb6f-6963-484f-b036-ca98a7c7de3c {
  display: none;
}
#s-0504eb6f-6963-484f-b036-ca98a7c7de3c, #wrap-s-0504eb6f-6963-484f-b036-ca98a7c7de3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0504eb6f-6963-484f-b036-ca98a7c7de3c {
  display: none;
}
#s-0504eb6f-6963-484f-b036-ca98a7c7de3c, #wrap-s-0504eb6f-6963-484f-b036-ca98a7c7de3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0504eb6f-6963-484f-b036-ca98a7c7de3c {
  display: none;
}
#s-0504eb6f-6963-484f-b036-ca98a7c7de3c, #wrap-s-0504eb6f-6963-484f-b036-ca98a7c7de3c { display:none !important; }}



  #s-0504eb6f-6963-484f-b036-ca98a7c7de3c img.shogun-image {
    
    width: px;
  }


#s-0504eb6f-6963-484f-b036-ca98a7c7de3c .shogun-image-content {
  
    align-items: center;
  
}

#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 {
  display: none;
}
#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7, #wrap-s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 {
  display: none;
}
#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7, #wrap-s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 {
  display: none;
}
#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7, #wrap-s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 { display:none !important; }}



  #s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 img.shogun-image {
    
    width: px;
  }


#s-fd746efb-c8e6-47c2-b658-b2a2aca5b7c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed24528f-cb80-4abc-97b0-88df1770ebb3 {
  padding-top: 0px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-ed24528f-cb80-4abc-97b0-88df1770ebb3 {
  display: none;
}
#s-ed24528f-cb80-4abc-97b0-88df1770ebb3, #wrap-s-ed24528f-cb80-4abc-97b0-88df1770ebb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed24528f-cb80-4abc-97b0-88df1770ebb3 {
  display: none;
}
#s-ed24528f-cb80-4abc-97b0-88df1770ebb3, #wrap-s-ed24528f-cb80-4abc-97b0-88df1770ebb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed24528f-cb80-4abc-97b0-88df1770ebb3 {
  display: none;
}
#s-ed24528f-cb80-4abc-97b0-88df1770ebb3, #wrap-s-ed24528f-cb80-4abc-97b0-88df1770ebb3 { display:none !important; }}



  #s-ed24528f-cb80-4abc-97b0-88df1770ebb3 img.shogun-image {
    
    width: px;
  }


#s-ed24528f-cb80-4abc-97b0-88df1770ebb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-22e1d971-3460-410e-8ccd-929db5378e0e {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-22e1d971-3460-410e-8ccd-929db5378e0e {
  display: none;
}
#s-22e1d971-3460-410e-8ccd-929db5378e0e, #wrap-s-22e1d971-3460-410e-8ccd-929db5378e0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22e1d971-3460-410e-8ccd-929db5378e0e {
  display: none;
}
#s-22e1d971-3460-410e-8ccd-929db5378e0e, #wrap-s-22e1d971-3460-410e-8ccd-929db5378e0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22e1d971-3460-410e-8ccd-929db5378e0e {
  display: none;
}
#s-22e1d971-3460-410e-8ccd-929db5378e0e, #wrap-s-22e1d971-3460-410e-8ccd-929db5378e0e { display:none !important; }}



  #s-22e1d971-3460-410e-8ccd-929db5378e0e img.shogun-image {
    
    width: px;
  }


#s-22e1d971-3460-410e-8ccd-929db5378e0e .shogun-image-content {
  
    align-items: center;
  
}

#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e {
  display: none;
}
#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e, #wrap-s-f00a2d91-9de6-4c09-8a9c-78be4674b70e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e {
  display: none;
}
#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e, #wrap-s-f00a2d91-9de6-4c09-8a9c-78be4674b70e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e {
  display: none;
}
#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e, #wrap-s-f00a2d91-9de6-4c09-8a9c-78be4674b70e { display:none !important; }}
#s-f00a2d91-9de6-4c09-8a9c-78be4674b70e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1056c05e-6ea4-4a33-967b-1409f670b869 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 100px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1056c05e-6ea4-4a33-967b-1409f670b869 {
  display: none;
}
#s-1056c05e-6ea4-4a33-967b-1409f670b869, #wrap-s-1056c05e-6ea4-4a33-967b-1409f670b869 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1056c05e-6ea4-4a33-967b-1409f670b869 {
  display: none;
}
#s-1056c05e-6ea4-4a33-967b-1409f670b869, #wrap-s-1056c05e-6ea4-4a33-967b-1409f670b869 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1056c05e-6ea4-4a33-967b-1409f670b869 {
  display: none;
}
#s-1056c05e-6ea4-4a33-967b-1409f670b869, #wrap-s-1056c05e-6ea4-4a33-967b-1409f670b869 { display:none !important; }}
#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 {
  margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 {
  display: none;
}
#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4, #wrap-s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 {
  display: none;
}
#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4, #wrap-s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 {
  display: none;
}
#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4, #wrap-s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 { display:none !important; }}
#s-7d2c1931-bdcd-46c3-ae0c-ce6acd02b8a4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(86, 86, 86, 1);
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-3d4f46df-a522-4002-9cea-d1deaa4cb8fb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-da5b6f29-43b1-48ea-a70c-206849169e72 {
  display: none;
}
#s-e770fb80-1c5d-4cfa-bbcb-66818d860b84 {
  text-align: left;
}


.shg-c#s-e770fb80-1c5d-4cfa-bbcb-66818d860b84 {
  max-width: 100%;
}

.shg-c#s-e770fb80-1c5d-4cfa-bbcb-66818d860b84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e770fb80-1c5d-4cfa-bbcb-66818d860b84 .shg-image-zoom,
.shg-c#s-e770fb80-1c5d-4cfa-bbcb-66818d860b84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-e3911fd8-5149-4d81-a188-004c7b855bf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3911fd8-5149-4d81-a188-004c7b855bf6 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
}

#s-7e5891a7-81ff-4cf4-8c7c-37e7d8f395e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(203, 156, 111, 1);
text-align: center;
cursor: pointer;
}
#s-7e5891a7-81ff-4cf4-8c7c-37e7d8f395e4:hover {background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;}#s-7e5891a7-81ff-4cf4-8c7c-37e7d8f395e4:active {background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;}


#s-7e5891a7-81ff-4cf4-8c7c-37e7d8f395e4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e5891a7-81ff-4cf4-8c7c-37e7d8f395e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e5891a7-81ff-4cf4-8c7c-37e7d8f395e4.shg-btn {
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7e5891a7-81ff-4cf4-8c7c-37e7d8f395e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c9bb844e-ab0e-4e68-8bdc-32a0011f4671 {
  display: none;
}
#s-fb02ee87-105a-43b0-8a83-cd9bab4e4bd8 {
  text-align: left;
}


.shg-c#s-fb02ee87-105a-43b0-8a83-cd9bab4e4bd8 {
  max-width: 100%;
}

.shg-c#s-fb02ee87-105a-43b0-8a83-cd9bab4e4bd8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb02ee87-105a-43b0-8a83-cd9bab4e4bd8 .shg-image-zoom,
.shg-c#s-fb02ee87-105a-43b0-8a83-cd9bab4e4bd8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-6f9134bc-8cdd-4b1e-a024-68c9c82d13dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f9134bc-8cdd-4b1e-a024-68c9c82d13dd .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
}

#s-90c2c986-59ad-40ce-9517-5fd199fb9ad6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(203, 156, 111, 1);
text-align: center;
cursor: pointer;
}
#s-90c2c986-59ad-40ce-9517-5fd199fb9ad6:hover {background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;}#s-90c2c986-59ad-40ce-9517-5fd199fb9ad6:active {background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;}


#s-90c2c986-59ad-40ce-9517-5fd199fb9ad6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90c2c986-59ad-40ce-9517-5fd199fb9ad6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90c2c986-59ad-40ce-9517-5fd199fb9ad6.shg-btn {
  font-size: 14px;
  
  
  font-family: Lato;
  display:  inline-block ;
}

#s-90c2c986-59ad-40ce-9517-5fd199fb9ad6.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  
  
}



#s-0cf7256c-7976-4f67-8692-3df5718b84e5 {
  display: none;
}
#s-8d0a6c8c-d169-4f5b-befa-302b88cbc844 {
  text-align: left;
}


.shg-c#s-8d0a6c8c-d169-4f5b-befa-302b88cbc844 {
  max-width: 100%;
}

.shg-c#s-8d0a6c8c-d169-4f5b-befa-302b88cbc844 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d0a6c8c-d169-4f5b-befa-302b88cbc844 .shg-image-zoom,
.shg-c#s-8d0a6c8c-d169-4f5b-befa-302b88cbc844 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-e9f30c02-bb34-4873-9caf-5ea8b8f68181 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9f30c02-bb34-4873-9caf-5ea8b8f68181 .shg-product-title-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
}

#s-d27aa8f5-f80a-4d08-a30a-f536fb72098c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(203, 156, 111, 1);
text-align: center;
cursor: pointer;
}
#s-d27aa8f5-f80a-4d08-a30a-f536fb72098c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d27aa8f5-f80a-4d08-a30a-f536fb72098c:active {background-color: rgba(87, 87, 87, 1) !important;
text-decoration: none !important;}


#s-d27aa8f5-f80a-4d08-a30a-f536fb72098c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d27aa8f5-f80a-4d08-a30a-f536fb72098c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d27aa8f5-f80a-4d08-a30a-f536fb72098c.shg-btn {
  font-size: 14px;
  
  
  font-family: Lato;
  display:  inline-block ;
}

#s-d27aa8f5-f80a-4d08-a30a-f536fb72098c.shg-btn.shg-product-atc-error {
  
  font-family: Lato;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
