.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-ec9a5805-ebe5-4368-af74-aeb1ba6a058d {
  margin-bottom: 20px;
min-height: 50px;
}








#s-ec9a5805-ebe5-4368-af74-aeb1ba6a058d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec9a5805-ebe5-4368-af74-aeb1ba6a058d.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-1193a416-3b81-489f-939d-3cd37b85df2a .shogun-tabs {
  justify-content: flex-start;
}


  #s-1193a416-3b81-489f-939d-3cd37b85df2a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-1193a416-3b81-489f-939d-3cd37b85df2a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-1193a416-3b81-489f-939d-3cd37b85df2a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1193a416-3b81-489f-939d-3cd37b85df2a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-1193a416-3b81-489f-939d-3cd37b85df2a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-1193a416-3b81-489f-939d-3cd37b85df2a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

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

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

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

#s-05431b39-7dc8-4744-9e1f-28f312aaad60 {
  padding-top: 54px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
}
@media (max-width: 767px){#s-05431b39-7dc8-4744-9e1f-28f312aaad60 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05431b39-7dc8-4744-9e1f-28f312aaad60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-eae4c010-532a-4c67-9459-36a4e36efced {
  margin-top: 20px;
margin-left: 45%;
margin-bottom: 20px;
margin-right: 30%;
min-height: 64px;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-eae4c010-532a-4c67-9459-36a4e36efced {
  margin-left: 40%;
margin-right: 40%;
}
}



  #s-eae4c010-532a-4c67-9459-36a4e36efced img.shogun-image {
    
    width: px;
  }


#s-eae4c010-532a-4c67-9459-36a4e36efced .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-5cd9bcc3-1655-419a-98bf-f955a2d4951c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cd9bcc3-1655-419a-98bf-f955a2d4951c .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f7ee482-ec7d-4cbb-b141-74531419c54d {
  margin-top: 20px;
margin-left: 40%;
margin-bottom: 20px;
margin-right: 40%;
min-height: 64px;
max-width: 80px;
text-align: center;
}




  #s-9f7ee482-ec7d-4cbb-b141-74531419c54d img.shogun-image {
    
    width: px;
  }


#s-9f7ee482-ec7d-4cbb-b141-74531419c54d .shogun-image-content {
  
    align-items: center;
  
}

#s-c63b0637-378d-49ad-ac7e-224262814822 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c63b0637-378d-49ad-ac7e-224262814822 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-584a879f-169e-4ff7-a159-e5d09a19b1cb {
  margin-top: 20px;
margin-left: 40%;
margin-bottom: 20px;
margin-right: 40%;
min-height: 64px;
max-width: 80px;
text-align: center;
}




  #s-584a879f-169e-4ff7-a159-e5d09a19b1cb img.shogun-image {
    
    width: px;
  }


#s-584a879f-169e-4ff7-a159-e5d09a19b1cb .shogun-image-content {
  
    align-items: center;
  
}

#s-70e69afa-6d6e-417e-a3f2-a521f59a239f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70e69afa-6d6e-417e-a3f2-a521f59a239f .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-25bd6838-e721-4ad7-bbe3-bfd2b3031cba {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-25bd6838-e721-4ad7-bbe3-bfd2b3031cba {
  min-height: 200px;
}
}







#s-25bd6838-e721-4ad7-bbe3-bfd2b3031cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25bd6838-e721-4ad7-bbe3-bfd2b3031cba.shg-box.shg-c {
  justify-content: center;
}

#s-53b568f6-d057-4e98-b6a9-45d6e7b9f6c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-53b568f6-d057-4e98-b6a9-45d6e7b9f6c2 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-53b568f6-d057-4e98-b6a9-45d6e7b9f6c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-53b568f6-d057-4e98-b6a9-45d6e7b9f6c2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 31px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eaf10917-d04e-4465-8daa-b493ff33a4cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f6530f7-a33d-46c0-a0ac-9a23d0f392ea {
  margin-top: 200px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4f6530f7-a33d-46c0-a0ac-9a23d0f392ea {
  margin-top: 40px;
}
}
#s-4f6530f7-a33d-46c0-a0ac-9a23d0f392ea .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-4f6530f7-a33d-46c0-a0ac-9a23d0f392ea .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-9094490b-a58b-452a-aa34-31a789442361 {
  margin-left: 10%;
margin-right: 10%;
}

#s-2ae425fb-1a5c-4c92-a7b4-9d5041d16300 {
  margin-left: 10%;
min-height: 500px;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-2ae425fb-1a5c-4c92-a7b4-9d5041d16300 {
  margin-right: 10%;
min-height: 300px;
max-width: 300px;
text-align: center;
}
}



  #s-2ae425fb-1a5c-4c92-a7b4-9d5041d16300 img.shogun-image {
    
    width: px;
  }


#s-2ae425fb-1a5c-4c92-a7b4-9d5041d16300 .shogun-image-content {
  
    align-items: center;
  
}

.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-fe8714bd-f54e-428d-9800-934991027ff8 {
  padding-top: 40px;
padding-left: 20%;
padding-bottom: 40px;
padding-right: 20%;
}
@media (max-width: 767px){#s-fe8714bd-f54e-428d-9800-934991027ff8 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5f5bc21d-8d35-4499-8bab-4845e2dcaf06"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d98fc790-8007-4118-bcb9-0c3522bbd9a0 {
  margin-left: 10%;
min-height: 500px;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-d98fc790-8007-4118-bcb9-0c3522bbd9a0 {
  margin-right: 10%;
min-height: 300px;
}
}



  #s-d98fc790-8007-4118-bcb9-0c3522bbd9a0 img.shogun-image {
    
    width: px;
  }


#s-d98fc790-8007-4118-bcb9-0c3522bbd9a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfe733bb-1b67-4271-89c9-cfc8a2c6fdfc {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dfe733bb-1b67-4271-89c9-cfc8a2c6fdfc {
  margin-top: 40px;
}
}
#s-dfe733bb-1b67-4271-89c9-cfc8a2c6fdfc .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-dfe733bb-1b67-4271-89c9-cfc8a2c6fdfc .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-9846b84c-3c70-4669-9c56-565ad8835a11 {
  margin-left: 10%;
margin-right: 10%;
}

#s-7c9282e2-542d-477e-a2b2-0d1195dcd84e {
  padding-top: 40px;
padding-left: 20%;
padding-bottom: 40px;
padding-right: 20%;
}
@media (max-width: 767px){#s-7c9282e2-542d-477e-a2b2-0d1195dcd84e {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-e8404926-ce98-4da9-92e1-f17a342baa37 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e8404926-ce98-4da9-92e1-f17a342baa37"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f55b7381-c156-4a00-8292-1368aa70ce74 {
  margin-top: 180px;
margin-left: 10%;
min-height: 200px;
max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-f55b7381-c156-4a00-8292-1368aa70ce74 {
  margin-top: 30px;
margin-right: 10%;
min-height: 150px;
max-width: 400px;
}
}



  #s-f55b7381-c156-4a00-8292-1368aa70ce74 img.shogun-image {
    
    width: px;
  }


#s-f55b7381-c156-4a00-8292-1368aa70ce74 .shogun-image-content {
  
    align-items: center;
  
}

#s-f60dd676-844e-403e-8b84-04b9a4da4298 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f60dd676-844e-403e-8b84-04b9a4da4298 {
  margin-top: 40px;
}
}
#s-f60dd676-844e-403e-8b84-04b9a4da4298 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-f60dd676-844e-403e-8b84-04b9a4da4298 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e770e2a5-19f2-4569-b082-806ea70397f2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-95d70e85-2044-45b7-824f-9d00474ee525 {
  padding-top: 40px;
padding-left: 20%;
padding-bottom: 40px;
padding-right: 20%;
}
@media (max-width: 767px){#s-95d70e85-2044-45b7-824f-9d00474ee525 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-3174cd43-3331-4fc1-9d32-7ef92cb4a965 {
  min-height: 250px;
background-color: rgba(0, 0, 0, 1);
}








#s-3174cd43-3331-4fc1-9d32-7ef92cb4a965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3174cd43-3331-4fc1-9d32-7ef92cb4a965.shg-box.shg-c {
  justify-content: center;
}

#s-dc233ef6-8225-4b90-8373-1bf14bf664fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc233ef6-8225-4b90-8373-1bf14bf664fc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-dc233ef6-8225-4b90-8373-1bf14bf664fc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-318ec2f9-4116-492f-9083-4a41e3ab3c50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e91f6b2d-30b7-4771-b0e1-0fa4fc028390 {
  margin-top: 200px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e91f6b2d-30b7-4771-b0e1-0fa4fc028390 {
  margin-top: 40px;
}
}
#s-e91f6b2d-30b7-4771-b0e1-0fa4fc028390 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-e91f6b2d-30b7-4771-b0e1-0fa4fc028390 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-db0704a0-da8e-4d9d-8ce3-988fc4ce984a {
  margin-left: 20%;
margin-right: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0d59b6ac-770c-4dc3-a850-3f4d0914992d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 50px;
padding-bottom: 50px;
}

#s-0d59b6ac-770c-4dc3-a850-3f4d0914992d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0d59b6ac-770c-4dc3-a850-3f4d0914992d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(248, 244, 239, 1);
  padding: 10px;
}

#s-0d59b6ac-770c-4dc3-a850-3f4d0914992d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0d59b6ac-770c-4dc3-a850-3f4d0914992d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0d59b6ac-770c-4dc3-a850-3f4d0914992d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-0d59b6ac-770c-4dc3-a850-3f4d0914992d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2651ae80-3e77-4764-9098-71578978c1f2 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-2651ae80-3e77-4764-9098-71578978c1f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2651ae80-3e77-4764-9098-71578978c1f2.shg-box.shg-c {
  justify-content: center;
}

#s-a74a7fe4-2fd6-4283-8cb3-d8108e4de55a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a74a7fe4-2fd6-4283-8cb3-d8108e4de55a .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-a74a7fe4-2fd6-4283-8cb3-d8108e4de55a .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f669a482-c6c9-4edb-9c04-ac8e87349641 {
  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-90045c02-a9da-490c-94c1-96a081e4c2bf {
  text-align: left;
}


.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf {
  max-width: 100%;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom,
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf {
  max-width: 100%;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom,
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf {
  max-width: 100%;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom,
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf {
  max-width: 100%;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom,
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf {
  max-width: 100%;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom,
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf {
  max-width: 100%;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .shg-image-zoom,
.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90045c02-a9da-490c-94c1-96a081e4c2bf .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-abcb3a00-de8e-4450-8fe0-3f6a9a20c958 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abcb3a00-de8e-4450-8fe0-3f6a9a20c958 .shg-product-title-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-8e22f131-9bf8-48ee-b3a9-cbdadabef6bf {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-8e22f131-9bf8-48ee-b3a9-cbdadabef6bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8e22f131-9bf8-48ee-b3a9-cbdadabef6bf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-8e22f131-9bf8-48ee-b3a9-cbdadabef6bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6765d238-d8d0-48e0-80aa-36cdc9ec7f04 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 35%;
padding-right: 35%;
text-align: left;
}

#s-6765d238-d8d0-48e0-80aa-36cdc9ec7f04 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6765d238-d8d0-48e0-80aa-36cdc9ec7f04 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6765d238-d8d0-48e0-80aa-36cdc9ec7f04 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6765d238-d8d0-48e0-80aa-36cdc9ec7f04 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


.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-0a4dcc99-e7e7-4d18-bbeb-3399c203e4b8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0a4dcc99-e7e7-4d18-bbeb-3399c203e4b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a4dcc99-e7e7-4d18-bbeb-3399c203e4b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a4dcc99-e7e7-4d18-bbeb-3399c203e4b8 {
  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-0a4dcc99-e7e7-4d18-bbeb-3399c203e4b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a4dcc99-e7e7-4d18-bbeb-3399c203e4b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0a4dcc99-e7e7-4d18-bbeb-3399c203e4b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-07369194-0e86-4909-993e-c635c80a8648 {
  display: none;
}
#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 {
  text-align: left;
}


.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 {
  max-width: 100%;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom,
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 {
  max-width: 100%;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom,
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 {
  max-width: 100%;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom,
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 {
  max-width: 100%;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom,
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 {
  max-width: 100%;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom,
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 {
  max-width: 100%;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom,
.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-337ec1c2-4d6d-4181-8544-588a35ca2af3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-1a295ace-e06c-4ea6-89ec-6ad0be9703b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a295ace-e06c-4ea6-89ec-6ad0be9703b5 .shg-product-title-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c5fa5850-a0fd-41c7-8560-c1a8e2c5639b {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-c5fa5850-a0fd-41c7-8560-c1a8e2c5639b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c5fa5850-a0fd-41c7-8560-c1a8e2c5639b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c5fa5850-a0fd-41c7-8560-c1a8e2c5639b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd4a8c2f-9954-4e37-a45b-af062681923d {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 35%;
padding-right: 35%;
text-align: left;
}

#s-dd4a8c2f-9954-4e37-a45b-af062681923d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dd4a8c2f-9954-4e37-a45b-af062681923d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dd4a8c2f-9954-4e37-a45b-af062681923d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dd4a8c2f-9954-4e37-a45b-af062681923d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-16a24030-faa8-4f34-ac46-ef94e055e16d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-16a24030-faa8-4f34-ac46-ef94e055e16d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16a24030-faa8-4f34-ac46-ef94e055e16d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16a24030-faa8-4f34-ac46-ef94e055e16d {
  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-16a24030-faa8-4f34-ac46-ef94e055e16d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16a24030-faa8-4f34-ac46-ef94e055e16d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-16a24030-faa8-4f34-ac46-ef94e055e16d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e055c623-c3bb-42b3-848f-d9f9615d0b5b {
  display: none;
}
#s-c445b78c-9abf-4f62-a364-b5ee47d626eb {
  text-align: left;
}


.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb {
  max-width: 100%;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom,
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb {
  max-width: 100%;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom,
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb {
  max-width: 100%;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom,
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb {
  max-width: 100%;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom,
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb {
  max-width: 100%;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom,
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb {
  max-width: 100%;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom,
.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c445b78c-9abf-4f62-a364-b5ee47d626eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-05858250-d79c-4036-9b18-fdc3241df3e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05858250-d79c-4036-9b18-fdc3241df3e4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4343182b-602e-43b5-926d-bff0dee84e2a {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-4343182b-602e-43b5-926d-bff0dee84e2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4343182b-602e-43b5-926d-bff0dee84e2a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-4343182b-602e-43b5-926d-bff0dee84e2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6cea79cf-0ba0-45a5-b461-a70c0591d3a7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 35%;
padding-right: 35%;
text-align: left;
}

#s-6cea79cf-0ba0-45a5-b461-a70c0591d3a7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6cea79cf-0ba0-45a5-b461-a70c0591d3a7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6cea79cf-0ba0-45a5-b461-a70c0591d3a7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6cea79cf-0ba0-45a5-b461-a70c0591d3a7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-72224c0c-4004-4fca-93c6-11896943343b {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-72224c0c-4004-4fca-93c6-11896943343b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72224c0c-4004-4fca-93c6-11896943343b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72224c0c-4004-4fca-93c6-11896943343b {
  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-72224c0c-4004-4fca-93c6-11896943343b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72224c0c-4004-4fca-93c6-11896943343b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-72224c0c-4004-4fca-93c6-11896943343b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7a004393-86fc-495a-bfdd-cfb260c82893 {
  display: none;
}
#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc {
  text-align: left;
}


.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc {
  max-width: 100%;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom,
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc {
  max-width: 100%;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom,
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc {
  max-width: 100%;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom,
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc {
  max-width: 100%;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom,
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc {
  max-width: 100%;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom,
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc {
  max-width: 100%;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom,
.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f2c64e8-19de-43be-84f5-02dcc92c67dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-a903ace8-7db8-4b5f-8116-0167b61af294 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a903ace8-7db8-4b5f-8116-0167b61af294 .shg-product-title-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-25539d1f-1b5c-49bb-916e-16a9e59f4ad3 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-25539d1f-1b5c-49bb-916e-16a9e59f4ad3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-25539d1f-1b5c-49bb-916e-16a9e59f4ad3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-25539d1f-1b5c-49bb-916e-16a9e59f4ad3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6c0fdf1-b76d-48f3-8698-cdb3d9ad817f {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 35%;
padding-right: 35%;
text-align: left;
}

#s-c6c0fdf1-b76d-48f3-8698-cdb3d9ad817f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c6c0fdf1-b76d-48f3-8698-cdb3d9ad817f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c6c0fdf1-b76d-48f3-8698-cdb3d9ad817f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c6c0fdf1-b76d-48f3-8698-cdb3d9ad817f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-e929838d-69ba-4adc-b9a9-1e7ba16817ae {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e929838d-69ba-4adc-b9a9-1e7ba16817ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e929838d-69ba-4adc-b9a9-1e7ba16817ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e929838d-69ba-4adc-b9a9-1e7ba16817ae {
  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-e929838d-69ba-4adc-b9a9-1e7ba16817ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e929838d-69ba-4adc-b9a9-1e7ba16817ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e929838d-69ba-4adc-b9a9-1e7ba16817ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
