.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-8dd07100-0605-4c46-9728-9ef8c47dbcef {
  padding-bottom: 15px;
}
@media (min-width: 1200px){#s-8dd07100-0605-4c46-9728-9ef8c47dbcef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8dd07100-0605-4c46-9728-9ef8c47dbcef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8dd07100-0605-4c46-9728-9ef8c47dbcef {
  
}
}
.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-9ee5e14d-4c06-4a21-9c56-321379207f3e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9ee5e14d-4c06-4a21-9c56-321379207f3e {
  display: none;
}
#s-9ee5e14d-4c06-4a21-9c56-321379207f3e, #wrap-s-9ee5e14d-4c06-4a21-9c56-321379207f3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ee5e14d-4c06-4a21-9c56-321379207f3e {
  display: none;
}
#s-9ee5e14d-4c06-4a21-9c56-321379207f3e, #wrap-s-9ee5e14d-4c06-4a21-9c56-321379207f3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ee5e14d-4c06-4a21-9c56-321379207f3e {
  display: none;
}
#s-9ee5e14d-4c06-4a21-9c56-321379207f3e, #wrap-s-9ee5e14d-4c06-4a21-9c56-321379207f3e { display:none !important; }}







#s-9ee5e14d-4c06-4a21-9c56-321379207f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee5e14d-4c06-4a21-9c56-321379207f3e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-f9e44d91-38f6-429a-98ca-4add72ba9285 {
  background-attachment: fixed;
margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-f9e44d91-38f6-429a-98ca-4add72ba9285 {
  display: none;
}
#s-f9e44d91-38f6-429a-98ca-4add72ba9285, #wrap-s-f9e44d91-38f6-429a-98ca-4add72ba9285 { display:none !important; }}







#s-f9e44d91-38f6-429a-98ca-4add72ba9285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e44d91-38f6-429a-98ca-4add72ba9285.shg-box.shg-c {
  justify-content: center;
}

#s-4743b826-ef18-4bde-b682-8093f7b85310 {
  padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4743b826-ef18-4bde-b682-8093f7b85310 {
  display: none;
}
#s-4743b826-ef18-4bde-b682-8093f7b85310, #wrap-s-4743b826-ef18-4bde-b682-8093f7b85310 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4743b826-ef18-4bde-b682-8093f7b85310 {
  display: none;
}
#s-4743b826-ef18-4bde-b682-8093f7b85310, #wrap-s-4743b826-ef18-4bde-b682-8093f7b85310 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4743b826-ef18-4bde-b682-8093f7b85310 {
  display: none;
}
#s-4743b826-ef18-4bde-b682-8093f7b85310, #wrap-s-4743b826-ef18-4bde-b682-8093f7b85310 { display:none !important; }}







#s-4743b826-ef18-4bde-b682-8093f7b85310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4743b826-ef18-4bde-b682-8093f7b85310.shg-box.shg-c {
  justify-content: 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-134522c2-bad0-4de4-8071-37a0bd6b102f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-134522c2-bad0-4de4-8071-37a0bd6b102f .shogun-heading-component h2 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-78d5e14d-da20-445b-a588-d8344c73849c {
  margin-top: 17px;
margin-left: 50px;
margin-right: 50px;
}

.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-6372712b-2924-4371-aaac-463df7e40950 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-6372712b-2924-4371-aaac-463df7e40950:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6372712b-2924-4371-aaac-463df7e40950:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(240, 234, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-6372712b-2924-4371-aaac-463df7e40950.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

.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-b5b918f1-656a-42e7-9aae-9931c84fa859 {
  padding-top: 20px;
padding-bottom: 10px;
background-color: rgba(242, 241, 238, 1);
}
@media (min-width: 1200px){#s-b5b918f1-656a-42e7-9aae-9931c84fa859 {
  display: none;
}
#s-b5b918f1-656a-42e7-9aae-9931c84fa859, #wrap-s-b5b918f1-656a-42e7-9aae-9931c84fa859 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5b918f1-656a-42e7-9aae-9931c84fa859 {
  display: none;
}
#s-b5b918f1-656a-42e7-9aae-9931c84fa859, #wrap-s-b5b918f1-656a-42e7-9aae-9931c84fa859 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5b918f1-656a-42e7-9aae-9931c84fa859 {
  display: none;
}
#s-b5b918f1-656a-42e7-9aae-9931c84fa859, #wrap-s-b5b918f1-656a-42e7-9aae-9931c84fa859 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5b918f1-656a-42e7-9aae-9931c84fa859"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b4b9b9bd-bc00-4952-a8ea-7d0beabc6e32 {
  text-align: center;
}




  #s-b4b9b9bd-bc00-4952-a8ea-7d0beabc6e32 img.shogun-image {
    
    width: px;
  }


#s-b4b9b9bd-bc00-4952-a8ea-7d0beabc6e32 .shogun-image-content {
  
    align-items: center;
  
}

#s-6272f05e-f07b-4da9-9d10-7b9d4b83204b {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(242, 241, 238, 1);
}
@media (min-width: 1200px){#s-6272f05e-f07b-4da9-9d10-7b9d4b83204b {
  display: none;
}
#s-6272f05e-f07b-4da9-9d10-7b9d4b83204b, #wrap-s-6272f05e-f07b-4da9-9d10-7b9d4b83204b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6272f05e-f07b-4da9-9d10-7b9d4b83204b {
  display: none;
}
#s-6272f05e-f07b-4da9-9d10-7b9d4b83204b, #wrap-s-6272f05e-f07b-4da9-9d10-7b9d4b83204b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6272f05e-f07b-4da9-9d10-7b9d4b83204b {
  display: none;
}
#s-6272f05e-f07b-4da9-9d10-7b9d4b83204b, #wrap-s-6272f05e-f07b-4da9-9d10-7b9d4b83204b { display:none !important; }}
@media (min-width: 0px) {
[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6272f05e-f07b-4da9-9d10-7b9d4b83204b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-037d5a8b-c8f4-4593-91ab-757ff0efa2a6 {
  text-align: center;
}




  #s-037d5a8b-c8f4-4593-91ab-757ff0efa2a6 img.shogun-image {
    
    width: px;
  }


#s-037d5a8b-c8f4-4593-91ab-757ff0efa2a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c37fa793-a333-4b26-91db-4885b862da89 {
  padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(242, 241, 238, 1);
}
@media (min-width: 1200px){#s-c37fa793-a333-4b26-91db-4885b862da89 {
  display: none;
}
#s-c37fa793-a333-4b26-91db-4885b862da89, #wrap-s-c37fa793-a333-4b26-91db-4885b862da89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c37fa793-a333-4b26-91db-4885b862da89 {
  display: none;
}
#s-c37fa793-a333-4b26-91db-4885b862da89, #wrap-s-c37fa793-a333-4b26-91db-4885b862da89 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c37fa793-a333-4b26-91db-4885b862da89 {
  display: none;
}
#s-c37fa793-a333-4b26-91db-4885b862da89, #wrap-s-c37fa793-a333-4b26-91db-4885b862da89 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c37fa793-a333-4b26-91db-4885b862da89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7bea6206-3111-460e-956b-ac7e881cdbda {
  text-align: center;
}




  #s-7bea6206-3111-460e-956b-ac7e881cdbda img.shogun-image {
    
    width: px;
  }


#s-7bea6206-3111-460e-956b-ac7e881cdbda .shogun-image-content {
  
    align-items: center;
  
}

#s-f3ece99c-d3c4-4a3a-8943-b33b289f5280 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(242, 241, 238, 1);
}
@media (max-width: 767px){#s-f3ece99c-d3c4-4a3a-8943-b33b289f5280 {
  display: none;
}
#s-f3ece99c-d3c4-4a3a-8943-b33b289f5280, #wrap-s-f3ece99c-d3c4-4a3a-8943-b33b289f5280 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3ece99c-d3c4-4a3a-8943-b33b289f5280"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-777983b8-e01e-45ff-8ae6-957b18ced6f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4c1ec26b-5fe0-487c-a7c4-4105defb311a {
  text-align: right;
}




  #s-4c1ec26b-5fe0-487c-a7c4-4105defb311a img.shogun-image {
    
    width: px;
  }


#s-4c1ec26b-5fe0-487c-a7c4-4105defb311a .shogun-image-content {
  
    align-items: center;
  
}

#s-12aa617d-ba3b-4ce1-b14c-8480d3883f24 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 7px;
}

@media (min-width: 0px) {
[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c069b888-7d7f-44c1-83da-e8b8da745c29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35900d70-6ae9-441e-b919-c0bf21e0093d {
  text-align: right;
}




  #s-35900d70-6ae9-441e-b919-c0bf21e0093d img.shogun-image {
    
    width: px;
  }


#s-35900d70-6ae9-441e-b919-c0bf21e0093d .shogun-image-content {
  
    align-items: center;
  
}

#s-85d51db1-bc42-4485-aea4-58e657fe973b {
  padding-top: 15px;
padding-bottom: 7px;
}

@media (min-width: 0px) {
[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd5c24d2-c62d-4593-b8a4-479f00cdb918"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9f93160-3d4f-46d1-941f-f6076d65d2e7 {
  text-align: right;
}




  #s-d9f93160-3d4f-46d1-941f-f6076d65d2e7 img.shogun-image {
    
    width: px;
  }


#s-d9f93160-3d4f-46d1-941f-f6076d65d2e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-140eee1c-0218-4d79-8c03-d2558f263130 {
  padding-top: 15px;
padding-bottom: 7px;
}

#s-cfe18ffa-5070-40dc-9f90-c559596d1183 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-cfe18ffa-5070-40dc-9f90-c559596d1183 {
  display: none;
}
#s-cfe18ffa-5070-40dc-9f90-c559596d1183, #wrap-s-cfe18ffa-5070-40dc-9f90-c559596d1183 { display:none !important; }}







#s-cfe18ffa-5070-40dc-9f90-c559596d1183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfe18ffa-5070-40dc-9f90-c559596d1183.shg-box.shg-c {
  justify-content: center;
}

#s-bf9492e7-9e6f-4df2-ad0a-aca98442c41b {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf9492e7-9e6f-4df2-ad0a-aca98442c41b .shogun-heading-component h2 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-1a9e6321-f90f-4118-a4f4-b00bc2d1f3ec {
  margin-left: 170px;
margin-bottom: 10px;
margin-right: 170px;
}

#s-ffd0f3c1-d26a-4fe9-b739-7e06d0eccf86 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-ffd0f3c1-d26a-4fe9-b739-7e06d0eccf86:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(245, 244, 240, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ffd0f3c1-d26a-4fe9-b739-7e06d0eccf86:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(240, 234, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-ffd0f3c1-d26a-4fe9-b739-7e06d0eccf86.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-18b9cf0f-ce4a-4951-9d6c-30784da73774 {
  min-height: 50px;
}
@media (max-width: 767px){#s-18b9cf0f-ce4a-4951-9d6c-30784da73774 {
  display: none;
}
#s-18b9cf0f-ce4a-4951-9d6c-30784da73774, #wrap-s-18b9cf0f-ce4a-4951-9d6c-30784da73774 { display:none !important; }}







#s-18b9cf0f-ce4a-4951-9d6c-30784da73774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b9cf0f-ce4a-4951-9d6c-30784da73774.shg-box.shg-c {
  justify-content: center;
}

#s-d1da55ba-d9e0-4d51-8d8d-9923021727ab {
  text-align: center;
}




  #s-d1da55ba-d9e0-4d51-8d8d-9923021727ab img.shogun-image {
    
    width: px;
  }


#s-d1da55ba-d9e0-4d51-8d8d-9923021727ab .shogun-image-content {
  
    align-items: center;
  
}

#s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d {
  background-color: rgba(242, 241, 238, 1);
}
@media (max-width: 767px){#s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d {
  display: none;
}
#s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d, #wrap-s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d { display:none !important; }}
@media (min-width: 0px) {
[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7d86ad5d-bec4-43f1-a06c-1c120d598f1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-83b6dd5e-ed5e-47fd-a169-68f742b6fb04 {
  margin-top: 38px;
margin-bottom: 35px;
}

#s-f3de22c0-994e-47d7-9d6f-37ad9b7abfd2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-f3de22c0-994e-47d7-9d6f-37ad9b7abfd2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f3de22c0-994e-47d7-9d6f-37ad9b7abfd2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-f3de22c0-994e-47d7-9d6f-37ad9b7abfd2.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87ce824f-eafa-47c3-98f6-45110750cf5f {
  min-height: 50px;
}
@media (max-width: 767px){#s-87ce824f-eafa-47c3-98f6-45110750cf5f {
  display: none;
}
#s-87ce824f-eafa-47c3-98f6-45110750cf5f, #wrap-s-87ce824f-eafa-47c3-98f6-45110750cf5f { display:none !important; }}







#s-87ce824f-eafa-47c3-98f6-45110750cf5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87ce824f-eafa-47c3-98f6-45110750cf5f.shg-box.shg-c {
  justify-content: center;
}

#s-57b24c3f-ffbe-4f70-83b2-2e65ba32d767 {
  text-align: center;
}




  #s-57b24c3f-ffbe-4f70-83b2-2e65ba32d767 img.shogun-image {
    
    width: px;
  }


#s-57b24c3f-ffbe-4f70-83b2-2e65ba32d767 .shogun-image-content {
  
    align-items: center;
  
}

#s-722f2abe-72e7-4a7c-9ec8-c47b34c49081 {
  background-color: rgba(242, 241, 238, 1);
}
@media (max-width: 767px){#s-722f2abe-72e7-4a7c-9ec8-c47b34c49081 {
  display: none;
}
#s-722f2abe-72e7-4a7c-9ec8-c47b34c49081, #wrap-s-722f2abe-72e7-4a7c-9ec8-c47b34c49081 { display:none !important; }}
@media (min-width: 0px) {
[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-722f2abe-72e7-4a7c-9ec8-c47b34c49081"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d76ee96-a95c-499b-96a2-84ec27690b5e {
  margin-top: 38px;
margin-bottom: 35px;
}

#s-5cc8c2ce-ef9f-453c-943f-0242f2f6afc1 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-5cc8c2ce-ef9f-453c-943f-0242f2f6afc1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5cc8c2ce-ef9f-453c-943f-0242f2f6afc1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-5cc8c2ce-ef9f-453c-943f-0242f2f6afc1.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30e77acc-85ea-42b0-af2b-da4a258b2e45 {
  min-height: 50px;
}
@media (max-width: 767px){#s-30e77acc-85ea-42b0-af2b-da4a258b2e45 {
  display: none;
}
#s-30e77acc-85ea-42b0-af2b-da4a258b2e45, #wrap-s-30e77acc-85ea-42b0-af2b-da4a258b2e45 { display:none !important; }}







#s-30e77acc-85ea-42b0-af2b-da4a258b2e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e77acc-85ea-42b0-af2b-da4a258b2e45.shg-box.shg-c {
  justify-content: center;
}

#s-701604bd-20ac-497b-8451-87b8d9686960 {
  text-align: center;
}




  #s-701604bd-20ac-497b-8451-87b8d9686960 img.shogun-image {
    
    width: px;
  }


#s-701604bd-20ac-497b-8451-87b8d9686960 .shogun-image-content {
  
    align-items: center;
  
}

#s-121f551a-1a67-4ff3-b57c-6c0333414288 {
  background-color: rgba(242, 241, 238, 1);
}
@media (max-width: 767px){#s-121f551a-1a67-4ff3-b57c-6c0333414288 {
  display: none;
}
#s-121f551a-1a67-4ff3-b57c-6c0333414288, #wrap-s-121f551a-1a67-4ff3-b57c-6c0333414288 { display:none !important; }}
@media (min-width: 0px) {
[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-121f551a-1a67-4ff3-b57c-6c0333414288"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dd476e50-d71a-4eb5-bbea-1aafeab7ac58 {
  margin-top: 38px;
margin-bottom: 35px;
}

#s-8d3e06c0-fdf3-4f49-b9d0-93d003f4f1da {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-8d3e06c0-fdf3-4f49-b9d0-93d003f4f1da:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8d3e06c0-fdf3-4f49-b9d0-93d003f4f1da:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-8d3e06c0-fdf3-4f49-b9d0-93d003f4f1da.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-37fbca8b-a231-4f76-91ec-8b5371e9f634 {
  min-height: 50px;
}
@media (max-width: 767px){#s-37fbca8b-a231-4f76-91ec-8b5371e9f634 {
  display: none;
}
#s-37fbca8b-a231-4f76-91ec-8b5371e9f634, #wrap-s-37fbca8b-a231-4f76-91ec-8b5371e9f634 { display:none !important; }}







#s-37fbca8b-a231-4f76-91ec-8b5371e9f634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37fbca8b-a231-4f76-91ec-8b5371e9f634.shg-box.shg-c {
  justify-content: center;
}

#s-4380a2ff-e2f5-49c0-99a9-95c8a11e7a3f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 6px;
text-align: center;
}

#s-4380a2ff-e2f5-49c0-99a9-95c8a11e7a3f .shogun-heading-component h2 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



.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-5339ffbd-58aa-420a-b3fc-d45e2400df47 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5339ffbd-58aa-420a-b3fc-d45e2400df47 {
  
}
}@media (max-width: 767px){#s-5339ffbd-58aa-420a-b3fc-d45e2400df47 {
  display: none;
}
#s-5339ffbd-58aa-420a-b3fc-d45e2400df47, #wrap-s-5339ffbd-58aa-420a-b3fc-d45e2400df47 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-624e378c-4fad-47ef-a0e8-a30323e8f486 {
  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-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 {
  text-align: left;
}


.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 {
  max-width: 100%;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom,
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 {
  max-width: 100%;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom,
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 {
  max-width: 100%;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom,
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 {
  max-width: 100%;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom,
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 {
  max-width: 100%;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .shg-image-zoom,
.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ac2099f-b1d6-4d2d-a298-1739c40b8ef0 .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-5500ef10-8782-4eed-b08e-2aa5ff5b2a32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5500ef10-8782-4eed-b08e-2aa5ff5b2a32 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

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

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

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

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

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

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

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

#s-069d684c-64c2-4460-9933-765433868d45 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
color: rgba(109, 106, 106, 1);
hover-type: color;
}
#s-069d684c-64c2-4460-9933-765433868d45:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-069d684c-64c2-4460-9933-765433868d45:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-069d684c-64c2-4460-9933-765433868d45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-069d684c-64c2-4460-9933-765433868d45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-069d684c-64c2-4460-9933-765433868d45.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-069d684c-64c2-4460-9933-765433868d45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1390af7a-aaa9-4950-960d-c2dc8098a74a {
  display: none;
}
#s-34146104-c23a-4e7e-9ee3-36e59f3517ed {
  text-align: left;
}


.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed {
  max-width: 100%;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom,
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed {
  max-width: 100%;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom,
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed {
  max-width: 100%;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom,
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed {
  max-width: 100%;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom,
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed {
  max-width: 100%;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom,
.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-34146104-c23a-4e7e-9ee3-36e59f3517ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9fcfb141-3d1c-4db6-b829-6234b8691fa9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fcfb141-3d1c-4db6-b829-6234b8691fa9 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2e4f6f32-2012-44af-a1b6-c406af755d86 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
color: rgba(109, 106, 106, 1);
hover-type: color;
}
#s-2e4f6f32-2012-44af-a1b6-c406af755d86:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2e4f6f32-2012-44af-a1b6-c406af755d86:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-2e4f6f32-2012-44af-a1b6-c406af755d86 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e4f6f32-2012-44af-a1b6-c406af755d86.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e4f6f32-2012-44af-a1b6-c406af755d86.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e4f6f32-2012-44af-a1b6-c406af755d86.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a7e91ac-2c50-46d1-92b1-ce2b27678932 {
  display: none;
}
#s-427f2d05-6a92-4863-a897-88510ab70769 {
  text-align: left;
}


.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 {
  max-width: 100%;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom,
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 {
  max-width: 100%;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom,
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 {
  max-width: 100%;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom,
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 {
  max-width: 100%;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom,
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 {
  max-width: 100%;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom,
.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-427f2d05-6a92-4863-a897-88510ab70769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ebaff756-903b-4509-b188-c8937c9a78ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebaff756-903b-4509-b188-c8937c9a78ba .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-bd49634a-a65e-4130-88ab-0de7d18ac2e1 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
color: rgba(109, 106, 106, 1);
hover-type: color;
}
#s-bd49634a-a65e-4130-88ab-0de7d18ac2e1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bd49634a-a65e-4130-88ab-0de7d18ac2e1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-bd49634a-a65e-4130-88ab-0de7d18ac2e1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd49634a-a65e-4130-88ab-0de7d18ac2e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd49634a-a65e-4130-88ab-0de7d18ac2e1.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bd49634a-a65e-4130-88ab-0de7d18ac2e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c243631d-df90-4234-8603-57b6c2519c2b {
  display: none;
}
#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b {
  text-align: left;
}


.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b {
  max-width: 100%;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom,
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b {
  max-width: 100%;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom,
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b {
  max-width: 100%;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom,
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b {
  max-width: 100%;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom,
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b {
  max-width: 100%;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom,
.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33002ad-3807-47bc-8c99-1a3cd7b80c5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c5384b8d-603d-4375-b4ee-d5c220983f5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5384b8d-603d-4375-b4ee-d5c220983f5d .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c1375a3e-ffaa-4c08-8c3d-77b26496b69d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-c1375a3e-ffaa-4c08-8c3d-77b26496b69d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-c1375a3e-ffaa-4c08-8c3d-77b26496b69d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-c1375a3e-ffaa-4c08-8c3d-77b26496b69d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1375a3e-ffaa-4c08-8c3d-77b26496b69d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1375a3e-ffaa-4c08-8c3d-77b26496b69d.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1375a3e-ffaa-4c08-8c3d-77b26496b69d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-23f59599-09f8-4178-950b-ec11557a384a {
  display: none;
}
#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 {
  text-align: left;
}


.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 {
  max-width: 100%;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom,
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 {
  max-width: 100%;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom,
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 {
  max-width: 100%;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom,
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 {
  max-width: 100%;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom,
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 {
  max-width: 100%;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom,
.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-60de88ae-4e99-4712-9fb1-1bb1f1b7eeb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aa98b611-77f6-4c9a-a230-abcc26ced2e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa98b611-77f6-4c9a-a230-abcc26ced2e3 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0dbe8469-b337-47e2-8e2a-3ae66bb34c30 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-0dbe8469-b337-47e2-8e2a-3ae66bb34c30:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-0dbe8469-b337-47e2-8e2a-3ae66bb34c30:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-0dbe8469-b337-47e2-8e2a-3ae66bb34c30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0dbe8469-b337-47e2-8e2a-3ae66bb34c30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dbe8469-b337-47e2-8e2a-3ae66bb34c30.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0dbe8469-b337-47e2-8e2a-3ae66bb34c30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3abe277b-0dd5-46db-8298-bf64d69b280c {
  display: none;
}
#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e {
  text-align: left;
}


.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e {
  max-width: 100%;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom,
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e {
  max-width: 100%;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom,
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e {
  max-width: 100%;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom,
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e {
  max-width: 100%;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom,
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e {
  max-width: 100%;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom,
.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e7bfb50-220d-4c5f-af55-e4efc7e0610e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fbf561e5-486a-47ba-b826-870e619fac99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbf561e5-486a-47ba-b826-870e619fac99 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-94851c4c-3fe2-4df9-b1b1-a36cee984ee0 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-94851c4c-3fe2-4df9-b1b1-a36cee984ee0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-94851c4c-3fe2-4df9-b1b1-a36cee984ee0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-94851c4c-3fe2-4df9-b1b1-a36cee984ee0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94851c4c-3fe2-4df9-b1b1-a36cee984ee0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94851c4c-3fe2-4df9-b1b1-a36cee984ee0.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-94851c4c-3fe2-4df9-b1b1-a36cee984ee0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c6e2a22e-63e3-4855-879c-6d1cfdddbceb {
  display: none;
}
#s-16d35d53-b54f-498b-996c-11ebb907f2cc {
  text-align: left;
}


.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc {
  max-width: 100%;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom,
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc {
  max-width: 100%;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom,
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc {
  max-width: 100%;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom,
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc {
  max-width: 100%;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom,
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc {
  max-width: 100%;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom,
.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-16d35d53-b54f-498b-996c-11ebb907f2cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-15627222-698f-4556-b531-507fbe44778c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15627222-698f-4556-b531-507fbe44778c .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8cb6cad3-998a-49cb-acf3-cdb12733a61d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-8cb6cad3-998a-49cb-acf3-cdb12733a61d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-8cb6cad3-998a-49cb-acf3-cdb12733a61d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-8cb6cad3-998a-49cb-acf3-cdb12733a61d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8cb6cad3-998a-49cb-acf3-cdb12733a61d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8cb6cad3-998a-49cb-acf3-cdb12733a61d.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8cb6cad3-998a-49cb-acf3-cdb12733a61d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a884811d-9d80-4be7-8144-cff15154b46d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a884811d-9d80-4be7-8144-cff15154b46d {
  display: none;
}
#s-a884811d-9d80-4be7-8144-cff15154b46d, #wrap-s-a884811d-9d80-4be7-8144-cff15154b46d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a884811d-9d80-4be7-8144-cff15154b46d {
  display: none;
}
#s-a884811d-9d80-4be7-8144-cff15154b46d, #wrap-s-a884811d-9d80-4be7-8144-cff15154b46d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a884811d-9d80-4be7-8144-cff15154b46d {
  display: none;
}
#s-a884811d-9d80-4be7-8144-cff15154b46d, #wrap-s-a884811d-9d80-4be7-8144-cff15154b46d { display:none !important; }}







#s-a884811d-9d80-4be7-8144-cff15154b46d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a884811d-9d80-4be7-8144-cff15154b46d.shg-box.shg-c {
  justify-content: center;
}

#s-a8324b4e-bc7e-4f91-b99f-87111079ec05 {
  text-align: center;
}




  #s-a8324b4e-bc7e-4f91-b99f-87111079ec05 img.shogun-image {
    
    width: px;
  }


#s-a8324b4e-bc7e-4f91-b99f-87111079ec05 .shogun-image-content {
  
    align-items: center;
  
}

#s-27aad6a9-0bb3-402c-9f77-af9d06553211 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(242, 241, 238, 1);
}
@media (min-width: 1200px){#s-27aad6a9-0bb3-402c-9f77-af9d06553211 {
  display: none;
}
#s-27aad6a9-0bb3-402c-9f77-af9d06553211, #wrap-s-27aad6a9-0bb3-402c-9f77-af9d06553211 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27aad6a9-0bb3-402c-9f77-af9d06553211 {
  display: none;
}
#s-27aad6a9-0bb3-402c-9f77-af9d06553211, #wrap-s-27aad6a9-0bb3-402c-9f77-af9d06553211 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27aad6a9-0bb3-402c-9f77-af9d06553211 {
  display: none;
}
#s-27aad6a9-0bb3-402c-9f77-af9d06553211, #wrap-s-27aad6a9-0bb3-402c-9f77-af9d06553211 { display:none !important; }}@media (max-width: 767px){#s-27aad6a9-0bb3-402c-9f77-af9d06553211 {
  
}
}
@media (min-width: 0px) {
[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27aad6a9-0bb3-402c-9f77-af9d06553211"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f3ac0f95-7955-4560-aa92-a459a34648bf {
  margin-top: 28px;
margin-bottom: 23px;
}

#s-ee7de8e8-65c2-46b3-adcd-d131e8e7d9d8 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-ee7de8e8-65c2-46b3-adcd-d131e8e7d9d8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ee7de8e8-65c2-46b3-adcd-d131e8e7d9d8:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-ee7de8e8-65c2-46b3-adcd-d131e8e7d9d8.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1e46133a-3fcf-43bc-bda9-09761ee9395b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1e46133a-3fcf-43bc-bda9-09761ee9395b {
  display: none;
}
#s-1e46133a-3fcf-43bc-bda9-09761ee9395b, #wrap-s-1e46133a-3fcf-43bc-bda9-09761ee9395b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e46133a-3fcf-43bc-bda9-09761ee9395b {
  display: none;
}
#s-1e46133a-3fcf-43bc-bda9-09761ee9395b, #wrap-s-1e46133a-3fcf-43bc-bda9-09761ee9395b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e46133a-3fcf-43bc-bda9-09761ee9395b {
  display: none;
}
#s-1e46133a-3fcf-43bc-bda9-09761ee9395b, #wrap-s-1e46133a-3fcf-43bc-bda9-09761ee9395b { display:none !important; }}







#s-1e46133a-3fcf-43bc-bda9-09761ee9395b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e46133a-3fcf-43bc-bda9-09761ee9395b.shg-box.shg-c {
  justify-content: center;
}

#s-5800154e-ba0f-4ed2-8a18-1cc88574d7b5 {
  text-align: center;
}




  #s-5800154e-ba0f-4ed2-8a18-1cc88574d7b5 img.shogun-image {
    
    width: px;
  }


#s-5800154e-ba0f-4ed2-8a18-1cc88574d7b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-25044e7a-7f37-40a7-8b97-42428eac4296 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(242, 241, 238, 1);
}
@media (min-width: 1200px){#s-25044e7a-7f37-40a7-8b97-42428eac4296 {
  display: none;
}
#s-25044e7a-7f37-40a7-8b97-42428eac4296, #wrap-s-25044e7a-7f37-40a7-8b97-42428eac4296 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25044e7a-7f37-40a7-8b97-42428eac4296 {
  display: none;
}
#s-25044e7a-7f37-40a7-8b97-42428eac4296, #wrap-s-25044e7a-7f37-40a7-8b97-42428eac4296 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25044e7a-7f37-40a7-8b97-42428eac4296 {
  display: none;
}
#s-25044e7a-7f37-40a7-8b97-42428eac4296, #wrap-s-25044e7a-7f37-40a7-8b97-42428eac4296 { display:none !important; }}@media (max-width: 767px){#s-25044e7a-7f37-40a7-8b97-42428eac4296 {
  
}
}
@media (min-width: 0px) {
[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25044e7a-7f37-40a7-8b97-42428eac4296"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-62c3e360-dd52-466d-b799-40738255b64a {
  margin-top: 28px;
margin-bottom: 23px;
}

#s-543ee0a1-4590-40ce-a14d-4cc10490e809 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-543ee0a1-4590-40ce-a14d-4cc10490e809:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-543ee0a1-4590-40ce-a14d-4cc10490e809:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-543ee0a1-4590-40ce-a14d-4cc10490e809.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-770fdfac-4112-4e81-b66f-84d8666283c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-770fdfac-4112-4e81-b66f-84d8666283c6 {
  display: none;
}
#s-770fdfac-4112-4e81-b66f-84d8666283c6, #wrap-s-770fdfac-4112-4e81-b66f-84d8666283c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-770fdfac-4112-4e81-b66f-84d8666283c6 {
  display: none;
}
#s-770fdfac-4112-4e81-b66f-84d8666283c6, #wrap-s-770fdfac-4112-4e81-b66f-84d8666283c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-770fdfac-4112-4e81-b66f-84d8666283c6 {
  display: none;
}
#s-770fdfac-4112-4e81-b66f-84d8666283c6, #wrap-s-770fdfac-4112-4e81-b66f-84d8666283c6 { display:none !important; }}







#s-770fdfac-4112-4e81-b66f-84d8666283c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-770fdfac-4112-4e81-b66f-84d8666283c6.shg-box.shg-c {
  justify-content: center;
}

#s-23378a03-6b90-45b6-9d21-cb2ba282b692 {
  text-align: center;
}




  #s-23378a03-6b90-45b6-9d21-cb2ba282b692 img.shogun-image {
    
    width: px;
  }


#s-23378a03-6b90-45b6-9d21-cb2ba282b692 .shogun-image-content {
  
    align-items: center;
  
}

#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(242, 241, 238, 1);
}
@media (min-width: 1200px){#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c {
  display: none;
}
#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c, #wrap-s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c {
  display: none;
}
#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c, #wrap-s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c {
  display: none;
}
#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c, #wrap-s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c { display:none !important; }}@media (max-width: 767px){#s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c {
  
}
}
@media (min-width: 0px) {
[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85a8b764-da4c-4c4c-9ef7-088eb26e7c7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d84ed262-4cca-4ead-8f8e-d0232469c3cb {
  margin-top: 28px;
margin-bottom: 23px;
}

#s-c2b0cf70-f4db-4235-b6fb-3f0b696fa6e5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(109, 106, 106, 1);
letter-spacing: 2px;
}
#s-c2b0cf70-f4db-4235-b6fb-3f0b696fa6e5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c2b0cf70-f4db-4235-b6fb-3f0b696fa6e5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c2b0cf70-f4db-4235-b6fb-3f0b696fa6e5-btn-wrapper {
    text-align: left;
  }


#s-c2b0cf70-f4db-4235-b6fb-3f0b696fa6e5.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 {
  display: none;
}
#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384, #wrap-s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 {
  display: none;
}
#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384, #wrap-s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 {
  display: none;
}
#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384, #wrap-s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 { display:none !important; }}







#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eebda6fa-b9dc-4af8-ba5e-5e0e9177f384.shg-box.shg-c {
  justify-content: center;
}

#s-967d672c-3227-4457-9235-74bbad4bf984 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-967d672c-3227-4457-9235-74bbad4bf984 .shogun-heading-component h2 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-87d8fb32-b46a-42d0-95b2-19f39248076c {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-87d8fb32-b46a-42d0-95b2-19f39248076c {
  display: none;
}
#s-87d8fb32-b46a-42d0-95b2-19f39248076c, #wrap-s-87d8fb32-b46a-42d0-95b2-19f39248076c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87d8fb32-b46a-42d0-95b2-19f39248076c {
  display: none;
}
#s-87d8fb32-b46a-42d0-95b2-19f39248076c, #wrap-s-87d8fb32-b46a-42d0-95b2-19f39248076c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87d8fb32-b46a-42d0-95b2-19f39248076c {
  display: none;
}
#s-87d8fb32-b46a-42d0-95b2-19f39248076c, #wrap-s-87d8fb32-b46a-42d0-95b2-19f39248076c { display:none !important; }}@media (max-width: 767px){#s-87d8fb32-b46a-42d0-95b2-19f39248076c {
  
}
}
#s-20320a41-955c-4ef6-92c9-e694fcad613f {
  display: none;
}
#s-f62b1796-7751-4919-8009-fbbdd14d7a78 {
  text-align: left;
}


.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 {
  max-width: 100%;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom,
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 {
  max-width: 100%;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom,
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 {
  max-width: 100%;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom,
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 {
  max-width: 100%;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom,
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 {
  max-width: 100%;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom,
.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f62b1796-7751-4919-8009-fbbdd14d7a78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-994dbf70-dd50-4137-beb3-ba65446d2784 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-994dbf70-dd50-4137-beb3-ba65446d2784 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4075bb71-e763-420e-993b-3b1971b6e0eb {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-4075bb71-e763-420e-993b-3b1971b6e0eb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-4075bb71-e763-420e-993b-3b1971b6e0eb:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-4075bb71-e763-420e-993b-3b1971b6e0eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4075bb71-e763-420e-993b-3b1971b6e0eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4075bb71-e763-420e-993b-3b1971b6e0eb.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4075bb71-e763-420e-993b-3b1971b6e0eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ce2ce59-6ce4-4101-bb75-1b63fb98d2a0 {
  display: none;
}
#s-e86e69a4-ed08-47c6-a133-086da77830fd {
  text-align: left;
}


.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd {
  max-width: 100%;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom,
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd {
  max-width: 100%;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom,
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd {
  max-width: 100%;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom,
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd {
  max-width: 100%;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom,
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd {
  max-width: 100%;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom,
.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e86e69a4-ed08-47c6-a133-086da77830fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c0b5721-4927-4ae8-91c9-aa3683c929bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c0b5721-4927-4ae8-91c9-aa3683c929bb .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8e678a51-3f96-4a0e-a764-91fa8a2e7cdd {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-8e678a51-3f96-4a0e-a764-91fa8a2e7cdd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-8e678a51-3f96-4a0e-a764-91fa8a2e7cdd:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-8e678a51-3f96-4a0e-a764-91fa8a2e7cdd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e678a51-3f96-4a0e-a764-91fa8a2e7cdd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e678a51-3f96-4a0e-a764-91fa8a2e7cdd.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e678a51-3f96-4a0e-a764-91fa8a2e7cdd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b7733625-ad06-469d-8b86-daa00bab56a6 {
  display: none;
}
#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 {
  text-align: left;
}


.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 {
  max-width: 100%;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom,
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 {
  max-width: 100%;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom,
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 {
  max-width: 100%;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom,
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 {
  max-width: 100%;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom,
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 {
  max-width: 100%;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom,
.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc4d049e-5cb9-4ca6-ab57-ea8019ae91a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-63ad50a0-c56e-40ed-8542-9b81cc67199c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63ad50a0-c56e-40ed-8542-9b81cc67199c .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7329cfa5-fd40-4acc-9903-0f85e3fd28f3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-7329cfa5-fd40-4acc-9903-0f85e3fd28f3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-7329cfa5-fd40-4acc-9903-0f85e3fd28f3:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-7329cfa5-fd40-4acc-9903-0f85e3fd28f3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7329cfa5-fd40-4acc-9903-0f85e3fd28f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7329cfa5-fd40-4acc-9903-0f85e3fd28f3.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7329cfa5-fd40-4acc-9903-0f85e3fd28f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d322d5a0-6f1f-4850-9def-98ad49683005 {
  display: none;
}
#s-7bce8b29-d202-4a94-83cd-74db17a840f0 {
  text-align: left;
}


.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 {
  max-width: 100%;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom,
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 {
  max-width: 100%;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom,
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 {
  max-width: 100%;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom,
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 {
  max-width: 100%;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom,
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 {
  max-width: 100%;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom,
.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bce8b29-d202-4a94-83cd-74db17a840f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ca234aa2-3d84-4694-b9ec-cc21625a94f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca234aa2-3d84-4694-b9ec-cc21625a94f9 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8c963854-06bd-4b02-a58f-8301eaff32a5 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-8c963854-06bd-4b02-a58f-8301eaff32a5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-8c963854-06bd-4b02-a58f-8301eaff32a5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-8c963854-06bd-4b02-a58f-8301eaff32a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c963854-06bd-4b02-a58f-8301eaff32a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c963854-06bd-4b02-a58f-8301eaff32a5.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c963854-06bd-4b02-a58f-8301eaff32a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ce1f0fa1-d467-47c1-b0a0-b41d84e961c0 {
  display: none;
}
#s-ca0e93f0-6006-4239-b40f-54e3ff392888 {
  text-align: left;
}


.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 {
  max-width: 100%;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom,
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 {
  max-width: 100%;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom,
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 {
  max-width: 100%;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom,
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 {
  max-width: 100%;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom,
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 {
  max-width: 100%;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom,
.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca0e93f0-6006-4239-b40f-54e3ff392888 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-56583a15-8238-4fec-a1a8-9c488b541937 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56583a15-8238-4fec-a1a8-9c488b541937 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f2fffcd9-80b2-4a58-b50a-e66a4759c5c1 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-f2fffcd9-80b2-4a58-b50a-e66a4759c5c1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-f2fffcd9-80b2-4a58-b50a-e66a4759c5c1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-f2fffcd9-80b2-4a58-b50a-e66a4759c5c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2fffcd9-80b2-4a58-b50a-e66a4759c5c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2fffcd9-80b2-4a58-b50a-e66a4759c5c1.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2fffcd9-80b2-4a58-b50a-e66a4759c5c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8da8077a-e617-4a96-aa3c-a27c0814ab24 {
  display: none;
}
#s-a991258e-1056-44a1-8d1f-70e03e1c6005 {
  text-align: left;
}


.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 {
  max-width: 100%;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom,
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 {
  max-width: 100%;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom,
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 {
  max-width: 100%;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom,
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 {
  max-width: 100%;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom,
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 {
  max-width: 100%;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom,
.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a991258e-1056-44a1-8d1f-70e03e1c6005 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a3f24159-1efb-4c63-8565-a7b5bc397ac5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3f24159-1efb-4c63-8565-a7b5bc397ac5 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-5b3732c4-eef4-45d7-8e7e-16f84ef9c0a2 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-5b3732c4-eef4-45d7-8e7e-16f84ef9c0a2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-5b3732c4-eef4-45d7-8e7e-16f84ef9c0a2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-5b3732c4-eef4-45d7-8e7e-16f84ef9c0a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b3732c4-eef4-45d7-8e7e-16f84ef9c0a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b3732c4-eef4-45d7-8e7e-16f84ef9c0a2.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b3732c4-eef4-45d7-8e7e-16f84ef9c0a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c2cfb280-ecfd-4de6-a374-e770af3f3e17 {
  display: none;
}
#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 {
  text-align: left;
}


.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 {
  max-width: 100%;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom,
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 {
  max-width: 100%;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom,
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 {
  max-width: 100%;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom,
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 {
  max-width: 100%;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom,
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 {
  max-width: 100%;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom,
.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff884e15-5ed4-4ed8-b87d-be8eb1675cd4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d481b34f-48d4-4110-9bce-82a85538ca36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d481b34f-48d4-4110-9bce-82a85538ca36 .shg-product-title-component h3 {
  color: rgba(161, 161, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-51465bfb-307a-400a-9aee-d200d4e84c01 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(242, 241, 238, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(109, 106, 106, 1);
}
#s-51465bfb-307a-400a-9aee-d200d4e84c01:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-51465bfb-307a-400a-9aee-d200d4e84c01:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 241, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-51465bfb-307a-400a-9aee-d200d4e84c01 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51465bfb-307a-400a-9aee-d200d4e84c01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51465bfb-307a-400a-9aee-d200d4e84c01.shg-btn {
  color: rgba(109, 106, 106, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51465bfb-307a-400a-9aee-d200d4e84c01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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