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

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

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

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

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

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

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

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

#s-20468a8e-22d9-41f2-bbb8-b66c089b553c { margin-bottom: 25px;
min-height: 400px; }
#s-20468a8e-22d9-41f2-bbb8-b66c089b553c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
}

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

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  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: 0;
  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-overflow: ellipsis;
  overflow: hidden;
  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 */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tabs {
  justify-content: center;
}


  #s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #DDDDDD;
  }
  #s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(2, 123, 157, 1);
    border: 1px solid #ddd;
  }
#s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 16px;
}

#s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(251, 248, 248, 1);
}

#s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(2, 123, 157, 1);
}

#s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-ee0d31f7-e060-4120-9787-796430d8cc0f .shogun-tab {
  max-width: calc(100% / 5 - (5 - 2) * 2px / 5);
}

.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-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e59edf94-788c-4ab6-9961-67ed3cc9a715"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-67bf42a8-b96a-44c2-bbf0-27f2055becde { padding-top: 15px; }
.shogun-image-container {
  position: relative;
}

.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 !important;
  max-width: 100% !important;
}

.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-e51a5854-b7fb-4fea-8037-89e309a4a871 { text-align: center; }
#s-9d345eff-75d6-4e97-a616-edcf7b92fc94 { padding-top: 15px;
padding-bottom: 15px; }
@media (min-width: 0px) {
[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c9c6b520-fe55-4677-b68a-a3bca24d1f77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-30ba7153-db53-442f-b8a4-658ad0b013fa { padding-top: 15px; }
#s-defe8f96-e855-4a2d-9184-94c02afc769e { margin-top: 15px;
text-align: center; }
#s-85f2c242-b1bd-46c9-bc82-673992a20592 { padding-top: 15px; }
@media (min-width: 0px) {
[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07ab2397-89db-4e9d-893c-61f1aff9fc9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-49fe9b5f-b237-43a3-b76f-83ec9a6bf6b5 { padding-top: 15px; }
#s-2f4528c0-74a3-42df-898b-c71f7914d474 { margin-top: 15px;
text-align: center; }
#s-a3375c07-741d-4300-9694-55b06f47da03 { padding-top: 15px; }
@media (min-width: 0px) {
[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2fbcbe1-a55c-41eb-817c-49cb17498f96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3ebd9326-25b5-423f-88ea-be739bb9dbbe { padding-top: 15px; }
#s-0c71721a-0e09-4679-b97d-25206acae3dc { margin-top: 15px;
text-align: center; }
#s-f76681c4-1ac2-416b-bedd-ec535e7916ce { padding-top: 15px; }
@media (min-width: 0px) {
[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49640060-5e12-433c-b5fc-e3f5b3411934"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ca8c5512-74a3-4909-bd4f-eed4122dafc8 { padding-top: 15px; }
#s-0512a4df-1d7a-4cac-b768-ac4e8e22969f { text-align: center; }
#s-f492ba68-09db-44f6-853d-63aa241b9f92 { margin-top: 0px;
padding-top: 15px; }
#s-fdea2169-ea03-458d-934d-c6c96aa84a7b { margin-top: 25px;
min-height: 50px; }
#s-fdea2169-ea03-458d-934d-c6c96aa84a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-c008d2c1-6f6d-4dff-8b6e-66c4e7fefa63 { padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
background-color: rgba(0, 90, 112, 1); }
 #s-c008d2c1-6f6d-4dff-8b6e-66c4e7fefa63 .shogun-heading-component h2 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: left;
 }

 

#s-810f8ac7-8dbe-49b2-b333-005d0eee67e5 { margin-top: 15px;
margin-bottom: 15px; }
@media (min-width: 0px) {
[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-810f8ac7-8dbe-49b2-b333-005d0eee67e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-7916e857-c300-4504-8bd9-2c4712746320 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(231, 231, 231, 1); }
#s-7916e857-c300-4504-8bd9-2c4712746320 {
  display: none;
}
#s-77b56c72-f922-4dfa-b674-71124a63f1f5 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-77b56c72-f922-4dfa-b674-71124a63f1f5 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

.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: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-034e1f40-31ed-4718-bd64-395d9aa88646 { margin-left: 25px;
margin-right: 25px;
text-align: left; }
.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-7478f0b9-36fe-4e40-8b6b-95546fdd55d0 { margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-7478f0b9-36fe-4e40-8b6b-95546fdd55d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

.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-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-8b0c5f5e-1c52-4c3f-88f4-a700119123f3 { margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
background-color: rgba(198, 0, 112, 1); }
#s-8b0c5f5e-1c52-4c3f-88f4-a700119123f3:hover {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}
#s-8b0c5f5e-1c52-4c3f-88f4-a700119123f3:active {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}

#s-8b0c5f5e-1c52-4c3f-88f4-a700119123f3 {
  display: block;
  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-8b0c5f5e-1c52-4c3f-88f4-a700119123f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b0c5f5e-1c52-4c3f-88f4-a700119123f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-8b0c5f5e-1c52-4c3f-88f4-a700119123f3.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1775242a-f196-4c0e-b8be-b5a3a677d504 { padding-top: 5px; }
#s-2767beac-a8e1-4b3a-ae25-a328d29881ac { padding-bottom: 15px;
text-align: center; }
#s-2767beac-a8e1-4b3a-ae25-a328d29881ac .shg-product-sold-out {
  display: none;
}

#s-2767beac-a8e1-4b3a-ae25-a328d29881ac .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2767beac-a8e1-4b3a-ae25-a328d29881ac .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c5855f92-4b08-49b2-a5f9-e6eb6c30edfb { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-c5855f92-4b08-49b2-a5f9-e6eb6c30edfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1272dd1a-9e71-4a6c-93b5-fb2ab5d2f295 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-1272dd1a-9e71-4a6c-93b5-fb2ab5d2f295 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-134ee6a5-16e3-40be-b62c-f42c6b8656fa { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-0b76a300-6523-4c3e-8000-0b63c6123431 { padding-top: 10px;
padding-bottom: 10px; }
 #s-0b76a300-6523-4c3e-8000-0b63c6123431 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-23ce07c5-58fb-4c3b-b59d-99bc22c08146 { margin-top: 42px; }
#s-0a357529-fcf9-4786-b96d-901718b8ceb1 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-0a357529-fcf9-4786-b96d-901718b8ceb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-91425db8-e3dc-487f-b53a-a0c4047c1b76 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-91425db8-e3dc-487f-b53a-a0c4047c1b76 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-5cc71b1c-15ae-45b5-8992-b170abb769d1 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-d0a7d286-924b-4c10-a1b2-a0f975ddd982 { padding-top: 10px;
padding-bottom: 10px; }
 #s-d0a7d286-924b-4c10-a1b2-a0f975ddd982 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-37c66153-8453-4849-b560-52224081a027 { margin-top: 42px; }
#s-df19a27d-7316-4d48-8589-8c6e13b7fda9 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-df19a27d-7316-4d48-8589-8c6e13b7fda9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-130ea2ed-1f0d-432d-811f-f39bb1129134 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(198, 0, 112, 1); }
 #s-130ea2ed-1f0d-432d-811f-f39bb1129134 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-21110b3a-a285-4e31-bbcc-f245dfa404d4 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-37e628d7-0c06-418f-a4e8-670bc05bef16 { padding-top: 10px;
padding-bottom: 10px; }
 #s-37e628d7-0c06-418f-a4e8-670bc05bef16 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-a1bcee18-e1d9-4c60-b730-1f8ab1d465e8 { margin-top: 42px; }
#s-81cdd511-f4ac-4590-942b-ee95ccb333ec { margin-bottom: 15px; }
@media (min-width: 0px) {
[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-81cdd511-f4ac-4590-942b-ee95ccb333ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-e5ed70fa-907e-491a-a308-122ed16bcf25 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(231, 231, 231, 1); }
#s-e5ed70fa-907e-491a-a308-122ed16bcf25 {
  display: none;
}
#s-7f053cdd-b322-44c7-b10a-61887f3fcf96 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-7f053cdd-b322-44c7-b10a-61887f3fcf96 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-8c69174d-6ffd-4f6b-a77b-2975451c1dfa { margin-left: 25px;
margin-right: 25px;
text-align: left; }
#s-e181b5f1-ff99-4d86-bcee-06e51c64821a { margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e181b5f1-ff99-4d86-bcee-06e51c64821a .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e1377012-9208-4664-a221-ab414098f6ae { margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
background-color: rgba(198, 0, 112, 1); }
#s-e1377012-9208-4664-a221-ab414098f6ae:hover {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}
#s-e1377012-9208-4664-a221-ab414098f6ae:active {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}

#s-e1377012-9208-4664-a221-ab414098f6ae {
  display: block;
  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-e1377012-9208-4664-a221-ab414098f6ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1377012-9208-4664-a221-ab414098f6ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-e1377012-9208-4664-a221-ab414098f6ae.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-3acdc187-720a-4a4f-87ae-16b338a9fd6b { padding-top: 5px; }
#s-1ca0a4e9-51c1-4e7b-9345-a7113732a8af { padding-bottom: 15px;
text-align: center; }
#s-1ca0a4e9-51c1-4e7b-9345-a7113732a8af .shg-product-sold-out {
  display: none;
}

#s-1ca0a4e9-51c1-4e7b-9345-a7113732a8af .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1ca0a4e9-51c1-4e7b-9345-a7113732a8af .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2cefb7f1-8ada-4509-b465-d4932c28651f { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-2cefb7f1-8ada-4509-b465-d4932c28651f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a78e5446-bf28-46fd-ad3e-f2f8dc298e7e { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-a78e5446-bf28-46fd-ad3e-f2f8dc298e7e .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-cff05ac4-37ed-439a-9885-c9500ca681b7 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-b9b44c35-1169-4aec-b0e5-fa4fa8e46c8d { padding-top: 10px;
padding-bottom: 10px; }
 #s-b9b44c35-1169-4aec-b0e5-fa4fa8e46c8d .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-6f408775-e1fd-4a44-a1a4-743e91083d52 { margin-top: 42px; }
#s-f05c6cb1-a432-4ddb-ad89-6e6b87e730f1 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-f05c6cb1-a432-4ddb-ad89-6e6b87e730f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f836242b-e675-4b51-b39a-537a10a6273d { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-f836242b-e675-4b51-b39a-537a10a6273d .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-a79d33da-5ac0-4f13-b5e6-944dde3b0dd6 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-ddec44ec-fcf6-485c-b35b-b7e8daf5f314 { padding-top: 10px;
padding-bottom: 10px; }
 #s-ddec44ec-fcf6-485c-b35b-b7e8daf5f314 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-8bbaa7f7-6f7d-491c-a2d1-fbcaab0b2a9e { margin-top: 42px; }
#s-1baef409-4248-451c-a2bf-46b79a9f0f81 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-1baef409-4248-451c-a2bf-46b79a9f0f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ccecc296-0947-4cf3-a975-c7c5006c528c { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(198, 0, 112, 1); }
 #s-ccecc296-0947-4cf3-a975-c7c5006c528c .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-d4cc7988-a963-4fa1-8f77-08738ffd1377 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-bb8bbc1e-6b14-4e32-a484-37b4b7cc3e89 { padding-top: 10px;
padding-bottom: 10px; }
 #s-bb8bbc1e-6b14-4e32-a484-37b4b7cc3e89 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-6089a3c7-4806-48ff-ae22-e6e6d4d62805 { margin-top: 42px; }
#s-75fbce3f-6505-4796-8cee-d894dfcdcbba { margin-bottom: 15px; }
@media (min-width: 0px) {
[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-75fbce3f-6505-4796-8cee-d894dfcdcbba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-2d9bb6bd-44ec-4bd8-9719-5fa721eec4b3 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(231, 231, 231, 1); }
#s-2d9bb6bd-44ec-4bd8-9719-5fa721eec4b3 {
  display: none;
}
#s-496edea6-b32e-4527-bf2a-55e944a825d7 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-496edea6-b32e-4527-bf2a-55e944a825d7 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-d41de460-b0cc-4a71-bc9a-a85ace6b7387 { margin-left: 25px;
margin-right: 25px;
text-align: left; }
#s-b31ea834-bd1e-43bb-95f1-951f9610fa97 { margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b31ea834-bd1e-43bb-95f1-951f9610fa97 .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-45d91635-7737-4fbf-96f8-46fb7f011151 { margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
background-color: rgba(198, 0, 112, 1); }
#s-45d91635-7737-4fbf-96f8-46fb7f011151:hover {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}
#s-45d91635-7737-4fbf-96f8-46fb7f011151:active {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}

#s-45d91635-7737-4fbf-96f8-46fb7f011151 {
  display: block;
  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-45d91635-7737-4fbf-96f8-46fb7f011151.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45d91635-7737-4fbf-96f8-46fb7f011151.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-45d91635-7737-4fbf-96f8-46fb7f011151.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-11944a2f-2136-4cb5-aba9-8fe6f7746192 { padding-top: 5px; }
#s-9958eda1-9c4a-468e-8f51-24102e3a560e { padding-bottom: 15px;
text-align: center; }
#s-9958eda1-9c4a-468e-8f51-24102e3a560e .shg-product-sold-out {
  display: none;
}

#s-9958eda1-9c4a-468e-8f51-24102e3a560e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9958eda1-9c4a-468e-8f51-24102e3a560e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4d911653-adbd-4c25-a246-b3716fbd7ebb { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-4d911653-adbd-4c25-a246-b3716fbd7ebb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6253dccd-b78e-405f-9545-4acde6b5579c { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-6253dccd-b78e-405f-9545-4acde6b5579c .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-a75175dd-9827-4b98-b1e9-7bbffb5ba448 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-d9e5b783-bf0b-46af-aff5-e38a743f0ec6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-d9e5b783-bf0b-46af-aff5-e38a743f0ec6 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-d3a17d6e-8cfb-4a3e-ab3b-18b49b57c5a6 { margin-top: 42px; }
#s-532fc4d3-c8f5-4c2e-9cce-6568d4daac87 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-532fc4d3-c8f5-4c2e-9cce-6568d4daac87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-27b8e821-8f34-428b-9d35-7746082e32a7 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-27b8e821-8f34-428b-9d35-7746082e32a7 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-efc7ae6d-b326-466c-ad15-6b248b4d3f3b { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-e407c843-3c04-4972-a967-10be461e0567 { padding-top: 10px;
padding-bottom: 10px; }
 #s-e407c843-3c04-4972-a967-10be461e0567 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-dd2ab3b8-7948-4743-9af4-36286de43057 { margin-top: 42px; }
#s-a9d051b6-e43d-4686-87f2-c868b21e1bd8 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-a9d051b6-e43d-4686-87f2-c868b21e1bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-29654738-cc54-410e-8e6a-ad57aa5827a6 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(198, 0, 112, 1); }
 #s-29654738-cc54-410e-8e6a-ad57aa5827a6 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-5200eab8-c2ac-4e75-a1cd-7bf46b4defb6 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-0eed14cb-810a-4458-b749-4d4c4a978749 { padding-top: 10px;
padding-bottom: 10px; }
 #s-0eed14cb-810a-4458-b749-4d4c4a978749 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-926b80be-f138-4bc4-9f31-8eb35448d42e { margin-top: 42px; }
#s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d { margin-bottom: 15px; }
@media (min-width: 0px) {
[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-64fbf4fb-171a-4cf0-89c8-c0c6799a917d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-29f940d6-63b0-4103-85f4-2e733e611cab { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(231, 231, 231, 1); }
#s-29f940d6-63b0-4103-85f4-2e733e611cab {
  display: none;
}
#s-b6fbadbe-2bba-4aec-b166-1729a7650e77 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-b6fbadbe-2bba-4aec-b166-1729a7650e77 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-f96b1a24-b245-4b57-92c0-a21364801d92 { margin-left: 25px;
margin-right: 25px;
text-align: left; }
#s-1fa29ac4-2047-424f-b314-3121cb1a1a4e { margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-1fa29ac4-2047-424f-b314-3121cb1a1a4e .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-49c8b930-bdcc-408e-abe6-fa5dd6a63451 { margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
background-color: rgba(198, 0, 112, 1); }
#s-49c8b930-bdcc-408e-abe6-fa5dd6a63451:hover {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}
#s-49c8b930-bdcc-408e-abe6-fa5dd6a63451:active {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}

#s-49c8b930-bdcc-408e-abe6-fa5dd6a63451 {
  display: block;
  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-49c8b930-bdcc-408e-abe6-fa5dd6a63451.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49c8b930-bdcc-408e-abe6-fa5dd6a63451.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-49c8b930-bdcc-408e-abe6-fa5dd6a63451.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-8af33b45-2209-4a63-9401-05cde955b4c0 { padding-top: 5px; }
#s-6d8eb674-5b1c-40df-9141-41fcd513f4e9 { padding-bottom: 15px;
text-align: center; }
#s-6d8eb674-5b1c-40df-9141-41fcd513f4e9 .shg-product-sold-out {
  display: none;
}

#s-6d8eb674-5b1c-40df-9141-41fcd513f4e9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6d8eb674-5b1c-40df-9141-41fcd513f4e9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-31d5b438-3f4c-405a-8ccf-f9a7cc9042b3 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-31d5b438-3f4c-405a-8ccf-f9a7cc9042b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b440ffc7-3169-4a86-bf78-d00d30da70dd { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-b440ffc7-3169-4a86-bf78-d00d30da70dd .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-fc93511f-5636-4fd4-8d97-bafa325c53e0 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-7a46d90b-2403-4fb8-9a84-2265d65c14be { padding-top: 10px;
padding-bottom: 10px; }
 #s-7a46d90b-2403-4fb8-9a84-2265d65c14be .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-95973c1f-9089-461d-b4db-8dbd19e2b44d { margin-top: 42px; }
#s-5d5edf6e-d31d-4a1c-8bfc-5aa1acea4ed8 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-5d5edf6e-d31d-4a1c-8bfc-5aa1acea4ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b89a2dd3-3107-4169-845b-6e4c368d62bc { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-b89a2dd3-3107-4169-845b-6e4c368d62bc .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-c4e9a443-12f4-48c6-8506-27e0c08c93bd { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-305cc841-da73-4a4a-b004-10e5de4e8c11 { padding-top: 10px;
padding-bottom: 10px; }
 #s-305cc841-da73-4a4a-b004-10e5de4e8c11 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-62c3f85a-a519-4ec2-b107-4c96fe93dd62 { margin-top: 42px; }
#s-10e845d6-a3ba-411a-a74f-e8f8b1e95805 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-10e845d6-a3ba-411a-a74f-e8f8b1e95805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-951ee52e-954b-4153-aec0-d451d5bb4eb1 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(198, 0, 112, 1); }
 #s-951ee52e-954b-4153-aec0-d451d5bb4eb1 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-78aea2f7-72d5-439d-be71-528e58a1a0c7 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-f6c32a43-5342-4a70-b7a3-078d65563f61 { padding-top: 10px;
padding-bottom: 10px; }
 #s-f6c32a43-5342-4a70-b7a3-078d65563f61 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-fc05687b-7807-4fdb-9dca-899b9720345a { margin-top: 42px; }
#s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91 { margin-bottom: 15px; }
@media (min-width: 0px) {
[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b2d2ba0f-244f-411f-b7c8-62ac7f1eaf91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-1539d158-0475-4901-bda0-bda99c4b77e1 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 505px;
border-color: rgba(231, 231, 231, 1); }
#s-1539d158-0475-4901-bda0-bda99c4b77e1 {
  display: none;
}
#s-891b8889-069b-4271-97b1-8be44dd640fe { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-891b8889-069b-4271-97b1-8be44dd640fe .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-c027654b-d4bc-4866-b289-1f0c00c1735a { margin-left: 25px;
margin-right: 25px;
text-align: left; }
#s-85d17bba-934a-4213-a94d-f3f669f6757f { margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-85d17bba-934a-4213-a94d-f3f669f6757f .shg-product-title-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9b5db56f-0968-48ef-bf4e-70680b533b61 {  }
#s-76cd1c6a-95da-49ef-8254-0b35e1fd2381 { margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
text-align: center;
background-color: rgba(198, 0, 112, 1); }
#s-76cd1c6a-95da-49ef-8254-0b35e1fd2381:hover {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}
#s-76cd1c6a-95da-49ef-8254-0b35e1fd2381:active {background-color: rgba(220, 19, 138, 1) !important;
text-decoration: none !important;}

#s-76cd1c6a-95da-49ef-8254-0b35e1fd2381 {
  display: block;
  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-76cd1c6a-95da-49ef-8254-0b35e1fd2381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76cd1c6a-95da-49ef-8254-0b35e1fd2381.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-76cd1c6a-95da-49ef-8254-0b35e1fd2381.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-826fa217-80df-48c5-9021-fa69df5322fa { padding-top: 5px; }
#s-f28a1df5-8660-470d-81f0-a2fc550ae5df { padding-bottom: 15px;
text-align: center; }
#s-f28a1df5-8660-470d-81f0-a2fc550ae5df .shg-product-sold-out {
  display: none;
}

#s-f28a1df5-8660-470d-81f0-a2fc550ae5df .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f28a1df5-8660-470d-81f0-a2fc550ae5df .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5e1609a0-b2cd-48d3-b334-0f6485d96cce { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-5e1609a0-b2cd-48d3-b334-0f6485d96cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-964fe2ad-f5d5-4219-a172-83d796d028d7 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-964fe2ad-f5d5-4219-a172-83d796d028d7 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-9793d07d-d6d5-4ba5-9ea1-1fc0634f53a1 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-7dcbf576-5ecf-4467-8f0d-9886c0426ed6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-7dcbf576-5ecf-4467-8f0d-9886c0426ed6 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-4604e2cd-78da-4ef8-a3ea-b15eef31bb93 {  }
#s-8f54788b-d123-46f4-b28b-14f8484704f7 { margin-top: 25px; }
#s-11285776-3cbe-468a-92b0-8f99ef48fb50 { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-11285776-3cbe-468a-92b0-8f99ef48fb50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8d467d04-cbdb-4fdd-94ca-f7eb8235bd8b { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(38, 188, 215, 1); }
 #s-8d467d04-cbdb-4fdd-94ca-f7eb8235bd8b .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-a703e048-28c4-4f8d-bfc4-a05deb5f42a4 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-c21de0a6-a633-4bb0-bd74-529a235f32a4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-c21de0a6-a633-4bb0-bd74-529a235f32a4 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-d9dd20fc-65fc-4673-b5aa-9234abbabf2e {  }
#s-13e9cd7f-094e-4509-af46-30965e3377cf { margin-top: 25px; }
#s-0f4d480b-3cdf-4f28-8090-647fe2ece03a { border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
min-height: 458px;
border-color: rgba(231, 231, 231, 1); }
#s-0f4d480b-3cdf-4f28-8090-647fe2ece03a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fe950fb7-96f3-46c6-9e82-7a85b0643c31 { padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(198, 0, 112, 1); }
 #s-fe950fb7-96f3-46c6-9e82-7a85b0643c31 .shogun-heading-component h1 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-28d129dc-bce7-47f7-99da-57320b584cd7 { margin-left: 25px;
margin-right: 25px;
text-align: center; }
#s-bf8fd687-e47c-4d9f-a96a-55e830beff26 { padding-top: 10px;
padding-bottom: 10px; }
 #s-bf8fd687-e47c-4d9f-a96a-55e830beff26 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-045f84dd-7cb4-4a8e-ae64-fc97d3fb743c {  }
#s-28ca6cb2-af61-4f66-8e7a-699c0f8b4a97 { margin-top: 25px; }
#s-fd91143e-7225-4f77-aaa0-09a1e563761a { background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll; }
#s-fd91143e-7225-4f77-aaa0-09a1e563761a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-84a3113e-24f4-4563-86ca-6a5ef7ccec58 { margin-top: 75px;
margin-bottom: 75px; }
@media (min-width: 0px) {
[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-84a3113e-24f4-4563-86ca-6a5ef7ccec58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-cf319d74-7d68-4fdc-afe2-bed8caab5c4c { margin-left: 22px; }
 #s-cf319d74-7d68-4fdc-afe2-bed8caab5c4c .shogun-heading-component h3 {
   color: rgba(0, 105, 144, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: left;
 }

 

#s-32be6d4f-8226-495b-980d-11a1f342a2c1 { margin-left: 20px; }
 #s-32be6d4f-8226-495b-980d-11a1f342a2c1 .shogun-heading-component h2 {
   color: rgba(0, 105, 144, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 35px;
   
   
   text-align: left;
 }

 

#s-21b55f74-72de-47e9-802b-d9f2ef2914c3 { margin-top: 15px;
margin-left: 20px; }
#s-424af98e-60fd-47a4-8b4c-c1826226af8c { border-radius: 10px;
background-color: rgba(255, 255, 255, 0.3); }
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
}
