.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f2007274-314b-4187-899c-e0fb80a60adb {
  min-height: 50px;
}








#s-f2007274-314b-4187-899c-e0fb80a60adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2007274-314b-4187-899c-e0fb80a60adb.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-c3c1f41c-83db-47e4-bafd-9605b8600620 {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c3c1f41c-83db-47e4-bafd-9605b8600620"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-34a140d8-be90-457a-8c89-75aebb189658 {
  border-style: solid;
margin-top: -50px;
margin-bottom: -3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 20px;
border-right-width: 0px;
border-color: rgba(38, 188, 215, 1);
min-height: 115px;
background-color: rgba(255, 255, 255, 0);
}








#s-34a140d8-be90-457a-8c89-75aebb189658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a140d8-be90-457a-8c89-75aebb189658.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-8a1f9423-9ddb-4f2a-9f87-e60905ba6597 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-8a1f9423-9ddb-4f2a-9f87-e60905ba6597 img.shogun-image {
    
    width: px;
  }


#s-8a1f9423-9ddb-4f2a-9f87-e60905ba6597 .shogun-image-content {
  
    align-items: center;
  
}

#s-de8b92fe-73e4-4f73-93bc-80f9b7f242d9 {
  background-image: url(https://i.shgcdn.com/79a00400-34f3-4537-be96-f1079321fdcc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-de8b92fe-73e4-4f73-93bc-80f9b7f242d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de8b92fe-73e4-4f73-93bc-80f9b7f242d9.shg-box.shg-c {
  justify-content: center;
}

#s-a037cb62-3c26-4073-a64c-e99cb48d9091 {
  margin-left: auto;
margin-right: auto;
max-width: 1135px;
}

#s-67102e87-9367-4ce6-a1b9-f86321209618 {
  background-image: url(https://i.shgcdn.com/6529a632-a998-4b5a-949c-048962dde101/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-67102e87-9367-4ce6-a1b9-f86321209618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67102e87-9367-4ce6-a1b9-f86321209618.shg-box.shg-c {
  justify-content: center;
}

#s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac {
  
}

@media (min-width: 0px) {
[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a1a9ba6-464e-4adb-b13a-6bcc7778baac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-763bcd59-a8fe-4bb9-b190-7b1462cb96a6 {
  margin-top: 20px;
text-align: center;
}




  #s-763bcd59-a8fe-4bb9-b190-7b1462cb96a6 img.shogun-image {
    
    width: px;
  }


#s-763bcd59-a8fe-4bb9-b190-7b1462cb96a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a2748e6-cc39-427a-849a-98d120804c8f {
  display: none;
}
.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-a7c30dea-26b8-4f74-bc48-872e28aaa5f7 {
  padding-top: 20px;
padding-bottom: 10px;
max-width: 408px;
text-align: left;
}

#s-a7c30dea-26b8-4f74-bc48-872e28aaa5f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2a524778-6e89-48a1-b831-d2c6698c82fe {
  padding-bottom: 10px;
}

#s-344bde7f-7279-42c5-afd5-d752d3b1600a {
  padding-bottom: 20px;
text-align: left;
}

#s-344bde7f-7279-42c5-afd5-d752d3b1600a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-344bde7f-7279-42c5-afd5-d752d3b1600a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 30px;
}

#s-344bde7f-7279-42c5-afd5-d752d3b1600a .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-1ca7232d-c042-4119-bf1d-df8b015587a7 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1ca7232d-c042-4119-bf1d-df8b015587a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-79b0a9de-012f-4425-a2e2-2ec6bd7f3ef6 {
  text-align: left;
}

#s-79b0a9de-012f-4425-a2e2-2ec6bd7f3ef6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-79b0a9de-012f-4425-a2e2-2ec6bd7f3ef6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-79b0a9de-012f-4425-a2e2-2ec6bd7f3ef6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-79b0a9de-012f-4425-a2e2-2ec6bd7f3ef6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-79b0a9de-012f-4425-a2e2-2ec6bd7f3ef6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-5dda0617-c538-4e9a-9ae8-e8f5405897d0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: left;
background-color: rgba(198, 0, 112, 1);
}
#s-5dda0617-c538-4e9a-9ae8-e8f5405897d0:hover {border-radius: 10px !important;
background-color: rgba(223, 25, 149, 1) !important;
text-decoration: none !important;}#s-5dda0617-c538-4e9a-9ae8-e8f5405897d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5dda0617-c538-4e9a-9ae8-e8f5405897d0 {
  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-5dda0617-c538-4e9a-9ae8-e8f5405897d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5dda0617-c538-4e9a-9ae8-e8f5405897d0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-5dda0617-c538-4e9a-9ae8-e8f5405897d0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe30c5e0-6e10-4976-ba68-a11a97e7e00c {
  padding-right: 40px;
}

#s-d9b2ae64-0bfb-4a08-b254-69712de1b5b6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(38, 188, 215, 1);
}








#s-d9b2ae64-0bfb-4a08-b254-69712de1b5b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9b2ae64-0bfb-4a08-b254-69712de1b5b6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e7bf872e-8c95-4efb-8baf-0b2fd1da327c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-6f576943-0593-4819-a4b8-e0dae1d55cce {
  text-align: center;
}




  #s-6f576943-0593-4819-a4b8-e0dae1d55cce img.shogun-image {
    
    width: px;
  }


#s-6f576943-0593-4819-a4b8-e0dae1d55cce .shogun-image-content {
  
    align-items: center;
  
}

#s-e43b0aea-0d17-4dac-8082-863fc01ea320 {
  text-align: center;
}




  #s-e43b0aea-0d17-4dac-8082-863fc01ea320 img.shogun-image {
    
    width: px;
  }


#s-e43b0aea-0d17-4dac-8082-863fc01ea320 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29 {
  padding-top: 35px;
}

@media (min-width: 0px) {
[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ae4e41ea-ee4d-4fbd-aa9d-8de824c94c29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-8b88e0fb-fce4-45b1-9c78-7aa6c9bdf4cb {
  padding-bottom: 20px;
}

#s-897da879-768d-4d59-a0bb-9cb5c9ab4b53 {
  padding-bottom: 20px;
}

#s-e9164362-be43-4552-a8bb-00f584f434d9 {
  
}

#s-6f8db3fd-586f-4ac4-ad63-4514818988f5 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(229, 229, 229, 1);
}








#s-6f8db3fd-586f-4ac4-ad63-4514818988f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f8db3fd-586f-4ac4-ad63-4514818988f5.shg-box.shg-c {
  justify-content: center;
}

#s-0e40d58c-c862-41e5-bbac-25a0c654d19a {
  margin-top: 15px;
margin-bottom: 30px;
}

#s-08f2c0b0-966d-4a26-b298-9046e1d0d99b {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-08f2c0b0-966d-4a26-b298-9046e1d0d99b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-fc4b3de2-05fc-48ed-90fa-730739edc342 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}




  #s-fc4b3de2-05fc-48ed-90fa-730739edc342 img.shogun-image {
    
    width: px;
  }


#s-fc4b3de2-05fc-48ed-90fa-730739edc342 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee6b10dc-32b5-4339-bf41-57a0f849470d {
  padding-top: 15px;
}

#s-0b03c950-d38c-4574-92b6-b18eb593c4bd {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}




  #s-0b03c950-d38c-4574-92b6-b18eb593c4bd img.shogun-image {
    
    width: px;
  }


#s-0b03c950-d38c-4574-92b6-b18eb593c4bd .shogun-image-content {
  
    align-items: center;
  
}

#s-70258727-d12f-482a-9c40-ecda656e75e0 {
  padding-top: 15px;
}

#s-4d2ab9e1-cd9e-4bb9-8245-67362ad99470 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}




  #s-4d2ab9e1-cd9e-4bb9-8245-67362ad99470 img.shogun-image {
    
    width: px;
  }


#s-4d2ab9e1-cd9e-4bb9-8245-67362ad99470 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb087011-7809-44c0-a923-978912b7d253 {
  padding-top: 15px;
}

#s-833bffb1-28ad-4855-b6ac-ce2f89649d2a {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}




  #s-833bffb1-28ad-4855-b6ac-ce2f89649d2a img.shogun-image {
    
    width: px;
  }


#s-833bffb1-28ad-4855-b6ac-ce2f89649d2a .shogun-image-content {
  
    align-items: center;
  
}

#s-600c750c-514f-49dd-9e30-fded0d73d91e {
  padding-top: 15px;
}

#s-f034002f-0f82-43cf-b727-e0af6666a50d {
  background-color: rgba(255, 255, 255, 1);
}








#s-f034002f-0f82-43cf-b727-e0af6666a50d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f034002f-0f82-43cf-b727-e0af6666a50d.shg-box.shg-c {
  justify-content: center;
}

#s-6da81664-e264-4060-90c7-194a011caf9d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6da81664-e264-4060-90c7-194a011caf9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e55909a7-2ad5-4f36-83f1-12e44abbc33a {
  background-repeat: no-repeat;
background-attachment: fixed;
min-height: 50px;
background-position: left top;
}








#s-e55909a7-2ad5-4f36-83f1-12e44abbc33a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e55909a7-2ad5-4f36-83f1-12e44abbc33a.shg-box.shg-c {
  justify-content: center;
}

#s-a97dfc32-2dfe-4426-9391-263764dffab6 {
  margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}




  #s-a97dfc32-2dfe-4426-9391-263764dffab6 img.shogun-image {
    
    width: px;
  }


#s-a97dfc32-2dfe-4426-9391-263764dffab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4637a99-121e-42df-adfb-5a148113ee6b {
  min-height: 50px;
max-width: 550px;
}








#s-c4637a99-121e-42df-adfb-5a148113ee6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4637a99-121e-42df-adfb-5a148113ee6b.shg-box.shg-c {
  justify-content: center;
}

#s-61ec3190-a734-4716-848e-bc3191dbd694 {
  margin-top: 80px;
margin-bottom: 10px;
}

#s-a1f7f8ae-e827-471e-8096-6735e7eb62f6 {
  margin-bottom: 20px;
}

#s-a1f7f8ae-e827-471e-8096-6735e7eb62f6 hr {
  border: 0;
  width: 100%;
  border-top: 0px solid #ddd;
}

#s-1631c12d-fa27-472f-af99-0f4655334715 {
  margin-bottom: 0px;
}

#s-0b76d9e4-027f-45df-8456-089e9df649ae {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0b76d9e4-027f-45df-8456-089e9df649ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9ecd936d-c32a-466d-ab67-9f681a0320e2 {
  text-align: center;
}




  #s-9ecd936d-c32a-466d-ab67-9f681a0320e2 img.shogun-image {
    
    width: px;
  }


#s-9ecd936d-c32a-466d-ab67-9f681a0320e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8425ef6b-abbe-40bd-b128-ebf3016db157 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8425ef6b-abbe-40bd-b128-ebf3016db157"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5fb82023-268a-4c17-a624-7abf45429cdd {
  text-align: center;
}




  #s-5fb82023-268a-4c17-a624-7abf45429cdd img.shogun-image {
    
    width: px;
  }


#s-5fb82023-268a-4c17-a624-7abf45429cdd .shogun-image-content {
  
    align-items: center;
  
}

#s-deb3df96-df91-4692-a4ac-d3d3f5694fc9 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-deb3df96-df91-4692-a4ac-d3d3f5694fc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0ff73958-e956-4979-aeac-3768ac067084 {
  text-align: center;
}




  #s-0ff73958-e956-4979-aeac-3768ac067084 img.shogun-image {
    
    width: px;
  }


#s-0ff73958-e956-4979-aeac-3768ac067084 .shogun-image-content {
  
    align-items: center;
  
}

#s-31e504ac-b796-447c-86d1-901083a96577 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-31e504ac-b796-447c-86d1-901083a96577"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2cbc64f3-dec4-4d30-821a-29bd6c1dfa55 {
  text-align: center;
}




  #s-2cbc64f3-dec4-4d30-821a-29bd6c1dfa55 img.shogun-image {
    
    width: px;
  }


#s-2cbc64f3-dec4-4d30-821a-29bd6c1dfa55 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-2d5e363e-6fcc-41b0-8260-f44a3bd45e8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-87417eb0-8e57-425c-86fc-567c1195efc2 {
  text-align: center;
}




  #s-87417eb0-8e57-425c-86fc-567c1195efc2 img.shogun-image {
    
    width: px;
  }


#s-87417eb0-8e57-425c-86fc-567c1195efc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a6ebe16f-b95f-4ac6-8fe6-dba3b4c2f0bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-e1f1aafe-a1c5-4557-9d3b-35e3b31f1190 {
  text-align: center;
}




  #s-e1f1aafe-a1c5-4557-9d3b-35e3b31f1190 img.shogun-image {
    
    width: px;
  }


#s-e1f1aafe-a1c5-4557-9d3b-35e3b31f1190 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3f63182c-a4a8-4622-8b71-ae59f6b2e38d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-333b5d25-2ab5-4abe-bc97-bc0df1f3b583 {
  text-align: center;
}




  #s-333b5d25-2ab5-4abe-bc97-bc0df1f3b583 img.shogun-image {
    
    width: px;
  }


#s-333b5d25-2ab5-4abe-bc97-bc0df1f3b583 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec04173e-55d6-4f08-99ef-d217c994461f {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ec04173e-55d6-4f08-99ef-d217c994461f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-156a7def-f042-4c54-8b60-d0c1a756a210 {
  text-align: center;
}




  #s-156a7def-f042-4c54-8b60-d0c1a756a210 img.shogun-image {
    
    width: px;
  }


#s-156a7def-f042-4c54-8b60-d0c1a756a210 .shogun-image-content {
  
    align-items: center;
  
}

#s-92036ed3-9c56-448d-abfe-5e7568550aa4 {
  margin-top: 20px;
}

#s-4c6610f4-6c03-41b4-9d21-e540e1cea8f0 {
  padding-top: 35px;
min-height: 50px;
background-color: rgba(229, 229, 229, 1);
}








#s-4c6610f4-6c03-41b4-9d21-e540e1cea8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c6610f4-6c03-41b4-9d21-e540e1cea8f0.shg-box.shg-c {
  justify-content: center;
}

#s-8ef18a60-23d4-4a3d-863d-9904f1fc4462 {
  margin-bottom: 40px;
}

#s-9b582e76-5f6b-4290-ba76-d670e736416d {
  padding-top: 10px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b582e76-5f6b-4290-ba76-d670e736416d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-aaffc234-5b1c-460b-96ed-9cb1ded41b3d {
  display: none;
}
#s-1309f1ec-a90a-4188-a1e4-95f7a8c4f4b5 {
  max-width: 400px;
text-align: left;
}

#s-1309f1ec-a90a-4188-a1e4-95f7a8c4f4b5 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c42b4629-49ed-417e-9692-415217c1938b {
  padding-bottom: 10px;
}

#s-abf60b71-9a64-494b-8f4f-d9c5f3874b7d {
  padding-bottom: 20px;
text-align: left;
}

#s-abf60b71-9a64-494b-8f4f-d9c5f3874b7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abf60b71-9a64-494b-8f4f-d9c5f3874b7d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 30px;
}

#s-abf60b71-9a64-494b-8f4f-d9c5f3874b7d .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-ca0e8c0f-4ce8-48da-b66f-b9377afdff64 {
  padding-right: 40px;
}

#s-5402bf86-6823-40fa-a266-199c6a7eb4f1 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5402bf86-6823-40fa-a266-199c6a7eb4f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-ba8ecf90-f068-4f72-b3f6-43752d22db9b {
  text-align: left;
}

#s-ba8ecf90-f068-4f72-b3f6-43752d22db9b .shg-product-quantity-wrapper {
  display: flex;
}

#s-ba8ecf90-f068-4f72-b3f6-43752d22db9b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ba8ecf90-f068-4f72-b3f6-43752d22db9b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ba8ecf90-f068-4f72-b3f6-43752d22db9b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ba8ecf90-f068-4f72-b3f6-43752d22db9b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-abcd94f5-99f1-4d53-982a-909d8bf3c43a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: left;
background-color: rgba(198, 0, 112, 1);
}
#s-abcd94f5-99f1-4d53-982a-909d8bf3c43a:hover {border-radius: 10px !important;
background-color: rgba(223, 25, 149, 1) !important;
text-decoration: none !important;}#s-abcd94f5-99f1-4d53-982a-909d8bf3c43a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-abcd94f5-99f1-4d53-982a-909d8bf3c43a {
  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-abcd94f5-99f1-4d53-982a-909d8bf3c43a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abcd94f5-99f1-4d53-982a-909d8bf3c43a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-abcd94f5-99f1-4d53-982a-909d8bf3c43a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-43be643f-eb99-4170-80ec-5e553327ac8a {
  padding-top: 15px;
}

#s-e5d5498a-ff81-4cb8-9d3a-a29ac099f521 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 100px;
background-color: rgba(0, 105, 144, 1);
}








#s-e5d5498a-ff81-4cb8-9d3a-a29ac099f521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5d5498a-ff81-4cb8-9d3a-a29ac099f521.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dec5a0e0-775a-4fce-b280-639482fdd371"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5a4e5c71-3a7d-4b93-986f-a86005278f57 {
  margin-top: 20px;
max-width: 200px;
text-align: center;
}




  #s-5a4e5c71-3a7d-4b93-986f-a86005278f57 img.shogun-image {
    
    width: px;
  }


#s-5a4e5c71-3a7d-4b93-986f-a86005278f57 .shogun-image-content {
  
    align-items: center;
  
}

#s-86b77d16-f1a4-4e66-b815-552b8ba825d8 {
  margin-top: 25px;
}

@media (max-width: 767px){#s-34530430-5e23-4545-885a-9d8712db5ffa {
  display: none;
}
#s-34530430-5e23-4545-885a-9d8712db5ffa, #wrap-s-34530430-5e23-4545-885a-9d8712db5ffa { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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