.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-56d1c09c-af23-47a3-b4df-95a9b97b8d22 {
  max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-56d1c09c-af23-47a3-b4df-95a9b97b8d22 {
  display: none;
}
#s-56d1c09c-af23-47a3-b4df-95a9b97b8d22, #wrap-s-56d1c09c-af23-47a3-b4df-95a9b97b8d22 { display:none !important; }}




#s-56d1c09c-af23-47a3-b4df-95a9b97b8d22 .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-df56a8e1-25ab-44e7-a641-a74474132207 {
  min-height: 50px;
}








#s-df56a8e1-25ab-44e7-a641-a74474132207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df56a8e1-25ab-44e7-a641-a74474132207.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;
}

#s-d10cff63-368b-4f57-805f-3006b6c3fed3 {
  padding-left: 50px;
padding-right: 50px;
}

.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-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-88f4247c-70b8-4bc6-8bd3-dc75e82e8464"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

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

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

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

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

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

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

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

#s-f2bf37b0-7a21-4a25-8cb4-3c75a4b014c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(17, 0, 0, 1);
letter-spacing: 1px;
}
#s-f2bf37b0-7a21-4a25-8cb4-3c75a4b014c1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f2bf37b0-7a21-4a25-8cb4-3c75a4b014c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2bf37b0-7a21-4a25-8cb4-3c75a4b014c1.shg-btn {
  color: rgba(17, 0, 0, 1);
  font-size: ;
  
  
  font-family: urw-din-condensed;
  display:  inline-block ;
}

#s-47586f74-05b1-48e7-894c-35bad6db05e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(17, 0, 0, 1);
letter-spacing: 1px;
}
#s-47586f74-05b1-48e7-894c-35bad6db05e9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-47586f74-05b1-48e7-894c-35bad6db05e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47586f74-05b1-48e7-894c-35bad6db05e9.shg-btn {
  color: rgba(17, 0, 0, 1);
  font-size: ;
  
  
  font-family: urw-din-condensed;
  display:  inline-block ;
}

#s-63bcf9a6-d026-4043-9961-ea44e6d0d688 {
  text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-63bcf9a6-d026-4043-9961-ea44e6d0d688 {
  display: none;
}
#s-63bcf9a6-d026-4043-9961-ea44e6d0d688, #wrap-s-63bcf9a6-d026-4043-9961-ea44e6d0d688 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63bcf9a6-d026-4043-9961-ea44e6d0d688 {
  display: none;
}
#s-63bcf9a6-d026-4043-9961-ea44e6d0d688, #wrap-s-63bcf9a6-d026-4043-9961-ea44e6d0d688 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63bcf9a6-d026-4043-9961-ea44e6d0d688 {
  display: none;
}
#s-63bcf9a6-d026-4043-9961-ea44e6d0d688, #wrap-s-63bcf9a6-d026-4043-9961-ea44e6d0d688 { display:none !important; }}




#s-63bcf9a6-d026-4043-9961-ea44e6d0d688 .shogun-image-content {
  
    align-items: center;
  
}

#s-94509bbd-8021-404d-a8d7-bcc8d4c9a8a2 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-94509bbd-8021-404d-a8d7-bcc8d4c9a8a2 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-29fe4405-d253-4bfc-93c9-dd7e012131b9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-29fe4405-d253-4bfc-93c9-dd7e012131b9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-29fe4405-d253-4bfc-93c9-dd7e012131b9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-29fe4405-d253-4bfc-93c9-dd7e012131b9 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 20px;
padding-right: 20px;
}
}

  #s-29fe4405-d253-4bfc-93c9-dd7e012131b9-btn-wrapper {
    text-align: left;
  }


#s-29fe4405-d253-4bfc-93c9-dd7e012131b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: URW DIN;
  display:  inline-block ;
}

#s-e0061d1f-2690-4096-8316-7631c0a9b214 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e0061d1f-2690-4096-8316-7631c0a9b214:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e0061d1f-2690-4096-8316-7631c0a9b214:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0061d1f-2690-4096-8316-7631c0a9b214-btn-wrapper {
    text-align: left;
  }


#s-e0061d1f-2690-4096-8316-7631c0a9b214.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: URW DIN;
  display:  inline-block ;
}

#s-35610585-f0b7-4ec0-a014-8153c457bee1 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65e31d09-1285-42d1-8298-7631e999d085"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a5a36be3-aee5-4b57-bfb1-7348e2970a95 {
  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-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 {
  text-align: left;
}


.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 {
  max-width: 100%;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom,
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 {
  max-width: 100%;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom,
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 {
  max-width: 100%;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom,
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 {
  max-width: 100%;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom,
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 {
  max-width: 100%;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom,
.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e3abd9ce-5b17-45cf-b8a6-fa5d95e3dd16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-e0ae6a26-528e-4d88-9de4-bed2d798e783 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0ae6a26-528e-4d88-9de4-bed2d798e783 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

#s-cb2d7923-6497-48e3-aa43-47c428ef7091 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cb2d7923-6497-48e3-aa43-47c428ef7091:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb2d7923-6497-48e3-aa43-47c428ef7091:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb2d7923-6497-48e3-aa43-47c428ef7091 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb2d7923-6497-48e3-aa43-47c428ef7091.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb2d7923-6497-48e3-aa43-47c428ef7091.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-cb2d7923-6497-48e3-aa43-47c428ef7091.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-07da161a-485d-40ed-af79-3e9f6cef7f5c {
  display: none;
}
#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 {
  text-align: left;
}


.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 {
  max-width: 100%;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom,
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 {
  max-width: 100%;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom,
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 {
  max-width: 100%;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom,
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 {
  max-width: 100%;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom,
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 {
  max-width: 100%;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom,
.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3e5fa2c0-ba38-4d07-a308-4d9201b6d830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ff632198-6915-4697-9c3e-1131ec7d699b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff632198-6915-4697-9c3e-1131ec7d699b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-201c445b-fc38-4f72-b261-a164a01bd930 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-201c445b-fc38-4f72-b261-a164a01bd930:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-201c445b-fc38-4f72-b261-a164a01bd930:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-201c445b-fc38-4f72-b261-a164a01bd930 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-201c445b-fc38-4f72-b261-a164a01bd930.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-201c445b-fc38-4f72-b261-a164a01bd930.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-201c445b-fc38-4f72-b261-a164a01bd930.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e25450ef-b496-4e8b-ba2f-5da366a14b96 {
  display: none;
}
#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef {
  text-align: left;
}


.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef {
  max-width: 100%;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom,
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef {
  max-width: 100%;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom,
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef {
  max-width: 100%;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom,
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef {
  max-width: 100%;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom,
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef {
  max-width: 100%;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom,
.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a68e8b2f-06b3-48ae-80fd-997de41d3bef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb5a6b10-d035-44a9-85c3-2253d0424cfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb5a6b10-d035-44a9-85c3-2253d0424cfd .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-a5802663-753c-4716-a89a-172cd4436442 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a5802663-753c-4716-a89a-172cd4436442:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5802663-753c-4716-a89a-172cd4436442:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5802663-753c-4716-a89a-172cd4436442 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5802663-753c-4716-a89a-172cd4436442.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5802663-753c-4716-a89a-172cd4436442.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-a5802663-753c-4716-a89a-172cd4436442.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6d4c7822-67c3-48d5-9337-40dfe49f26ef {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6d4c7822-67c3-48d5-9337-40dfe49f26ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d4c7822-67c3-48d5-9337-40dfe49f26ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d4c7822-67c3-48d5-9337-40dfe49f26ef.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0 {
  background-color: rgba(183, 228, 222, 1);
}

@media (min-width: 0px) {
[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-891126ce-15a8-4f0a-85f2-7f9ab7c617b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-61bf5414-d62c-4a68-94d9-71ab005f6860 {
  text-align: right;
}





#s-61bf5414-d62c-4a68-94d9-71ab005f6860 .shogun-image-content {
  
    align-items: center;
  
}

#s-822e9e18-f55d-4cca-807a-c2673fb4f82c {
  margin-top: 50px;
background-color: rgba(183, 228, 222, 1);
}

@media (max-width: 767px){#s-9199740b-4cf3-44f2-afd6-8c42e2403231 {
  display: none;
}
#s-9199740b-4cf3-44f2-afd6-8c42e2403231, #wrap-s-9199740b-4cf3-44f2-afd6-8c42e2403231 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9199740b-4cf3-44f2-afd6-8c42e2403231"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e5c4f540-1bf7-48c4-90cb-30a713e50970 {
  text-align: center;
}




  #s-e5c4f540-1bf7-48c4-90cb-30a713e50970 img.shogun-image {
    
    width: px;
  }


#s-e5c4f540-1bf7-48c4-90cb-30a713e50970 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cd08829-1a7d-4e07-8f6b-d878a60ac0ae {
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-2cd08829-1a7d-4e07-8f6b-d878a60ac0ae {
  padding-top: 50px;
padding-bottom: 50px;
}
}
#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c {
  text-align: center;
}
@media (min-width: 1200px){#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c {
  display: none;
}
#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c, #wrap-s-b4959e73-f326-4dbb-8cbf-18d94a71de2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c {
  display: none;
}
#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c, #wrap-s-b4959e73-f326-4dbb-8cbf-18d94a71de2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c {
  display: none;
}
#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c, #wrap-s-b4959e73-f326-4dbb-8cbf-18d94a71de2c { display:none !important; }}




#s-b4959e73-f326-4dbb-8cbf-18d94a71de2c .shogun-image-content {
  
    align-items: center;
  
}

#s-adb1476e-3031-4d59-beb8-eb08791c2dc6 {
  margin-left: -1px;
margin-right: -1px;
text-align: right;
}
@media (min-width: 1200px){#s-adb1476e-3031-4d59-beb8-eb08791c2dc6 {
  display: none;
}
#s-adb1476e-3031-4d59-beb8-eb08791c2dc6, #wrap-s-adb1476e-3031-4d59-beb8-eb08791c2dc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adb1476e-3031-4d59-beb8-eb08791c2dc6 {
  padding-top: 50px;
padding-bottom: 50px;
display: none;
}
#s-adb1476e-3031-4d59-beb8-eb08791c2dc6, #wrap-s-adb1476e-3031-4d59-beb8-eb08791c2dc6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adb1476e-3031-4d59-beb8-eb08791c2dc6 {
  display: none;
}
#s-adb1476e-3031-4d59-beb8-eb08791c2dc6, #wrap-s-adb1476e-3031-4d59-beb8-eb08791c2dc6 { display:none !important; }}@media (max-width: 767px){#s-adb1476e-3031-4d59-beb8-eb08791c2dc6 {
  margin-left: 400px;
}
}
#s-beffa7e6-b0a3-4a09-be57-f66f42eb270a {
  margin-top: 20px;
margin-bottom: 20px;
}

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

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

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

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

#s-ff40be51-dfc8-4a41-8a84-c3597691afac {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (max-width: 767px){#s-e19d01f4-9666-41ac-b67e-aea371e089dd {
  display: none;
}
#s-e19d01f4-9666-41ac-b67e-aea371e089dd, #wrap-s-e19d01f4-9666-41ac-b67e-aea371e089dd { display:none !important; }}
@media (min-width: 0px) {
[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e19d01f4-9666-41ac-b67e-aea371e089dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9892ed3f-032d-49b0-b0bd-2daa080a8530 {
  text-align: right;
}





#s-9892ed3f-032d-49b0-b0bd-2daa080a8530 .shogun-image-content {
  
    align-items: center;
  
}

#s-e861b9c7-94aa-46f6-819e-005550e5e227 {
  text-align: center;
}





#s-e861b9c7-94aa-46f6-819e-005550e5e227 .shogun-image-content {
  
    align-items: center;
  
}

#s-515a3a1d-ed02-45ca-960d-337b6d288a0f {
  text-align: center;
}





#s-515a3a1d-ed02-45ca-960d-337b6d288a0f .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-90ec66b6-1666-4a69-8365-4da89ed3d347 {
  display: none;
}
#s-90ec66b6-1666-4a69-8365-4da89ed3d347, #wrap-s-90ec66b6-1666-4a69-8365-4da89ed3d347 { display:none !important; }}
@media (min-width: 0px) {
[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90ec66b6-1666-4a69-8365-4da89ed3d347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-13d2ced8-1adb-49bc-90ba-ab84588a77da {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(17, 147, 136, 1);
}

#s-c9096d59-7d37-4a4c-85fc-1ad5f4af999d {
  text-align: center;
}





#s-c9096d59-7d37-4a4c-85fc-1ad5f4af999d .shogun-image-content {
  
    align-items: center;
  
}

#s-3948ec15-dc37-466f-a00c-432c21703f02 {
  text-align: center;
}





#s-3948ec15-dc37-466f-a00c-432c21703f02 .shogun-image-content {
  
    align-items: center;
  
}

#s-80160cb3-b367-4a7f-8368-641e8c18b0e7 {
  text-align: center;
}
@media (min-width: 1200px){#s-80160cb3-b367-4a7f-8368-641e8c18b0e7 {
  display: none;
}
#s-80160cb3-b367-4a7f-8368-641e8c18b0e7, #wrap-s-80160cb3-b367-4a7f-8368-641e8c18b0e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80160cb3-b367-4a7f-8368-641e8c18b0e7 {
  display: none;
}
#s-80160cb3-b367-4a7f-8368-641e8c18b0e7, #wrap-s-80160cb3-b367-4a7f-8368-641e8c18b0e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80160cb3-b367-4a7f-8368-641e8c18b0e7 {
  display: none;
}
#s-80160cb3-b367-4a7f-8368-641e8c18b0e7, #wrap-s-80160cb3-b367-4a7f-8368-641e8c18b0e7 { display:none !important; }}@media (max-width: 767px){#s-80160cb3-b367-4a7f-8368-641e8c18b0e7 {
  
}
}



  #s-80160cb3-b367-4a7f-8368-641e8c18b0e7 img.shogun-image {
    
    width: px;
  }


#s-80160cb3-b367-4a7f-8368-641e8c18b0e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-076366a5-92f6-43b8-a804-fca66f05bcad {
  padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
background-color: rgba(17, 147, 136, 1);
}
@media (min-width: 1200px){#s-076366a5-92f6-43b8-a804-fca66f05bcad {
  display: none;
}
#s-076366a5-92f6-43b8-a804-fca66f05bcad, #wrap-s-076366a5-92f6-43b8-a804-fca66f05bcad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-076366a5-92f6-43b8-a804-fca66f05bcad {
  display: none;
}
#s-076366a5-92f6-43b8-a804-fca66f05bcad, #wrap-s-076366a5-92f6-43b8-a804-fca66f05bcad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-076366a5-92f6-43b8-a804-fca66f05bcad {
  display: none;
}
#s-076366a5-92f6-43b8-a804-fca66f05bcad, #wrap-s-076366a5-92f6-43b8-a804-fca66f05bcad { display:none !important; }}
@media (min-width: 1200px){#s-712ddf1d-0407-49ed-98be-e2243720889b {
  display: none;
}
#s-712ddf1d-0407-49ed-98be-e2243720889b, #wrap-s-712ddf1d-0407-49ed-98be-e2243720889b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-712ddf1d-0407-49ed-98be-e2243720889b {
  display: none;
}
#s-712ddf1d-0407-49ed-98be-e2243720889b, #wrap-s-712ddf1d-0407-49ed-98be-e2243720889b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-712ddf1d-0407-49ed-98be-e2243720889b {
  display: none;
}
#s-712ddf1d-0407-49ed-98be-e2243720889b, #wrap-s-712ddf1d-0407-49ed-98be-e2243720889b { display:none !important; }}
@media (min-width: 0px) {
[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-712ddf1d-0407-49ed-98be-e2243720889b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f975592a-5b07-47cf-ba7a-826c6f29c08c {
  text-align: center;
}




  #s-f975592a-5b07-47cf-ba7a-826c6f29c08c img.shogun-image {
    
    width: px;
  }


#s-f975592a-5b07-47cf-ba7a-826c6f29c08c .shogun-image-content {
  
    align-items: center;
  
}

#s-acd266bb-1087-4c34-8898-f1b0768ba5b7 {
  text-align: center;
}




  #s-acd266bb-1087-4c34-8898-f1b0768ba5b7 img.shogun-image {
    
    width: px;
  }


#s-acd266bb-1087-4c34-8898-f1b0768ba5b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c20826e-2c2d-4c8e-a5e8-4131f9cab14e {
  text-align: center;
}




  #s-0c20826e-2c2d-4c8e-a5e8-4131f9cab14e img.shogun-image {
    
    width: px;
  }


#s-0c20826e-2c2d-4c8e-a5e8-4131f9cab14e .shogun-image-content {
  
    align-items: center;
  
}

#s-a44fdd2b-e6be-426d-be6b-831cde18ffb2 {
  text-align: center;
}




  #s-a44fdd2b-e6be-426d-be6b-831cde18ffb2 img.shogun-image {
    
    width: px;
  }


#s-a44fdd2b-e6be-426d-be6b-831cde18ffb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-186a5621-0de3-42e1-b204-b2f967a8d433 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-c4c1c559-5970-4bc0-a617-00cb202e8493"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

#s-a9ac7b2a-daf6-4c3b-8059-a42494f76acd {
  display: none;
}
#s-31d7c295-2ac6-48fc-a80f-6aee253a28de {
  text-align: left;
}


.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de {
  max-width: 100%;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom,
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de {
  max-width: 100%;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom,
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de {
  max-width: 100%;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom,
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de {
  max-width: 100%;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom,
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de {
  max-width: 100%;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom,
.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31d7c295-2ac6-48fc-a80f-6aee253a28de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9319d7f3-3fd0-43c9-9b2c-4280a6a6c233 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9319d7f3-3fd0-43c9-9b2c-4280a6a6c233 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-030a4565-248d-421f-83da-a38a4b639833 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-030a4565-248d-421f-83da-a38a4b639833:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-030a4565-248d-421f-83da-a38a4b639833:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-030a4565-248d-421f-83da-a38a4b639833 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-030a4565-248d-421f-83da-a38a4b639833.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-030a4565-248d-421f-83da-a38a4b639833.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-030a4565-248d-421f-83da-a38a4b639833.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9f641ad5-46e5-479f-8d5b-d680a61cef47 {
  display: none;
}
#s-8f7c51ec-3423-4a12-a20a-8d7929554324 {
  text-align: left;
}


.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 {
  max-width: 100%;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom,
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 {
  max-width: 100%;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom,
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 {
  max-width: 100%;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom,
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 {
  max-width: 100%;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom,
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 {
  max-width: 100%;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom,
.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f7c51ec-3423-4a12-a20a-8d7929554324 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5846719f-1f29-44ef-864e-891f0144748a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5846719f-1f29-44ef-864e-891f0144748a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-34167ad3-8a8e-4560-9421-1998fd99ad56 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-34167ad3-8a8e-4560-9421-1998fd99ad56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34167ad3-8a8e-4560-9421-1998fd99ad56:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34167ad3-8a8e-4560-9421-1998fd99ad56 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34167ad3-8a8e-4560-9421-1998fd99ad56.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34167ad3-8a8e-4560-9421-1998fd99ad56.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34167ad3-8a8e-4560-9421-1998fd99ad56.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-64c2382b-bf2e-412b-b482-5b74b35efc23 {
  display: none;
}
#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 {
  text-align: left;
}


.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 {
  max-width: 100%;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom,
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 {
  max-width: 100%;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom,
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 {
  max-width: 100%;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom,
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 {
  max-width: 100%;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom,
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 {
  max-width: 100%;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom,
.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e77ccfea-c1ea-4e6b-b282-84d6e6864883 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f5a3782d-7167-4231-9de6-edd226375842 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5a3782d-7167-4231-9de6-edd226375842 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-2b738987-d24a-4488-974f-01d6334d07a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2b738987-d24a-4488-974f-01d6334d07a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b738987-d24a-4488-974f-01d6334d07a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b738987-d24a-4488-974f-01d6334d07a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b738987-d24a-4488-974f-01d6334d07a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b738987-d24a-4488-974f-01d6334d07a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b738987-d24a-4488-974f-01d6334d07a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-f4a663df-da6b-4565-8bab-d9d768212e0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

#s-7df23600-ebaf-4a8b-b34b-aa682f3bc7ea {
  display: none;
}
#s-210b87af-548a-4d65-9d65-d31657591b78 {
  text-align: left;
}


.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 {
  max-width: 100%;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom,
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 {
  max-width: 100%;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom,
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 {
  max-width: 100%;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom,
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 {
  max-width: 100%;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom,
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 {
  max-width: 100%;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom,
.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-210b87af-548a-4d65-9d65-d31657591b78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6f3f071b-ea66-4823-8572-9dbe8d180313 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f3f071b-ea66-4823-8572-9dbe8d180313 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-73e2107f-e77d-4324-b36f-2dbff6315d52 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-73e2107f-e77d-4324-b36f-2dbff6315d52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73e2107f-e77d-4324-b36f-2dbff6315d52:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73e2107f-e77d-4324-b36f-2dbff6315d52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-73e2107f-e77d-4324-b36f-2dbff6315d52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73e2107f-e77d-4324-b36f-2dbff6315d52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73e2107f-e77d-4324-b36f-2dbff6315d52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-284e333b-c5cf-43fd-a7ca-93a1c3798e2d {
  display: none;
}
#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd {
  text-align: left;
}


.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd {
  max-width: 100%;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom,
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd {
  max-width: 100%;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom,
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd {
  max-width: 100%;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom,
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd {
  max-width: 100%;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom,
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd {
  max-width: 100%;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom,
.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bb045ef-fa80-436c-86a7-03d35e4a8ffd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-29770b73-2ed4-4317-9fd8-9a96ef8afd99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29770b73-2ed4-4317-9fd8-9a96ef8afd99 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-b194434d-18a3-41a0-81cb-aa5cd397abb6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b194434d-18a3-41a0-81cb-aa5cd397abb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b194434d-18a3-41a0-81cb-aa5cd397abb6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b194434d-18a3-41a0-81cb-aa5cd397abb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b194434d-18a3-41a0-81cb-aa5cd397abb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b194434d-18a3-41a0-81cb-aa5cd397abb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b194434d-18a3-41a0-81cb-aa5cd397abb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82378519-d398-4d8e-a4a9-838dc09fa347 {
  display: none;
}
#s-162763e9-13ee-4653-92fe-7a53a6911913 {
  text-align: left;
}


.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 {
  max-width: 100%;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom,
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 {
  max-width: 100%;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom,
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 {
  max-width: 100%;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom,
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 {
  max-width: 100%;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom,
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 {
  max-width: 100%;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom,
.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-162763e9-13ee-4653-92fe-7a53a6911913 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31d7ef9b-aa3f-41d6-89cf-9d41628d0ed3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31d7ef9b-aa3f-41d6-89cf-9d41628d0ed3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-e8f7b3d8-719f-4207-8d8a-55fec250c438 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e8f7b3d8-719f-4207-8d8a-55fec250c438:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8f7b3d8-719f-4207-8d8a-55fec250c438:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8f7b3d8-719f-4207-8d8a-55fec250c438 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e8f7b3d8-719f-4207-8d8a-55fec250c438.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8f7b3d8-719f-4207-8d8a-55fec250c438.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e8f7b3d8-719f-4207-8d8a-55fec250c438.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-016914a7-45a3-4c75-a40c-7bebb9e61204"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

#s-280d056d-273a-4c6a-936a-e48dffc69906 {
  display: none;
}
#s-62664982-5a7a-4352-83f2-9b6cf069407d {
  text-align: left;
}


.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d {
  max-width: 100%;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom,
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d {
  max-width: 100%;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom,
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d {
  max-width: 100%;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom,
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d {
  max-width: 100%;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom,
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d {
  max-width: 100%;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom,
.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-62664982-5a7a-4352-83f2-9b6cf069407d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-72e6659e-e626-40c0-b41f-03209bb6d386 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72e6659e-e626-40c0-b41f-03209bb6d386 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-5f865183-2b72-4a4a-a65a-ead2861b0ee2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5f865183-2b72-4a4a-a65a-ead2861b0ee2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f865183-2b72-4a4a-a65a-ead2861b0ee2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f865183-2b72-4a4a-a65a-ead2861b0ee2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f865183-2b72-4a4a-a65a-ead2861b0ee2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f865183-2b72-4a4a-a65a-ead2861b0ee2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f865183-2b72-4a4a-a65a-ead2861b0ee2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3b62dd9e-e9e8-46d8-9c05-b2d71af24d39 {
  display: none;
}
#s-e806a967-8d45-4e15-9dd1-a1151ef0513c {
  text-align: left;
}


.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c {
  max-width: 100%;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom,
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c {
  max-width: 100%;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom,
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c {
  max-width: 100%;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom,
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c {
  max-width: 100%;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom,
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c {
  max-width: 100%;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom,
.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e806a967-8d45-4e15-9dd1-a1151ef0513c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-773ed581-03af-4bf8-ade7-ed71090eb7bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-773ed581-03af-4bf8-ade7-ed71090eb7bf .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-49517ea5-8eb3-48ad-bd7f-24e1b3aaf18c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-49517ea5-8eb3-48ad-bd7f-24e1b3aaf18c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49517ea5-8eb3-48ad-bd7f-24e1b3aaf18c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49517ea5-8eb3-48ad-bd7f-24e1b3aaf18c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49517ea5-8eb3-48ad-bd7f-24e1b3aaf18c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49517ea5-8eb3-48ad-bd7f-24e1b3aaf18c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49517ea5-8eb3-48ad-bd7f-24e1b3aaf18c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7888dbdc-4d0e-440b-b244-394b63ce9d5f {
  display: none;
}
#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 {
  text-align: left;
}


.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 {
  max-width: 100%;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom,
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 {
  max-width: 100%;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom,
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 {
  max-width: 100%;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom,
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 {
  max-width: 100%;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom,
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 {
  max-width: 100%;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom,
.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-155c2b19-2ff1-47cc-b960-fbe412e9a2a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9786c748-b984-4aa3-9e38-ca14275de7b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9786c748-b984-4aa3-9e38-ca14275de7b7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-e86dcd08-4a01-47c9-bdff-2af307cc0c22 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e86dcd08-4a01-47c9-bdff-2af307cc0c22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e86dcd08-4a01-47c9-bdff-2af307cc0c22:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e86dcd08-4a01-47c9-bdff-2af307cc0c22 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e86dcd08-4a01-47c9-bdff-2af307cc0c22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e86dcd08-4a01-47c9-bdff-2af307cc0c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e86dcd08-4a01-47c9-bdff-2af307cc0c22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-c6d9f279-5fee-412a-b9d2-2432f5b4d3f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

#s-096e66d9-e4d4-4ee1-9f45-f564395f5caa {
  display: none;
}
#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 {
  text-align: left;
}


.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 {
  max-width: 100%;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom,
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 {
  max-width: 100%;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom,
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 {
  max-width: 100%;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom,
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 {
  max-width: 100%;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom,
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 {
  max-width: 100%;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom,
.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8801c1b-f2b2-45de-9a9f-82f6c0e5fd23 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a8cfc706-4b81-497c-9f43-e2a0f5f9a131 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8cfc706-4b81-497c-9f43-e2a0f5f9a131 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-11cdba34-99e5-4ac9-9ca9-0cf5c0589131 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-11cdba34-99e5-4ac9-9ca9-0cf5c0589131:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11cdba34-99e5-4ac9-9ca9-0cf5c0589131:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11cdba34-99e5-4ac9-9ca9-0cf5c0589131 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-11cdba34-99e5-4ac9-9ca9-0cf5c0589131.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11cdba34-99e5-4ac9-9ca9-0cf5c0589131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-11cdba34-99e5-4ac9-9ca9-0cf5c0589131.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2109bb90-4dfd-463b-9f98-3c437773177f {
  display: none;
}
#s-69d710d2-6e8c-49f9-b243-c203201f68a0 {
  text-align: left;
}


.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 {
  max-width: 100%;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom,
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 {
  max-width: 100%;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom,
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 {
  max-width: 100%;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom,
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 {
  max-width: 100%;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom,
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 {
  max-width: 100%;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom,
.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69d710d2-6e8c-49f9-b243-c203201f68a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e97804b-b2a9-478a-ae59-f19054e3321b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e97804b-b2a9-478a-ae59-f19054e3321b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-d06fe12b-b73a-4527-b2c8-3b4d87755b57 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d06fe12b-b73a-4527-b2c8-3b4d87755b57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d06fe12b-b73a-4527-b2c8-3b4d87755b57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d06fe12b-b73a-4527-b2c8-3b4d87755b57 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d06fe12b-b73a-4527-b2c8-3b4d87755b57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d06fe12b-b73a-4527-b2c8-3b4d87755b57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d06fe12b-b73a-4527-b2c8-3b4d87755b57.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a45a77b5-c58e-4c38-9489-1217709b723a {
  display: none;
}
#s-f2428b80-bd83-4969-954b-4eae92ddc21c {
  text-align: left;
}


.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c {
  max-width: 100%;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom,
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c {
  max-width: 100%;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom,
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c {
  max-width: 100%;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom,
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c {
  max-width: 100%;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom,
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c {
  max-width: 100%;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom,
.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f2428b80-bd83-4969-954b-4eae92ddc21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9b978c12-abb8-4685-92f0-60a6e3007483 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b978c12-abb8-4685-92f0-60a6e3007483 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-e90c44f9-e2f3-4b6f-a4b4-87d17f8dde0e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e90c44f9-e2f3-4b6f-a4b4-87d17f8dde0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e90c44f9-e2f3-4b6f-a4b4-87d17f8dde0e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e90c44f9-e2f3-4b6f-a4b4-87d17f8dde0e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e90c44f9-e2f3-4b6f-a4b4-87d17f8dde0e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e90c44f9-e2f3-4b6f-a4b4-87d17f8dde0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e90c44f9-e2f3-4b6f-a4b4-87d17f8dde0e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.666666666666668px);
}

[id="s-73d010de-48a3-4cdd-9ec7-2176774582a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.666666666666668px);
}

}

#s-0e2ca581-7872-47b0-826f-38e80f73b607 {
  display: none;
}
#s-207a6e5c-aec3-4e63-9318-f73670268bb6 {
  text-align: left;
}


.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 {
  max-width: 100%;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom,
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 {
  max-width: 100%;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom,
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 {
  max-width: 100%;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom,
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 {
  max-width: 100%;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom,
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 {
  max-width: 100%;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom,
.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-207a6e5c-aec3-4e63-9318-f73670268bb6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cafeb9c3-a412-4ea7-96eb-35517cd82574 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cafeb9c3-a412-4ea7-96eb-35517cd82574 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-0a75f489-8953-4077-bb22-4fde75d68f90 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0a75f489-8953-4077-bb22-4fde75d68f90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a75f489-8953-4077-bb22-4fde75d68f90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a75f489-8953-4077-bb22-4fde75d68f90 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a75f489-8953-4077-bb22-4fde75d68f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a75f489-8953-4077-bb22-4fde75d68f90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a75f489-8953-4077-bb22-4fde75d68f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e62fbecf-54bc-462a-87c2-dc8294fa0ec7 {
  display: none;
}
#s-d10d80c1-306d-47a4-acfd-95f47d3eedda {
  text-align: left;
}


.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda {
  max-width: 100%;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom,
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda {
  max-width: 100%;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom,
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda {
  max-width: 100%;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom,
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda {
  max-width: 100%;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom,
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda {
  max-width: 100%;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom,
.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d10d80c1-306d-47a4-acfd-95f47d3eedda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5bed89b4-26f9-44cb-b58c-7c88acb3ed57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bed89b4-26f9-44cb-b58c-7c88acb3ed57 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-40411cf4-cb78-4563-9ed7-afedab88bf19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-40411cf4-cb78-4563-9ed7-afedab88bf19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40411cf4-cb78-4563-9ed7-afedab88bf19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40411cf4-cb78-4563-9ed7-afedab88bf19 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40411cf4-cb78-4563-9ed7-afedab88bf19.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40411cf4-cb78-4563-9ed7-afedab88bf19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-40411cf4-cb78-4563-9ed7-afedab88bf19.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-17a512fd-7fb8-4f0f-8852-95672b8275ef {
  display: none;
}
#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 {
  text-align: left;
}


.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 {
  max-width: 100%;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom,
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 {
  max-width: 100%;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom,
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 {
  max-width: 100%;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom,
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 {
  max-width: 100%;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom,
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 {
  max-width: 100%;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom,
.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d70d1c62-8e99-40b1-abdb-f997de9397d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c3b4b85d-0c20-437f-af3f-cddac5c976ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3b4b85d-0c20-437f-af3f-cddac5c976ab .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: urw-din-condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-a23cab68-81fb-443f-83f5-b0aad487107e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 38, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a23cab68-81fb-443f-83f5-b0aad487107e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a23cab68-81fb-443f-83f5-b0aad487107e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a23cab68-81fb-443f-83f5-b0aad487107e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a23cab68-81fb-443f-83f5-b0aad487107e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a23cab68-81fb-443f-83f5-b0aad487107e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a23cab68-81fb-443f-83f5-b0aad487107e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-c9369c26-b554-4213-b21a-28c4228a99a8 {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-c9369c26-b554-4213-b21a-28c4228a99a8 {
  display: none;
}
#s-c9369c26-b554-4213-b21a-28c4228a99a8, #wrap-s-c9369c26-b554-4213-b21a-28c4228a99a8 { display:none !important; }}
#s-f902272c-ab28-4c14-8630-8b01b7188c39 {
  text-align: center;
}




  #s-f902272c-ab28-4c14-8630-8b01b7188c39 img.shogun-image {
    
    width: px;
  }


#s-f902272c-ab28-4c14-8630-8b01b7188c39 .shogun-image-content {
  
    align-items: center;
  
}

#s-350caf58-402b-4974-ab57-ab0b0ae3a87e {
  text-align: center;
}




  #s-350caf58-402b-4974-ab57-ab0b0ae3a87e img.shogun-image {
    
    width: px;
  }


#s-350caf58-402b-4974-ab57-ab0b0ae3a87e .shogun-image-content {
  
    align-items: center;
  
}

#s-0c49eacc-d071-44ef-9144-75a1ca0676b3 {
  text-align: center;
}




  #s-0c49eacc-d071-44ef-9144-75a1ca0676b3 img.shogun-image {
    
    width: px;
  }


#s-0c49eacc-d071-44ef-9144-75a1ca0676b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-24029726-b466-4b29-b1e1-3caa4630adad {
  text-align: center;
}




  #s-24029726-b466-4b29-b1e1-3caa4630adad img.shogun-image {
    
    width: px;
  }


#s-24029726-b466-4b29-b1e1-3caa4630adad .shogun-image-content {
  
    align-items: center;
  
}

#s-10e1216a-76df-4a32-a086-646e4ce03318 {
  text-align: center;
}
@media (max-width: 767px){#s-10e1216a-76df-4a32-a086-646e4ce03318 {
  display: none;
}
#s-10e1216a-76df-4a32-a086-646e4ce03318, #wrap-s-10e1216a-76df-4a32-a086-646e4ce03318 { display:none !important; }}




#s-10e1216a-76df-4a32-a086-646e4ce03318 .shogun-image-content {
  
    align-items: center;
  
}

#s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e {
  display: none;
}
#s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e, #wrap-s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e {
  display: none;
}
#s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e, #wrap-s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e {
  display: none;
}
#s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e, #wrap-s-e91bc8a1-852d-4a3e-8a75-aadab1d5c62e { display:none !important; }}
#s-6147c4da-0708-41f5-bd0f-a4c74ad09df5 {
  text-align: center;
}





#s-6147c4da-0708-41f5-bd0f-a4c74ad09df5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccd0abac-8f00-4b3f-b90d-f767cf427b80 {
  text-align: center;
}





#s-ccd0abac-8f00-4b3f-b90d-f767cf427b80 .shogun-image-content {
  
    align-items: center;
  
}

#s-79988d94-a8e2-4388-b3d4-b045225dffed {
  text-align: center;
}





#s-79988d94-a8e2-4388-b3d4-b045225dffed .shogun-image-content {
  
    align-items: center;
  
}

#s-8f07cc92-46ec-48ca-88a5-e5de5e4d0999 {
  text-align: center;
}





#s-8f07cc92-46ec-48ca-88a5-e5de5e4d0999 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f46ec4e-25ca-4654-a801-181bbe464e60 {
  text-align: center;
}





#s-4f46ec4e-25ca-4654-a801-181bbe464e60 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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