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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-18a6bc88-a9bb-4e73-843e-1aa98bb3b476 {
  margin-top: 10px;
margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

#s-e2d62fd2-cb7c-43e3-9e32-3a54cdd96735 {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-e2d62fd2-cb7c-43e3-9e32-3a54cdd96735 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-e2d62fd2-cb7c-43e3-9e32-3a54cdd96735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2d62fd2-cb7c-43e3-9e32-3a54cdd96735.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-276ae69d-4909-481c-93e9-7a0d2c317a98 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-276ae69d-4909-481c-93e9-7a0d2c317a98 {
  
}
}@media (max-width: 767px){#s-276ae69d-4909-481c-93e9-7a0d2c317a98 {
  
}
}




#s-276ae69d-4909-481c-93e9-7a0d2c317a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385 {
  margin-top: 18px;
margin-bottom: -48px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385 {
  margin-left: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385 {
  
}
}@media (max-width: 767px){#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385 {
  margin-left: 50px;
}
}







#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c00a437b-5344-48f7-bc5d-d2fc7ffe4385.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

#s-d8ac8a14-e7f5-4de6-973d-eda14831b126 {
  margin-top: 9px;
margin-bottom: 44px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-d8ac8a14-e7f5-4de6-973d-eda14831b126 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8ac8a14-e7f5-4de6-973d-eda14831b126 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8ac8a14-e7f5-4de6-973d-eda14831b126 {
  
}
}@media (max-width: 767px){#s-d8ac8a14-e7f5-4de6-973d-eda14831b126 {
  margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-d8ac8a14-e7f5-4de6-973d-eda14831b126"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-7bd6d0c1-748e-4a81-8d87-c02ce45e520b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 1px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px){#s-7bd6d0c1-748e-4a81-8d87-c02ce45e520b {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bd6d0c1-748e-4a81-8d87-c02ce45e520b {
  padding-top: 10px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bd6d0c1-748e-4a81-8d87-c02ce45e520b {
  
}
}@media (max-width: 767px){#s-7bd6d0c1-748e-4a81-8d87-c02ce45e520b {
  margin-left: 0px;
margin-right: 0px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-95b093d2-45e2-4b1d-a2ba-a7b2c893b4da {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(146, 200, 199, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-95b093d2-45e2-4b1d-a2ba-a7b2c893b4da:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(141, 119, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-95b093d2-45e2-4b1d-a2ba-a7b2c893b4da:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-95b093d2-45e2-4b1d-a2ba-a7b2c893b4da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-388c15c7-e080-4f3c-a74d-af9c2b730bb2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(146, 200, 199, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-388c15c7-e080-4f3c-a74d-af9c2b730bb2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(141, 119, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-388c15c7-e080-4f3c-a74d-af9c2b730bb2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-388c15c7-e080-4f3c-a74d-af9c2b730bb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5df312f-a445-410d-9d15-7e6a70e1f27d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 80%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5df312f-a445-410d-9d15-7e6a70e1f27d {
  
}
}@media (max-width: 767px){#s-b5df312f-a445-410d-9d15-7e6a70e1f27d {
  margin-left: 0px;
margin-right: 0px;
}
}




#s-b5df312f-a445-410d-9d15-7e6a70e1f27d .shogun-image-content {
  
    align-items: center;
  
}

#s-aa22f43e-0fd6-4af1-a973-335b915161d4 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
text-align: left;
}





#s-aa22f43e-0fd6-4af1-a973-335b915161d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-01326de9-c2ba-429b-832c-b3c13a5be94e {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-01326de9-c2ba-429b-832c-b3c13a5be94e {
  margin-top: -20px;
margin-left: 50px;
}
}







#s-01326de9-c2ba-429b-832c-b3c13a5be94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01326de9-c2ba-429b-832c-b3c13a5be94e.shg-box.shg-c {
  justify-content: center;
}

#s-dd5fef65-bcfc-460a-a247-8160abd464f3 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-dd5fef65-bcfc-460a-a247-8160abd464f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd5fef65-bcfc-460a-a247-8160abd464f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd5fef65-bcfc-460a-a247-8160abd464f3 {
  
}
}@media (max-width: 767px){#s-dd5fef65-bcfc-460a-a247-8160abd464f3 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dd5fef65-bcfc-460a-a247-8160abd464f3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f660ce0b-d577-4b03-bdb0-2cbdb23f4de7 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 80%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f660ce0b-d577-4b03-bdb0-2cbdb23f4de7 {
  
}
}@media (max-width: 767px){#s-f660ce0b-d577-4b03-bdb0-2cbdb23f4de7 {
  margin-left: 0px;
margin-right: 0px;
}
}




#s-f660ce0b-d577-4b03-bdb0-2cbdb23f4de7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ee2c9c7-4c06-425d-869b-0c6735410d7e {
  border-style: solid;
margin-bottom: 1px;
margin-right: 8px;
padding-top: 12px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2ee2c9c7-4c06-425d-869b-0c6735410d7e {
  
}
}@media (max-width: 767px){#s-2ee2c9c7-4c06-425d-869b-0c6735410d7e {
  margin-bottom: 0px;
margin-right: 0px;
}
}
#s-0790d7ac-f95b-4ef6-8339-ca12fc1c69a9 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(146, 200, 199, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0790d7ac-f95b-4ef6-8339-ca12fc1c69a9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(141, 119, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0790d7ac-f95b-4ef6-8339-ca12fc1c69a9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-0790d7ac-f95b-4ef6-8339-ca12fc1c69a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e0404380-2fd1-462c-8a91-21e67f4493fc {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-e0404380-2fd1-462c-8a91-21e67f4493fc {
  margin-top: 10px;
margin-bottom: 10px;
}
}




#s-e0404380-2fd1-462c-8a91-21e67f4493fc .shogun-image-content {
  
    align-items: center;
  
}

#s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11 {
  
}
}@media (max-width: 767px){#s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cd8c285f-f164-4c3a-a0aa-bdbbeb385f11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-46729ef5-acc7-4ebd-a12f-38a921368232 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 8px;
padding-bottom: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991px){#s-46729ef5-acc7-4ebd-a12f-38a921368232 {
  
}
}@media (max-width: 767px){#s-46729ef5-acc7-4ebd-a12f-38a921368232 {
  
}
}
#s-758eb7df-b16d-4aff-8f3d-1e7a6cd396e9 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(146, 200, 199, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-758eb7df-b16d-4aff-8f3d-1e7a6cd396e9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(141, 119, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-758eb7df-b16d-4aff-8f3d-1e7a6cd396e9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-758eb7df-b16d-4aff-8f3d-1e7a6cd396e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-403d544a-5beb-4760-84eb-b1b27c117c6f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(146, 200, 199, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-403d544a-5beb-4760-84eb-b1b27c117c6f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(141, 119, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-403d544a-5beb-4760-84eb-b1b27c117c6f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-403d544a-5beb-4760-84eb-b1b27c117c6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c04cd11b-27b6-4936-9ba2-75a227dee8bb {
  margin-top: 8px;
margin-bottom: 8px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-c04cd11b-27b6-4936-9ba2-75a227dee8bb {
  
}
}@media (max-width: 767px){#s-c04cd11b-27b6-4936-9ba2-75a227dee8bb {
  
}
}




#s-c04cd11b-27b6-4936-9ba2-75a227dee8bb .shogun-image-content {
  
    align-items: center;
  
}

#s-c2435483-b683-4f10-8b83-6efea197bad6 {
  text-align: center;
}





#s-c2435483-b683-4f10-8b83-6efea197bad6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a166560-06fb-4725-a493-17c020a0c0a1 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
margin-top: 40px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
padding-top: 15px;
padding-left: 44px;
padding-bottom: 7px;
padding-right: 21px;
min-height: 40px;
background-color: rgba(239, 239, 239, 1);
}
@media (max-width: 767px){#s-9a166560-06fb-4725-a493-17c020a0c0a1 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}







#s-9a166560-06fb-4725-a493-17c020a0c0a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a166560-06fb-4725-a493-17c020a0c0a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b827c798-8097-4f00-b47c-d779fce9e042 {
  border-style: solid;
margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
padding-bottom: 6px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}

#s-2e604ddc-efc0-4677-8e4a-d1760637f2b0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-d264a6bd-eb56-4912-9d12-1f4171d2e90b {
  margin-top: 16px;
margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d264a6bd-eb56-4912-9d12-1f4171d2e90b {
  
}
}@media (max-width: 767px){#s-d264a6bd-eb56-4912-9d12-1f4171d2e90b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-e7208b2f-7f35-4c36-b680-7dafb91f2543 {
  text-align: center;
}




  #s-e7208b2f-7f35-4c36-b680-7dafb91f2543 img.shogun-image {
    
    width: px;
  }


#s-e7208b2f-7f35-4c36-b680-7dafb91f2543 .shogun-image-content {
  
    align-items: center;
  
}

#s-6416442e-d217-4774-a022-0a93eb117124 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6416442e-d217-4774-a022-0a93eb117124 {
  
}
}@media (max-width: 767px){#s-6416442e-d217-4774-a022-0a93eb117124 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
}




#s-6416442e-d217-4774-a022-0a93eb117124 .shogun-image-content {
  
    align-items: center;
  
}

#s-faacc214-cc71-444e-8161-76f0528d0476 {
  text-align: center;
}




  #s-faacc214-cc71-444e-8161-76f0528d0476 img.shogun-image {
    
    width: px;
  }


#s-faacc214-cc71-444e-8161-76f0528d0476 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a322de2-659c-4160-915d-1ef8791f1c5b {
  text-align: center;
}




  #s-3a322de2-659c-4160-915d-1ef8791f1c5b img.shogun-image {
    
    width: px;
  }


#s-3a322de2-659c-4160-915d-1ef8791f1c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-ff8e7466-b106-436c-be35-1ff2690c5571 {
  text-align: center;
}




  #s-ff8e7466-b106-436c-be35-1ff2690c5571 img.shogun-image {
    
    width: px;
  }


#s-ff8e7466-b106-436c-be35-1ff2690c5571 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-d81f16c9-86eb-4a3d-8ba3-744827e3ee47 {
  margin-top: 19px;
margin-left: 48px;
margin-bottom: 8px;
margin-right: 49px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d81f16c9-86eb-4a3d-8ba3-744827e3ee47 .shogun-heading-component h2 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: Baskervville;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b65f65e7-93fe-48c4-9065-18fc0ca4855e {
  margin-left: 50px;
margin-right: 50px;
}

#s-b65f65e7-93fe-48c4-9065-18fc0ca4855e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-02d4be89-c694-4d55-ae68-330456b568fc {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02d4be89-c694-4d55-ae68-330456b568fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a69dd4ef-8639-4d3b-a0ac-90da88150182 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 {
  text-align: left;
}


.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 {
  max-width: 100%;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom,
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 {
  max-width: 100%;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom,
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 {
  max-width: 100%;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom,
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 {
  max-width: 100%;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom,
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 {
  max-width: 100%;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom,
.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea2c8578-5c3a-4e79-8d80-826f73df0648 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-b1b138ce-b2d2-4eec-9e16-5365b82b4b7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1b138ce-b2d2-4eec-9e16-5365b82b4b7a .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-41ee29fd-508e-4483-a541-f36875029a72 {
  display: none;
}
#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf {
  text-align: left;
}


.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf {
  max-width: 100%;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom,
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf {
  max-width: 100%;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom,
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf {
  max-width: 100%;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom,
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf {
  max-width: 100%;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom,
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf {
  max-width: 100%;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom,
.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a43c423b-1d68-4baa-b23c-0e5244e95cdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eb04c333-9d2f-4515-a1ad-524dc46f9787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb04c333-9d2f-4515-a1ad-524dc46f9787 .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f80ec4ce-5fc7-4cbf-a5f8-78ce9fda1b6d {
  display: none;
}
#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 {
  text-align: left;
}


.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 {
  max-width: 100%;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom,
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 {
  max-width: 100%;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom,
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 {
  max-width: 100%;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom,
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 {
  max-width: 100%;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom,
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 {
  max-width: 100%;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom,
.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dafae46-d244-42b8-8fcd-a0b2d7184241 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-75e1494f-9054-419a-9361-a9506a9335db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75e1494f-9054-419a-9361-a9506a9335db .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-a423ae1a-779c-4a49-9fb3-4adef4fcde6e {
  display: none;
}
#s-235161e5-3a4e-4d5e-96ea-bbf24521260f {
  text-align: left;
}


.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f {
  max-width: 100%;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom,
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f {
  max-width: 100%;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom,
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f {
  max-width: 100%;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom,
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f {
  max-width: 100%;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom,
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f {
  max-width: 100%;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom,
.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-235161e5-3a4e-4d5e-96ea-bbf24521260f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ad070bd4-790d-4aee-ab5d-d08f45b73187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad070bd4-790d-4aee-ab5d-d08f45b73187 .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-9e9cddd2-4434-495a-8589-b8615fd8c923 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e9cddd2-4434-495a-8589-b8615fd8c923 {
  
}
}@media (max-width: 767px){#s-9e9cddd2-4434-495a-8589-b8615fd8c923 {
  
}
}
@media (min-width: 0px) {
[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e9cddd2-4434-495a-8589-b8615fd8c923"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d57ffc3d-06a9-4f4f-bded-d0bfbe69e0c8 {
  display: none;
}
#s-f6793228-3c62-4367-8d67-e05e2af868b1 {
  text-align: left;
}


.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 {
  max-width: 100%;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom,
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 {
  max-width: 100%;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom,
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 {
  max-width: 100%;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom,
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 {
  max-width: 100%;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom,
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 {
  max-width: 100%;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom,
.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6793228-3c62-4367-8d67-e05e2af868b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-97f6eb50-941d-4015-ad52-ce247a3f63e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97f6eb50-941d-4015-ad52-ce247a3f63e1 .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0b0d1a65-cfb5-47e3-93e3-cf45f9fbd3b3 {
  display: none;
}
#s-86349df7-874b-4d47-99e9-d3257d55f8c3 {
  text-align: left;
}


.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 {
  max-width: 100%;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom,
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 {
  max-width: 100%;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom,
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 {
  max-width: 100%;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom,
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 {
  max-width: 100%;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom,
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 {
  max-width: 100%;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom,
.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86349df7-874b-4d47-99e9-d3257d55f8c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-588bb187-cb00-404f-953a-0eec4ddeb0c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-588bb187-cb00-404f-953a-0eec4ddeb0c6 .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-1b16711f-f4bc-4961-b777-b5be11dc6075 {
  display: none;
}
#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 {
  text-align: left;
}


.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 {
  max-width: 100%;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom,
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 {
  max-width: 100%;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom,
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 {
  max-width: 100%;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom,
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 {
  max-width: 100%;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom,
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 {
  max-width: 100%;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom,
.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e0c7bc8a-7d67-4e90-ab5d-729945fadb93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9e7ea4e3-56df-47d1-ab1e-67992b40f538 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e7ea4e3-56df-47d1-ab1e-67992b40f538 .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-eaa31c45-dadf-4dc7-ac4f-55b8812cd329 {
  display: none;
}
#s-a4bb9f98-2156-4435-8042-4d59bcee658f {
  text-align: left;
}


.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f {
  max-width: 100%;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom,
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f {
  max-width: 100%;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom,
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f {
  max-width: 100%;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom,
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f {
  max-width: 100%;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom,
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f {
  max-width: 100%;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom,
.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4bb9f98-2156-4435-8042-4d59bcee658f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0abe3d58-3dcc-4ab3-aeb8-280f2c6b17f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0abe3d58-3dcc-4ab3-aeb8-280f2c6b17f7 .shg-product-title-component h1 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c2a54c7f-d333-4c77-b48a-a02cbe0b3494 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c2a54c7f-d333-4c77-b48a-a02cbe0b3494 {
  margin-top: -30px;
margin-bottom: -30px;
}
}







#s-c2a54c7f-d333-4c77-b48a-a02cbe0b3494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2a54c7f-d333-4c77-b48a-a02cbe0b3494.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9ed5e166-278e-4092-9186-62fe6b23d5d8 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

#s-9ed5e166-278e-4092-9186-62fe6b23d5d8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9e9c498-9981-4ca0-b1f8-e88a599dbfc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d6bd5130-4ffe-4723-9882-12997551a7f3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(146, 200, 199, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d6bd5130-4ffe-4723-9882-12997551a7f3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(141, 119, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d6bd5130-4ffe-4723-9882-12997551a7f3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(133, 133, 133, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}


#s-d6bd5130-4ffe-4723-9882-12997551a7f3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-1cbcc062-8682-4133-858f-aa7f94a29ee0 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
text-align: center;
}

#s-1cbcc062-8682-4133-858f-aa7f94a29ee0 .shogun-heading-component h3 {
  color: rgba(127, 140, 141, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06a3c94e-9c8a-48ed-8844-0aca5052b1a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9cea617-d203-40ed-bcbe-ed93ee53308d {
  margin-left: 100px;
margin-right: 100px;
max-width: 400px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9cea617-d203-40ed-bcbe-ed93ee53308d {
  display: none;
}
#s-d9cea617-d203-40ed-bcbe-ed93ee53308d, #wrap-s-d9cea617-d203-40ed-bcbe-ed93ee53308d { display:none !important; }}@media (max-width: 767px){#s-d9cea617-d203-40ed-bcbe-ed93ee53308d {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
}
}



  #s-d9cea617-d203-40ed-bcbe-ed93ee53308d img.shogun-image {
    
    width: px;
  }


#s-d9cea617-d203-40ed-bcbe-ed93ee53308d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-cb4d9130-bd55-4145-9f31-74152241376d {
  display: none;
}
#s-cb4d9130-bd55-4145-9f31-74152241376d, #wrap-s-cb4d9130-bd55-4145-9f31-74152241376d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb4d9130-bd55-4145-9f31-74152241376d {
  display: none;
}
#s-cb4d9130-bd55-4145-9f31-74152241376d, #wrap-s-cb4d9130-bd55-4145-9f31-74152241376d { display:none !important; }}@media (max-width: 767px){#s-cb4d9130-bd55-4145-9f31-74152241376d {
  display: none;
}
#s-cb4d9130-bd55-4145-9f31-74152241376d, #wrap-s-cb4d9130-bd55-4145-9f31-74152241376d { display:none !important; }}







#s-cb4d9130-bd55-4145-9f31-74152241376d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb4d9130-bd55-4145-9f31-74152241376d.shg-box.shg-c {
  justify-content: center;
}

#s-88fcab7f-c24b-448e-aced-fe7003df93d7 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-88fcab7f-c24b-448e-aced-fe7003df93d7 img.shogun-image {
    
    width: px;
  }


#s-88fcab7f-c24b-448e-aced-fe7003df93d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-18c2e6b0-ea74-4d50-b175-dc5c099a2e10 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 8px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px){#s-18c2e6b0-ea74-4d50-b175-dc5c099a2e10 {
  margin-left: 50px;
margin-right: 50px;
padding-bottom: 30px;
}
}
#s-a6b82e06-7a0d-4686-94be-440b61f2c2bd {
  min-height: 50px;
}








#s-a6b82e06-7a0d-4686-94be-440b61f2c2bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b82e06-7a0d-4686-94be-440b61f2c2bd.shg-box.shg-c {
  justify-content: center;
}

#s-44b22119-1945-4b0d-b334-45d620d75592 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(146, 200, 199, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-44b22119-1945-4b0d-b334-45d620d75592:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(141, 119, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-44b22119-1945-4b0d-b334-45d620d75592:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-44b22119-1945-4b0d-b334-45d620d75592.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-91a95d5d-49af-4ada-933f-89d103a384bf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $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%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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