.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-a0ef14e1-b865-4318-a4b6-0d4404af26cb {
  margin-top: -15px;
min-height: 50px;
}
@media (max-width: 767px){#s-a0ef14e1-b865-4318-a4b6-0d4404af26cb {
  display: none;
}
#s-a0ef14e1-b865-4318-a4b6-0d4404af26cb, #wrap-s-a0ef14e1-b865-4318-a4b6-0d4404af26cb { display:none !important; }}







#s-a0ef14e1-b865-4318-a4b6-0d4404af26cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ef14e1-b865-4318-a4b6-0d4404af26cb.shg-box.shg-c {
  justify-content: flex-end;
}

.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-4ebf595a-3841-4a52-b0ab-dda4fc642cb6 {
  text-align: center;
}




  #s-4ebf595a-3841-4a52-b0ab-dda4fc642cb6 img.shogun-image {
    
    width: px;
  }


#s-4ebf595a-3841-4a52-b0ab-dda4fc642cb6 .shogun-image-content {
  
    align-items: flex-end;
  
}

.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-cf24fef9-5dd9-4c20-8d7a-609be6ec094b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-cf24fef9-5dd9-4c20-8d7a-609be6ec094b {
  display: none;
}
#s-cf24fef9-5dd9-4c20-8d7a-609be6ec094b, #wrap-s-cf24fef9-5dd9-4c20-8d7a-609be6ec094b { display:none !important; }}







#s-cf24fef9-5dd9-4c20-8d7a-609be6ec094b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf24fef9-5dd9-4c20-8d7a-609be6ec094b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f9b50dbe-2519-4de2-87a4-b672a837e86d {
  margin-bottom: -15px;
padding-top: 40px;
padding-left: 10px;
}

#s-5f74b73c-6b36-4cb1-801b-64875c6ec302 {
  border-style: solid;
padding-top: 10px;
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;
}
@media (max-width: 767px){#s-5f74b73c-6b36-4cb1-801b-64875c6ec302 {
  display: none;
}
#s-5f74b73c-6b36-4cb1-801b-64875c6ec302, #wrap-s-5f74b73c-6b36-4cb1-801b-64875c6ec302 { display:none !important; }}







#s-5f74b73c-6b36-4cb1-801b-64875c6ec302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f74b73c-6b36-4cb1-801b-64875c6ec302.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

#s-be825fbb-4cc1-4068-97cc-4e7e47266f6a {
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-be825fbb-4cc1-4068-97cc-4e7e47266f6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-80426128-ec52-4959-8345-c3c09e250d17 {
  text-align: center;
}




  #s-80426128-ec52-4959-8345-c3c09e250d17 img.shogun-image {
    
    width: px;
  }


#s-80426128-ec52-4959-8345-c3c09e250d17 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f385c3ca-c119-43d8-a2ce-72a0c07cd10d {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-f385c3ca-c119-43d8-a2ce-72a0c07cd10d img.shogun-image {
    
    width: px;
  }


#s-f385c3ca-c119-43d8-a2ce-72a0c07cd10d .shogun-image-content {
  
    align-items: center;
  
}

#s-a9f802a6-26a6-40a7-85a6-1292c6eab391 {
  padding-top: 5px;
}

#s-2815e120-0dc7-4e2b-ac0c-e954efb54c68 {
  display: none;
}
#s-33a037a5-ebed-4708-8af5-c5d004695c7e {
  text-align: left;
}

#s-33a037a5-ebed-4708-8af5-c5d004695c7e .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-33a037a5-ebed-4708-8af5-c5d004695c7e .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-33a037a5-ebed-4708-8af5-c5d004695c7e .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-c3a1de74-2daa-4be4-82f0-1411bd5ac897 {
  text-align: center;
}




  #s-c3a1de74-2daa-4be4-82f0-1411bd5ac897 img.shogun-image {
    
    width: px;
  }


#s-c3a1de74-2daa-4be4-82f0-1411bd5ac897 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3caa97b0-7f24-49cf-95a3-1b294d5a77af {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-3caa97b0-7f24-49cf-95a3-1b294d5a77af img.shogun-image {
    
    width: px;
  }


#s-3caa97b0-7f24-49cf-95a3-1b294d5a77af .shogun-image-content {
  
    align-items: center;
  
}

#s-344e5725-07f9-4afd-8398-6feaae60bf7a {
  padding-top: 5px;
}

#s-be98f548-f4ef-4e39-afa5-76c32c5f0ef0 {
  display: none;
}
#s-a415874e-b745-408e-b3c5-b8f4cbb1878e {
  text-align: left;
}

#s-a415874e-b745-408e-b3c5-b8f4cbb1878e .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-a415874e-b745-408e-b3c5-b8f4cbb1878e .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-a415874e-b745-408e-b3c5-b8f4cbb1878e .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-06b31ef4-f9a0-4088-a510-e16293513944 {
  padding-top: 5px;
}

#s-73d18cd3-afbb-4099-9eeb-eb33f2185295 {
  text-align: center;
}




  #s-73d18cd3-afbb-4099-9eeb-eb33f2185295 img.shogun-image {
    
    width: px;
  }


#s-73d18cd3-afbb-4099-9eeb-eb33f2185295 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f7827c14-015b-4cfa-bf4e-84d7dc6e719e {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-f7827c14-015b-4cfa-bf4e-84d7dc6e719e img.shogun-image {
    
    width: px;
  }


#s-f7827c14-015b-4cfa-bf4e-84d7dc6e719e .shogun-image-content {
  
    align-items: center;
  
}

#s-af59706e-6534-40a2-83c9-db102dc440f4 {
  padding-top: 5px;
}

#s-030df802-9d9e-4ea0-97a7-579b38bcfeed {
  display: none;
}
#s-f3ace5f2-24ff-4b6c-9721-8381e21133b4 {
  text-align: left;
}

#s-f3ace5f2-24ff-4b6c-9721-8381e21133b4 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-f3ace5f2-24ff-4b6c-9721-8381e21133b4 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-f3ace5f2-24ff-4b6c-9721-8381e21133b4 .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-ef3eb9de-ef5c-4323-b0b5-c60a99a49546 {
  text-align: center;
}




  #s-ef3eb9de-ef5c-4323-b0b5-c60a99a49546 img.shogun-image {
    
    width: px;
  }


#s-ef3eb9de-ef5c-4323-b0b5-c60a99a49546 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bc04ed6-fa85-4412-9e88-e47eb8805f69 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1bc04ed6-fa85-4412-9e88-e47eb8805f69 {
  display: none;
}
#s-1bc04ed6-fa85-4412-9e88-e47eb8805f69, #wrap-s-1bc04ed6-fa85-4412-9e88-e47eb8805f69 { display:none !important; }}







#s-1bc04ed6-fa85-4412-9e88-e47eb8805f69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bc04ed6-fa85-4412-9e88-e47eb8805f69.shg-box.shg-c {
  justify-content: center;
}

.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-b8327752-db71-4117-be1d-37288bae6722 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-b8327752-db71-4117-be1d-37288bae6722:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-b8327752-db71-4117-be1d-37288bae6722:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8327752-db71-4117-be1d-37288bae6722.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-7441cc08-e662-4ce3-856d-1154740a5ea0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-7441cc08-e662-4ce3-856d-1154740a5ea0 {
  display: none;
}
#s-7441cc08-e662-4ce3-856d-1154740a5ea0, #wrap-s-7441cc08-e662-4ce3-856d-1154740a5ea0 { display:none !important; }}







#s-7441cc08-e662-4ce3-856d-1154740a5ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7441cc08-e662-4ce3-856d-1154740a5ea0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-90d880f7-dea2-45a1-97a2-8e0a653b455f {
  margin-bottom: -15px;
padding-top: 40px;
padding-left: 10px;
}

#s-4bfcca00-af9d-4b3e-9fc7-6e60a731ebcb {
  border-style: solid;
padding-top: 10px;
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;
}
@media (max-width: 767px){#s-4bfcca00-af9d-4b3e-9fc7-6e60a731ebcb {
  display: none;
}
#s-4bfcca00-af9d-4b3e-9fc7-6e60a731ebcb, #wrap-s-4bfcca00-af9d-4b3e-9fc7-6e60a731ebcb { display:none !important; }}







#s-4bfcca00-af9d-4b3e-9fc7-6e60a731ebcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bfcca00-af9d-4b3e-9fc7-6e60a731ebcb.shg-box.shg-c {
  justify-content: flex-end;
}

#s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc {
  padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-81ab38ee-b22d-4fb9-b6eb-dad2d57063fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-4ea62dc9-6d64-42d6-a715-372aee5f9e79 {
  text-align: center;
}




  #s-4ea62dc9-6d64-42d6-a715-372aee5f9e79 img.shogun-image {
    
    width: px;
  }


#s-4ea62dc9-6d64-42d6-a715-372aee5f9e79 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7d5f6d0-a4a0-466b-80aa-0ec4c092efa5 {
  text-align: center;
}




  #s-c7d5f6d0-a4a0-466b-80aa-0ec4c092efa5 img.shogun-image {
    
    width: px;
  }


#s-c7d5f6d0-a4a0-466b-80aa-0ec4c092efa5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2aad10ea-09c3-48cd-9132-fc54ff1c64a7 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-2aad10ea-09c3-48cd-9132-fc54ff1c64a7 img.shogun-image {
    
    width: px;
  }


#s-2aad10ea-09c3-48cd-9132-fc54ff1c64a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-861ba37c-30b3-4aa5-9925-70fa7cff19ba {
  padding-top: 5px;
}

#s-01350aed-d62e-4d5d-82b7-5f2848d1668e {
  display: none;
}
#s-9c2b1701-3813-4ece-9c5f-0bb354c11798 {
  text-align: left;
}

#s-9c2b1701-3813-4ece-9c5f-0bb354c11798 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-9c2b1701-3813-4ece-9c5f-0bb354c11798 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-9c2b1701-3813-4ece-9c5f-0bb354c11798 .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-347259be-dd8b-402b-b284-9dddf441aed5 {
  padding-top: 5px;
}

#s-3bf7d90b-a5ac-496a-afbc-a8e4fa3ccc4f {
  text-align: center;
}




  #s-3bf7d90b-a5ac-496a-afbc-a8e4fa3ccc4f img.shogun-image {
    
    width: px;
  }


#s-3bf7d90b-a5ac-496a-afbc-a8e4fa3ccc4f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9a9b06ee-7a71-4473-a293-f24378054f68 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-9a9b06ee-7a71-4473-a293-f24378054f68 img.shogun-image {
    
    width: px;
  }


#s-9a9b06ee-7a71-4473-a293-f24378054f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd00aa4b-c1e6-4f2a-a60b-6999e17ca0f8 {
  padding-top: 5px;
}

#s-e0c4a214-15df-46c7-9f24-c5c33245465d {
  display: none;
}
#s-597a45ec-46d9-4647-9f7e-a47869f87384 {
  text-align: left;
}

#s-597a45ec-46d9-4647-9f7e-a47869f87384 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-597a45ec-46d9-4647-9f7e-a47869f87384 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-597a45ec-46d9-4647-9f7e-a47869f87384 .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-d9eb947c-47b6-472b-80f8-0cd9bc2f8b2f {
  text-align: center;
}




  #s-d9eb947c-47b6-472b-80f8-0cd9bc2f8b2f img.shogun-image {
    
    width: px;
  }


#s-d9eb947c-47b6-472b-80f8-0cd9bc2f8b2f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b3565af0-f39e-4283-87bf-8e0360f99ba0 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-b3565af0-f39e-4283-87bf-8e0360f99ba0 img.shogun-image {
    
    width: px;
  }


#s-b3565af0-f39e-4283-87bf-8e0360f99ba0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea7456e5-34e8-4a1e-bd22-7dc670f9999a {
  padding-top: 5px;
}

#s-301e755c-bb02-4052-a36e-472ff6cad49f {
  display: none;
}
#s-dd67aac7-e066-49ae-948e-0198b27569ae {
  text-align: left;
}

#s-dd67aac7-e066-49ae-948e-0198b27569ae .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-dd67aac7-e066-49ae-948e-0198b27569ae .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-dd67aac7-e066-49ae-948e-0198b27569ae .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-75a312dc-ec3f-49b0-beb6-2df05f31aa06 {
  min-height: 50px;
}
@media (max-width: 767px){#s-75a312dc-ec3f-49b0-beb6-2df05f31aa06 {
  display: none;
}
#s-75a312dc-ec3f-49b0-beb6-2df05f31aa06, #wrap-s-75a312dc-ec3f-49b0-beb6-2df05f31aa06 { display:none !important; }}







#s-75a312dc-ec3f-49b0-beb6-2df05f31aa06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75a312dc-ec3f-49b0-beb6-2df05f31aa06.shg-box.shg-c {
  justify-content: center;
}

#s-4293de00-6143-4b35-8e64-14b35b08d7ad {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-4293de00-6143-4b35-8e64-14b35b08d7ad:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-4293de00-6143-4b35-8e64-14b35b08d7ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4293de00-6143-4b35-8e64-14b35b08d7ad.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-bf1af0ef-3fa7-4bed-a0a0-e186850836da {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-bf1af0ef-3fa7-4bed-a0a0-e186850836da {
  display: none;
}
#s-bf1af0ef-3fa7-4bed-a0a0-e186850836da, #wrap-s-bf1af0ef-3fa7-4bed-a0a0-e186850836da { display:none !important; }}







#s-bf1af0ef-3fa7-4bed-a0a0-e186850836da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf1af0ef-3fa7-4bed-a0a0-e186850836da.shg-box.shg-c {
  justify-content: flex-end;
}

#s-19f2e574-bb14-49bf-89b9-55ecd19aeea6 {
  margin-bottom: -15px;
padding-top: 40px;
padding-left: 10px;
}

#s-d1cb0aa6-e6c6-462f-9b5a-c725ce3c5a8b {
  border-style: solid;
padding-top: 10px;
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;
}
@media (max-width: 767px){#s-d1cb0aa6-e6c6-462f-9b5a-c725ce3c5a8b {
  display: none;
}
#s-d1cb0aa6-e6c6-462f-9b5a-c725ce3c5a8b, #wrap-s-d1cb0aa6-e6c6-462f-9b5a-c725ce3c5a8b { display:none !important; }}







#s-d1cb0aa6-e6c6-462f-9b5a-c725ce3c5a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1cb0aa6-e6c6-462f-9b5a-c725ce3c5a8b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1a7f5e70-7101-4095-9ac5-200fa02d450b {
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1a7f5e70-7101-4095-9ac5-200fa02d450b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-7c1fa7c4-293d-432f-b585-5f07558f2ff9 {
  text-align: center;
}




  #s-7c1fa7c4-293d-432f-b585-5f07558f2ff9 img.shogun-image {
    
    width: px;
  }


#s-7c1fa7c4-293d-432f-b585-5f07558f2ff9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cf836d26-aefc-4019-a536-6aa59abd282e {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-cf836d26-aefc-4019-a536-6aa59abd282e img.shogun-image {
    
    width: px;
  }


#s-cf836d26-aefc-4019-a536-6aa59abd282e .shogun-image-content {
  
    align-items: center;
  
}

#s-7ecf9952-fbd6-4972-b561-45d5d23a9b60 {
  padding-top: 5px;
}

#s-03b49623-f5b6-4c6e-b788-9db60e756c5e {
  display: none;
}
#s-3dacebcf-c411-46c6-8c10-0fa6a2abab1d {
  text-align: left;
}

#s-3dacebcf-c411-46c6-8c10-0fa6a2abab1d .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-3dacebcf-c411-46c6-8c10-0fa6a2abab1d .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-3dacebcf-c411-46c6-8c10-0fa6a2abab1d .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-5f137fe1-0d0f-49ad-890f-1d64872cec47 {
  padding-top: 5px;
}

#s-a67f5361-e2f7-4391-bc7c-ebe3e85c61d1 {
  text-align: center;
}




  #s-a67f5361-e2f7-4391-bc7c-ebe3e85c61d1 img.shogun-image {
    
    width: px;
  }


#s-a67f5361-e2f7-4391-bc7c-ebe3e85c61d1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ec3947a-54ff-4808-92da-91baa559f3fe {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-9ec3947a-54ff-4808-92da-91baa559f3fe img.shogun-image {
    
    width: px;
  }


#s-9ec3947a-54ff-4808-92da-91baa559f3fe .shogun-image-content {
  
    align-items: center;
  
}

#s-da0174fd-e3b2-4415-a271-bd1db064c468 {
  padding-top: 5px;
}

#s-d437fa19-ce87-4afa-afa0-34b394c58d2d {
  display: none;
}
#s-04146ab9-5894-4c88-b8e8-f67a49336c4d {
  text-align: left;
}

#s-04146ab9-5894-4c88-b8e8-f67a49336c4d .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-04146ab9-5894-4c88-b8e8-f67a49336c4d .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-04146ab9-5894-4c88-b8e8-f67a49336c4d .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-f2bd21c6-3f76-428f-a4f6-0386350b54db {
  padding-top: 5px;
}

#s-ef3ba328-f826-46ba-8e22-26eaf271181d {
  text-align: center;
}




  #s-ef3ba328-f826-46ba-8e22-26eaf271181d img.shogun-image {
    
    width: px;
  }


#s-ef3ba328-f826-46ba-8e22-26eaf271181d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5a73ddc6-e016-4c5d-b8ee-7366554d9839 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}




  #s-5a73ddc6-e016-4c5d-b8ee-7366554d9839 img.shogun-image {
    
    width: px;
  }


#s-5a73ddc6-e016-4c5d-b8ee-7366554d9839 .shogun-image-content {
  
    align-items: center;
  
}

#s-335610c6-de57-4b9b-9e94-f6588333ac6c {
  padding-top: 5px;
}

#s-184f8945-6162-4865-a130-00f185c702c0 {
  display: none;
}
#s-69fdcf30-4f6d-4317-b593-a1bbe2152d29 {
  text-align: left;
}

#s-69fdcf30-4f6d-4317-b593-a1bbe2152d29 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-69fdcf30-4f6d-4317-b593-a1bbe2152d29 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 18px;
}

#s-69fdcf30-4f6d-4317-b593-a1bbe2152d29 .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-dd5579a2-2297-4cfd-bac8-b356ad2538ab {
  text-align: center;
}




  #s-dd5579a2-2297-4cfd-bac8-b356ad2538ab img.shogun-image {
    
    width: px;
  }


#s-dd5579a2-2297-4cfd-bac8-b356ad2538ab .shogun-image-content {
  
    align-items: center;
  
}

#s-4f5bf577-dca9-4ce5-99f8-f5173f65c75a {
  min-height: 50px;
}
@media (max-width: 767px){#s-4f5bf577-dca9-4ce5-99f8-f5173f65c75a {
  display: none;
}
#s-4f5bf577-dca9-4ce5-99f8-f5173f65c75a, #wrap-s-4f5bf577-dca9-4ce5-99f8-f5173f65c75a { display:none !important; }}







#s-4f5bf577-dca9-4ce5-99f8-f5173f65c75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f5bf577-dca9-4ce5-99f8-f5173f65c75a.shg-box.shg-c {
  justify-content: center;
}

#s-66bf1563-6d87-4549-9ce9-a052a26204ff {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-66bf1563-6d87-4549-9ce9-a052a26204ff:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 3px !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-66bf1563-6d87-4549-9ce9-a052a26204ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66bf1563-6d87-4549-9ce9-a052a26204ff.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-200a017d-d1dc-4e51-8b4d-583bd6705729 {
  min-height: 50px;
}
@media (max-width: 767px){#s-200a017d-d1dc-4e51-8b4d-583bd6705729 {
  display: none;
}
#s-200a017d-d1dc-4e51-8b4d-583bd6705729, #wrap-s-200a017d-d1dc-4e51-8b4d-583bd6705729 { display:none !important; }}







#s-200a017d-d1dc-4e51-8b4d-583bd6705729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-200a017d-d1dc-4e51-8b4d-583bd6705729.shg-box.shg-c {
  justify-content: center;
}

#s-90b4a6b8-05d1-4e46-aa22-1728213ccfac hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-e1eefaff-a82b-402b-8bac-2a1f63b80cdd {
  padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-e1eefaff-a82b-402b-8bac-2a1f63b80cdd {
  display: none;
}
#s-e1eefaff-a82b-402b-8bac-2a1f63b80cdd, #wrap-s-e1eefaff-a82b-402b-8bac-2a1f63b80cdd { display:none !important; }}







#s-e1eefaff-a82b-402b-8bac-2a1f63b80cdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1eefaff-a82b-402b-8bac-2a1f63b80cdd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7220b5bc-f54b-47c6-a977-fc1a5181ede3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-d8587531-de97-4a90-8d2a-220b62dcd415 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-attachment: scroll;
background-position: center center;
}
@media (max-width: 767px){#s-d8587531-de97-4a90-8d2a-220b62dcd415 {
  display: none;
}
#s-d8587531-de97-4a90-8d2a-220b62dcd415, #wrap-s-d8587531-de97-4a90-8d2a-220b62dcd415 { display:none !important; }}







#s-d8587531-de97-4a90-8d2a-220b62dcd415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8587531-de97-4a90-8d2a-220b62dcd415.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd6403a9-44c9-406c-a421-f173dcd15fb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4cd202e8-6a18-4613-b710-5fd95bdaddc7 {
  margin-top: -13px;
text-align: center;
}




  #s-4cd202e8-6a18-4613-b710-5fd95bdaddc7 img.shogun-image {
    
    width: px;
  }


#s-4cd202e8-6a18-4613-b710-5fd95bdaddc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-32b17efa-1566-4b7e-bf08-6e516166e4ca {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(246, 246, 246, 1);
text-align: left;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-32b17efa-1566-4b7e-bf08-6e516166e4ca:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-32b17efa-1566-4b7e-bf08-6e516166e4ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-32b17efa-1566-4b7e-bf08-6e516166e4ca-btn-wrapper {
    text-align: left;
  }


#s-32b17efa-1566-4b7e-bf08-6e516166e4ca.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-6652889e-91d8-47f2-86d3-29e576e03b31 {
  background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
background-position: center center;
}
@media (max-width: 767px){#s-6652889e-91d8-47f2-86d3-29e576e03b31 {
  display: none;
}
#s-6652889e-91d8-47f2-86d3-29e576e03b31, #wrap-s-6652889e-91d8-47f2-86d3-29e576e03b31 { display:none !important; }}







#s-6652889e-91d8-47f2-86d3-29e576e03b31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6652889e-91d8-47f2-86d3-29e576e03b31.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a50fc6b-7bf7-42d7-8733-b2deabc609dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d90e7b4-705d-4e3b-90cc-ba478a733494 {
  margin-top: -12px;
text-align: center;
}




  #s-0d90e7b4-705d-4e3b-90cc-ba478a733494 img.shogun-image {
    
    width: px;
  }


#s-0d90e7b4-705d-4e3b-90cc-ba478a733494 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1bfdcb9-dae0-4181-91fb-707924c3dd77 {
  margin-left: -50px;
}

@media (min-width: 0px) {
[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e1bfdcb9-dae0-4181-91fb-707924c3dd77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f2b23ae4-0c2f-412c-b4eb-ed15d9df1adb {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}




  #s-f2b23ae4-0c2f-412c-b4eb-ed15d9df1adb img.shogun-image {
    
    width: px;
  }


#s-f2b23ae4-0c2f-412c-b4eb-ed15d9df1adb .shogun-image-content {
  
    align-items: center;
  
}

#s-94e4312c-07b7-4a94-aeb1-a8687768d368 {
  padding-top: 10px;
padding-left: 50px;
padding-right: 50px;
}

#s-b75cd8d5-7fb8-45e4-aa92-d577d3ca4c91 {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}




  #s-b75cd8d5-7fb8-45e4-aa92-d577d3ca4c91 img.shogun-image {
    
    width: px;
  }


#s-b75cd8d5-7fb8-45e4-aa92-d577d3ca4c91 .shogun-image-content {
  
    align-items: center;
  
}

#s-974bde9f-72a1-4808-a6e0-d7a5824eaf24 {
  padding-top: 10px;
padding-left: 50px;
padding-right: 50px;
}

#s-8e114708-c846-4c34-a2f7-1b6bb3d5e31e {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}




  #s-8e114708-c846-4c34-a2f7-1b6bb3d5e31e img.shogun-image {
    
    width: px;
  }


#s-8e114708-c846-4c34-a2f7-1b6bb3d5e31e .shogun-image-content {
  
    align-items: center;
  
}

#s-75308f1d-a003-4b11-8d64-7e45db4d64ca {
  padding-top: 10px;
padding-left: 50px;
padding-right: 50px;
}

#s-01426a07-95ca-4605-8dbf-a0bf0511f6cc {
  padding-top: 10px;
}

#s-905bd404-fcb7-4414-ba22-eefa98b1baf7 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-attachment: scroll;
background-position: center center;
}
@media (max-width: 767px){#s-905bd404-fcb7-4414-ba22-eefa98b1baf7 {
  display: none;
}
#s-905bd404-fcb7-4414-ba22-eefa98b1baf7, #wrap-s-905bd404-fcb7-4414-ba22-eefa98b1baf7 { display:none !important; }}







#s-905bd404-fcb7-4414-ba22-eefa98b1baf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-905bd404-fcb7-4414-ba22-eefa98b1baf7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f45d7f4b-4aae-43b3-b552-6ed3ee2209de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca08efa8-4ef7-40ff-9721-e20f934cc1cf {
  margin-top: -12px;
text-align: center;
}




  #s-ca08efa8-4ef7-40ff-9721-e20f934cc1cf img.shogun-image {
    
    width: px;
  }


#s-ca08efa8-4ef7-40ff-9721-e20f934cc1cf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3d5bd53-ae7b-44f3-b291-e2f07eb2ebe0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-829c0f97-5fb2-4ea3-8742-8b0dee8ebed6 {
  text-align: center;
}




  #s-829c0f97-5fb2-4ea3-8742-8b0dee8ebed6 img.shogun-image {
    
    width: px;
  }


#s-829c0f97-5fb2-4ea3-8742-8b0dee8ebed6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a47c8e3-9137-46e5-888a-aa058569a211 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3a47c8e3-9137-46e5-888a-aa058569a211"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-79282741-d08d-40bc-991a-b5e477e480c2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-79282741-d08d-40bc-991a-b5e477e480c2 img.shogun-image {
    
    width: px;
  }


#s-79282741-d08d-40bc-991a-b5e477e480c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d0eda71-ea6c-4847-abba-376974d05cd2 {
  padding-top: 20px;
}

#s-93da63dc-47ed-4058-96e5-ad3b2731fd49 {
  text-align: center;
}




  #s-93da63dc-47ed-4058-96e5-ad3b2731fd49 img.shogun-image {
    
    width: px;
  }


#s-93da63dc-47ed-4058-96e5-ad3b2731fd49 .shogun-image-content {
  
    align-items: center;
  
}

#s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41b362d-5b91-4ce2-9ce0-4efe513e48a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8f737f6d-d263-4283-b5e4-f9a08b6ccbae {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-8f737f6d-d263-4283-b5e4-f9a08b6ccbae img.shogun-image {
    
    width: px;
  }


#s-8f737f6d-d263-4283-b5e4-f9a08b6ccbae .shogun-image-content {
  
    align-items: center;
  
}

#s-066f9fd4-6f3b-4cef-a9a1-eab312bcb5c2 {
  padding-top: 20px;
}

#s-ddc3e55a-70d9-4f11-9529-3f367ff32eb0 {
  text-align: center;
}




  #s-ddc3e55a-70d9-4f11-9529-3f367ff32eb0 img.shogun-image {
    
    width: px;
  }


#s-ddc3e55a-70d9-4f11-9529-3f367ff32eb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c1e3cf6d-c689-49c4-83f5-e1f4387e77a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-a8ab2c14-0b63-4bf1-bae1-c698dbe473c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a8ab2c14-0b63-4bf1-bae1-c698dbe473c7 img.shogun-image {
    
    width: px;
  }


#s-a8ab2c14-0b63-4bf1-bae1-c698dbe473c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-df5c709e-e20c-4515-b4ce-80cd0f24010a {
  padding-top: 20px;
}

#s-e05ede51-0b0a-44ed-bcf5-ee2d0ff33a0c {
  text-align: center;
}




  #s-e05ede51-0b0a-44ed-bcf5-ee2d0ff33a0c img.shogun-image {
    
    width: px;
  }


#s-e05ede51-0b0a-44ed-bcf5-ee2d0ff33a0c .shogun-image-content {
  
    align-items: center;
  
}

#s-a3649842-a83f-4841-b689-4d130760b863 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-a3649842-a83f-4841-b689-4d130760b863"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-bfdbd858-7c82-4fff-a1e9-c37e17cf5c39 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-bfdbd858-7c82-4fff-a1e9-c37e17cf5c39 img.shogun-image {
    
    width: px;
  }


#s-bfdbd858-7c82-4fff-a1e9-c37e17cf5c39 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a865569-f791-48b4-b919-028ffb293061 {
  padding-top: 20px;
}

#s-70df4dfb-161d-4859-90d3-b1f6560d4920 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(246, 246, 246, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-70df4dfb-161d-4859-90d3-b1f6560d4920:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-70df4dfb-161d-4859-90d3-b1f6560d4920:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70df4dfb-161d-4859-90d3-b1f6560d4920.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-06dadd85-0cef-491b-b805-a049d6d59528 {
  background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
background-position: center center;
}
@media (max-width: 767px){#s-06dadd85-0cef-491b-b805-a049d6d59528 {
  display: none;
}
#s-06dadd85-0cef-491b-b805-a049d6d59528, #wrap-s-06dadd85-0cef-491b-b805-a049d6d59528 { display:none !important; }}







#s-06dadd85-0cef-491b-b805-a049d6d59528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06dadd85-0cef-491b-b805-a049d6d59528.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-206613e5-1bd5-4359-aaef-baf186449d4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-782583c6-ab24-4ce8-a2c8-18231247e3bc {
  margin-top: -12px;
text-align: center;
}




  #s-782583c6-ab24-4ce8-a2c8-18231247e3bc img.shogun-image {
    
    width: px;
  }


#s-782583c6-ab24-4ce8-a2c8-18231247e3bc .shogun-image-content {
  
    align-items: center;
  
}

#s-b6a48493-674a-4ca5-9108-a859ab0cf57e {
  padding-top: 10px;
}

#s-859b86ff-0913-4f06-8d71-ac77b64abf1e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-attachment: scroll;
background-position: center center;
}
@media (max-width: 767px){#s-859b86ff-0913-4f06-8d71-ac77b64abf1e {
  display: none;
}
#s-859b86ff-0913-4f06-8d71-ac77b64abf1e, #wrap-s-859b86ff-0913-4f06-8d71-ac77b64abf1e { display:none !important; }}







#s-859b86ff-0913-4f06-8d71-ac77b64abf1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-859b86ff-0913-4f06-8d71-ac77b64abf1e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-95293ad0-2de4-4257-9523-d5c220ee9921"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-01c077c8-48bf-42ac-9268-a65a0e61f413 {
  margin-top: -12px;
text-align: center;
}




  #s-01c077c8-48bf-42ac-9268-a65a0e61f413 img.shogun-image {
    
    width: px;
  }


#s-01c077c8-48bf-42ac-9268-a65a0e61f413 .shogun-image-content {
  
    align-items: center;
  
}

#s-e28aa7b4-1ede-464d-9278-d51c7de8b382 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e28aa7b4-1ede-464d-9278-d51c7de8b382 {
  display: none;
}
#s-e28aa7b4-1ede-464d-9278-d51c7de8b382, #wrap-s-e28aa7b4-1ede-464d-9278-d51c7de8b382 { display:none !important; }}







#s-e28aa7b4-1ede-464d-9278-d51c7de8b382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e28aa7b4-1ede-464d-9278-d51c7de8b382.shg-box.shg-c {
  justify-content: center;
}

#s-5560e542-21e8-45f3-bd61-4ecc5c634f82 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-5560e542-21e8-45f3-bd61-4ecc5c634f82:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-5560e542-21e8-45f3-bd61-4ecc5c634f82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5560e542-21e8-45f3-bd61-4ecc5c634f82.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-aae92c81-a655-4da0-9b78-5a0e9808dbe5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-063dbcf1-a4aa-4f9d-8f07-57e5f60c7d3a {
  padding-top: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-063dbcf1-a4aa-4f9d-8f07-57e5f60c7d3a {
  display: none;
}
#s-063dbcf1-a4aa-4f9d-8f07-57e5f60c7d3a, #wrap-s-063dbcf1-a4aa-4f9d-8f07-57e5f60c7d3a { display:none !important; }}







#s-063dbcf1-a4aa-4f9d-8f07-57e5f60c7d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-063dbcf1-a4aa-4f9d-8f07-57e5f60c7d3a.shg-box.shg-c {
  justify-content: center;
}

#s-7fe73aa4-79f6-4623-8a4f-cbf4462512bf {
  text-align: center;
}




  #s-7fe73aa4-79f6-4623-8a4f-cbf4462512bf img.shogun-image {
    
    width: px;
  }


#s-7fe73aa4-79f6-4623-8a4f-cbf4462512bf .shogun-image-content {
  
    align-items: center;
  
}

#s-a508ed37-89de-4e00-a3bd-5e16e90e6e38 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a508ed37-89de-4e00-a3bd-5e16e90e6e38 {
  display: none;
}
#s-a508ed37-89de-4e00-a3bd-5e16e90e6e38, #wrap-s-a508ed37-89de-4e00-a3bd-5e16e90e6e38 { display:none !important; }}







#s-a508ed37-89de-4e00-a3bd-5e16e90e6e38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a508ed37-89de-4e00-a3bd-5e16e90e6e38.shg-box.shg-c {
  justify-content: center;
}

#s-a901955e-bbd0-4173-a4d8-c222dc7588b8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-3fb5594b-b9ce-4caf-ae37-35b25ccfe068 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3fb5594b-b9ce-4caf-ae37-35b25ccfe068 {
  display: none;
}
#s-3fb5594b-b9ce-4caf-ae37-35b25ccfe068, #wrap-s-3fb5594b-b9ce-4caf-ae37-35b25ccfe068 { display:none !important; }}







#s-3fb5594b-b9ce-4caf-ae37-35b25ccfe068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fb5594b-b9ce-4caf-ae37-35b25ccfe068.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b61f21f4-374f-4400-bf17-42b8af878516"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3a67eaf5-0d93-4481-ab42-450f7d35853b {
  padding-top: 10px;
}

#s-f67cd197-46de-4010-9100-4cdc571a3339 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 {
  text-align: left;
}


.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 {
  max-width: 100%;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom,
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 {
  max-width: 100%;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom,
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 {
  max-width: 100%;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom,
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 {
  max-width: 100%;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom,
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 {
  max-width: 100%;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom,
.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1b3d51d-fac1-4dc7-a892-c0f5b73416f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f1644222-8a27-447e-835b-8cc84753f994 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-f1644222-8a27-447e-835b-8cc84753f994:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-f1644222-8a27-447e-835b-8cc84753f994:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1644222-8a27-447e-835b-8cc84753f994.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-85233795-9383-49e9-a2f6-f4fbb07158e9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-85233795-9383-49e9-a2f6-f4fbb07158e9 {
  display: none;
}
#s-85233795-9383-49e9-a2f6-f4fbb07158e9, #wrap-s-85233795-9383-49e9-a2f6-f4fbb07158e9 { display:none !important; }}







#s-85233795-9383-49e9-a2f6-f4fbb07158e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85233795-9383-49e9-a2f6-f4fbb07158e9.shg-box.shg-c {
  justify-content: center;
}

#s-a477917e-dbec-4e2b-b041-30916c07f0f0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-8e256b4a-7f9e-42b1-afc7-49d22cf31228 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8e256b4a-7f9e-42b1-afc7-49d22cf31228 {
  display: none;
}
#s-8e256b4a-7f9e-42b1-afc7-49d22cf31228, #wrap-s-8e256b4a-7f9e-42b1-afc7-49d22cf31228 { display:none !important; }}







#s-8e256b4a-7f9e-42b1-afc7-49d22cf31228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e256b4a-7f9e-42b1-afc7-49d22cf31228.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e6dd8a09-41ac-4c33-9124-892ee10db63d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e6dd8a09-41ac-4c33-9124-892ee10db63d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e6dd8a09-41ac-4c33-9124-892ee10db63d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-e6dd8a09-41ac-4c33-9124-892ee10db63d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e6dd8a09-41ac-4c33-9124-892ee10db63d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-e6dd8a09-41ac-4c33-9124-892ee10db63d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-966a682f-3dbc-4a5e-bc4f-be3801fdba2f {
  padding-top: 40px;
}

@media (min-width: 0px) {
[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-966f7f11-dfd5-4a74-b2ef-f639cc7255fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b8babb99-fc45-418d-ae6d-3fc625df23fa {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8babb99-fc45-418d-ae6d-3fc625df23fa {
  margin-left: -60px;
margin-right: -60px;
}
}



  #s-b8babb99-fc45-418d-ae6d-3fc625df23fa img.shogun-image {
    
    width: px;
  }


#s-b8babb99-fc45-418d-ae6d-3fc625df23fa .shogun-image-content {
  
    align-items: center;
  
}

#s-02223ecd-373e-40fe-93da-b9da34459e2a {
  padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02223ecd-373e-40fe-93da-b9da34459e2a {
  margin-left: 0px;
margin-right: -10px;
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02223ecd-373e-40fe-93da-b9da34459e2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-174383ed-212c-4e63-b030-f33892530535 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-174383ed-212c-4e63-b030-f33892530535 {
  display: none;
}
#s-174383ed-212c-4e63-b030-f33892530535, #wrap-s-174383ed-212c-4e63-b030-f33892530535 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-174383ed-212c-4e63-b030-f33892530535 {
  display: none;
}
#s-174383ed-212c-4e63-b030-f33892530535, #wrap-s-174383ed-212c-4e63-b030-f33892530535 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-174383ed-212c-4e63-b030-f33892530535 {
  display: none;
}
#s-174383ed-212c-4e63-b030-f33892530535, #wrap-s-174383ed-212c-4e63-b030-f33892530535 { display:none !important; }}







#s-174383ed-212c-4e63-b030-f33892530535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-174383ed-212c-4e63-b030-f33892530535.shg-box.shg-c {
  justify-content: center;
}

#s-06d5795d-d016-4f3b-8155-520d762ceeec {
  margin-top: -10px;
text-align: center;
}




  #s-06d5795d-d016-4f3b-8155-520d762ceeec img.shogun-image {
    
    width: px;
  }


#s-06d5795d-d016-4f3b-8155-520d762ceeec .shogun-image-content {
  
    align-items: center;
  
}

#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 {
  padding-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 {
  display: none;
}
#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22, #wrap-s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 {
  display: none;
}
#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22, #wrap-s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 {
  display: none;
}
#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22, #wrap-s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 { display:none !important; }}







#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78bf02b3-9d38-45f0-b19f-22b1c7e42f22.shg-box.shg-c {
  justify-content: center;
}

#s-132c49cd-86d2-4934-a2a0-725cd1b4927e {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-797c932d-ed25-4c40-b1e8-0fb3ea091336 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-797c932d-ed25-4c40-b1e8-0fb3ea091336 {
  display: none;
}
#s-797c932d-ed25-4c40-b1e8-0fb3ea091336, #wrap-s-797c932d-ed25-4c40-b1e8-0fb3ea091336 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-797c932d-ed25-4c40-b1e8-0fb3ea091336 {
  display: none;
}
#s-797c932d-ed25-4c40-b1e8-0fb3ea091336, #wrap-s-797c932d-ed25-4c40-b1e8-0fb3ea091336 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-797c932d-ed25-4c40-b1e8-0fb3ea091336 {
  display: none;
}
#s-797c932d-ed25-4c40-b1e8-0fb3ea091336, #wrap-s-797c932d-ed25-4c40-b1e8-0fb3ea091336 { display:none !important; }}







#s-797c932d-ed25-4c40-b1e8-0fb3ea091336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-797c932d-ed25-4c40-b1e8-0fb3ea091336.shg-box.shg-c {
  justify-content: center;
}

#s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9 {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6f0d23c0-99bc-419c-8d70-c0b61a8df4c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1c4c3079-bc28-48fb-9296-cdba9a340181 {
  text-align: center;
}




  #s-1c4c3079-bc28-48fb-9296-cdba9a340181 img.shogun-image {
    
    width: px;
  }


#s-1c4c3079-bc28-48fb-9296-cdba9a340181 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba522e78-44f3-4122-b5b5-2f85db2ce0b1 {
  text-align: center;
}




  #s-ba522e78-44f3-4122-b5b5-2f85db2ce0b1 img.shogun-image {
    
    width: px;
  }


#s-ba522e78-44f3-4122-b5b5-2f85db2ce0b1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d3fac1e0-75d7-41ae-9b96-7e17f1068181 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-d3fac1e0-75d7-41ae-9b96-7e17f1068181 img.shogun-image {
    
    width: px;
  }


#s-d3fac1e0-75d7-41ae-9b96-7e17f1068181 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5b85239-d2f9-4c21-bd16-6516fb0e28c3 {
  padding-top: 10px;
}

#s-ded376db-a02b-458b-98c8-7aa74ded838b {
  display: none;
}
#s-4898c6eb-d554-4c25-9b05-7edb852eadcb {
  text-align: left;
}

#s-4898c6eb-d554-4c25-9b05-7edb852eadcb .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-4898c6eb-d554-4c25-9b05-7edb852eadcb .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-4898c6eb-d554-4c25-9b05-7edb852eadcb .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-e093fc2f-9622-4224-81fa-19750528cd52 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e093fc2f-9622-4224-81fa-19750528cd52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b0152a5c-3df0-4938-8de1-b2522c08e348 {
  text-align: center;
}




  #s-b0152a5c-3df0-4938-8de1-b2522c08e348 img.shogun-image {
    
    width: px;
  }


#s-b0152a5c-3df0-4938-8de1-b2522c08e348 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-184f1629-6520-498c-9b60-2144528be032 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-184f1629-6520-498c-9b60-2144528be032 img.shogun-image {
    
    width: px;
  }


#s-184f1629-6520-498c-9b60-2144528be032 .shogun-image-content {
  
    align-items: center;
  
}

#s-d50a4a1c-b051-49e5-ae8c-65db4344a9f6 {
  padding-top: 10px;
}

#s-29626ad2-faa0-45e7-81d1-ab59e92d2ee0 {
  display: none;
}
#s-7751586c-15d5-4b21-bc4c-b0f08703b813 {
  text-align: left;
}

#s-7751586c-15d5-4b21-bc4c-b0f08703b813 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-7751586c-15d5-4b21-bc4c-b0f08703b813 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-7751586c-15d5-4b21-bc4c-b0f08703b813 .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-748fa821-d278-4cd5-a745-c3211031fafb {
  text-align: center;
}




  #s-748fa821-d278-4cd5-a745-c3211031fafb img.shogun-image {
    
    width: px;
  }


#s-748fa821-d278-4cd5-a745-c3211031fafb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3c050a15-ec9a-4488-8699-d1abca02530b {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-3c050a15-ec9a-4488-8699-d1abca02530b img.shogun-image {
    
    width: px;
  }


#s-3c050a15-ec9a-4488-8699-d1abca02530b .shogun-image-content {
  
    align-items: center;
  
}

#s-2a135eb8-ee24-43c4-9097-8e6dd8968150 {
  padding-top: 10px;
}

#s-cdcaeef5-2b6f-43c7-a0aa-5cef4c0c3966 {
  display: none;
}
#s-f2115265-454b-4f61-8e5a-714daaeace99 {
  text-align: left;
}

#s-f2115265-454b-4f61-8e5a-714daaeace99 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-f2115265-454b-4f61-8e5a-714daaeace99 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-f2115265-454b-4f61-8e5a-714daaeace99 .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-96261f8a-56a0-4d40-b7fa-2b58beb20753 {
  min-height: 50px;
}








#s-96261f8a-56a0-4d40-b7fa-2b58beb20753 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96261f8a-56a0-4d40-b7fa-2b58beb20753.shg-box.shg-c {
  justify-content: center;
}

#s-f2bee864-b009-427d-9efa-cbdf84c8ef28 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-f2bee864-b009-427d-9efa-cbdf84c8ef28:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-f2bee864-b009-427d-9efa-cbdf84c8ef28:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2bee864-b009-427d-9efa-cbdf84c8ef28.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-a95a091e-546a-463f-b793-07a3abe40623 {
  padding-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a95a091e-546a-463f-b793-07a3abe40623 {
  display: none;
}
#s-a95a091e-546a-463f-b793-07a3abe40623, #wrap-s-a95a091e-546a-463f-b793-07a3abe40623 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a95a091e-546a-463f-b793-07a3abe40623 {
  display: none;
}
#s-a95a091e-546a-463f-b793-07a3abe40623, #wrap-s-a95a091e-546a-463f-b793-07a3abe40623 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a95a091e-546a-463f-b793-07a3abe40623 {
  display: none;
}
#s-a95a091e-546a-463f-b793-07a3abe40623, #wrap-s-a95a091e-546a-463f-b793-07a3abe40623 { display:none !important; }}







#s-a95a091e-546a-463f-b793-07a3abe40623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95a091e-546a-463f-b793-07a3abe40623.shg-box.shg-c {
  justify-content: center;
}

#s-c0e17638-a53e-40f6-b346-c61936c8bb75 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-2b296eec-23d7-476a-bf2e-4822fee75e64 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2b296eec-23d7-476a-bf2e-4822fee75e64 {
  display: none;
}
#s-2b296eec-23d7-476a-bf2e-4822fee75e64, #wrap-s-2b296eec-23d7-476a-bf2e-4822fee75e64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b296eec-23d7-476a-bf2e-4822fee75e64 {
  display: none;
}
#s-2b296eec-23d7-476a-bf2e-4822fee75e64, #wrap-s-2b296eec-23d7-476a-bf2e-4822fee75e64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b296eec-23d7-476a-bf2e-4822fee75e64 {
  display: none;
}
#s-2b296eec-23d7-476a-bf2e-4822fee75e64, #wrap-s-2b296eec-23d7-476a-bf2e-4822fee75e64 { display:none !important; }}







#s-2b296eec-23d7-476a-bf2e-4822fee75e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b296eec-23d7-476a-bf2e-4822fee75e64.shg-box.shg-c {
  justify-content: center;
}

#s-dfae24dc-2197-407d-9efe-557e0e1c164a {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-7d8907c0-9171-4f75-83ef-840886a8e634 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7d8907c0-9171-4f75-83ef-840886a8e634 {
  display: none;
}
#s-7d8907c0-9171-4f75-83ef-840886a8e634, #wrap-s-7d8907c0-9171-4f75-83ef-840886a8e634 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d8907c0-9171-4f75-83ef-840886a8e634 {
  display: none;
}
#s-7d8907c0-9171-4f75-83ef-840886a8e634, #wrap-s-7d8907c0-9171-4f75-83ef-840886a8e634 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d8907c0-9171-4f75-83ef-840886a8e634 {
  display: none;
}
#s-7d8907c0-9171-4f75-83ef-840886a8e634, #wrap-s-7d8907c0-9171-4f75-83ef-840886a8e634 { display:none !important; }}







#s-7d8907c0-9171-4f75-83ef-840886a8e634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d8907c0-9171-4f75-83ef-840886a8e634.shg-box.shg-c {
  justify-content: center;
}

#s-6cbce215-b1f5-436f-99f6-52473021a440 {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6cbce215-b1f5-436f-99f6-52473021a440"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-737be4a6-ce76-4384-b6e4-031cec7a5169 {
  text-align: center;
}




  #s-737be4a6-ce76-4384-b6e4-031cec7a5169 img.shogun-image {
    
    width: px;
  }


#s-737be4a6-ce76-4384-b6e4-031cec7a5169 .shogun-image-content {
  
    align-items: center;
  
}

#s-a45528b8-3955-43cf-8d70-148d4f43dd2b {
  text-align: center;
}




  #s-a45528b8-3955-43cf-8d70-148d4f43dd2b img.shogun-image {
    
    width: px;
  }


#s-a45528b8-3955-43cf-8d70-148d4f43dd2b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4486b5c0-2c4d-4f70-98d8-971a5b5e2361 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-4486b5c0-2c4d-4f70-98d8-971a5b5e2361 img.shogun-image {
    
    width: px;
  }


#s-4486b5c0-2c4d-4f70-98d8-971a5b5e2361 .shogun-image-content {
  
    align-items: center;
  
}

#s-87086e99-5c9c-42aa-bd52-e8f6c3f1248c {
  padding-top: 10px;
}

#s-27ec5cb1-313a-4f69-8a42-ed741d121ef5 {
  display: none;
}
#s-46faf0c3-7d54-4c72-93ef-f773ad8ee927 {
  text-align: left;
}

#s-46faf0c3-7d54-4c72-93ef-f773ad8ee927 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-46faf0c3-7d54-4c72-93ef-f773ad8ee927 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-46faf0c3-7d54-4c72-93ef-f773ad8ee927 .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-797de734-5d6e-4a5b-9d33-1c8e44cba61e {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-797de734-5d6e-4a5b-9d33-1c8e44cba61e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9c624f55-e68e-4833-81ee-0d24e1c73f7d {
  text-align: center;
}




  #s-9c624f55-e68e-4833-81ee-0d24e1c73f7d img.shogun-image {
    
    width: px;
  }


#s-9c624f55-e68e-4833-81ee-0d24e1c73f7d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c8b009c5-f93f-4758-93e3-af69059fbd67 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-c8b009c5-f93f-4758-93e3-af69059fbd67 img.shogun-image {
    
    width: px;
  }


#s-c8b009c5-f93f-4758-93e3-af69059fbd67 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cdb9d77-55db-446c-9588-0b305616ca70 {
  padding-top: 10px;
}

#s-619e1d69-b908-4443-ab09-47842873b4e6 {
  display: none;
}
#s-b952479e-3ea7-4227-be9a-c14550fa512a {
  text-align: left;
}

#s-b952479e-3ea7-4227-be9a-c14550fa512a .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-b952479e-3ea7-4227-be9a-c14550fa512a .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-b952479e-3ea7-4227-be9a-c14550fa512a .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-3deabeba-9594-4050-986f-e5703940df47 {
  text-align: center;
}




  #s-3deabeba-9594-4050-986f-e5703940df47 img.shogun-image {
    
    width: px;
  }


#s-3deabeba-9594-4050-986f-e5703940df47 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e017a498-9fa0-4a0f-b8d9-98de7a42ba8d {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-e017a498-9fa0-4a0f-b8d9-98de7a42ba8d img.shogun-image {
    
    width: px;
  }


#s-e017a498-9fa0-4a0f-b8d9-98de7a42ba8d .shogun-image-content {
  
    align-items: center;
  
}

#s-2af242e6-f222-46bd-9560-793de585fffd {
  padding-top: 10px;
}

#s-d7e87d76-9ec1-43de-bc1f-3a1fe784cb6c {
  display: none;
}
#s-aadf2369-9426-483d-a145-74607c68162c {
  text-align: left;
}

#s-aadf2369-9426-483d-a145-74607c68162c .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-aadf2369-9426-483d-a145-74607c68162c .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-aadf2369-9426-483d-a145-74607c68162c .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-15274a1a-5e73-4fd8-92f6-3ea224921cf5 {
  min-height: 50px;
}








#s-15274a1a-5e73-4fd8-92f6-3ea224921cf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15274a1a-5e73-4fd8-92f6-3ea224921cf5.shg-box.shg-c {
  justify-content: center;
}

#s-af4d4793-8479-4ea5-8d2c-7208542155fe {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-af4d4793-8479-4ea5-8d2c-7208542155fe:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-af4d4793-8479-4ea5-8d2c-7208542155fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af4d4793-8479-4ea5-8d2c-7208542155fe.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a {
  padding-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a {
  display: none;
}
#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a, #wrap-s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a {
  display: none;
}
#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a, #wrap-s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a {
  display: none;
}
#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a, #wrap-s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a { display:none !important; }}







#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2194f73b-a8c8-49ef-a1ef-5c8df750ca1a.shg-box.shg-c {
  justify-content: center;
}

#s-3984fa53-f180-4f37-8435-488939c4c85a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 {
  display: none;
}
#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6, #wrap-s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 {
  display: none;
}
#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6, #wrap-s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 {
  display: none;
}
#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6, #wrap-s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 { display:none !important; }}







#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5c0b56f-d3d3-4fca-8544-fb1152e2c2f6.shg-box.shg-c {
  justify-content: center;
}

#s-d1d047e2-6b68-4406-9872-c8c1fe4dc87f {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-ca96b0cb-e496-4341-8093-a1970b2b76a0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ca96b0cb-e496-4341-8093-a1970b2b76a0 {
  display: none;
}
#s-ca96b0cb-e496-4341-8093-a1970b2b76a0, #wrap-s-ca96b0cb-e496-4341-8093-a1970b2b76a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca96b0cb-e496-4341-8093-a1970b2b76a0 {
  display: none;
}
#s-ca96b0cb-e496-4341-8093-a1970b2b76a0, #wrap-s-ca96b0cb-e496-4341-8093-a1970b2b76a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca96b0cb-e496-4341-8093-a1970b2b76a0 {
  display: none;
}
#s-ca96b0cb-e496-4341-8093-a1970b2b76a0, #wrap-s-ca96b0cb-e496-4341-8093-a1970b2b76a0 { display:none !important; }}







#s-ca96b0cb-e496-4341-8093-a1970b2b76a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca96b0cb-e496-4341-8093-a1970b2b76a0.shg-box.shg-c {
  justify-content: center;
}

#s-9494789b-8066-457b-8188-96147b153288 {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9494789b-8066-457b-8188-96147b153288"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-472b55bf-0843-4a47-8a82-6dcc84d818a7 {
  text-align: center;
}




  #s-472b55bf-0843-4a47-8a82-6dcc84d818a7 img.shogun-image {
    
    width: px;
  }


#s-472b55bf-0843-4a47-8a82-6dcc84d818a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc58b47f-f463-4274-b9d4-e62134d6f082 {
  text-align: center;
}




  #s-fc58b47f-f463-4274-b9d4-e62134d6f082 img.shogun-image {
    
    width: px;
  }


#s-fc58b47f-f463-4274-b9d4-e62134d6f082 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3cc25ddc-1f5f-4ce7-bd26-bf6b520f1e07 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-3cc25ddc-1f5f-4ce7-bd26-bf6b520f1e07 img.shogun-image {
    
    width: px;
  }


#s-3cc25ddc-1f5f-4ce7-bd26-bf6b520f1e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-510c399e-f346-40c5-be65-be232771cea6 {
  padding-top: 10px;
}

#s-b4da0166-e981-42ac-907b-cf02c3492bf8 {
  display: none;
}
#s-64522b57-455d-49e5-8ae3-c686a6de040f {
  text-align: left;
}

#s-64522b57-455d-49e5-8ae3-c686a6de040f .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-64522b57-455d-49e5-8ae3-c686a6de040f .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-64522b57-455d-49e5-8ae3-c686a6de040f .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-17bc5f7a-90e1-4374-9337-dcef6381774c {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-17bc5f7a-90e1-4374-9337-dcef6381774c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2e75fbaa-bf9f-4a7d-92ec-118f623d33ab {
  text-align: center;
}




  #s-2e75fbaa-bf9f-4a7d-92ec-118f623d33ab img.shogun-image {
    
    width: px;
  }


#s-2e75fbaa-bf9f-4a7d-92ec-118f623d33ab .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-17186b34-52d5-4a44-9e47-48b77c37be45 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-17186b34-52d5-4a44-9e47-48b77c37be45 img.shogun-image {
    
    width: px;
  }


#s-17186b34-52d5-4a44-9e47-48b77c37be45 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3e443e-32d4-4a48-8f7f-785b694fff54 {
  padding-top: 10px;
}

#s-5fcdfa06-a9da-425b-a44d-99cc8f9d4cf0 {
  display: none;
}
#s-c682581a-4f5f-4fec-a09d-e2535b9bc296 {
  text-align: left;
}

#s-c682581a-4f5f-4fec-a09d-e2535b9bc296 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-c682581a-4f5f-4fec-a09d-e2535b9bc296 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-c682581a-4f5f-4fec-a09d-e2535b9bc296 .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-31466940-3fcf-4538-9a31-289c4b701251 {
  text-align: center;
}




  #s-31466940-3fcf-4538-9a31-289c4b701251 img.shogun-image {
    
    width: px;
  }


#s-31466940-3fcf-4538-9a31-289c4b701251 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-75a39c54-41d2-498d-aff9-5d8962122766 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-75a39c54-41d2-498d-aff9-5d8962122766 img.shogun-image {
    
    width: px;
  }


#s-75a39c54-41d2-498d-aff9-5d8962122766 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1d69d54-c384-46e6-aaad-9cda75a90fe1 {
  padding-top: 10px;
}

#s-9952eb82-78ee-41b7-b7e1-88d5af93bb10 {
  display: none;
}
#s-69b747c7-6362-45fd-a312-a03466576283 {
  text-align: left;
}

#s-69b747c7-6362-45fd-a312-a03466576283 .shg-product-sold-out {
  display: none;
  color: rgba(48, 48, 48, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
}

#s-69b747c7-6362-45fd-a312-a03466576283 .shg-product-price {
  color: rgba(48, 48, 48, 1);
  font-weight:   ;
  font-family: Nunito;
  font-style:  normal ;
  font-size: 16px;
}

#s-69b747c7-6362-45fd-a312-a03466576283 .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-2d380c15-953f-46e4-9d5a-e341cf21c5a0 {
  min-height: 50px;
}








#s-2d380c15-953f-46e4-9d5a-e341cf21c5a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d380c15-953f-46e4-9d5a-e341cf21c5a0.shg-box.shg-c {
  justify-content: center;
}

#s-63e9b942-2700-4996-b712-79a926aa9305 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-63e9b942-2700-4996-b712-79a926aa9305:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-63e9b942-2700-4996-b712-79a926aa9305:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63e9b942-2700-4996-b712-79a926aa9305.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-578efb75-ac97-4bdc-87a2-0543e83f7193 {
  padding-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-578efb75-ac97-4bdc-87a2-0543e83f7193 {
  display: none;
}
#s-578efb75-ac97-4bdc-87a2-0543e83f7193, #wrap-s-578efb75-ac97-4bdc-87a2-0543e83f7193 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-578efb75-ac97-4bdc-87a2-0543e83f7193 {
  display: none;
}
#s-578efb75-ac97-4bdc-87a2-0543e83f7193, #wrap-s-578efb75-ac97-4bdc-87a2-0543e83f7193 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-578efb75-ac97-4bdc-87a2-0543e83f7193 {
  display: none;
}
#s-578efb75-ac97-4bdc-87a2-0543e83f7193, #wrap-s-578efb75-ac97-4bdc-87a2-0543e83f7193 { display:none !important; }}







#s-578efb75-ac97-4bdc-87a2-0543e83f7193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-578efb75-ac97-4bdc-87a2-0543e83f7193.shg-box.shg-c {
  justify-content: center;
}

#s-21b36a43-b61c-4805-860d-2c0caa97c2b7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-ad830455-12bb-4682-9f66-67fd26f3bdc9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ad830455-12bb-4682-9f66-67fd26f3bdc9 {
  display: none;
}
#s-ad830455-12bb-4682-9f66-67fd26f3bdc9, #wrap-s-ad830455-12bb-4682-9f66-67fd26f3bdc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad830455-12bb-4682-9f66-67fd26f3bdc9 {
  display: none;
}
#s-ad830455-12bb-4682-9f66-67fd26f3bdc9, #wrap-s-ad830455-12bb-4682-9f66-67fd26f3bdc9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad830455-12bb-4682-9f66-67fd26f3bdc9 {
  display: none;
}
#s-ad830455-12bb-4682-9f66-67fd26f3bdc9, #wrap-s-ad830455-12bb-4682-9f66-67fd26f3bdc9 { display:none !important; }}







#s-ad830455-12bb-4682-9f66-67fd26f3bdc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad830455-12bb-4682-9f66-67fd26f3bdc9.shg-box.shg-c {
  justify-content: center;
}

#s-4de67c4f-df76-4a08-9335-b8bcb9048158 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDZmNmE4NWMtY2NmYy00M2I0LTkyOTktY2JhZDEzNWY3MzAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NmY2YTg1Yy1jY2ZjLTQzYjQtOTI5OS1jYmFkMTM1ZjczMDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-4de67c4f-df76-4a08-9335-b8bcb9048158 {
  display: none;
}
#s-4de67c4f-df76-4a08-9335-b8bcb9048158, #wrap-s-4de67c4f-df76-4a08-9335-b8bcb9048158 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4de67c4f-df76-4a08-9335-b8bcb9048158 {
  display: none;
}
#s-4de67c4f-df76-4a08-9335-b8bcb9048158, #wrap-s-4de67c4f-df76-4a08-9335-b8bcb9048158 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4de67c4f-df76-4a08-9335-b8bcb9048158 {
  display: none;
}
#s-4de67c4f-df76-4a08-9335-b8bcb9048158, #wrap-s-4de67c4f-df76-4a08-9335-b8bcb9048158 { display:none !important; }}







#s-4de67c4f-df76-4a08-9335-b8bcb9048158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4de67c4f-df76-4a08-9335-b8bcb9048158.shg-box.shg-c {
  justify-content: center;
}

#s-3fb52257-5291-4455-b740-db7bf9e97f73 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-3fb52257-5291-4455-b740-db7bf9e97f73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-3fb52257-5291-4455-b740-db7bf9e97f73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-3fb52257-5291-4455-b740-db7bf9e97f73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-3fb52257-5291-4455-b740-db7bf9e97f73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-3fb52257-5291-4455-b740-db7bf9e97f73 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-e2acedd2-95fd-4175-aca5-f19b14ea64a2 {
  padding-left: 10px;
padding-right: 10px;
}

#s-e0c13376-6c69-4beb-907c-1f5f02a95b8f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-e0c13376-6c69-4beb-907c-1f5f02a95b8f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-e0c13376-6c69-4beb-907c-1f5f02a95b8f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0c13376-6c69-4beb-907c-1f5f02a95b8f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-446d90a9-873f-4645-8715-6361183ba8d4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDZmNmE4NWMtY2NmYy00M2I0LTkyOTktY2JhZDEzNWY3MzAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NmY2YTg1Yy1jY2ZjLTQzYjQtOTI5OS1jYmFkMTM1ZjczMDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-446d90a9-873f-4645-8715-6361183ba8d4 {
  display: none;
}
#s-446d90a9-873f-4645-8715-6361183ba8d4, #wrap-s-446d90a9-873f-4645-8715-6361183ba8d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446d90a9-873f-4645-8715-6361183ba8d4 {
  display: none;
}
#s-446d90a9-873f-4645-8715-6361183ba8d4, #wrap-s-446d90a9-873f-4645-8715-6361183ba8d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-446d90a9-873f-4645-8715-6361183ba8d4 {
  display: none;
}
#s-446d90a9-873f-4645-8715-6361183ba8d4, #wrap-s-446d90a9-873f-4645-8715-6361183ba8d4 { display:none !important; }}







#s-446d90a9-873f-4645-8715-6361183ba8d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-446d90a9-873f-4645-8715-6361183ba8d4.shg-box.shg-c {
  justify-content: center;
}

#s-b58ad628-bfcf-45e8-b0fd-030085711d3c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-b58ad628-bfcf-45e8-b0fd-030085711d3c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-b58ad628-bfcf-45e8-b0fd-030085711d3c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-b58ad628-bfcf-45e8-b0fd-030085711d3c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-b58ad628-bfcf-45e8-b0fd-030085711d3c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-b58ad628-bfcf-45e8-b0fd-030085711d3c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-a5c74b1e-9e78-4e74-bc77-73feeec93eb3 {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-866279b2-d711-4d10-b1fa-adae336107c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-70753bc9-11cb-4b2e-859f-94793482ee7c {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-70753bc9-11cb-4b2e-859f-94793482ee7c img.shogun-image {
    
    width: px;
  }


#s-70753bc9-11cb-4b2e-859f-94793482ee7c .shogun-image-content {
  
    align-items: center;
  
}

#s-a27dd82b-c76a-4969-ae8f-2108c4b8424b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2e16552f-897c-4b7c-9664-25cc6b8d2914 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-2e16552f-897c-4b7c-9664-25cc6b8d2914 img.shogun-image {
    
    width: px;
  }


#s-2e16552f-897c-4b7c-9664-25cc6b8d2914 .shogun-image-content {
  
    align-items: center;
  
}

#s-931cf5a0-8ecc-4aea-9c54-3e096d887a48 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-17e989c5-d8a4-47d6-aa81-10ab455c36f1 {
  padding-left: 120px;
padding-right: 120px;
text-align: center;
}




  #s-17e989c5-d8a4-47d6-aa81-10ab455c36f1 img.shogun-image {
    
    width: px;
  }


#s-17e989c5-d8a4-47d6-aa81-10ab455c36f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6eda67e-583f-426f-9b47-28cf154cd431 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDZmNmE4NWMtY2NmYy00M2I0LTkyOTktY2JhZDEzNWY3MzAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NmY2YTg1Yy1jY2ZjLTQzYjQtOTI5OS1jYmFkMTM1ZjczMDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d {
  display: none;
}
#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d, #wrap-s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d {
  display: none;
}
#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d, #wrap-s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d {
  display: none;
}
#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d, #wrap-s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d { display:none !important; }}







#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3258d3c6-9104-47dd-a2e2-2f2df9a25f9d.shg-box.shg-c {
  justify-content: center;
}

#s-05b974db-6a83-4f9a-916b-314e87b79c87 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-05b974db-6a83-4f9a-916b-314e87b79c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-05b974db-6a83-4f9a-916b-314e87b79c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-05b974db-6a83-4f9a-916b-314e87b79c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-05b974db-6a83-4f9a-916b-314e87b79c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-05b974db-6a83-4f9a-916b-314e87b79c87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-4b66b3ae-3f50-492e-8dba-e6b6289633bb {
  padding-left: 10px;
padding-right: 10px;
}

#s-a24d4b75-1903-4e4b-8de8-0b49a9cee025 {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a24d4b75-1903-4e4b-8de8-0b49a9cee025"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-55f7d134-6ce0-4b14-8e43-ec30c49e720b {
  text-align: center;
}




  #s-55f7d134-6ce0-4b14-8e43-ec30c49e720b img.shogun-image {
    
    width: px;
  }


#s-55f7d134-6ce0-4b14-8e43-ec30c49e720b .shogun-image-content {
  
    align-items: center;
  
}

#s-f5c08e78-9ffe-4c08-8bbd-678566427292 {
  text-align: center;
}




  #s-f5c08e78-9ffe-4c08-8bbd-678566427292 img.shogun-image {
    
    width: px;
  }


#s-f5c08e78-9ffe-4c08-8bbd-678566427292 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cf3d429-0dd6-494d-984e-58490621ee16 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1cf3d429-0dd6-494d-984e-58490621ee16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-72f11ca6-17d4-444a-8fbb-c9653dc814b5 {
  text-align: center;
}




  #s-72f11ca6-17d4-444a-8fbb-c9653dc814b5 img.shogun-image {
    
    width: px;
  }


#s-72f11ca6-17d4-444a-8fbb-c9653dc814b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-40ef6f2e-c529-454d-8840-a9764744fe7a {
  text-align: center;
}




  #s-40ef6f2e-c529-454d-8840-a9764744fe7a img.shogun-image {
    
    width: px;
  }


#s-40ef6f2e-c529-454d-8840-a9764744fe7a .shogun-image-content {
  
    align-items: center;
  
}

#s-84be53a7-864d-4ae2-8a8a-f852a73c5a87 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-84be53a7-864d-4ae2-8a8a-f852a73c5a87:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-84be53a7-864d-4ae2-8a8a-f852a73c5a87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84be53a7-864d-4ae2-8a8a-f852a73c5a87.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-0938a087-3b79-4064-8453-49ba8c0c17a9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDZmNmE4NWMtY2NmYy00M2I0LTkyOTktY2JhZDEzNWY3MzAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NmY2YTg1Yy1jY2ZjLTQzYjQtOTI5OS1jYmFkMTM1ZjczMDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-0938a087-3b79-4064-8453-49ba8c0c17a9 {
  display: none;
}
#s-0938a087-3b79-4064-8453-49ba8c0c17a9, #wrap-s-0938a087-3b79-4064-8453-49ba8c0c17a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0938a087-3b79-4064-8453-49ba8c0c17a9 {
  display: none;
}
#s-0938a087-3b79-4064-8453-49ba8c0c17a9, #wrap-s-0938a087-3b79-4064-8453-49ba8c0c17a9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0938a087-3b79-4064-8453-49ba8c0c17a9 {
  display: none;
}
#s-0938a087-3b79-4064-8453-49ba8c0c17a9, #wrap-s-0938a087-3b79-4064-8453-49ba8c0c17a9 { display:none !important; }}







#s-0938a087-3b79-4064-8453-49ba8c0c17a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0938a087-3b79-4064-8453-49ba8c0c17a9.shg-box.shg-c {
  justify-content: center;
}

#s-dcd41726-68df-4664-83dc-6155b77a0d4c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-dcd41726-68df-4664-83dc-6155b77a0d4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-dcd41726-68df-4664-83dc-6155b77a0d4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-dcd41726-68df-4664-83dc-6155b77a0d4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-dcd41726-68df-4664-83dc-6155b77a0d4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-dcd41726-68df-4664-83dc-6155b77a0d4c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-1743d556-dacd-4978-8e26-10884d96c63f {
  padding-left: 10px;
padding-right: 10px;
}

#s-002c5cb5-379a-4595-b55c-c21566c5af63 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDZmNmE4NWMtY2NmYy00M2I0LTkyOTktY2JhZDEzNWY3MzAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NmY2YTg1Yy1jY2ZjLTQzYjQtOTI5OS1jYmFkMTM1ZjczMDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-002c5cb5-379a-4595-b55c-c21566c5af63 {
  display: none;
}
#s-002c5cb5-379a-4595-b55c-c21566c5af63, #wrap-s-002c5cb5-379a-4595-b55c-c21566c5af63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-002c5cb5-379a-4595-b55c-c21566c5af63 {
  display: none;
}
#s-002c5cb5-379a-4595-b55c-c21566c5af63, #wrap-s-002c5cb5-379a-4595-b55c-c21566c5af63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-002c5cb5-379a-4595-b55c-c21566c5af63 {
  display: none;
}
#s-002c5cb5-379a-4595-b55c-c21566c5af63, #wrap-s-002c5cb5-379a-4595-b55c-c21566c5af63 { display:none !important; }}







#s-002c5cb5-379a-4595-b55c-c21566c5af63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-002c5cb5-379a-4595-b55c-c21566c5af63.shg-box.shg-c {
  justify-content: center;
}

#s-9b43a8cc-6cf5-4189-9498-4f3c41b57e3f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-9b43a8cc-6cf5-4189-9498-4f3c41b57e3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-9b43a8cc-6cf5-4189-9498-4f3c41b57e3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-9b43a8cc-6cf5-4189-9498-4f3c41b57e3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-9b43a8cc-6cf5-4189-9498-4f3c41b57e3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-9b43a8cc-6cf5-4189-9498-4f3c41b57e3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-11224f89-d267-4768-9446-2cd2a662d12e {
  padding-left: 10px;
padding-right: 10px;
}

#s-84c4e492-03a3-47d8-8d95-1e5be4b6ce2f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-84c4e492-03a3-47d8-8d95-1e5be4b6ce2f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-84c4e492-03a3-47d8-8d95-1e5be4b6ce2f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84c4e492-03a3-47d8-8d95-1e5be4b6ce2f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-50d87043-0016-4f54-bc71-5c345ebf3be5 {
  margin-top: -15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-50d87043-0016-4f54-bc71-5c345ebf3be5 {
  display: none;
}
#s-50d87043-0016-4f54-bc71-5c345ebf3be5, #wrap-s-50d87043-0016-4f54-bc71-5c345ebf3be5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50d87043-0016-4f54-bc71-5c345ebf3be5 {
  display: none;
}
#s-50d87043-0016-4f54-bc71-5c345ebf3be5, #wrap-s-50d87043-0016-4f54-bc71-5c345ebf3be5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50d87043-0016-4f54-bc71-5c345ebf3be5 {
  display: none;
}
#s-50d87043-0016-4f54-bc71-5c345ebf3be5, #wrap-s-50d87043-0016-4f54-bc71-5c345ebf3be5 { display:none !important; }}







#s-50d87043-0016-4f54-bc71-5c345ebf3be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50d87043-0016-4f54-bc71-5c345ebf3be5.shg-box.shg-c {
  justify-content: center;
}

#s-50d3703c-414f-4eea-a2af-591b04020c7d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-4968fca8-30a9-4760-9677-8a5b0f0415eb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4968fca8-30a9-4760-9677-8a5b0f0415eb {
  display: none;
}
#s-4968fca8-30a9-4760-9677-8a5b0f0415eb, #wrap-s-4968fca8-30a9-4760-9677-8a5b0f0415eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4968fca8-30a9-4760-9677-8a5b0f0415eb {
  display: none;
}
#s-4968fca8-30a9-4760-9677-8a5b0f0415eb, #wrap-s-4968fca8-30a9-4760-9677-8a5b0f0415eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4968fca8-30a9-4760-9677-8a5b0f0415eb {
  display: none;
}
#s-4968fca8-30a9-4760-9677-8a5b0f0415eb, #wrap-s-4968fca8-30a9-4760-9677-8a5b0f0415eb { display:none !important; }}







#s-4968fca8-30a9-4760-9677-8a5b0f0415eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4968fca8-30a9-4760-9677-8a5b0f0415eb.shg-box.shg-c {
  justify-content: center;
}

#s-81032f5a-0f4f-4875-ba9f-858bf7900330 {
  padding-left: 20px;
padding-right: 20px;
}

#s-53af7a01-e96b-4d46-b4f9-95499dfb9eb3 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-53af7a01-e96b-4d46-b4f9-95499dfb9eb3 img.shogun-image {
    
    width: px;
  }


#s-53af7a01-e96b-4d46-b4f9-95499dfb9eb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a {
  display: none;
}
#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a, #wrap-s-6aad9089-55f6-45d7-b2d0-e2f241e3910a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a {
  display: none;
}
#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a, #wrap-s-6aad9089-55f6-45d7-b2d0-e2f241e3910a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a {
  display: none;
}
#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a, #wrap-s-6aad9089-55f6-45d7-b2d0-e2f241e3910a { display:none !important; }}







#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6aad9089-55f6-45d7-b2d0-e2f241e3910a.shg-box.shg-c {
  justify-content: center;
}

#s-3bc90d5c-8829-48c5-bea2-c93ce81def74 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-0145df18-a93c-4eed-8d5c-9a754c57af36 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0145df18-a93c-4eed-8d5c-9a754c57af36 {
  display: none;
}
#s-0145df18-a93c-4eed-8d5c-9a754c57af36, #wrap-s-0145df18-a93c-4eed-8d5c-9a754c57af36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0145df18-a93c-4eed-8d5c-9a754c57af36 {
  display: none;
}
#s-0145df18-a93c-4eed-8d5c-9a754c57af36, #wrap-s-0145df18-a93c-4eed-8d5c-9a754c57af36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0145df18-a93c-4eed-8d5c-9a754c57af36 {
  display: none;
}
#s-0145df18-a93c-4eed-8d5c-9a754c57af36, #wrap-s-0145df18-a93c-4eed-8d5c-9a754c57af36 { display:none !important; }}







#s-0145df18-a93c-4eed-8d5c-9a754c57af36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0145df18-a93c-4eed-8d5c-9a754c57af36.shg-box.shg-c {
  justify-content: center;
}

#s-e98e51a7-d039-400b-97d9-579936be3c7f {
  padding-left: 20px;
padding-right: 20px;
}

#s-7ef3b5df-51d6-439f-8082-e5175141605e {
  display: none;
}
#s-6561f6d8-f634-4380-a6d1-716fba9a823e {
  padding-left: 20px;
padding-right: 20px;
text-align: left;
}


.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e {
  max-width: 100%;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom,
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e {
  max-width: 100%;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom,
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e {
  max-width: 100%;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom,
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e {
  max-width: 100%;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom,
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e {
  max-width: 100%;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom,
.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6561f6d8-f634-4380-a6d1-716fba9a823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-30406744-e4d8-4b29-b26d-cde9b66608f3 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-30406744-e4d8-4b29-b26d-cde9b66608f3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-30406744-e4d8-4b29-b26d-cde9b66608f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30406744-e4d8-4b29-b26d-cde9b66608f3.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

#s-8439d487-79ac-405d-a2bd-c5b884d131c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8439d487-79ac-405d-a2bd-c5b884d131c3 {
  display: none;
}
#s-8439d487-79ac-405d-a2bd-c5b884d131c3, #wrap-s-8439d487-79ac-405d-a2bd-c5b884d131c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8439d487-79ac-405d-a2bd-c5b884d131c3 {
  display: none;
}
#s-8439d487-79ac-405d-a2bd-c5b884d131c3, #wrap-s-8439d487-79ac-405d-a2bd-c5b884d131c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8439d487-79ac-405d-a2bd-c5b884d131c3 {
  display: none;
}
#s-8439d487-79ac-405d-a2bd-c5b884d131c3, #wrap-s-8439d487-79ac-405d-a2bd-c5b884d131c3 { display:none !important; }}







#s-8439d487-79ac-405d-a2bd-c5b884d131c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8439d487-79ac-405d-a2bd-c5b884d131c3.shg-box.shg-c {
  justify-content: center;
}

#s-d226d9eb-2357-47f2-b9f2-0270f45d804c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc {
  display: none;
}
#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc, #wrap-s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc {
  display: none;
}
#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc, #wrap-s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc {
  display: none;
}
#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc, #wrap-s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc { display:none !important; }}







#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a22b20e7-05aa-40dd-b025-b1cfc70c97bc.shg-box.shg-c {
  justify-content: center;
}

#s-dbae0b7d-53c1-4a46-b356-9ebbd4f577b8 {
  padding-left: 20px;
padding-right: 20px;
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 {
  padding-left: 5px;
padding-right: 5px;
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 48, 48, 1);
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 18px;
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(48, 48, 48, 1);
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}@media (max-width: 767px){#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 18px;
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 48, 48, 1);
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 48, 48, 1);
  text-align: left;
  font-family: Nunito;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-443340a4-7d54-4d89-b8e7-842d396c0602 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}}
#s-f09687dc-d14e-4653-ab95-7db3ecea3e0e {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-e0794884-1bf4-4378-a5f3-488694e0633b {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-18ac82c0-f91a-4ad0-a614-c460e764a067 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-55f0a56a-c9e3-4073-ac34-d05bb971160a {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-a07cacb0-2af6-419a-b482-a0c71c7c9a2e {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-87c4bb0b-c8da-438d-bdae-40ef0e026093 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-ca0db69f-ee21-4f45-9c9d-2be951b68898 {
  padding-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ca0db69f-ee21-4f45-9c9d-2be951b68898 {
  display: none;
}
#s-ca0db69f-ee21-4f45-9c9d-2be951b68898, #wrap-s-ca0db69f-ee21-4f45-9c9d-2be951b68898 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca0db69f-ee21-4f45-9c9d-2be951b68898 {
  display: none;
}
#s-ca0db69f-ee21-4f45-9c9d-2be951b68898, #wrap-s-ca0db69f-ee21-4f45-9c9d-2be951b68898 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca0db69f-ee21-4f45-9c9d-2be951b68898 {
  display: none;
}
#s-ca0db69f-ee21-4f45-9c9d-2be951b68898, #wrap-s-ca0db69f-ee21-4f45-9c9d-2be951b68898 { display:none !important; }}







#s-ca0db69f-ee21-4f45-9c9d-2be951b68898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca0db69f-ee21-4f45-9c9d-2be951b68898.shg-box.shg-c {
  justify-content: center;
}

#s-64d92484-959c-41ed-9c70-6b83b50b3b4b {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-64d92484-959c-41ed-9c70-6b83b50b3b4b img.shogun-image {
    
    width: px;
  }


#s-64d92484-959c-41ed-9c70-6b83b50b3b4b .shogun-image-content {
  
    align-items: center;
  
}

#s-079228e6-f685-46da-b05d-f1b4dd8bee40 {
  padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
}

#s-b619890d-e861-4575-b06b-97a9e209b75b {
  padding-left: 20px;
padding-right: 20px;
}

#s-e5916a07-f807-4fb9-a2a0-8b077708db72 {
  padding-left: 20px;
}

#s-bbbd3ac1-ebd1-42f2-9b6e-566b8dd914e1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-bbbd3ac1-ebd1-42f2-9b6e-566b8dd914e1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-bbbd3ac1-ebd1-42f2-9b6e-566b8dd914e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbbd3ac1-ebd1-42f2-9b6e-566b8dd914e1.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 18px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}

/*
  $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;
}
