.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-f5010fc0-55a9-4891-ae42-e3300443e9ef {
  border-style: solid;
margin-top: -15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 1920px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f5010fc0-55a9-4891-ae42-e3300443e9ef {
  display: none;
}
#s-f5010fc0-55a9-4891-ae42-e3300443e9ef, #wrap-s-f5010fc0-55a9-4891-ae42-e3300443e9ef { display:none !important; }}







#s-f5010fc0-55a9-4891-ae42-e3300443e9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5010fc0-55a9-4891-ae42-e3300443e9ef.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-aefbc109-fdc5-415e-a18b-7264861262fe {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}




  #s-aefbc109-fdc5-415e-a18b-7264861262fe img.shogun-image {
    
    width: px;
  }


#s-aefbc109-fdc5-415e-a18b-7264861262fe .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23dab4f0-7d6d-49e1-95ef-5c761b0fb252"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-52c2db61-51a5-46f8-9dc7-c86fe97d4365 {
  padding-top: 40px;
padding-left: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52c2db61-51a5-46f8-9dc7-c86fe97d4365 {
  display: none;
}
#s-52c2db61-51a5-46f8-9dc7-c86fe97d4365, #wrap-s-52c2db61-51a5-46f8-9dc7-c86fe97d4365 { display:none !important; }}
#s-e0676e03-714f-4d66-a104-ac6f2b143309 {
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0676e03-714f-4d66-a104-ac6f2b143309 {
  display: none;
}
#s-e0676e03-714f-4d66-a104-ac6f2b143309, #wrap-s-e0676e03-714f-4d66-a104-ac6f2b143309 { display:none !important; }}
#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd {
  padding-left: 180px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd {
  display: none;
}
#s-e0c38d78-a4da-4122-a064-f6bc874ee4cd, #wrap-s-e0c38d78-a4da-4122-a064-f6bc874ee4cd { display:none !important; }}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  padding-left: 20px;
}
@media (min-width: 1200px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}@media (max-width: 767px){#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a {
  display: none;
}
#s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a, #wrap-s-015ecde0-d7c1-4376-9b9a-faf1505c9f4a { display:none !important; }}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  padding-top: 40px;
padding-left: 200px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  display: none;
}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6, #wrap-s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 { display:none !important; }}@media (max-width: 767px){#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 {
  display: none;
}
#s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6, #wrap-s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b04b6857-5b2e-4e3c-a646-4ba1c8c85ac6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

.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-5045d3ca-2014-43cd-be7a-74c041ef7b89 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-5045d3ca-2014-43cd-be7a-74c041ef7b89:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5045d3ca-2014-43cd-be7a-74c041ef7b89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5045d3ca-2014-43cd-be7a-74c041ef7b89-btn-wrapper {
    text-align: center;
  }


#s-5045d3ca-2014-43cd-be7a-74c041ef7b89.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: ;
  
  
  font-family: Nunito;
  display:  block ;
}

#s-56cd919d-1a21-417c-999f-2a1a38459c48 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-56cd919d-1a21-417c-999f-2a1a38459c48:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-56cd919d-1a21-417c-999f-2a1a38459c48:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56cd919d-1a21-417c-999f-2a1a38459c48-btn-wrapper {
    text-align: center;
  }


#s-56cd919d-1a21-417c-999f-2a1a38459c48.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: ;
  
  
  font-family: Nunito;
  display:  block ;
}

#s-7a80a188-0b65-4d62-827b-f2736a5f70b0 {
  padding-top: 10px;
}

#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  padding-top: 20px;
padding-left: 20px;
}
@media (min-width: 1200px){#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  display: none;
}
#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b, #wrap-s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  display: none;
}
#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b, #wrap-s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b { display:none !important; }}@media (max-width: 767px){#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b {
  display: none;
}
#s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b, #wrap-s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b { display:none !important; }}
@media (min-width: 0px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 768px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.0px);
}

[id="s-da2f3653-2fd0-4e4c-8152-b96a6a1b077b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.0px);
}

}

#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 7px;
padding-left: 50px;
padding-bottom: 7px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(246, 243, 243, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f-btn-wrapper {
    text-align: center;
  }


#s-3b5b1081-c844-4db3-a839-aadf9d0a9e3f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-3c1564fa-dac8-4150-8146-290f4a6088ff {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 7px;
padding-left: 30px;
padding-bottom: 7px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(246, 243, 243, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
background-position: center center;
}
#s-3c1564fa-dac8-4150-8146-290f4a6088ff:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3c1564fa-dac8-4150-8146-290f4a6088ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c1564fa-dac8-4150-8146-290f4a6088ff-btn-wrapper {
    text-align: center;
  }


#s-3c1564fa-dac8-4150-8146-290f4a6088ff.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 7px;
padding-left: 15px;
padding-bottom: 7px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(246, 243, 243, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
}
#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b313e9a3-3ef1-473b-b79e-692b91cbe60c-btn-wrapper {
    text-align: center;
  }


#s-b313e9a3-3ef1-473b-b79e-692b91cbe60c.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  block ;
}

#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  padding-top: 10px;
padding-left: 20px;
}
@media (min-width: 1200px){#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  display: none;
}
#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59, #wrap-s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  display: none;
}
#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59, #wrap-s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 { display:none !important; }}@media (max-width: 767px){#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 {
  display: none;
}
#s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59, #wrap-s-08d59efc-d39f-4eaa-96c8-1c7ed685bc59 { display:none !important; }}
#s-2b15ff46-0e20-4f6d-a476-b670ec15816a {
  min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-2b15ff46-0e20-4f6d-a476-b670ec15816a {
  display: none;
}
#s-2b15ff46-0e20-4f6d-a476-b670ec15816a, #wrap-s-2b15ff46-0e20-4f6d-a476-b670ec15816a { display:none !important; }}







#s-2b15ff46-0e20-4f6d-a476-b670ec15816a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b15ff46-0e20-4f6d-a476-b670ec15816a.shg-box.shg-c {
  justify-content: center;
}

#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c {
  min-height: 50px;
}
@media (max-width: 767px){#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c {
  display: none;
}
#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c, #wrap-s-6bb5e49c-6046-4eb6-942c-b51cd996a03c { display:none !important; }}







#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bb5e49c-6046-4eb6-942c-b51cd996a03c.shg-box.shg-c {
  justify-content: center;
}

#s-feadbdf6-3b45-470c-bc5b-f5a9824098e3 {
  padding-left: 10px;
}

#s-5cd5a380-c8f1-4cac-8f0a-be36d438c476 {
  margin-top: -10px;
padding-bottom: 10px;
}

#s-5cd5a380-c8f1-4cac-8f0a-be36d438c476 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e {
  padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1920px;
}
@media (max-width: 767px){#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e {
  display: none;
}
#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e, #wrap-s-a4e6604a-3991-49d4-a82e-124f3b9bd96e { display:none !important; }}







#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e6604a-3991-49d4-a82e-124f3b9bd96e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d8cb488a-e6b7-4242-a80d-ebdd6652cccb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2b577379-1094-4da7-9891-7e8b42535028 {
  text-align: center;
}




  #s-2b577379-1094-4da7-9891-7e8b42535028 img.shogun-image {
    
    width: px;
  }


#s-2b577379-1094-4da7-9891-7e8b42535028 .shogun-image-content {
  
    align-items: center;
  
}

#s-aab46513-9802-48f7-9b13-b865909ba4b5 {
  padding-top: 10px;
padding-left: 10px;
}

#s-0790371d-c793-42fc-9fc6-4a0e8ac4aa33 {
  display: none;
}
#s-7a481cbb-fb79-4b81-bd30-200395a308e6 {
  padding-left: 10px;
text-align: left;
}

#s-7a481cbb-fb79-4b81-bd30-200395a308e6 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7a481cbb-fb79-4b81-bd30-200395a308e6 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-7a481cbb-fb79-4b81-bd30-200395a308e6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-378376ec-c893-4d7e-ab77-3864abcf4647"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-d8afa863-c367-44ce-a8e7-d11ead9f749f {
  text-align: center;
}




  #s-d8afa863-c367-44ce-a8e7-d11ead9f749f img.shogun-image {
    
    width: px;
  }


#s-d8afa863-c367-44ce-a8e7-d11ead9f749f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-53175513-464c-4902-9bc1-e95fa20f0ca1 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-53175513-464c-4902-9bc1-e95fa20f0ca1 img.shogun-image {
    
    width: px;
  }


#s-53175513-464c-4902-9bc1-e95fa20f0ca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e534c33a-f0d9-4d68-a04b-b5cbbab5ef99 {
  padding-top: 10px;
padding-left: 10px;
}

#s-9fa3ffaf-d86d-4217-94b6-9f31d9cd6236 {
  display: none;
}
#s-0a4ef4b8-5e74-4072-823e-587c6e1e09b7 {
  padding-left: 10px;
text-align: left;
}

#s-0a4ef4b8-5e74-4072-823e-587c6e1e09b7 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-0a4ef4b8-5e74-4072-823e-587c6e1e09b7 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-0a4ef4b8-5e74-4072-823e-587c6e1e09b7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1132f4d3-c590-4ec3-88d4-897f2bb4f177 {
  text-align: center;
}




  #s-1132f4d3-c590-4ec3-88d4-897f2bb4f177 img.shogun-image {
    
    width: px;
  }


#s-1132f4d3-c590-4ec3-88d4-897f2bb4f177 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d4ba6e2e-0a2b-49fa-9da2-c54445ef3e86 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-d4ba6e2e-0a2b-49fa-9da2-c54445ef3e86 img.shogun-image {
    
    width: px;
  }


#s-d4ba6e2e-0a2b-49fa-9da2-c54445ef3e86 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5d34c97-696c-4d9b-82a8-b2eb014c3d76 {
  padding-top: 10px;
padding-left: 10px;
}

#s-594346a5-ba2c-4f01-a6e2-7a7c55056513 {
  display: none;
}
#s-36448330-d46c-4419-94fa-487824489fd2 {
  padding-left: 10px;
text-align: left;
}

#s-36448330-d46c-4419-94fa-487824489fd2 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-36448330-d46c-4419-94fa-487824489fd2 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-36448330-d46c-4419-94fa-487824489fd2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cdb74500-cf49-4548-9687-c6fdb69c0788 {
  text-align: center;
}




  #s-cdb74500-cf49-4548-9687-c6fdb69c0788 img.shogun-image {
    
    width: px;
  }


#s-cdb74500-cf49-4548-9687-c6fdb69c0788 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-08b78df1-96a6-4903-8800-4717f04bbfa9 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-08b78df1-96a6-4903-8800-4717f04bbfa9 img.shogun-image {
    
    width: px;
  }


#s-08b78df1-96a6-4903-8800-4717f04bbfa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-224c75c2-0527-4065-a3af-6de5ba3fcfaa {
  padding-top: 10px;
padding-left: 10px;
}

#s-d48a366b-50f6-4a81-bf78-91ac7eeb2c4a {
  display: none;
}
#s-79834359-dbe1-495b-89fe-f36abf712e9e {
  padding-left: 10px;
text-align: left;
}

#s-79834359-dbe1-495b-89fe-f36abf712e9e .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-79834359-dbe1-495b-89fe-f36abf712e9e .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-79834359-dbe1-495b-89fe-f36abf712e9e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51 {
  padding-top: 39px;
}

@media (min-width: 0px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-a8a383d5-b3ec-4bd1-94ff-b09b8f148b51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-140ec3df-c929-4e03-a4ae-e74dcbb873d3 {
  text-align: center;
}




  #s-140ec3df-c929-4e03-a4ae-e74dcbb873d3 img.shogun-image {
    
    width: px;
  }


#s-140ec3df-c929-4e03-a4ae-e74dcbb873d3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9c057f5f-defe-4b99-89ff-0544b15ebc11 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9c057f5f-defe-4b99-89ff-0544b15ebc11 img.shogun-image {
    
    width: px;
  }


#s-9c057f5f-defe-4b99-89ff-0544b15ebc11 .shogun-image-content {
  
    align-items: center;
  
}

#s-93b0e042-4bfc-46d9-8dee-3232b2ec81df {
  padding-top: 10px;
padding-left: 10px;
}

#s-8b8277d9-d908-4050-8575-1d894890ff45 {
  display: none;
}
#s-f4749803-81a4-4696-9c28-f094743d88fb {
  padding-left: 10px;
text-align: left;
}

#s-f4749803-81a4-4696-9c28-f094743d88fb .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-f4749803-81a4-4696-9c28-f094743d88fb .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-f4749803-81a4-4696-9c28-f094743d88fb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7199e1e2-c452-46c0-9a64-82ccc7e6c804 {
  text-align: center;
}




  #s-7199e1e2-c452-46c0-9a64-82ccc7e6c804 img.shogun-image {
    
    width: px;
  }


#s-7199e1e2-c452-46c0-9a64-82ccc7e6c804 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8c547a5d-5fd7-4ac2-bde8-eea396b14fa8 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-8c547a5d-5fd7-4ac2-bde8-eea396b14fa8 img.shogun-image {
    
    width: px;
  }


#s-8c547a5d-5fd7-4ac2-bde8-eea396b14fa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-42a86ad3-dfbc-4c50-9865-70d2fd618df8 {
  padding-top: 10px;
padding-left: 10px;
}

#s-517fea40-db8d-4e9f-bb6e-95caaca92f44 {
  display: none;
}
#s-ba5616f6-e9b8-474f-99dc-129211b9d5ba {
  padding-left: 10px;
text-align: left;
}

#s-ba5616f6-e9b8-474f-99dc-129211b9d5ba .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-ba5616f6-e9b8-474f-99dc-129211b9d5ba .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-ba5616f6-e9b8-474f-99dc-129211b9d5ba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3780e296-c273-4e00-92f7-726bae84ca31 {
  padding-top: 10px;
padding-left: 10px;
}

#s-b40507e5-cd8e-4a30-a104-227a0a78f82f {
  text-align: center;
}




  #s-b40507e5-cd8e-4a30-a104-227a0a78f82f img.shogun-image {
    
    width: px;
  }


#s-b40507e5-cd8e-4a30-a104-227a0a78f82f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4bf60be4-a3c2-40fb-b8c3-50c665092a8c {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-4bf60be4-a3c2-40fb-b8c3-50c665092a8c img.shogun-image {
    
    width: px;
  }


#s-4bf60be4-a3c2-40fb-b8c3-50c665092a8c .shogun-image-content {
  
    align-items: center;
  
}

#s-83ba7f8d-3613-4168-8aa0-5683a5424f95 {
  padding-top: 10px;
padding-left: 10px;
}

#s-a76a19a1-4e63-48d8-9eb8-b0b81602ec87 {
  display: none;
}
#s-858aa331-705f-49bd-a12c-ebb7f6612dbd {
  padding-left: 10px;
text-align: left;
}

#s-858aa331-705f-49bd-a12c-ebb7f6612dbd .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-858aa331-705f-49bd-a12c-ebb7f6612dbd .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-858aa331-705f-49bd-a12c-ebb7f6612dbd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1ad7bdd-78ca-410d-98d9-c2c439cef887 {
  padding-top: 10px;
padding-left: 10px;
}

@media (max-width: 767px){#s-20e31255-6f95-47d8-a9d7-76ae46818f21 {
  display: none;
}
#s-20e31255-6f95-47d8-a9d7-76ae46818f21, #wrap-s-20e31255-6f95-47d8-a9d7-76ae46818f21 { display:none !important; }}
#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 {
  display: none;
}
#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8, #wrap-s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 { display:none !important; }}







#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09cb9e3-952e-430b-8b1f-fa3db3b688a8.shg-box.shg-c {
  justify-content: center;
}

#s-20f19556-e2cd-450c-9922-b49d0ec820bf {
  min-height: 50px;
}
@media (max-width: 767px){#s-20f19556-e2cd-450c-9922-b49d0ec820bf {
  display: none;
}
#s-20f19556-e2cd-450c-9922-b49d0ec820bf, #wrap-s-20f19556-e2cd-450c-9922-b49d0ec820bf { display:none !important; }}







#s-20f19556-e2cd-450c-9922-b49d0ec820bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f19556-e2cd-450c-9922-b49d0ec820bf.shg-box.shg-c {
  justify-content: center;
}

#s-593a1427-21e1-4371-864e-f340ad613ce8 {
  padding-top: 110px;
padding-left: 10px;
}

#s-f0eeb36e-c472-439e-bcd0-b287efe7d2fd {
  margin-top: -10px;
padding-bottom: 10px;
}

#s-f0eeb36e-c472-439e-bcd0-b287efe7d2fd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 {
  padding-top: 25px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 {
  display: none;
}
#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595, #wrap-s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 { display:none !important; }}







#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3a8ae0-77ae-4fe7-9ac6-1ec2d12c3595.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-439ffead-8cb6-464c-bcfe-6ec824f52507"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0133619a-cc2a-4873-bb0a-8f20a92128d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7f22a684-19a4-4073-8b1f-12aea02eed09 {
  text-align: center;
}




  #s-7f22a684-19a4-4073-8b1f-12aea02eed09 img.shogun-image {
    
    width: px;
  }


#s-7f22a684-19a4-4073-8b1f-12aea02eed09 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e14d2dee-59d6-4e25-bae6-3aaa2ff851cc {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e14d2dee-59d6-4e25-bae6-3aaa2ff851cc img.shogun-image {
    
    width: px;
  }


#s-e14d2dee-59d6-4e25-bae6-3aaa2ff851cc .shogun-image-content {
  
    align-items: center;
  
}

#s-5d2d5283-2817-4eb3-bf08-659e542280fc {
  padding-top: 10px;
padding-left: 10px;
}

#s-b90bbf5d-1250-475d-a0bd-e349c84a3a37 {
  display: none;
}
#s-74949409-a4be-4a2d-a2ae-f6169470c921 {
  padding-left: 10px;
text-align: left;
}

#s-74949409-a4be-4a2d-a2ae-f6169470c921 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-74949409-a4be-4a2d-a2ae-f6169470c921 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-74949409-a4be-4a2d-a2ae-f6169470c921 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c7919b3-470d-4e7c-8d7c-294b08727d8f {
  text-align: center;
}




  #s-6c7919b3-470d-4e7c-8d7c-294b08727d8f img.shogun-image {
    
    width: px;
  }


#s-6c7919b3-470d-4e7c-8d7c-294b08727d8f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cce73af0-0403-4354-a30c-452df9182cac {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-cce73af0-0403-4354-a30c-452df9182cac img.shogun-image {
    
    width: px;
  }


#s-cce73af0-0403-4354-a30c-452df9182cac .shogun-image-content {
  
    align-items: center;
  
}

#s-471f8241-5fad-4d01-9f4b-50bbd6ffa572 {
  padding-top: 10px;
padding-left: 10px;
}

#s-6e8fced2-f304-4f32-84ba-70e4b54f9c98 {
  display: none;
}
#s-4b22bc76-9a19-4b92-b515-2c0c906b1dbc {
  padding-left: 10px;
text-align: left;
}

#s-4b22bc76-9a19-4b92-b515-2c0c906b1dbc .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-4b22bc76-9a19-4b92-b515-2c0c906b1dbc .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-4b22bc76-9a19-4b92-b515-2c0c906b1dbc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f5d9e94c-1710-4068-b15f-0d9097da91a8 {
  padding-top: 39px;
}

@media (min-width: 0px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f5d9e94c-1710-4068-b15f-0d9097da91a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-974f559d-9881-4881-bf84-86f38512cff7 {
  text-align: center;
}




  #s-974f559d-9881-4881-bf84-86f38512cff7 img.shogun-image {
    
    width: px;
  }


#s-974f559d-9881-4881-bf84-86f38512cff7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 img.shogun-image {
    
    width: px;
  }


#s-9ba05af4-998d-4a93-ad3f-e5d380a2d0d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a08ddde-61ff-4690-b81d-fb702b07a668 {
  padding-top: 10px;
padding-left: 10px;
}

#s-ae558b6a-e5b5-4a9a-b204-732705eb9b29 {
  display: none;
}
#s-c19a5ec4-fff5-47a7-82ab-79a969ce46ec {
  padding-left: 10px;
text-align: left;
}

#s-c19a5ec4-fff5-47a7-82ab-79a969ce46ec .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-c19a5ec4-fff5-47a7-82ab-79a969ce46ec .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-c19a5ec4-fff5-47a7-82ab-79a969ce46ec .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4f3b54fe-04ba-4e62-a591-516422d98864 {
  text-align: center;
}




  #s-4f3b54fe-04ba-4e62-a591-516422d98864 img.shogun-image {
    
    width: px;
  }


#s-4f3b54fe-04ba-4e62-a591-516422d98864 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9f0da529-d0d2-45f7-a451-d92973e68c7d {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9f0da529-d0d2-45f7-a451-d92973e68c7d img.shogun-image {
    
    width: px;
  }


#s-9f0da529-d0d2-45f7-a451-d92973e68c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-27cb99d1-7a23-4619-94fb-214be67b7f42 {
  padding-top: 10px;
padding-left: 10px;
}

#s-203ac8d5-ded4-4fd3-9ab4-c4c27f39df9b {
  display: none;
}
#s-2a792296-8998-480e-8ed0-a007035f3cdb {
  padding-left: 10px;
text-align: left;
}

#s-2a792296-8998-480e-8ed0-a007035f3cdb .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-2a792296-8998-480e-8ed0-a007035f3cdb .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-2a792296-8998-480e-8ed0-a007035f3cdb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b857321-6ae7-4f84-b802-52ce99b59c4c {
  padding-top: 10px;
padding-left: 10px;
}

#s-e4a0c110-9543-42b6-b53d-00971f8d68d1 {
  text-align: center;
}




  #s-e4a0c110-9543-42b6-b53d-00971f8d68d1 img.shogun-image {
    
    width: px;
  }


#s-e4a0c110-9543-42b6-b53d-00971f8d68d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bdba396-2930-4bfb-b34e-2c5bda0c7f1f {
  padding-top: 10px;
padding-left: 10px;
}

#s-a4cc7a06-cbe1-4e43-bca2-97c2899cb376 {
  display: none;
}
#s-ae504f8b-ed5d-4683-be2a-5526d3640064 {
  padding-left: 10px;
text-align: left;
}

#s-ae504f8b-ed5d-4683-be2a-5526d3640064 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-ae504f8b-ed5d-4683-be2a-5526d3640064 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-ae504f8b-ed5d-4683-be2a-5526d3640064 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f511937-95ce-4599-880d-ae2f4fe6397d {
  display: none;
}
#s-7f511937-95ce-4599-880d-ae2f4fe6397d, #wrap-s-7f511937-95ce-4599-880d-ae2f4fe6397d { display:none !important; }}







#s-7f511937-95ce-4599-880d-ae2f4fe6397d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f511937-95ce-4599-880d-ae2f4fe6397d.shg-box.shg-c {
  justify-content: center;
}

#s-2386efc9-7889-48e3-8f0a-dd9370a3501b {
  margin-top: -10px;
text-align: center;
}




  #s-2386efc9-7889-48e3-8f0a-dd9370a3501b img.shogun-image {
    
    width: px;
  }


#s-2386efc9-7889-48e3-8f0a-dd9370a3501b .shogun-image-content {
  
    align-items: center;
  
}

#s-c4e4949e-0c75-4c5b-9e78-0cc968ad9894 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-c4e4949e-0c75-4c5b-9e78-0cc968ad9894 {
  display: none;
}
#s-c4e4949e-0c75-4c5b-9e78-0cc968ad9894, #wrap-s-c4e4949e-0c75-4c5b-9e78-0cc968ad9894 { display:none !important; }}







#s-c4e4949e-0c75-4c5b-9e78-0cc968ad9894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e4949e-0c75-4c5b-9e78-0cc968ad9894.shg-box.shg-c {
  justify-content: center;
}

#s-292aed67-68e2-45fc-9c47-e01241d2be42 {
  padding-top: 50px;
}

@media (min-width: 0px) {
[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-292aed67-68e2-45fc-9c47-e01241d2be42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-4c5b3b42-f4bf-4233-9f91-158c3aace869 {
  text-align: center;
}




  #s-4c5b3b42-f4bf-4233-9f91-158c3aace869 img.shogun-image {
    
    width: px;
  }


#s-4c5b3b42-f4bf-4233-9f91-158c3aace869 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-03523705-dee5-4ea0-9e46-b56a42ab9beb {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-03523705-dee5-4ea0-9e46-b56a42ab9beb img.shogun-image {
    
    width: px;
  }


#s-03523705-dee5-4ea0-9e46-b56a42ab9beb .shogun-image-content {
  
    align-items: center;
  
}

#s-29f429bd-26a9-4118-b0ca-7716eaa0c141 {
  padding-top: 10px;
padding-left: 10px;
}

#s-658627b8-ac57-4a6e-b38e-12e618c30aaa {
  display: none;
}
#s-0c121917-c081-44cd-891b-68af86b85ad3 {
  padding-left: 10px;
text-align: left;
}

#s-0c121917-c081-44cd-891b-68af86b85ad3 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-0c121917-c081-44cd-891b-68af86b85ad3 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-0c121917-c081-44cd-891b-68af86b85ad3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-320b060f-37c9-4eea-b48a-e11444a3b184 {
  padding-top: 10px;
padding-left: 10px;
}

#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  margin-left: -15px;
padding-top: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  display: none;
}
#s-95f9d397-81d9-407c-b296-4cb52e945077, #wrap-s-95f9d397-81d9-407c-b296-4cb52e945077 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  display: none;
}
#s-95f9d397-81d9-407c-b296-4cb52e945077, #wrap-s-95f9d397-81d9-407c-b296-4cb52e945077 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95f9d397-81d9-407c-b296-4cb52e945077 {
  display: none;
}
#s-95f9d397-81d9-407c-b296-4cb52e945077, #wrap-s-95f9d397-81d9-407c-b296-4cb52e945077 { display:none !important; }}
@media (min-width: 1200px){#s-df14ecde-764b-4276-93f8-312fe18be4d8 {
  display: none;
}
#s-df14ecde-764b-4276-93f8-312fe18be4d8, #wrap-s-df14ecde-764b-4276-93f8-312fe18be4d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df14ecde-764b-4276-93f8-312fe18be4d8 {
  display: none;
}
#s-df14ecde-764b-4276-93f8-312fe18be4d8, #wrap-s-df14ecde-764b-4276-93f8-312fe18be4d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df14ecde-764b-4276-93f8-312fe18be4d8 {
  display: none;
}
#s-df14ecde-764b-4276-93f8-312fe18be4d8, #wrap-s-df14ecde-764b-4276-93f8-312fe18be4d8 { display:none !important; }}
#s-753dd407-986e-4b83-b496-eb849b9d8002 {
  min-height: 50px;
}
@media (max-width: 767px){#s-753dd407-986e-4b83-b496-eb849b9d8002 {
  display: none;
}
#s-753dd407-986e-4b83-b496-eb849b9d8002, #wrap-s-753dd407-986e-4b83-b496-eb849b9d8002 { display:none !important; }}







#s-753dd407-986e-4b83-b496-eb849b9d8002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753dd407-986e-4b83-b496-eb849b9d8002.shg-box.shg-c {
  justify-content: center;
}

#s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea {
  padding-top: 60px;
}

@media (min-width: 0px) {
[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf7bdc43-90d3-4b89-86e3-bff2b20b8bea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-70276203-560b-4ce9-a302-b9b4c4e73996"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-fed4dd1e-779e-4a78-8eaa-0069422c5b27 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-fed4dd1e-779e-4a78-8eaa-0069422c5b27 img.shogun-image {
    
    width: px;
  }


#s-fed4dd1e-779e-4a78-8eaa-0069422c5b27 .shogun-image-content {
  
    align-items: center;
  
}

#s-8705567e-4027-4878-b99f-2937a16900f1 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-8705567e-4027-4878-b99f-2937a16900f1 img.shogun-image {
    
    width: px;
  }


#s-8705567e-4027-4878-b99f-2937a16900f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5865c433-2ad7-4aeb-a2d8-29d9e3f398de {
  padding-top: 13px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: center;
}




  #s-5865c433-2ad7-4aeb-a2d8-29d9e3f398de img.shogun-image {
    
    width: px;
  }


#s-5865c433-2ad7-4aeb-a2d8-29d9e3f398de .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-50b317be-6a0e-4447-99ac-0546f24e0098"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-679918e1-103c-4907-9f95-f1e1c2699840 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-679918e1-103c-4907-9f95-f1e1c2699840 img.shogun-image {
    
    width: px;
  }


#s-679918e1-103c-4907-9f95-f1e1c2699840 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ddb59e7-4e8f-41e8-99f2-10437d0d79cb {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-7ddb59e7-4e8f-41e8-99f2-10437d0d79cb img.shogun-image {
    
    width: px;
  }


#s-7ddb59e7-4e8f-41e8-99f2-10437d0d79cb .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-78cf2391-2996-42c2-9340-955b8e95d59d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78cf2391-2996-42c2-9340-955b8e95d59d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Nunito;
  font-style:   ;
  font-size: 2px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e6a46c1-417c-44b2-b4c4-83282202aa73 {
  margin-top: 40px;
margin-bottom: -20px;
min-height: 50px;
background-color: rgba(244, 243, 244, 1);
}
@media (max-width: 767px){#s-0e6a46c1-417c-44b2-b4c4-83282202aa73 {
  display: none;
}
#s-0e6a46c1-417c-44b2-b4c4-83282202aa73, #wrap-s-0e6a46c1-417c-44b2-b4c4-83282202aa73 { display:none !important; }}







#s-0e6a46c1-417c-44b2-b4c4-83282202aa73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e6a46c1-417c-44b2-b4c4-83282202aa73.shg-box.shg-c {
  justify-content: center;
}

#s-ae536424-7f97-4cc8-88fa-962a5960f05a {
  padding-top: 15px;
}

#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 {
  display: none;
}
#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2, #wrap-s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 {
  display: none;
}
#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2, #wrap-s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 {
  display: none;
}
#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2, #wrap-s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 { display:none !important; }}







#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf13d8df-01ef-4ae6-ac0d-51269d134cc2.shg-box.shg-c {
  justify-content: center;
}

#s-b79a56f1-70ae-43f7-aa9b-f1a2d8f6827c {
  margin-left: 10px;
margin-bottom: -25px;
margin-right: 10px;
padding-bottom: 20px;
}

#s-b79a56f1-70ae-43f7-aa9b-f1a2d8f6827c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(216, 216, 216, 1);
}

#s-dceba948-52b8-4468-8333-6a9c6626d6d5 {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYyZDQzZDUtY2Q3ZC00ZTliLWE2NzUtODYyYjI1ZTYxYTlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhmMmQ0M2Q1LWNkN2QtNGU5Yi1hNjc1LTg2MmIyNWU2MWE5YSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad {
  display: none;
}
#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad, #wrap-s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad {
  display: none;
}
#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad, #wrap-s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad {
  display: none;
}
#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad, #wrap-s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad { display:none !important; }}







#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad38cf1-e07b-4406-9eb6-b1c8539917ad.shg-box.shg-c {
  justify-content: 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;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-5268581d-c162-4868-9ac5-bc991174fb65 {
  padding-top: 60px;
text-align: center;
}




  #s-5268581d-c162-4868-9ac5-bc991174fb65 img.shogun-image {
    
    width: px;
  }


#s-5268581d-c162-4868-9ac5-bc991174fb65 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b6b2cc3e-c581-47df-9b69-0d9040395362 {
  text-align: right;
}




  #s-b6b2cc3e-c581-47df-9b69-0d9040395362 img.shogun-image {
    
    width: px;
  }


#s-b6b2cc3e-c581-47df-9b69-0d9040395362 .shogun-image-content {
  
    align-items: center;
  
}

#s-716f79f6-b8cb-48d5-a1f9-3a6724095941 {
  padding-top: 60px;
text-align: center;
}




  #s-716f79f6-b8cb-48d5-a1f9-3a6724095941 img.shogun-image {
    
    width: px;
  }


#s-716f79f6-b8cb-48d5-a1f9-3a6724095941 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-27aa9c6f-56d2-4744-876a-2776ff89035b {
  text-align: right;
}




  #s-27aa9c6f-56d2-4744-876a-2776ff89035b img.shogun-image {
    
    width: px;
  }


#s-27aa9c6f-56d2-4744-876a-2776ff89035b .shogun-image-content {
  
    align-items: center;
  
}

#s-f03b45aa-0e0f-4bdc-a326-07103778815e {
  padding-top: 60px;
text-align: center;
}




  #s-f03b45aa-0e0f-4bdc-a326-07103778815e img.shogun-image {
    
    width: px;
  }


#s-f03b45aa-0e0f-4bdc-a326-07103778815e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ee84e7c1-cdb9-4584-b884-7648bf883273 {
  text-align: right;
}




  #s-ee84e7c1-cdb9-4584-b884-7648bf883273 img.shogun-image {
    
    width: px;
  }


#s-ee84e7c1-cdb9-4584-b884-7648bf883273 .shogun-image-content {
  
    align-items: center;
  
}

#s-b959db81-5e85-415e-b969-764860b102db {
  padding-top: 60px;
text-align: center;
}




  #s-b959db81-5e85-415e-b969-764860b102db img.shogun-image {
    
    width: px;
  }


#s-b959db81-5e85-415e-b969-764860b102db .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d7c87782-4a5e-4ff4-85a1-2dc74a831c56 {
  padding-top: 60px;
text-align: center;
}




  #s-d7c87782-4a5e-4ff4-85a1-2dc74a831c56 img.shogun-image {
    
    width: px;
  }


#s-d7c87782-4a5e-4ff4-85a1-2dc74a831c56 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7ef12b30-460a-4967-9e25-e09c8a9fd2b1 {
  text-align: right;
}




  #s-7ef12b30-460a-4967-9e25-e09c8a9fd2b1 img.shogun-image {
    
    width: px;
  }


#s-7ef12b30-460a-4967-9e25-e09c8a9fd2b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7dcef3c-966e-4b68-9074-5eef53de1440 {
  padding-top: 60px;
text-align: center;
}




  #s-c7dcef3c-966e-4b68-9074-5eef53de1440 img.shogun-image {
    
    width: px;
  }


#s-c7dcef3c-966e-4b68-9074-5eef53de1440 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ded04325-e0ea-4353-8006-e6c30b6eabcf {
  text-align: right;
}




  #s-ded04325-e0ea-4353-8006-e6c30b6eabcf img.shogun-image {
    
    width: px;
  }


#s-ded04325-e0ea-4353-8006-e6c30b6eabcf .shogun-image-content {
  
    align-items: center;
  
}

#s-ac9e8b59-79ac-4973-a1e2-48635b17a2f4 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-c4065c54-e88c-4018-ae6a-15749019492b {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-93a511af-c306-4182-8673-d7ef77ba4b52 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-9fa265a4-e57f-47ca-8d5c-8627a5b0c1fe {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-682e41db-08e7-4830-94a2-80bfd665c722 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-d1333209-4124-4db0-8ef7-fae815119f5a {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-0de7be46-6246-44b7-9d5b-1929613dde41 {
  display: none;
}
#s-773de798-6a28-41ad-b7b5-75e6002ad326 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-773de798-6a28-41ad-b7b5-75e6002ad326 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-773de798-6a28-41ad-b7b5-75e6002ad326 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-773de798-6a28-41ad-b7b5-75e6002ad326 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1410e2e5-25ad-4d42-9f90-2519c63996ae {
  display: none;
}
#s-2d518bbf-c01f-4e56-a064-005fabb548dd {
  padding-left: 20px;
text-align: left;
}

#s-2d518bbf-c01f-4e56-a064-005fabb548dd .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-2d518bbf-c01f-4e56-a064-005fabb548dd .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-2d518bbf-c01f-4e56-a064-005fabb548dd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2a1f2c29-f637-46d7-9d21-c4b5140d2ec0 {
  display: none;
}
#s-38d879e8-f970-4908-a9a3-9cce1adb00e8 {
  padding-left: 20px;
text-align: left;
}

#s-38d879e8-f970-4908-a9a3-9cce1adb00e8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-38d879e8-f970-4908-a9a3-9cce1adb00e8 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-38d879e8-f970-4908-a9a3-9cce1adb00e8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7dcd8a53-7346-4bcb-a1d2-cc0d0308f814 {
  display: none;
}
#s-cf968472-c898-4bc8-a82a-0c00d35ddffa {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-cf968472-c898-4bc8-a82a-0c00d35ddffa .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-cf968472-c898-4bc8-a82a-0c00d35ddffa .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-cf968472-c898-4bc8-a82a-0c00d35ddffa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72215d28-44b4-4c16-8aea-f1c96f0b17fb {
  display: none;
}
#s-963c416b-1595-4ed0-b2dd-c46d305f62c8 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-963c416b-1595-4ed0-b2dd-c46d305f62c8 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-963c416b-1595-4ed0-b2dd-c46d305f62c8 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-963c416b-1595-4ed0-b2dd-c46d305f62c8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-04f0a8cd-5f4d-4d69-a11a-4a580c169521 {
  display: none;
}
#s-622f7b2f-9ec4-4e4f-84a8-2140682bf0d6 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-622f7b2f-9ec4-4e4f-84a8-2140682bf0d6 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-622f7b2f-9ec4-4e4f-84a8-2140682bf0d6 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-622f7b2f-9ec4-4e4f-84a8-2140682bf0d6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-32a930b8-804b-4462-ad57-230476d99ff2 {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-c9f0ab9e-10cc-432f-bef8-e2896e46a97f {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-ff33746b-9af3-4f35-aefa-734226a1629e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ff33746b-9af3-4f35-aefa-734226a1629e {
  display: none;
}
#s-ff33746b-9af3-4f35-aefa-734226a1629e, #wrap-s-ff33746b-9af3-4f35-aefa-734226a1629e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff33746b-9af3-4f35-aefa-734226a1629e {
  display: none;
}
#s-ff33746b-9af3-4f35-aefa-734226a1629e, #wrap-s-ff33746b-9af3-4f35-aefa-734226a1629e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff33746b-9af3-4f35-aefa-734226a1629e {
  display: none;
}
#s-ff33746b-9af3-4f35-aefa-734226a1629e, #wrap-s-ff33746b-9af3-4f35-aefa-734226a1629e { display:none !important; }}







#s-ff33746b-9af3-4f35-aefa-734226a1629e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff33746b-9af3-4f35-aefa-734226a1629e.shg-box.shg-c {
  justify-content: center;
}

#s-48813549-c6a5-49fe-b5ec-2389fa6b2322 {
  margin-left: 10px;
margin-bottom: -25px;
margin-right: 10px;
padding-bottom: 20px;
}

#s-48813549-c6a5-49fe-b5ec-2389fa6b2322 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(216, 216, 216, 1);
}

#s-6725cb81-f825-4b18-aba0-e484b35baec3 {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYyZDQzZDUtY2Q3ZC00ZTliLWE2NzUtODYyYjI1ZTYxYTlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhmMmQ0M2Q1LWNkN2QtNGU5Yi1hNjc1LTg2MmIyNWU2MWE5YSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
min-height: 50px;
}
@media (min-width: 1200px){#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae {
  display: none;
}
#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae, #wrap-s-a6c6601c-cb17-4f29-9fd4-662a1932cbae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae {
  display: none;
}
#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae, #wrap-s-a6c6601c-cb17-4f29-9fd4-662a1932cbae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae {
  display: none;
}
#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae, #wrap-s-a6c6601c-cb17-4f29-9fd4-662a1932cbae { display:none !important; }}







#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6c6601c-cb17-4f29-9fd4-662a1932cbae.shg-box.shg-c {
  justify-content: center;
}

#s-90185870-3b4c-4fc6-995a-b6607e5987c3 {
  padding-top: 60px;
text-align: center;
}




  #s-90185870-3b4c-4fc6-995a-b6607e5987c3 img.shogun-image {
    
    width: px;
  }


#s-90185870-3b4c-4fc6-995a-b6607e5987c3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3fe8cc01-9dea-48a0-8565-a4d0b17868a4 {
  text-align: right;
}




  #s-3fe8cc01-9dea-48a0-8565-a4d0b17868a4 img.shogun-image {
    
    width: px;
  }


#s-3fe8cc01-9dea-48a0-8565-a4d0b17868a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a110ce99-566a-4b7b-bee6-8d405822e182 {
  padding-top: 60px;
text-align: center;
}




  #s-a110ce99-566a-4b7b-bee6-8d405822e182 img.shogun-image {
    
    width: px;
  }


#s-a110ce99-566a-4b7b-bee6-8d405822e182 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-07250136-b398-4f69-8263-a6a4503bf4d8 {
  text-align: right;
}




  #s-07250136-b398-4f69-8263-a6a4503bf4d8 img.shogun-image {
    
    width: px;
  }


#s-07250136-b398-4f69-8263-a6a4503bf4d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f51dd346-5244-4685-9f69-acc25fb5ad00 {
  padding-top: 60px;
text-align: center;
}




  #s-f51dd346-5244-4685-9f69-acc25fb5ad00 img.shogun-image {
    
    width: px;
  }


#s-f51dd346-5244-4685-9f69-acc25fb5ad00 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0deee16d-9252-4704-b369-306f0e89e60b {
  text-align: right;
}




  #s-0deee16d-9252-4704-b369-306f0e89e60b img.shogun-image {
    
    width: px;
  }


#s-0deee16d-9252-4704-b369-306f0e89e60b .shogun-image-content {
  
    align-items: center;
  
}

#s-79e25ff3-2c1a-40ca-8cfd-a8201ee09ab6 {
  padding-top: 60px;
text-align: center;
}




  #s-79e25ff3-2c1a-40ca-8cfd-a8201ee09ab6 img.shogun-image {
    
    width: px;
  }


#s-79e25ff3-2c1a-40ca-8cfd-a8201ee09ab6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-030282c1-4df5-4006-afa2-8256c2611e61 {
  text-align: right;
}




  #s-030282c1-4df5-4006-afa2-8256c2611e61 img.shogun-image {
    
    width: px;
  }


#s-030282c1-4df5-4006-afa2-8256c2611e61 .shogun-image-content {
  
    align-items: center;
  
}

#s-67fd146a-a62d-49bb-9e89-6d14349f75fe {
  padding-top: 60px;
text-align: center;
}




  #s-67fd146a-a62d-49bb-9e89-6d14349f75fe img.shogun-image {
    
    width: px;
  }


#s-67fd146a-a62d-49bb-9e89-6d14349f75fe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e746dcbe-fd91-476e-ad45-c6abe82729a2 {
  padding-top: 20px;
text-align: center;
}




  #s-e746dcbe-fd91-476e-ad45-c6abe82729a2 img.shogun-image {
    
    width: px;
  }


#s-e746dcbe-fd91-476e-ad45-c6abe82729a2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e863e3ed-2634-4f03-a2c0-64cad9cd3e69 {
  text-align: right;
}




  #s-e863e3ed-2634-4f03-a2c0-64cad9cd3e69 img.shogun-image {
    
    width: px;
  }


#s-e863e3ed-2634-4f03-a2c0-64cad9cd3e69 .shogun-image-content {
  
    align-items: center;
  
}

#s-56e38510-060d-48bc-ad69-e7da8733aa7f {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-a91842ae-2935-4538-9eef-c8831a0898f0 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-8c6b543c-241d-4e4e-a7bb-53ad4cf1d58d {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-8ee0d726-ad50-49d5-8829-50084f204c70 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-bb5f9984-8a2c-47c9-9821-10054601eddd {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-be9cb56f-1cd0-4bfb-9e3b-8bd1a5f13053 {
  padding-top: 20px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-74e89e49-15e0-43ca-8898-dc080639d5ee {
  display: none;
}
#s-00404f1b-608b-40bc-839d-7c91b3bb41a4 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-00404f1b-608b-40bc-839d-7c91b3bb41a4 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-00404f1b-608b-40bc-839d-7c91b3bb41a4 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-00404f1b-608b-40bc-839d-7c91b3bb41a4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4d0fffc0-3210-4dba-9ce6-3b39c5df76db {
  display: none;
}
#s-23fe2fed-0fcf-472c-88bf-dad45dc6e958 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-23fe2fed-0fcf-472c-88bf-dad45dc6e958 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-23fe2fed-0fcf-472c-88bf-dad45dc6e958 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-23fe2fed-0fcf-472c-88bf-dad45dc6e958 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38827cb8-8d7f-4bde-91e9-9cd35d9784b5 {
  display: none;
}
#s-44fd93dd-b7a7-414d-a01e-b3df714474bd {
  padding-left: 20px;
text-align: left;
}

#s-44fd93dd-b7a7-414d-a01e-b3df714474bd .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-44fd93dd-b7a7-414d-a01e-b3df714474bd .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-44fd93dd-b7a7-414d-a01e-b3df714474bd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4f204464-7102-4056-b3d9-fc5a9845774f {
  display: none;
}
#s-80dae19e-1703-41ab-b3dc-9ba33e5f1089 {
  padding-left: 20px;
text-align: left;
}

#s-80dae19e-1703-41ab-b3dc-9ba33e5f1089 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-80dae19e-1703-41ab-b3dc-9ba33e5f1089 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-80dae19e-1703-41ab-b3dc-9ba33e5f1089 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-131fde27-5173-4ae6-bfa2-9e8cc679209e {
  display: none;
}
#s-111ebf8e-698a-48b7-abac-d7192ec4e105 {
  padding-left: 20px;
padding-bottom: 35px;
text-align: left;
}

#s-111ebf8e-698a-48b7-abac-d7192ec4e105 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-111ebf8e-698a-48b7-abac-d7192ec4e105 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 20px;
}

#s-111ebf8e-698a-48b7-abac-d7192ec4e105 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4c630983-b0b2-4ae1-b802-3b01d3f5c060 {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-26ac738c-3ad7-46f7-88e7-06c9f5f997d5 {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-76a2afc5-c797-4074-8fb3-76874469edfa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-76a2afc5-c797-4074-8fb3-76874469edfa {
  display: none;
}
#s-76a2afc5-c797-4074-8fb3-76874469edfa, #wrap-s-76a2afc5-c797-4074-8fb3-76874469edfa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76a2afc5-c797-4074-8fb3-76874469edfa {
  display: none;
}
#s-76a2afc5-c797-4074-8fb3-76874469edfa, #wrap-s-76a2afc5-c797-4074-8fb3-76874469edfa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76a2afc5-c797-4074-8fb3-76874469edfa {
  display: none;
}
#s-76a2afc5-c797-4074-8fb3-76874469edfa, #wrap-s-76a2afc5-c797-4074-8fb3-76874469edfa { display:none !important; }}







#s-76a2afc5-c797-4074-8fb3-76874469edfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76a2afc5-c797-4074-8fb3-76874469edfa.shg-box.shg-c {
  justify-content: center;
}

#s-5c2e0ae0-782c-46fd-b6dc-627e478b5925 {
  margin-top: 20px;
padding-top: 15px;
background-color: rgba(238, 238, 238, 1);
}

#s-95f15309-ed91-436b-be39-f8e027f296c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-95f15309-ed91-436b-be39-f8e027f296c6 {
  display: none;
}
#s-95f15309-ed91-436b-be39-f8e027f296c6, #wrap-s-95f15309-ed91-436b-be39-f8e027f296c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95f15309-ed91-436b-be39-f8e027f296c6 {
  display: none;
}
#s-95f15309-ed91-436b-be39-f8e027f296c6, #wrap-s-95f15309-ed91-436b-be39-f8e027f296c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95f15309-ed91-436b-be39-f8e027f296c6 {
  display: none;
}
#s-95f15309-ed91-436b-be39-f8e027f296c6, #wrap-s-95f15309-ed91-436b-be39-f8e027f296c6 { display:none !important; }}







#s-95f15309-ed91-436b-be39-f8e027f296c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95f15309-ed91-436b-be39-f8e027f296c6.shg-box.shg-c {
  justify-content: center;
}

#s-5cece539-8c3a-4af7-99f9-8fab92b306b1 {
  text-align: center;
}




  #s-5cece539-8c3a-4af7-99f9-8fab92b306b1 img.shogun-image {
    
    width: px;
  }


#s-5cece539-8c3a-4af7-99f9-8fab92b306b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7c8d97b-8e0e-422c-89d5-26fbca425bc9 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c6ee8b43-b332-41b0-ba64-7b6ae6023f27 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(48, 48, 48, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-c6ee8b43-b332-41b0-ba64-7b6ae6023f27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6ee8b43-b332-41b0-ba64-7b6ae6023f27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6ee8b43-b332-41b0-ba64-7b6ae6023f27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}
@media (min-width: 1200px){#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587 {
  display: none;
}
#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587, #wrap-s-fd5e3095-463f-4c19-ac9a-ea3011dd5587 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587 {
  display: none;
}
#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587, #wrap-s-fd5e3095-463f-4c19-ac9a-ea3011dd5587 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587 {
  
}
}







#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd5e3095-463f-4c19-ac9a-ea3011dd5587.shg-box.shg-c {
  justify-content: center;
}

#s-653577c3-5b7d-4109-8e9f-9accbd70133d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-653577c3-5b7d-4109-8e9f-9accbd70133d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-84df49be-4863-435b-8cd9-a121c8c6a18e {
  padding-top: 20px;
}

#s-7837e016-42bb-41b1-99d2-58ef5d513ff5 {
  border-style: solid;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-7837e016-42bb-41b1-99d2-58ef5d513ff5 img.shogun-image {
    
    width: px;
  }


#s-7837e016-42bb-41b1-99d2-58ef5d513ff5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2595b395-3dfe-4254-bcd7-d7f5fe8d8a36 {
  padding-top: 20px;
}

#s-35d27df4-31e8-412c-abb8-171878fc22e0 {
  border-style: solid;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-35d27df4-31e8-412c-abb8-171878fc22e0 img.shogun-image {
    
    width: px;
  }


#s-35d27df4-31e8-412c-abb8-171878fc22e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4dcc63f1-a20c-486f-99ab-1f7d00f0a756"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-08fd541b-ad5c-4f8c-a098-6100abc50e19 {
  border-style: solid;
padding-top: 20px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-08fd541b-ad5c-4f8c-a098-6100abc50e19 img.shogun-image {
    
    width: px;
  }


#s-08fd541b-ad5c-4f8c-a098-6100abc50e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec3a9da0-f9d3-4f50-a69f-5578191374a6 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-bda9001a-1462-4a0e-850d-46dcd8520aa3 {
  border-style: solid;
padding-top: 20px;
border-top-width: 2px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}




  #s-bda9001a-1462-4a0e-850d-46dcd8520aa3 img.shogun-image {
    
    width: px;
  }


#s-bda9001a-1462-4a0e-850d-46dcd8520aa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1910a3c-2c21-4e0b-9097-9d32531fcdde {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-623dea09-2a62-4baa-a695-20fb5c17824d {
  border-style: solid;
margin-bottom: -50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}
@media (min-width: 1200px){#s-623dea09-2a62-4baa-a695-20fb5c17824d {
  display: none;
}
#s-623dea09-2a62-4baa-a695-20fb5c17824d, #wrap-s-623dea09-2a62-4baa-a695-20fb5c17824d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-623dea09-2a62-4baa-a695-20fb5c17824d {
  display: none;
}
#s-623dea09-2a62-4baa-a695-20fb5c17824d, #wrap-s-623dea09-2a62-4baa-a695-20fb5c17824d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-623dea09-2a62-4baa-a695-20fb5c17824d {
  
}
}







#s-623dea09-2a62-4baa-a695-20fb5c17824d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-623dea09-2a62-4baa-a695-20fb5c17824d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd0f8c9d-1ef6-4904-a327-2f1466ce31a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d62e5786-688e-4984-a43f-0882450b8c5c {
  padding-right: 30px;
text-align: center;
}




  #s-d62e5786-688e-4984-a43f-0882450b8c5c img.shogun-image {
    
    width: px;
  }


#s-d62e5786-688e-4984-a43f-0882450b8c5c .shogun-image-content {
  
    align-items: center;
  
}

#s-b128cc64-335d-4078-989a-80565943387d {
  margin-left: -30px;
padding-top: 20px;
}

/*
  $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;
}
