.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-84dc49b8-1eb8-40d8-9639-333fb4cfb7da {
  text-align: center;
}




  #s-84dc49b8-1eb8-40d8-9639-333fb4cfb7da img.shogun-image {
    
    width: px;
  }


#s-84dc49b8-1eb8-40d8-9639-333fb4cfb7da .shogun-image-content {
  
    align-items: center;
  
}

.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-2fe3c20a-0662-4859-a788-fbfde73e02e4 {
  min-height: 50px;
}








#s-2fe3c20a-0662-4859-a788-fbfde73e02e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fe3c20a-0662-4859-a788-fbfde73e02e4.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-87604a61-3c30-4f60-af32-1ba10bae9921 {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-87604a61-3c30-4f60-af32-1ba10bae9921 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-87604a61-3c30-4f60-af32-1ba10bae9921 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-87604a61-3c30-4f60-af32-1ba10bae9921 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-87604a61-3c30-4f60-af32-1ba10bae9921 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-87604a61-3c30-4f60-af32-1ba10bae9921 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-87604a61-3c30-4f60-af32-1ba10bae9921 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-961656d8-eccd-49bc-a791-48c9daf895ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-1fe7adb9-f820-4a82-9559-9f27c2bb6893 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
border-radius: 1px;
text-align: center;
}


.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a {
  max-width: 100%;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom,
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a {
  max-width: 100%;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom,
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a {
  max-width: 100%;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom,
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a {
  max-width: 100%;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom,
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a {
  max-width: 100%;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom,
.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-94ebb5f5-eb1b-4cd6-9322-6f3c9a46ba0a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-592a121b-72a1-4a8d-95bf-be1276060aee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-592a121b-72a1-4a8d-95bf-be1276060aee .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-1547e6d8-cb07-4ffd-8cf0-ee42ff8aee2f {
  display: none;
}
#s-10ae9202-3db3-4549-961e-a4602b7d4883 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 {
  max-width: 100%;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom,
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 {
  max-width: 100%;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom,
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 {
  max-width: 100%;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom,
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 {
  max-width: 100%;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom,
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 {
  max-width: 100%;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom,
.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-10ae9202-3db3-4549-961e-a4602b7d4883 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9d1f30a6-aec5-482f-bf1f-707c9ddb9362 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d1f30a6-aec5-482f-bf1f-707c9ddb9362 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-eab23ab5-00d8-4ba1-9cc8-f413a28f4507 {
  display: none;
}
#s-2849d30f-be4f-4f67-ad95-d2569bfefebb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb {
  max-width: 100%;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom,
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb {
  max-width: 100%;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom,
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb {
  max-width: 100%;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom,
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb {
  max-width: 100%;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom,
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb {
  max-width: 100%;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom,
.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2849d30f-be4f-4f67-ad95-d2569bfefebb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3f610822-9f6c-47c7-a877-b3eb0a1f25c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f610822-9f6c-47c7-a877-b3eb0a1f25c5 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-05f25d99-9902-4247-95a5-d359bb670310"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-1d3b67dc-ad01-45f4-b713-53fe951d0ee1 {
  display: none;
}
#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
border-radius: 1px;
text-align: center;
}


.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 {
  max-width: 100%;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom,
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 {
  max-width: 100%;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom,
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 {
  max-width: 100%;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom,
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 {
  max-width: 100%;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom,
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 {
  max-width: 100%;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom,
.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ccacb6c2-cb58-46c9-bab0-aa7a7c316176 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9eee59f1-597a-4c5b-b39c-7cce38e8278f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9eee59f1-597a-4c5b-b39c-7cce38e8278f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-b310e148-f3a6-4521-b956-c51a7d9eac71 {
  display: none;
}
#s-b7f5e514-7372-4433-b73d-c99641a32896 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 {
  max-width: 100%;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom,
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 {
  max-width: 100%;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom,
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 {
  max-width: 100%;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom,
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 {
  max-width: 100%;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom,
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 {
  max-width: 100%;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom,
.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b7f5e514-7372-4433-b73d-c99641a32896 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-628490b3-f838-4ce3-bfdf-905e70ea562d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-628490b3-f838-4ce3-bfdf-905e70ea562d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-0e721212-5c4b-4845-9df7-4aa67da9edd4 {
  display: none;
}
#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 {
  max-width: 100%;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom,
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 {
  max-width: 100%;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom,
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 {
  max-width: 100%;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom,
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 {
  max-width: 100%;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom,
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 {
  max-width: 100%;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom,
.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-73f4f2a6-abb7-43a3-811a-97e27eba85d7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1c54a81b-f9a8-4fb5-9ee2-24dd3669ec0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c54a81b-f9a8-4fb5-9ee2-24dd3669ec0d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-52e5a526-82d7-4338-992f-c6fa95808334 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.43);
}

@media (min-width: 0px) {
[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-52e5a526-82d7-4338-992f-c6fa95808334"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-488a8ce7-fb33-4a64-a231-d2573f8c7278 {
  display: none;
}
#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 {
  max-width: 100%;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom,
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 {
  max-width: 100%;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom,
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 {
  max-width: 100%;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom,
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 {
  max-width: 100%;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom,
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 {
  max-width: 100%;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom,
.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3cc17752-05fe-420e-916c-3cbc3fd0bde5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dad3b92f-8769-431e-aa2d-10e62178d29f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dad3b92f-8769-431e-aa2d-10e62178d29f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-ee354c1f-573b-4bde-8042-d6a0bbf42b56 {
  display: none;
}
#s-8aba7aa5-d545-475e-a481-fd2a9ac2c7d3 {
  display: none;
}
#s-844d2a83-4025-4c03-8b46-c607ebb31715 {
  text-align: center;
}


.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 {
  max-width: 100%;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom,
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 {
  max-width: 100%;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom,
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 {
  max-width: 100%;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom,
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 {
  max-width: 100%;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom,
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 {
  max-width: 100%;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom,
.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-844d2a83-4025-4c03-8b46-c607ebb31715 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2af2f10c-6407-4d0c-832a-f0bb735d9aec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2af2f10c-6407-4d0c-832a-f0bb735d9aec .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b545c99b-c943-4af3-9a81-981978965ef2 {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-b545c99b-c943-4af3-9a81-981978965ef2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b545c99b-c943-4af3-9a81-981978965ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-b545c99b-c943-4af3-9a81-981978965ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-b545c99b-c943-4af3-9a81-981978965ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b545c99b-c943-4af3-9a81-981978965ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-b545c99b-c943-4af3-9a81-981978965ef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-a6cc764f-d308-4070-a75a-d807ca85da85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-afc3e1e6-139e-44ab-803c-fec1b8b277ff {
  display: none;
}
#s-376203f6-62bd-4903-a0e4-b893b3911fa1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 {
  max-width: 100%;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom,
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 {
  max-width: 100%;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom,
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 {
  max-width: 100%;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom,
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 {
  max-width: 100%;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom,
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 {
  max-width: 100%;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom,
.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-376203f6-62bd-4903-a0e4-b893b3911fa1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7238773b-b9f8-440e-b42f-a72f2d948573 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7238773b-b9f8-440e-b42f-a72f2d948573 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-4d2042c3-6fed-4727-b753-05501a565ce5 {
  display: none;
}
#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a {
  max-width: 100%;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom,
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a {
  max-width: 100%;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom,
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a {
  max-width: 100%;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom,
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a {
  max-width: 100%;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom,
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a {
  max-width: 100%;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom,
.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bf746db9-ea6e-4af4-bc5a-f023d30ca90a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4bf72589-5606-431f-8012-b4a02f65d595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bf72589-5606-431f-8012-b4a02f65d595 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-5d3851f5-8ac3-4c14-bc11-7850e6c5a7bc {
  display: none;
}
#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.5);
text-align: center;
}


.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 {
  max-width: 100%;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom,
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 {
  max-width: 100%;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom,
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 {
  max-width: 100%;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom,
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 {
  max-width: 100%;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom,
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 {
  max-width: 100%;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom,
.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-7ba8cc96-88f3-4bef-a3b1-e83e08b9ce70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9624b6ec-7f00-4d4b-8432-852083ffe519 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9624b6ec-7f00-4d4b-8432-852083ffe519 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-74693f88-f3e1-40bc-b728-f75d394340c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-1fd21d5b-5bfe-43c1-83e6-681dcd2d5d62 {
  display: none;
}
#s-22e4b4c8-5e74-41ba-b584-392084735422 {
  text-align: center;
}


.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 {
  max-width: 100%;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom,
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 {
  max-width: 100%;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom,
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 {
  max-width: 100%;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom,
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 {
  max-width: 100%;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom,
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 {
  max-width: 100%;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom,
.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-22e4b4c8-5e74-41ba-b584-392084735422 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c56d423c-1c3a-435d-b5bb-9e246cea9095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c56d423c-1c3a-435d-b5bb-9e246cea9095 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-3bf3a1d3-30a9-4461-b2b8-5052b1b6a085 {
  display: none;
}
#s-b980e56e-0ac8-4264-b83d-f4da731acd39 {
  text-align: center;
}


.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 {
  max-width: 100%;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom,
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 {
  max-width: 100%;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom,
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 {
  max-width: 100%;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom,
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 {
  max-width: 100%;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom,
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 {
  max-width: 100%;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom,
.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b980e56e-0ac8-4264-b83d-f4da731acd39 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bd141dfc-68a8-4043-92c5-be1044c39e99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd141dfc-68a8-4043-92c5-be1044c39e99 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-15c85764-b887-4fae-8856-78f6602f062d {
  display: none;
}
#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 {
  text-align: center;
}


.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 {
  max-width: 100%;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom,
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 {
  max-width: 100%;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom,
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 {
  max-width: 100%;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom,
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 {
  max-width: 100%;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom,
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 {
  max-width: 100%;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom,
.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-212d4422-ccde-42b5-9fd5-15a7d8d5b2a5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-97491763-53b4-4859-81df-8aed3fed9a59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97491763-53b4-4859-81df-8aed3fed9a59 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-73bcadbb-309c-4221-8061-000992f93d3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-50721677-1470-4937-a81e-ad450d2ffdce {
  display: none;
}
#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc {
  text-align: center;
}


.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc {
  max-width: 100%;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom,
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc {
  max-width: 100%;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom,
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc {
  max-width: 100%;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom,
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc {
  max-width: 100%;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom,
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc {
  max-width: 100%;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom,
.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-13530935-4641-44e4-ad0c-f4a5c9bcfffc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-baaee398-8e82-413e-8bab-649973dc6097 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baaee398-8e82-413e-8bab-649973dc6097 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-fa130fcf-d752-402b-9c29-eae6950be4dc {
  display: none;
}
#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 {
  text-align: center;
}


.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 {
  max-width: 100%;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom,
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 {
  max-width: 100%;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom,
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 {
  max-width: 100%;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom,
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 {
  max-width: 100%;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom,
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 {
  max-width: 100%;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom,
.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-72c7b28c-bf7c-4e6d-a75e-430f3fa57bf2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c43820d6-35f7-4476-b828-b6275c21d87c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c43820d6-35f7-4476-b828-b6275c21d87c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-eb577a32-dffb-4812-8e1c-614ebd8466d4 {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-eb577a32-dffb-4812-8e1c-614ebd8466d4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-eb577a32-dffb-4812-8e1c-614ebd8466d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-eb577a32-dffb-4812-8e1c-614ebd8466d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-eb577a32-dffb-4812-8e1c-614ebd8466d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-eb577a32-dffb-4812-8e1c-614ebd8466d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-eb577a32-dffb-4812-8e1c-614ebd8466d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-ff6c763a-b183-4210-81b4-132c7b5419bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-cbb28d22-375a-4f8f-8aca-e82a80dc61dd {
  display: none;
}
#s-07823cbf-2feb-496b-b1c4-adaa64737307 {
  text-align: center;
}


.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 {
  max-width: 100%;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom,
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 {
  max-width: 100%;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom,
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 {
  max-width: 100%;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom,
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 {
  max-width: 100%;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom,
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 {
  max-width: 100%;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom,
.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-07823cbf-2feb-496b-b1c4-adaa64737307 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bb793cbc-f325-4ab5-83ad-18d07f59e7d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb793cbc-f325-4ab5-83ad-18d07f59e7d8 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-864f1cb9-2a87-4154-b322-7f1412c64428 {
  display: none;
}
#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f {
  text-align: center;
}


.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f {
  max-width: 100%;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom,
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f {
  max-width: 100%;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom,
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f {
  max-width: 100%;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom,
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f {
  max-width: 100%;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom,
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f {
  max-width: 100%;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom,
.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-851120c5-8716-4c00-ab9d-8fd9c6255a7f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-973cd23a-5112-4474-b30b-2d20a4047f2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-973cd23a-5112-4474-b30b-2d20a4047f2c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-d88781c6-6444-4fa5-8e4f-eaff34f20dbb {
  display: none;
}
#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 {
  text-align: center;
}


.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 {
  max-width: 100%;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom,
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 {
  max-width: 100%;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom,
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 {
  max-width: 100%;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom,
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 {
  max-width: 100%;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom,
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 {
  max-width: 100%;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom,
.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-bffad7f0-e28d-44a2-9b12-dbb9b5279361 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4cadcd16-ed92-4f5e-aba1-f9d51f75603e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cadcd16-ed92-4f5e-aba1-f9d51f75603e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-c96c5fd0-1f05-4aa6-a598-2019cc86d9a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-a65ebf64-d415-4a5f-8244-d074c897c537 {
  display: none;
}
#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c {
  text-align: center;
}


.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c {
  max-width: 100%;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom,
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c {
  max-width: 100%;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom,
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c {
  max-width: 100%;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom,
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c {
  max-width: 100%;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom,
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c {
  max-width: 100%;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom,
.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8624adf1-a12f-4e6f-a93e-9b61a7fb617c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4b1fad8f-efb4-47e0-b10f-bbcf2eaf1615 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b1fad8f-efb4-47e0-b10f-bbcf2eaf1615 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-8b1eb108-2e05-443f-9b6f-d5500bff09f1 {
  display: none;
}
#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 {
  text-align: center;
}


.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 {
  max-width: 100%;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom,
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 {
  max-width: 100%;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom,
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 {
  max-width: 100%;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom,
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 {
  max-width: 100%;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom,
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 {
  max-width: 100%;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom,
.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-12b772ae-44ff-4e4b-b98f-3e3a9b0caf55 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a8ad7d6f-a470-49a7-b379-1054c7e5fb7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8ad7d6f-a470-49a7-b379-1054c7e5fb7f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-ffff385e-0318-44ec-aa8f-58a7bcc854c3 {
  display: none;
}
#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 {
  text-align: center;
}


.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 {
  max-width: 100%;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom,
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 {
  max-width: 100%;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom,
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 {
  max-width: 100%;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom,
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 {
  max-width: 100%;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom,
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 {
  max-width: 100%;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom,
.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4858de9c-aa1f-4851-beb2-1abba0cd0be2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ccec365c-5884-43be-87a6-1baaa4c1ef18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccec365c-5884-43be-87a6-1baaa4c1ef18 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-1d5280bd-518c-44c7-b9df-3501d886ed49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-1c830e79-32bb-4904-abd6-51224074f7c0 {
  display: none;
}
#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 {
  text-align: center;
}


.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 {
  max-width: 100%;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom,
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 {
  max-width: 100%;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom,
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 {
  max-width: 100%;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom,
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 {
  max-width: 100%;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom,
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 {
  max-width: 100%;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom,
.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3d17f041-1ef8-491e-a5c8-37b4d1194a04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-89663a51-a5dc-402a-bbe4-92c69ef17b2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89663a51-a5dc-402a-bbe4-92c69ef17b2e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-eb8bbd65-2cde-4c48-a654-e4b8848e9abe {
  display: none;
}
#s-d6b63ca9-9838-47cd-a566-4c069422710d {
  text-align: center;
}


.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d {
  max-width: 100%;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom,
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d {
  max-width: 100%;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom,
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d {
  max-width: 100%;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom,
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d {
  max-width: 100%;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom,
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d {
  max-width: 100%;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom,
.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d6b63ca9-9838-47cd-a566-4c069422710d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-da6a2b7a-f712-4c22-8dca-9a50e8c8b5ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da6a2b7a-f712-4c22-8dca-9a50e8c8b5ed .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-bc35dfe8-56c1-41fb-bdc4-b4312d3ad43f {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-bc35dfe8-56c1-41fb-bdc4-b4312d3ad43f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bc35dfe8-56c1-41fb-bdc4-b4312d3ad43f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-bc35dfe8-56c1-41fb-bdc4-b4312d3ad43f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-bc35dfe8-56c1-41fb-bdc4-b4312d3ad43f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bc35dfe8-56c1-41fb-bdc4-b4312d3ad43f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-bc35dfe8-56c1-41fb-bdc4-b4312d3ad43f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-8e78d171-59d1-4828-bbbd-c630a0db4607"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-6009f396-7157-441e-a065-910036dce6e6 {
  display: none;
}
#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 {
  text-align: center;
}


.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 {
  max-width: 100%;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom,
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 {
  max-width: 100%;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom,
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 {
  max-width: 100%;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom,
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 {
  max-width: 100%;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom,
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 {
  max-width: 100%;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom,
.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a708f9a2-b290-4829-b8fa-c6b7405b7f98 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-205c6cb1-1a12-4e77-b67f-d185202d0ea6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-205c6cb1-1a12-4e77-b67f-d185202d0ea6 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-e0ea60bf-4192-44fd-af9c-f62fbf09389b {
  display: none;
}
#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b {
  text-align: center;
}


.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b {
  max-width: 100%;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom,
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b {
  max-width: 100%;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom,
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b {
  max-width: 100%;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom,
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b {
  max-width: 100%;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom,
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b {
  max-width: 100%;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom,
.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ea7bd6bd-72a7-4510-83a6-9cb3fdea870b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f3209102-d3ee-46a2-b642-d3383b3629ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3209102-d3ee-46a2-b642-d3383b3629ba .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-f6fd3d1e-1add-4d35-b573-d5592f62d6b6 {
  display: none;
}
#s-c52fce4f-4475-4143-a8c5-45dc025473dd {
  text-align: center;
}


.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd {
  max-width: 100%;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom,
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd {
  max-width: 100%;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom,
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd {
  max-width: 100%;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom,
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd {
  max-width: 100%;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom,
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd {
  max-width: 100%;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom,
.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c52fce4f-4475-4143-a8c5-45dc025473dd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fa21f60f-29c6-4838-99ab-23c5367257bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa21f60f-29c6-4838-99ab-23c5367257bf .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-eb3c7f20-64a3-4bea-9152-a4e011a9e9aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-eeb5ef44-5998-49ac-92f4-40e35559cd1c {
  display: none;
}
#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d {
  text-align: center;
}


.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d {
  max-width: 100%;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom,
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d {
  max-width: 100%;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom,
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d {
  max-width: 100%;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom,
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d {
  max-width: 100%;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom,
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d {
  max-width: 100%;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom,
.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6906eaa8-3b90-473a-b717-b0a8d7cba13d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0b701541-c769-4db8-a9e9-6bd60b7337d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b701541-c769-4db8-a9e9-6bd60b7337d5 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-27478ae0-aa67-4317-b7da-26c8f586225c {
  display: none;
}
#s-4e766f88-5055-4461-bf4e-a2396478c42c {
  text-align: center;
}


.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c {
  max-width: 100%;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom,
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c {
  max-width: 100%;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom,
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c {
  max-width: 100%;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom,
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c {
  max-width: 100%;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom,
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c {
  max-width: 100%;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom,
.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4e766f88-5055-4461-bf4e-a2396478c42c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c195b6e8-9b48-4a8e-ace3-d6d9217b487c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c195b6e8-9b48-4a8e-ace3-d6d9217b487c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-523f5aa2-abab-4de2-b2d6-f3f459d29e48 {
  display: none;
}
#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce {
  text-align: center;
}


.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce {
  max-width: 100%;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom,
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce {
  max-width: 100%;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom,
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce {
  max-width: 100%;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom,
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce {
  max-width: 100%;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom,
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce {
  max-width: 100%;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom,
.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed5a57f8-0266-42ae-887a-e2e9c3fca8ce .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e4ce603e-0cdd-4287-a486-b52d0a9b32c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4ce603e-0cdd-4287-a486-b52d0a9b32c9 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-e87d5f41-d77c-4646-a220-652b5f8ae650"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-79eff7bc-fc4b-4a70-884a-bf8854516e21 {
  display: none;
}
#s-3084be09-1f3b-45d2-8855-0102b9139e42 {
  text-align: center;
}


.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 {
  max-width: 100%;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom,
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 {
  max-width: 100%;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom,
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 {
  max-width: 100%;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom,
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 {
  max-width: 100%;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom,
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 {
  max-width: 100%;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom,
.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3084be09-1f3b-45d2-8855-0102b9139e42 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1744adb8-d5d8-4059-98df-3ca99c9eaa1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1744adb8-d5d8-4059-98df-3ca99c9eaa1c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-79c8784e-ca3d-4e5c-ab27-97e95fda9235 {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-79c8784e-ca3d-4e5c-ab27-97e95fda9235 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-79c8784e-ca3d-4e5c-ab27-97e95fda9235 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-79c8784e-ca3d-4e5c-ab27-97e95fda9235 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-79c8784e-ca3d-4e5c-ab27-97e95fda9235 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-79c8784e-ca3d-4e5c-ab27-97e95fda9235 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-79c8784e-ca3d-4e5c-ab27-97e95fda9235 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-b681a2fc-f3b6-45d2-b654-953888f48a6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-ba8a9d6b-42d5-43b5-860b-04a5a94bc5cd {
  display: none;
}
#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa {
  text-align: center;
}


.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa {
  max-width: 100%;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom,
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa {
  max-width: 100%;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom,
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa {
  max-width: 100%;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom,
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa {
  max-width: 100%;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom,
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa {
  max-width: 100%;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom,
.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f3523a09-837d-41cd-8d9c-f7d3d576cafa .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-02e6a1e1-1dc9-44fa-80c5-03353109512f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02e6a1e1-1dc9-44fa-80c5-03353109512f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-6173185d-574e-4482-85e6-b69310d21185 {
  display: none;
}
#s-1262e76b-e98a-4d9c-8d24-4489dca96192 {
  text-align: center;
}


.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 {
  max-width: 100%;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom,
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 {
  max-width: 100%;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom,
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 {
  max-width: 100%;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom,
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 {
  max-width: 100%;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom,
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 {
  max-width: 100%;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom,
.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1262e76b-e98a-4d9c-8d24-4489dca96192 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0aab21fa-b3b4-4eca-8c2a-b78144a26ef3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0aab21fa-b3b4-4eca-8c2a-b78144a26ef3 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-ff786b8e-0564-4761-95ed-d27c47a6d621 {
  display: none;
}
#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc {
  text-align: center;
}


.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc {
  max-width: 100%;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom,
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc {
  max-width: 100%;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom,
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc {
  max-width: 100%;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom,
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc {
  max-width: 100%;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom,
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc {
  max-width: 100%;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom,
.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1efe4a5e-9be8-4b25-9617-dc4063598fbc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bd8a5098-df55-48b8-8008-991de57622dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd8a5098-df55-48b8-8008-991de57622dd .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-d123b3f0-eb09-44eb-8f56-674efcb08248"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-3e4611b2-6baa-4093-8b23-40e07827fda2 {
  display: none;
}
#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 {
  text-align: center;
}


.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 {
  max-width: 100%;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom,
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 {
  max-width: 100%;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom,
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 {
  max-width: 100%;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom,
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 {
  max-width: 100%;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom,
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 {
  max-width: 100%;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom,
.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-08b4a38d-022a-4feb-ab9d-043f84c3d516 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d77cda79-c8a9-4b26-89f4-3bebed54fd17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d77cda79-c8a9-4b26-89f4-3bebed54fd17 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-8748acd0-bab9-43ce-9d1a-0c4e30bb6465 {
  display: none;
}
#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 {
  text-align: center;
}


.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 {
  max-width: 100%;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom,
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 {
  max-width: 100%;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom,
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 {
  max-width: 100%;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom,
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 {
  max-width: 100%;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom,
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 {
  max-width: 100%;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom,
.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b31c9e07-f1c8-4e2c-83fc-b7d0bd513a71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ba9117aa-d176-4b14-8ec3-86bde8101567 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba9117aa-d176-4b14-8ec3-86bde8101567 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-b2f4de08-6243-4cf3-a725-0472d026169d {
  display: none;
}
#s-ef9e01e5-60b0-4681-8911-ffe135272b4a {
  text-align: center;
}


.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a {
  max-width: 100%;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom,
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a {
  max-width: 100%;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom,
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a {
  max-width: 100%;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom,
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a {
  max-width: 100%;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom,
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a {
  max-width: 100%;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom,
.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ef9e01e5-60b0-4681-8911-ffe135272b4a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c5211eb6-5973-44b8-b70e-10d295fabded {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5211eb6-5973-44b8-b70e-10d295fabded .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-91a78ff5-6384-4352-a04e-6983c1b25640"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-2f86a917-00d6-4b79-83bf-e9ea2a28632e {
  display: none;
}
#s-e42e7b1f-e83d-491d-95ce-c149b942badb {
  text-align: center;
}


.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb {
  max-width: 100%;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom,
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb {
  max-width: 100%;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom,
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb {
  max-width: 100%;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom,
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb {
  max-width: 100%;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom,
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb {
  max-width: 100%;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom,
.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e42e7b1f-e83d-491d-95ce-c149b942badb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4e608451-409d-441c-8c08-ba851b54ce75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e608451-409d-441c-8c08-ba851b54ce75 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-7c0e2dd6-8731-4819-acc7-d9956ab04320 {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-7c0e2dd6-8731-4819-acc7-d9956ab04320 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7c0e2dd6-8731-4819-acc7-d9956ab04320 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-7c0e2dd6-8731-4819-acc7-d9956ab04320 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-7c0e2dd6-8731-4819-acc7-d9956ab04320 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7c0e2dd6-8731-4819-acc7-d9956ab04320 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-7c0e2dd6-8731-4819-acc7-d9956ab04320 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-520c3d12-fdb1-4a0d-94af-844f07827e2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-5c4ab4e2-8c72-46f0-8d7d-b72ddcf98526 {
  display: none;
}
#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d {
  text-align: center;
}


.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d {
  max-width: 100%;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom,
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d {
  max-width: 100%;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom,
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d {
  max-width: 100%;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom,
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d {
  max-width: 100%;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom,
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d {
  max-width: 100%;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom,
.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f92d91d7-2559-4aae-a6b7-9b70b367ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-529fb4d4-db47-44b3-be1f-a57e40a1a61a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-529fb4d4-db47-44b3-be1f-a57e40a1a61a .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-6d4f374c-5a9d-4ff6-9a4f-5ec577b21cc9 {
  display: none;
}
#s-4f84f4bc-3d42-4c81-a867-5f53035b0add {
  text-align: center;
}


.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add {
  max-width: 100%;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom,
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add {
  max-width: 100%;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom,
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add {
  max-width: 100%;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom,
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add {
  max-width: 100%;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom,
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add {
  max-width: 100%;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom,
.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-4f84f4bc-3d42-4c81-a867-5f53035b0add .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f75749db-bdd9-4b6e-9486-9a5189ee2c89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f75749db-bdd9-4b6e-9486-9a5189ee2c89 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-67780c66-a724-4082-9c02-658443b2950a {
  display: none;
}
#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 {
  text-align: center;
}


.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 {
  max-width: 100%;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom,
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 {
  max-width: 100%;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom,
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 {
  max-width: 100%;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom,
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 {
  max-width: 100%;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom,
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 {
  max-width: 100%;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom,
.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6c6e8b70-ce94-49e1-aa15-d6bdf2e24013 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c54544aa-12d9-4e06-968e-a8396bb8eb2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c54544aa-12d9-4e06-968e-a8396bb8eb2c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-61da14bb-eb29-491d-a81d-500af96976fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-606f430b-8ac0-4fc4-b14f-40e1a8aa7628 {
  display: none;
}
#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c {
  text-align: center;
}


.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c {
  max-width: 100%;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom,
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c {
  max-width: 100%;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom,
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c {
  max-width: 100%;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom,
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c {
  max-width: 100%;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom,
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c {
  max-width: 100%;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom,
.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-e740d469-b67a-432c-bdf1-cc4b1913ee6c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1d52e118-65fc-46e7-a98e-cbf38e7c3ad7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d52e118-65fc-46e7-a98e-cbf38e7c3ad7 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-22fe26f6-ad7f-4bf1-abeb-b10e54bd4b90 {
  display: none;
}
#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 {
  text-align: center;
}


.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 {
  max-width: 100%;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom,
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 {
  max-width: 100%;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom,
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 {
  max-width: 100%;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom,
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 {
  max-width: 100%;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom,
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 {
  max-width: 100%;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom,
.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3fc8927e-cb8f-4b47-ad08-1fc8a008b551 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f760ad3b-f374-4b11-a6f3-ea972e8917ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f760ad3b-f374-4b11-a6f3-ea972e8917ce .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-43d6eab8-72be-424d-ab88-3f37b2e79a54 {
  display: none;
}
#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c {
  text-align: center;
}


.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c {
  max-width: 100%;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom,
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c {
  max-width: 100%;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom,
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c {
  max-width: 100%;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom,
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c {
  max-width: 100%;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom,
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c {
  max-width: 100%;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom,
.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-99f2ce02-ed9c-4a5a-995f-404f1f3fc72c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9401f25e-9e26-4796-a19e-f4813b090a36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9401f25e-9e26-4796-a19e-f4813b090a36 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-a2fdcfc1-42d7-4f81-a8e1-416a9f98fb22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-a26a22be-5423-48be-8ac6-a4a7b7fb39c1 {
  display: none;
}
#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a {
  text-align: center;
}


.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a {
  max-width: 100%;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom,
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a {
  max-width: 100%;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom,
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a {
  max-width: 100%;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom,
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a {
  max-width: 100%;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom,
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a {
  max-width: 100%;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom,
.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d8f7eb5e-ef39-4aba-bb71-29950dda582a .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a3497916-baf6-43f0-95e2-174d4569cdd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3497916-baf6-43f0-95e2-174d4569cdd3 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-358baf8d-751b-4bca-b643-23b9bf1efebf {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-358baf8d-751b-4bca-b643-23b9bf1efebf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-358baf8d-751b-4bca-b643-23b9bf1efebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-358baf8d-751b-4bca-b643-23b9bf1efebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-358baf8d-751b-4bca-b643-23b9bf1efebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-358baf8d-751b-4bca-b643-23b9bf1efebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-358baf8d-751b-4bca-b643-23b9bf1efebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-4e1d615c-a63c-40fb-a63d-970d9c23e220"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-36e771e7-6628-4b91-aff4-28a991c581c1 {
  display: none;
}
#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 {
  text-align: center;
}


.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 {
  max-width: 100%;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom,
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 {
  max-width: 100%;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom,
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 {
  max-width: 100%;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom,
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 {
  max-width: 100%;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom,
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 {
  max-width: 100%;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom,
.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6dea655e-b2d2-4825-a7ec-4980e18cec70 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-49f0c3b5-6f13-40ed-8d88-c1f821da9972 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49f0c3b5-6f13-40ed-8d88-c1f821da9972 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-1a21160e-500e-4664-bfd7-7a8c9f60330f {
  display: none;
}
#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 {
  text-align: center;
}


.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 {
  max-width: 100%;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom,
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 {
  max-width: 100%;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom,
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 {
  max-width: 100%;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom,
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 {
  max-width: 100%;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom,
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 {
  max-width: 100%;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom,
.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-8f74c992-0d9a-444c-a612-0fded0f0d1d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0e09a820-a7c7-4b25-b6a1-acb28b0f2c57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e09a820-a7c7-4b25-b6a1-acb28b0f2c57 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-9ed11c0c-b0e3-4776-ac88-417d3d3cd459 {
  display: none;
}
#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 {
  text-align: center;
}


.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 {
  max-width: 100%;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom,
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 {
  max-width: 100%;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom,
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 {
  max-width: 100%;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom,
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 {
  max-width: 100%;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom,
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 {
  max-width: 100%;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom,
.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-61bd6b25-dcd6-46fb-807c-fb646c61cae7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-21f1f12e-1162-4033-b9c5-33c539170960 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21f1f12e-1162-4033-b9c5-33c539170960 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-9a6156cc-da82-45b2-8dd8-618eaf278bf1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-5b70496e-776b-420e-a5f5-dcc58d4c0178 {
  display: none;
}
#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b {
  text-align: center;
}


.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b {
  max-width: 100%;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom,
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b {
  max-width: 100%;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom,
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b {
  max-width: 100%;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom,
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b {
  max-width: 100%;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom,
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b {
  max-width: 100%;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom,
.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ae4d1589-dd02-4d9a-8d33-2b32f485e50b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0e0450dd-d022-4521-b1d8-d97c59a63b51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e0450dd-d022-4521-b1d8-d97c59a63b51 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-0db82771-4c99-4456-a53e-65febf66d7d7 {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-0db82771-4c99-4456-a53e-65febf66d7d7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0db82771-4c99-4456-a53e-65febf66d7d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-0db82771-4c99-4456-a53e-65febf66d7d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-0db82771-4c99-4456-a53e-65febf66d7d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0db82771-4c99-4456-a53e-65febf66d7d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-0db82771-4c99-4456-a53e-65febf66d7d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3505090d-2bb2-4dfc-ab56-0fc844cae0fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-d425f523-113e-4c2e-a303-b106f91cd0dc {
  display: none;
}
#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 {
  text-align: center;
}


.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 {
  max-width: 100%;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom,
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 {
  max-width: 100%;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom,
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 {
  max-width: 100%;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom,
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 {
  max-width: 100%;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom,
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 {
  max-width: 100%;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom,
.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ed7cd0e3-1384-4042-8a38-38d02f37a9d0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4d672886-3eca-451d-b20c-3219aa555285 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d672886-3eca-451d-b20c-3219aa555285 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-77376a8f-69f0-406a-8f7c-0b59fd935dbe {
  display: none;
}
#s-a8cc74d3-b41e-44fa-b586-42311ec31490 {
  text-align: center;
}


.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 {
  max-width: 100%;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom,
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 {
  max-width: 100%;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom,
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 {
  max-width: 100%;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom,
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 {
  max-width: 100%;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom,
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 {
  max-width: 100%;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom,
.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a8cc74d3-b41e-44fa-b586-42311ec31490 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ac2326ae-4259-4828-93a6-d63746a26342 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac2326ae-4259-4828-93a6-d63746a26342 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-d5e13d04-62be-483d-ba67-874af2e99fb3 {
  display: none;
}
#s-b2c976c3-c4e3-4e14-b736-e316459122cb {
  text-align: center;
}


.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb {
  max-width: 100%;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom,
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb {
  max-width: 100%;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom,
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb {
  max-width: 100%;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom,
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb {
  max-width: 100%;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom,
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb {
  max-width: 100%;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom,
.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-b2c976c3-c4e3-4e14-b736-e316459122cb .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-54923807-d2be-48d9-b387-745866413c8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54923807-d2be-48d9-b387-745866413c8e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-fe2556c4-2539-4e0c-97b9-45e00cc940c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-be5be36d-90c5-4898-af28-d44f4b20a8d0 {
  display: none;
}
#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc {
  text-align: center;
}


.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc {
  max-width: 100%;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom,
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc {
  max-width: 100%;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom,
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc {
  max-width: 100%;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom,
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc {
  max-width: 100%;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom,
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc {
  max-width: 100%;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom,
.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-2832ff1c-3bdc-4612-9fde-8e9dc88107dc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ef98e117-b81f-4150-b771-bfcd0a6d5436 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef98e117-b81f-4150-b771-bfcd0a6d5436 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-dc6367fb-1971-4744-94de-e7dd6ddb8d9b {
  display: none;
}
#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 {
  text-align: center;
}


.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 {
  max-width: 100%;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom,
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 {
  max-width: 100%;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom,
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 {
  max-width: 100%;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom,
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 {
  max-width: 100%;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom,
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 {
  max-width: 100%;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom,
.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f5c184a9-bb1d-41ac-874c-2896b44fee34 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-700e7bfa-a985-41bf-aa6f-0b18744329c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-700e7bfa-a985-41bf-aa6f-0b18744329c9 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6aa5446a-b2e6-48b3-a74a-a6a938fe158b {
  display: none;
}
#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 {
  text-align: center;
}


.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 {
  max-width: 100%;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom,
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 {
  max-width: 100%;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom,
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 {
  max-width: 100%;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom,
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 {
  max-width: 100%;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom,
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 {
  max-width: 100%;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom,
.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-a32da1b1-c12c-4cb4-8a80-9c2120eaa051 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fe10b0a0-f97b-4c97-934e-0a299847ad6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe10b0a0-f97b-4c97-934e-0a299847ad6c .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3e05f0e4-e757-44f8-96e1-891f297601ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-ffe8bc7e-5bb7-49fb-ba98-766a0d29233d {
  display: none;
}
#s-9e681d9c-1179-4927-b84b-4765da80b8da {
  text-align: center;
}


.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da {
  max-width: 100%;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom,
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da {
  max-width: 100%;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom,
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da {
  max-width: 100%;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom,
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da {
  max-width: 100%;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom,
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da {
  max-width: 100%;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom,
.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-9e681d9c-1179-4927-b84b-4765da80b8da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a13375e0-ab85-4900-b9ee-c475e525384d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a13375e0-ab85-4900-b9ee-c475e525384d .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-7b10ac90-2f83-41bd-aa37-b4a4ebd56d71 {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-7b10ac90-2f83-41bd-aa37-b4a4ebd56d71 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7b10ac90-2f83-41bd-aa37-b4a4ebd56d71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-7b10ac90-2f83-41bd-aa37-b4a4ebd56d71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-7b10ac90-2f83-41bd-aa37-b4a4ebd56d71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7b10ac90-2f83-41bd-aa37-b4a4ebd56d71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-7b10ac90-2f83-41bd-aa37-b4a4ebd56d71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-f8683189-2bb8-4197-b2e0-37dd8fc8ae24"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-a6a0d779-ff8c-4099-a852-132e2ab68fa2 {
  display: none;
}
#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 {
  text-align: center;
}


.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 {
  max-width: 100%;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom,
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 {
  max-width: 100%;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom,
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 {
  max-width: 100%;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom,
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 {
  max-width: 100%;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom,
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 {
  max-width: 100%;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom,
.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-c9bc17da-fc15-4a8d-8d57-480c2a8c4712 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-97b72601-34fb-449f-90cc-bbcf90a54539 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97b72601-34fb-449f-90cc-bbcf90a54539 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-0da2f91b-e024-4c89-9707-5aee5b0a013c {
  display: none;
}
#s-70766a82-6055-436f-a964-be80e9f9a4ab {
  text-align: center;
}


.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab {
  max-width: 100%;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom,
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab {
  max-width: 100%;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom,
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab {
  max-width: 100%;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom,
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab {
  max-width: 100%;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom,
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab {
  max-width: 100%;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom,
.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-70766a82-6055-436f-a964-be80e9f9a4ab .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a21a6ac5-5f37-4c2a-a640-f7f12e3b7442 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a21a6ac5-5f37-4c2a-a640-f7f12e3b7442 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-baae39e8-34a2-4b60-b1e8-e18388cd9017 {
  display: none;
}
#s-fcf0773c-c40a-4557-b666-22eb40342094 {
  text-align: center;
}


.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 {
  max-width: 100%;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom,
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 {
  max-width: 100%;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom,
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 {
  max-width: 100%;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom,
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 {
  max-width: 100%;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom,
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 {
  max-width: 100%;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom,
.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-fcf0773c-c40a-4557-b666-22eb40342094 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-83ac2f49-329d-4e5f-a311-ee57cc06519f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83ac2f49-329d-4e5f-a311-ee57cc06519f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-3bc7d306-d59f-4818-9a9d-70dc512049d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-be40cdb4-29e3-4710-bfa5-edcb5f900859 {
  display: none;
}
#s-276c782e-5563-4215-a3a3-525cb75bef49 {
  text-align: center;
}


.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 {
  max-width: 100%;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom,
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 {
  max-width: 100%;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom,
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 {
  max-width: 100%;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom,
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 {
  max-width: 100%;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom,
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 {
  max-width: 100%;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom,
.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-276c782e-5563-4215-a3a3-525cb75bef49 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6bb375b2-27ec-4b76-a8cb-b0f42ed805ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bb375b2-27ec-4b76-a8cb-b0f42ed805ce .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-92ff3c4a-872e-4ec7-915b-57883ce064e8 {
  display: none;
}
#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 {
  text-align: center;
}


.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 {
  max-width: 100%;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom,
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 {
  max-width: 100%;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom,
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 {
  max-width: 100%;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom,
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 {
  max-width: 100%;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom,
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 {
  max-width: 100%;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom,
.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-1e0b6c32-6891-4e80-86e6-3ef9adefc4a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-46dfd500-81b5-479a-b782-b4c64a8ff265 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46dfd500-81b5-479a-b782-b4c64a8ff265 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-d4e064aa-87eb-4b3a-893c-d1c802b8521a {
  display: none;
}
#s-69f13855-548b-4262-a745-c9209ef9d8a7 {
  text-align: center;
}


.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 {
  max-width: 100%;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom,
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 {
  max-width: 100%;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom,
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 {
  max-width: 100%;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom,
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 {
  max-width: 100%;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom,
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 {
  max-width: 100%;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom,
.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-69f13855-548b-4262-a745-c9209ef9d8a7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-be82a5d2-a5d8-429c-9d0b-786f025a50d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be82a5d2-a5d8-429c-9d0b-786f025a50d0 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-e58dc8ec-f4c8-49de-84f4-0d2fb29d43f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-6e762d1c-2945-4f74-9ec0-73c71423d9e8 {
  display: none;
}
#s-da213887-a7bd-4b15-8801-d2c99dd5720c {
  text-align: center;
}


.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c {
  max-width: 100%;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom,
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c {
  max-width: 100%;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom,
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c {
  max-width: 100%;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom,
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c {
  max-width: 100%;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom,
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c {
  max-width: 100%;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom,
.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-da213887-a7bd-4b15-8801-d2c99dd5720c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-93f21292-cf17-42ab-9d09-9ebe8074f7a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93f21292-cf17-42ab-9d09-9ebe8074f7a9 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-bb33d2d5-d26d-4ad6-a65e-11a6e6b863ef {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-bb33d2d5-d26d-4ad6-a65e-11a6e6b863ef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bb33d2d5-d26d-4ad6-a65e-11a6e6b863ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-bb33d2d5-d26d-4ad6-a65e-11a6e6b863ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-bb33d2d5-d26d-4ad6-a65e-11a6e6b863ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bb33d2d5-d26d-4ad6-a65e-11a6e6b863ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-bb33d2d5-d26d-4ad6-a65e-11a6e6b863ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-64c28e72-ad8e-4d88-bd59-3e8555b6c94c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-0b5ea667-d630-4793-aa44-cac7d6d36a52 {
  display: none;
}
#s-ecad661f-16e0-4ba8-937f-083726bc56a3 {
  text-align: center;
}


.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 {
  max-width: 100%;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom,
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 {
  max-width: 100%;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom,
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 {
  max-width: 100%;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom,
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 {
  max-width: 100%;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom,
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 {
  max-width: 100%;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom,
.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-ecad661f-16e0-4ba8-937f-083726bc56a3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0497e02d-4daa-43eb-a94f-72b6fa7c1fc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0497e02d-4daa-43eb-a94f-72b6fa7c1fc4 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-6ce5491c-b836-4eac-97ef-763324cf146c {
  display: none;
}
#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 {
  text-align: center;
}


.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 {
  max-width: 100%;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom,
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 {
  max-width: 100%;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom,
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 {
  max-width: 100%;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom,
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 {
  max-width: 100%;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom,
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 {
  max-width: 100%;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom,
.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-6e08d650-0d7f-47eb-9cd2-69be90d0fd25 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-57565808-1337-4988-b85a-ea2ad22307f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57565808-1337-4988-b85a-ea2ad22307f6 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-604b2d06-ef9c-4da1-a419-51f2809d05d5 {
  display: none;
}
#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 {
  text-align: center;
}


.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 {
  max-width: 100%;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom,
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 {
  max-width: 100%;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom,
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 {
  max-width: 100%;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom,
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 {
  max-width: 100%;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom,
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 {
  max-width: 100%;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom,
.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-d0459f19-9f9f-47ff-b4d0-91e3b6c1bbc9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b3d55e58-fa53-4b31-b63f-8a0b5d9d1e2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3d55e58-fa53-4b31-b63f-8a0b5d9d1e2b .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-655b3b0a-feef-46f5-b308-6fea4736f078"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-5aaaa94f-4bcc-4f12-a9e1-2bba88381992 {
  display: none;
}
#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 {
  text-align: center;
}


.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 {
  max-width: 100%;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom,
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 {
  max-width: 100%;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom,
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 {
  max-width: 100%;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom,
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 {
  max-width: 100%;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom,
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 {
  max-width: 100%;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom,
.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-f4a8d0c5-6360-4e7d-b844-14f92ef19f50 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f0c702db-8d2c-4837-8618-7bcc44667f5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0c702db-8d2c-4837-8618-7bcc44667f5e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-6947347b-eb38-4b47-8dd3-a65cb5c09133 {
  display: none;
}
#s-622b2561-c064-46f6-aaee-8ee69fd67f93 {
  text-align: center;
}


.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 {
  max-width: 100%;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom,
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 {
  max-width: 100%;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom,
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 {
  max-width: 100%;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom,
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 {
  max-width: 100%;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom,
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 {
  max-width: 100%;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom,
.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-622b2561-c064-46f6-aaee-8ee69fd67f93 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5372c02f-3fa3-4001-bc28-71dfc5b3a46b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5372c02f-3fa3-4001-bc28-71dfc5b3a46b .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-b7b36211-6e1a-451c-ba56-c6ba38b8944e {
  display: none;
}
#s-36fbf087-bb93-4144-8af2-d3453192a1f4 {
  text-align: center;
}


.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 {
  max-width: 100%;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom,
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 {
  max-width: 100%;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom,
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 {
  max-width: 100%;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom,
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 {
  max-width: 100%;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom,
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 {
  max-width: 100%;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom,
.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-36fbf087-bb93-4144-8af2-d3453192a1f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5521b3e0-d6d9-45aa-9522-e2eb35b20e2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5521b3e0-d6d9-45aa-9522-e2eb35b20e2a .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-86306697-9e30-42e6-ac96-41ba4653f240"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-d90c59e2-ad48-473b-867b-a5d4d89e22d7 {
  display: none;
}
#s-63f78547-0094-43d5-b703-0acd0a36c3bc {
  text-align: center;
}


.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc {
  max-width: 100%;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom,
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc {
  max-width: 100%;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom,
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc {
  max-width: 100%;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom,
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc {
  max-width: 100%;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom,
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc {
  max-width: 100%;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom,
.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-63f78547-0094-43d5-b703-0acd0a36c3bc .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-29d0d4b7-dfeb-4b22-a9c8-1567532b65b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29d0d4b7-dfeb-4b22-a9c8-1567532b65b4 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-a55c2687-ba2b-4564-8646-105987555e4e {
  padding-top: 18px;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
}

#s-a55c2687-ba2b-4564-8646-105987555e4e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a55c2687-ba2b-4564-8646-105987555e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-a55c2687-ba2b-4564-8646-105987555e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 10, 14, 1);
}

#s-a55c2687-ba2b-4564-8646-105987555e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a55c2687-ba2b-4564-8646-105987555e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 10, 14, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-a55c2687-ba2b-4564-8646-105987555e4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-48defdb9-26a7-4620-9245-5849eaedf059"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-df5197ab-d933-46f1-aa0c-bf3bfa7f0b6f {
  display: none;
}
#s-3c437b37-43d1-44de-8a90-362267f4ee92 {
  text-align: center;
}


.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 {
  max-width: 100%;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom,
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 {
  max-width: 100%;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom,
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 {
  max-width: 100%;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom,
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 {
  max-width: 100%;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom,
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 {
  max-width: 100%;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom,
.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-3c437b37-43d1-44de-8a90-362267f4ee92 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b004f2a7-b46c-4afb-b723-6632a7cbd7c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b004f2a7-b46c-4afb-b723-6632a7cbd7c5 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-efc31ea9-bf50-4bf3-bc75-ed529e2a063d {
  display: none;
}
#s-29ea17c6-c99f-4bc3-9280-e60510936752 {
  text-align: center;
}


.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 {
  max-width: 100%;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom,
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 {
  max-width: 100%;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom,
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 {
  max-width: 100%;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom,
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 {
  max-width: 100%;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom,
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 {
  max-width: 100%;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom,
.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-29ea17c6-c99f-4bc3-9280-e60510936752 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-cd94723f-50f4-49a7-a018-8771711c7c14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd94723f-50f4-49a7-a018-8771711c7c14 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

#s-ef81a214-95d4-4db5-b855-07bf615b8c9d {
  display: none;
}
#s-93bbeca9-b555-4b50-a476-d660a8f9fffe {
  text-align: center;
}


.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe {
  max-width: 100%;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom,
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe {
  max-width: 100%;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom,
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe {
  max-width: 100%;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom,
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe {
  max-width: 100%;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom,
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe {
  max-width: 100%;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom,
.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-93bbeca9-b555-4b50-a476-d660a8f9fffe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-027dd76e-0942-4244-a754-4890bf6c1904 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-027dd76e-0942-4244-a754-4890bf6c1904 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

@media (min-width: 0px) {
[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.333333333333334px);
}

[id="s-dffb9bc4-83b6-4532-ab95-ed00469cbd65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.333333333333334px);
}

}

#s-5c783e16-ac59-4711-9339-592b30289a38 {
  display: none;
}
#s-963553d1-9a37-4b7f-bb71-031b34c091a6 {
  text-align: center;
}


.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 {
  max-width: 100%;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom,
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 {
  max-width: 100%;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom,
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 {
  max-width: 100%;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom,
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 {
  max-width: 100%;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom,
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 {
  max-width: 100%;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom,
.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 img.shogun-image {
  max-width: 300px !important;
  min-height:  !important;
}

.shg-c#s-963553d1-9a37-4b7f-bb71-031b34c091a6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fe8caa30-eebd-4638-8ba7-6a266e0dc33f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe8caa30-eebd-4638-8ba7-6a266e0dc33f .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 1px;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
